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

SVN:trunk[2941]
This commit is contained in:
Denis Flaven
2013-10-21 09:08:32 +00:00
parent f65c84300f
commit 4f845ec98d
2 changed files with 4 additions and 0 deletions

View File

@@ -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.',

View File

@@ -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!',