Changeset 10781 for extensions
- Timestamp:
- May 6, 2011, 11:14:20 AM (14 years ago)
- Location:
- extensions/GrumPluginClasses/language/sk_SK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/GrumPluginClasses/language/sk_SK/plugin.lang.php
r7199 r10781 8 8 $lang['GPC required'] = 'Požadované GPC'; 9 9 $lang['Installed'] = 'Inštalované'; 10 $lang['Infos'] = 'Info s';10 $lang['Infos'] = 'Informácie'; 11 11 $lang['Some plugins are dependent on Grum Plugin Classes: before uninstall, you must first uninstall the plugins dependent'] = 'Niektoré doplnky sú závislé od Grum doplnku: pred odinštalovaním musíte najprv odinštalovať závislé doplnky'; 12 12 -
extensions/GrumPluginClasses/language/sk_SK/rbuilder.lang.php
r7370 r10781 20 20 $lang['There is no criteria ! At least, one criteria is required to do search...']="To nie je kritérium! Najmenej jedno kritérium je potrebné na vyhľadávanie..."; 21 21 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)"; 22 $lang['gpc_help_edit_criteria'] = 'Opraviť kritérium'; 23 $lang['gpc_help_delete_criteria'] = 'Vymazať kritérium'; 24 $lang['gpc_help_move_criteria'] = 'Chytiť a presunúť na zostavenie vyhľadávania podmienok'; 25 $lang['gpc_help_switch_condition'] = 'Obrátiť druh podmienky (AND ⇔ OR)'; 27 26 28 27 ?>
Note: See TracChangeset
for help on using the changeset viewer.