Changeset 7372
- Timestamp:
- Oct 24, 2010, 12:43:33 PM (14 years ago)
- Location:
- extensions/GrumPluginClasses/language
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/GrumPluginClasses/language/de_DE/rbuilder.lang.php
r7370 r7372 21 21 22 22 // need to be translated ! thanks :-) 23 $lang['gpc_help_edit_criteria']=" Edit criteria";24 $lang['gpc_help_delete_criteria']=" Delete criteria";25 $lang['gpc_help_move_criteria']="Drag'n'drop to organize search conditions";26 $lang['gpc_help_switch_condition']=" Invert the nature of the condition (AND ⇔ OR)";23 $lang['gpc_help_edit_criteria']="Kriterium bearbeiten"; 24 $lang['gpc_help_delete_criteria']="Kriterium löschen"; 25 $lang['gpc_help_move_criteria']="Drag'n'drop um die Suchbedingungen zu organisieren"; 26 $lang['gpc_help_switch_condition']="Keheren Sie die Art der Bedingung um (UND ⇔ ODER)"; 27 27 28 28 ?> -
extensions/GrumPluginClasses/language/fr_FR/rbuilder.lang.php
r7370 r7372 20 20 $lang['There is no criteria ! At least, one criteria is required to do search...']="Il n'y a aucun critères ! Au minimum, un critère est requis pour pouvoir effectuer une recherche..."; 21 21 22 $lang['gpc_help_edit_criteria']=" Editer le critère";22 $lang['gpc_help_edit_criteria']="Éditer le critère"; 23 23 $lang['gpc_help_delete_criteria']="Supprimer le critère"; 24 24 $lang['gpc_help_move_criteria']="Glisser/Déposer pour organiser les conditions de recherche"; -
extensions/GrumPluginClasses/language/it_IT/rbuilder.lang.php
r7370 r7372 21 21 22 22 // need to be translated ! thanks :-) 23 $lang['gpc_help_edit_criteria']=" Edit criteria";24 $lang['gpc_help_delete_criteria']=" Delete criteria";25 $lang['gpc_help_move_criteria']="Drag'n'drop to organize search conditions";26 $lang['gpc_help_switch_condition']="Invert the nature of the condition (AND ⇔ OR)";23 $lang['gpc_help_edit_criteria']="Modificare dei criteri"; 24 $lang['gpc_help_delete_criteria']=" Eliminare i criteri"; 25 $lang['gpc_help_move_criteria']="Drag'n'drop per organizzare le condizioni di ricerca"; 26 $lang['gpc_help_switch_condition']="Invertire le condizioni (E ⇔ OPPURE)"; 27 27 28 28
Note: See TracChangeset
for help on using the changeset viewer.