noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 11/21: translation


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 11/21: translation
Date: Wed, 19 Aug 2015 22:59:30 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 630e87c17af1b9e0d63601538b487abfec2ca01b
Author: Dany De Bontridder <address@hidden>
Date:   Sat Aug 15 09:59:19 2015 +0200

    translation
---
 include/profile.inc.php |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/profile.inc.php b/include/profile.inc.php
index e9c4546..f641505 100644
--- a/include/profile.inc.php
+++ b/include/profile.inc.php
@@ -309,10 +309,10 @@ echo '<div id="list_profile" class="content">';
 $table = new Sort_Table();
 $url = $_SERVER['REQUEST_URI'];
 
-$table->add('Nom', $url, "order by p_name asc", "order by p_name desc", "na", 
"nd");
-$table->add('Description', $url, "order by p_desc asc", "order by p_desc 
desc", "da", "dd");
-$table->add('Calculatrice visible', $url, "order by with_calc asc", "order by 
with_calc desc", "ca", "cd");
-$table->add('Form Direct visible', $url, "order by with_direct_form asc", 
"order by with_direct_form desc", "fa", "fd");
+$table->add(_('Nom'), $url, "order by p_name asc", "order by p_name desc", 
"na", "nd");
+$table->add(_('Description'), $url, "order by p_desc asc", "order by p_desc 
desc", "da", "dd");
+$table->add(_('Calculatrice visible'), $url, "order by with_calc asc", "order 
by with_calc desc", "ca", "cd");
+$table->add(_('Accès Direct visible'), $url, "order by with_direct_form asc", 
"order by with_direct_form desc", "fa", "fd");
 
 $ord = (isset($_REQUEST['ord'])) ? $_REQUEST['ord'] : 'na';
 



reply via email to

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