diff options
Diffstat (limited to 'framework/messages/uk/zii.php')
| -rw-r--r-- | framework/messages/uk/zii.php | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/framework/messages/uk/zii.php b/framework/messages/uk/zii.php new file mode 100644 index 0000000..7287279 --- /dev/null +++ b/framework/messages/uk/zii.php @@ -0,0 +1,38 @@ +<?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 ( + 'Home' => 'Головна', + 'The button type "{type}" is not supported.' => 'Тип кнопки "{type}" не підтримується.', + 'Are you sure you want to delete this item?' => 'Ви впевнені, що хочете видалити цей елемент?', + 'Delete' => 'Видалити', + 'Displaying {start}-{end} of {count} result(s).' => 'Елементи {start}—{end} і {count}.', + 'Either "name" or "value" must be specified for CDataColumn.' => 'Для CDataColumn необхідно вказати "name" або "value".', + '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.' => 'Атрибут повинен бути заданий у форматі "Ім\'я:Тип:Заголовок". "Тип" та "Заголовок" не обов\'язкові.', + 'The column must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'Стовпець повинен бути заданий у форматі "Name:Type: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".', +); |
