zii.php 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?php
  2. /**
  3. * Message translations.
  4. *
  5. * This file is automatically generated by 'yiic message' command.
  6. * It contains the localizable messages extracted from source code.
  7. * You may modify this file by translating the extracted messages.
  8. *
  9. * Each array element represents the translation (value) of a message (key).
  10. * If the value is empty, the message is considered as not translated.
  11. * Messages that no longer need translation will have their translations
  12. * enclosed between a pair of '@@' marks.
  13. *
  14. * Message string can be used with plural forms format. Check i18n section
  15. * of the guide for details.
  16. *
  17. * NOTE, this file must be saved in UTF-8 encoding.
  18. */
  19. return array (
  20. '{class} must specify "model" and "{attribute}" or "{name}" property values.' => '{class} musí špecifikovať "model" a hodnotu pre "{attribute}" alebo "{name}".',
  21. 'Are you sure you want to delete this item?' => 'Odstrániť záznam?',
  22. 'Delete' => 'Odstrániť',
  23. 'Displaying {start}-{end} of 1 result.|Displaying {start}-{end} of {count} results.' => 'Zobrazených {start}-{end} z 1 záznamu.|Zobrazených {start}-{end} z celkovo {count} záznamov.',
  24. 'Either "name" or "value" must be specified for CDataColumn.' => 'Uveďte prosím "name" alebo "value" pre CDataColumn.',
  25. 'Home' => 'Úvod',
  26. 'No results found.' => 'Neboli nájdené žiadne záznamy.',
  27. 'Not set' => 'Nie je nastavené',
  28. 'Please specify the "attributes" property.' => 'Zadajte prosím vlastnosti pre "attributes".',
  29. 'Please specify the "data" property.' => 'Zadajte prosím vlastnosti pre "data".',
  30. 'Sort by: ' => 'Zoradiť podľa:',
  31. 'The "dataProvider" property cannot be empty.' => 'Vlastnosť "dataProvider" nesmie byť prázdna.',
  32. 'The attribute must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Atribút musí byť špecifikovaný v tvare "Name:Type:Label", pričom "Type" a "Label" sú nepovinné.',
  33. 'The button type "{type}" is not supported.' => 'Tlačidlo typu "{type}" nie je podporované.',
  34. 'The column must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Stĺpec musí byť špecifikovaný v tvare "Name:Type:Label", pričom "Type" a "Label" sú nepovinné.',
  35. 'The property "itemView" cannot be empty.' => 'Vlastnosť "itemView" nesmie byť prázdna.',
  36. 'The property filterSelector should be defined.' => 'Je potrebné definovať vlastnosť filterSelector.',
  37. 'The property updateSelector should be defined.' => 'Je potrebné definovať vlastnosť updateSelector.',
  38. 'Total 1 result.|Total {count} results.' => 'Nájdený 1 záznam.|Nájdených {count} záznamov.',
  39. 'Update' => 'Upraviť',
  40. 'View' => 'Náhľad',
  41. );