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' => 'Početna',
  18. 'The button type "{type}" is not supported.' => 'Dugme tipa "{type}" nije podržano.',
  19. 'Are you sure you want to delete this item?' => 'Da li ste sigurni da želite da obrišete ovu stavku?',
  20. 'Delete' => 'Obriši',
  21. 'Displaying {start}-{end} of {count} result(s).' => 'Prikazano {start}-{end} od {count} rezultata.',
  22. 'Either "name" or "value" must be specified for CDataColumn.' => 'Morate postaviti vrednost "name" ili "value" promenjive za CDataColumn.',
  23. 'No results found.' => 'Nema rezultata.',
  24. 'Not set' => 'Bez vrednosti',
  25. 'Please specify the "attributes" property.' => 'Morate postaviti vrednost "attributes" promenjive.',
  26. 'Please specify the "data" property.' => 'Morate postaviti vrednost "data" promenjive.',
  27. 'Sort by: ' => 'Sortiraj po:',
  28. 'The "dataProvider" property cannot be empty.' => '"dataProvider" atribut mora biti postavljen.',
  29. 'The attribute must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Atributi se moraju uneti u formatu "Name:Type:Label", gde su "Type" i "Label" neobavezna polja.',
  30. 'The column must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Kolona mora biti u formatu "Name:Type:Label", gde su "Type" i "Label" neobavezna polja.',
  31. 'The property "itemView" cannot be empty.' => 'Atribut "itemView" ne sme biti prazan.',
  32. 'Total {count} result(s).' => 'Ukupno {count} rezultata.',
  33. 'Update' => 'Prepravi',
  34. 'View' => 'Pogledaj',
  35. '{class} must specify "model" and "attribute" or "name" property values.' => '{class} mora postaviti "model" i "attribute" ili "name" vrednosti atributa.',
  36. );