1234567891011121314151617181920212223242526272829303132333435363738 |
- <?php
- /**
- * Message translations.
- *
- * This file is automatically generated by 'yiic message' command.
- * It contains the localizable messages extracted from source code.
- * You may modify this file by translating the extracted messages.
- *
- * Each array element represents the translation (value) of a message (key).
- * If the value is empty, the message is considered as not translated.
- * Messages that no longer need translation will have their translations
- * enclosed between a pair of '@@' marks.
- *
- * NOTE, this file must be saved in UTF-8 encoding.
- */
- return array (
- 'Are you sure you want to delete this item?' => 'Сигурни ли сте че искате да изтриете този елемент?',
- 'Home' => 'Начало',
- 'The button type "{type}" is not supported.' => 'Не се поддържа бутон от тип "{type}"',
- 'Delete' => 'Изтрий',
- 'Displaying {start}-{end} of 1 result.|Displaying {start}-{end} of {count} results.' => 'Показване на {start}-{end} от {count}.',
- 'Either "name" or "value" must be specified for CDataColumn.' => 'Или "name" или "value" трябва да бъдат посочени за CDataColumn.',
- 'No results found.' => 'Няма намерени резултати.',
- 'Not set' => 'Не е посочено',
- 'Please specify the "attributes" property.' => 'Моля, посочете "attributes" свойството.',
- 'Please specify the "data" property.' => 'Моля, посочете "data" свойството.',
- 'Sort by: ' => 'Сортиране по:',
- 'The "dataProvider" property cannot be empty.' => 'Свойството "dataProvider" не може да бъде празно.',
- 'The attribute must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Свойството трябва да бъде въведено във формат "Name:Type:Label", където "Type" и "Label" не са задължителни.',
- 'The column must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Колоната трябва да бъде посочена във формат "Name:Typ:Label", където "Typ" и "Label" не са задължителни.',
- 'The property "itemView" cannot be empty.' => 'Свойството "itemView" не може да бъде празно.',
- 'Total 1 result.|Total {count} results.' => 'Общо {count} резултата',
- 'Update' => 'Редактиране',
- 'View' => 'Преглед',
- '{class} must specify "model" and "attribute" or "name" property values.' => '{class} трябва да има отбелязани "model" или "attribute" или "name" свойства.',
- );
- ?>
|