zii.php 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. 'Are you sure you want to delete this item?' => 'Сигурни ли сте че искате да изтриете този елемент?',
  18. 'Home' => 'Начало',
  19. 'The button type "{type}" is not supported.' => 'Не се поддържа бутон от тип "{type}"',
  20. 'Delete' => 'Изтрий',
  21. 'Displaying {start}-{end} of 1 result.|Displaying {start}-{end} of {count} results.' => 'Показване на {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:Typ:Label", където "Typ" и "Label" не са задължителни.',
  31. 'The property "itemView" cannot be empty.' => 'Свойството "itemView" не може да бъде празно.',
  32. 'Total 1 result.|Total {count} results.' => 'Общо {count} резултата',
  33. 'Update' => 'Редактиране',
  34. 'View' => 'Преглед',
  35. '{class} must specify "model" and "attribute" or "name" property values.' => '{class} трябва да има отбелязани "model" или "attribute" или "name" свойства.',
  36. );
  37. ?>