Jelajahi Sumber

#780 Dictionary entries for "Check All" and "Uncheck All"

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2941 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 11 tahun lalu
induk
melakukan
ca5cf576ec

+ 2 - 0
dictionaries/dictionary.itop.ui.php

@@ -471,6 +471,8 @@ Dict::Add('EN US', 'English', 'English', array(
 	'UI:SearchValue:Any' => '* Any *',
 	'UI:SearchValue:Mixed' => '* mixed *',
 	'UI:SearchValue:NbSelected' => '# selected',
+	'UI:SearchValue:CheckAll' => 'Check All',
+	'UI:SearchValue:UncheckAll' => 'Uncheck All',
 	'UI:SelectOne' => '-- select one --',
 	'UI:Login:Welcome' => 'Welcome to iTop!',
 	'UI:Login:IncorrectLoginPassword' => 'Incorrect login/password, please try again.',

+ 2 - 0
dictionaries/fr.dictionary.itop.ui.php

@@ -346,6 +346,8 @@ Dict::Add('FR FR', 'French', 'Français', array(
 	'UI:Details+' => 'Détails',
 	'UI:SearchValue:Any' => '* Indifférent *',
 	'UI:SearchValue:NbSelected' => '# sélectionné(e)s',
+	'UI:SearchValue:CheckAll' => 'Cocher',
+	'UI:SearchValue:UncheckAll' => 'Décocher',
 	'UI:SearchValue:Mixed' => '* Plusieurs *',
 	'UI:SelectOne' => '-- choisir une valeur --',
 	'UI:Login:Welcome' => 'Bienvenue dans iTop!',