diff options
Diffstat (limited to 'framework/messages/bg/zii.php')
| -rw-r--r-- | framework/messages/bg/zii.php | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/framework/messages/bg/zii.php b/framework/messages/bg/zii.php new file mode 100644 index 0000000..085fe59 --- /dev/null +++ b/framework/messages/bg/zii.php @@ -0,0 +1,40 @@ +<?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. + * + * @version $Id: $ + */ +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 {count} result(s).' => 'Показване на {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 {count} result(s).' => 'Общо {count} резултата', + 'Update' => 'Редактиране', + 'View' => 'Преглед', + '{class} must specify "model" and "attribute" or "name" property values.' => '{class} трябва да има отбелязани "model" или "attribute" или "name" свойства.', +); + +?> |
