zii.php 2.6 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' => 'Почетна',
  18. 'The button type "{type}" is not supported.' => 'Дугме типа "{type}" није подржано.',
  19. 'Are you sure you want to delete this item?' => 'Да ли сте сигурни да желите да обришете ову ставку?',
  20. 'Delete' => 'Обриши',
  21. 'Displaying {start}-{end} of {count} result(s).' => 'Приказано {start}-{end} од {count} резултата.',
  22. 'Either "name" or "value" must be specified for CDataColumn.' => 'Морате поставити вредност "name" или "value" промењиве за CDataColumn.',
  23. 'No results found.' => 'Нема резултата.',
  24. 'Not set' => 'Без вредности',
  25. 'Please specify the "attributes" property.' => 'Морате поставити вредност "attributes" промењиве.',
  26. 'Please specify the "data" property.' => 'Морате поставити вредност "data" промењиве.',
  27. 'Sort by: ' => 'Сортирај по:',
  28. 'The "dataProvider" property cannot be empty.' => '"dataProvider" атрибут мора бити постављен.',
  29. 'The attribute must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Атрибути се морају унети у формату "Name:Type:Label", где су "Type" и "Label" необавезна поља.',
  30. 'The column must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Колона мора бити у формату "Name:Type:Label", где су "Type" и "Label" необавезна поља.',
  31. 'The property "itemView" cannot be empty.' => 'Атрибут "itemView" не сме бити празан.',
  32. 'Total {count} result(s).' => 'Укупно {count} резултата.',
  33. 'Update' => 'Преправи',
  34. 'View' => 'Погледај',
  35. '{class} must specify "model" and "attribute" or "name" property values.' => '{class} мора поставити "model" и "attribute" или "name" вредности атрибута.',
  36. );