zii.php 2.2 KB

123456789101112131415161718192021222324252627282930313233343536
  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. * NOTE, this file must be saved in UTF-8 encoding.
  15. */
  16. return array (
  17. 'Home' => 'Start',
  18. 'The button type "{type}" is not supported.' => 'Typ przycisku "{type}" nie jest obsługiwany.',
  19. 'Are you sure you want to delete this item?' => 'Czy na pewno usunąć ten element?',
  20. 'Delete' => 'Usuń',
  21. 'Displaying {start}-{end} of 1 result.|Displaying {start}-{end} of {count} results.' => 'Wyświetlono rezultaty {start}-{end} z {count}.',
  22. 'Either "name" or "value" must be specified for CDataColumn.' => 'W CDataColumn pole "name" lub "value" musi być zadeklarowane.',
  23. 'No results found.' => 'Nie znaleziono wyników.',
  24. 'Not set' => 'Nie ustawiony',
  25. 'Please specify the "attributes" property.' => 'Proszę określić pole "attributes".',
  26. 'Please specify the "data" property.' => 'Proszę określić pole "data".',
  27. 'Sort by: ' => 'Sortuj wg:',
  28. 'The "dataProvider" property cannot be empty.' => 'Pole "dataProvider" nie może być puste.',
  29. 'The attribute must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Atrybut musi być określony w formacie "Name:Type:Label", gdzie "Type" i "Label" są opcjonalne.',
  30. 'The column must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Kolumna musi być określona w formacie "Name:Type:Label", gdzie "Type" i "Label" są opcjonalne.',
  31. 'The property "itemView" cannot be empty.' => 'Pole "itemView" nie może być puste.',
  32. 'Total 1 result.|Total {count} results.' => 'Znaleziono {count} wynik(ów)',
  33. 'Update' => 'Aktualizuj',
  34. 'View' => 'Podgląd',
  35. '{class} must specify "model" and "attribute" or "name" property values.' => '{class} musi określać pola "model" i "attribute" lub "name".',
  36. );