zii.php 2.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. /**
  3. * Message translations for [cs].
  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. * NOTE, this file must be saved in UTF-8 encoding.
  15. */
  16. return array (
  17. 'Are you sure you want to delete this item?' => 'Odstranit záznam?',
  18. 'Delete' => 'Odstranit',
  19. 'Displaying {start}-{end} of 1 result.|Displaying {start}-{end} of {count} results.' => 'Zobrazených {start}-{end} z celkově {count} záznamů.',
  20. 'Either "name" or "value" must be specified for CDataColumn.' => 'Uveďte prosím "name" nebo "value" pro CDataColumn.',
  21. 'Home' => 'Domů',
  22. 'No results found.' => 'Nenalezeny žádné záznamy.',
  23. 'Not set' => 'Není nastavený',
  24. 'Please specify the "attributes" property.' => 'Zadejte prosím vlastnosti pro "attributes".',
  25. 'Please specify the "data" property.' => 'Zadejte prosím vlastnosti pro "data".',
  26. 'Sort by: ' => 'Seřazené podle:',
  27. 'The "dataProvider" property cannot be empty.' => 'Vlastnost "dataProvider" nesmí být prázdná.',
  28. 'The attribute must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Atribut musí být specifikovaný ve tvaru "Name:Type:Label", přičemž "Type" a "Label" jsou nepovinné.',
  29. 'The button type "{type}" is not supported.' => 'Tlačítko typu "{type}" není podporované.',
  30. 'The column must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Sloupec musí být specifikovaný ve tvaru "Name:Type:Label", pričemž "Type" a "Label" jsou nepovinné.',
  31. 'The property "itemView" cannot be empty.' => 'Vlastnost "itemView" nesmí být prázdná.',
  32. 'Total 1 result.|Total {count} results.' => 'Celkem nalezeno {count} záznamů',
  33. 'Update' => 'Uložit změny',
  34. 'View' => 'Náhled',
  35. '{class} must specify "model" and "attribute" or "name" property values.' => '{class} musí mít specifikované vlastnosti pro "model" a "attribute" nebo "name".',
  36. );