noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 03/11: Task #639 - Traduction : anglais '


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 03/11: Task #639 - Traduction : anglais '
Date: Wed, 12 Nov 2014 23:06:44 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit ed21c1036f79ff55f90368845021ee2770a75a3a
Author: Dany De Bontridder <address@hidden>
Date:   Wed Nov 12 00:10:31 2014 +0100

    Task #639 - Traduction : anglais
    '
---
 include/class_fiche_def.php |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/include/class_fiche_def.php b/include/class_fiche_def.php
index 7fedb5a..27a2de4 100644
--- a/include/class_fiche_def.php
+++ b/include/class_fiche_def.php
@@ -169,10 +169,10 @@ class Fiche_Def
                $tab = new Sort_Table();
 
                $url = HtmlInput::get_to_string(array('ac', 'gDossier'));
-               $tab->add("Nom de fiche", $url, "order by fd_label asc", "order 
by fd_label desc", "na", "nd");
-               $tab->add("Basé sur le poste comptable", $url, "order by 
fd_class_base asc", "order by fd_class_base desc", "pa", "pd");
-               $tab->add("Calcul automatique du poste comptable", $url, "order 
by fd_create_account asc", "order by fd_create_account desc", "ca", "cd");
-               $tab->add("Basé sur le modèle", $url, "order by frd_text asc", 
"order by frd_text  desc", "ma", "md");
+               $tab->add(_("Nom de fiche"), $url, "order by fd_label asc", 
"order by fd_label desc", "na", "nd");
+               $tab->add(_("Basé sur le poste comptable"), $url, "order by 
fd_class_base asc", "order by fd_class_base desc", "pa", "pd");
+               $tab->add(_("Calcul automatique du poste comptable"), $url, 
"order by fd_create_account asc", "order by fd_create_account desc", "ca", 
"cd");
+               $tab->add(_("Basé sur le modèle"), $url, "order by frd_text 
asc", "order by frd_text  desc", "ma", "md");
 
                $order = (isset($_GET['ord'])) ? 
$tab->get_sql_order($_GET["ord"]) : $tab->get_sql_order("na");
 
@@ -805,7 +805,7 @@ $order
                echo HtmlInput::hidden("p_action","fiche");
                echo dossier::hidden();
                echo $this->input(); //    CreateCategory($cn,$search);
-               echo HtmlInput::submit("add_modele" ,"Sauve");
+               echo HtmlInput::submit("add_modele" ,_("Sauve"));
                echo '</FORM>';
        }
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]