noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 52/65: translation


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 52/65: translation
Date: Wed, 09 Sep 2015 08:27:30 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 23c36aca4c523d3bd72f3a8cf957f3bb8dbfbbb1
Author: Dany De Bontridder <address@hidden>
Date:   Sun Sep 6 07:33:20 2015 +0200

    translation
---
 include/menu.inc.php |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/include/menu.inc.php b/include/menu.inc.php
index 06e8fc9..9adba89 100644
--- a/include/menu.inc.php
+++ b/include/menu.inc.php
@@ -97,10 +97,6 @@ if ( isset($_POST['create_menu'])|| 
isset($_POST['modify_menu']))
                }
        }
 }
-/**
- * if delete then delete
- */
-
 //////////////////////////////////////////////////////////////////////////////
 // Show the list of menu
 //////////////////////////////////////////////////////////////////////////////
@@ -141,7 +137,7 @@ if ( $iselect->selected != '')
 $menu=new Menu_Ref_sql($cn);
 $ret=$menu->seek($sql.$order);
 ?>
-<fieldset><legend>Recherche</legend>
+<fieldset><legend><?php echo _('Recherche')?></legend>
 <form method="GET">
        <?php echo $iselect->input()?>
        <?php echo HtmlInput::submit("search", _("Recherche"))?>



reply via email to

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