ru-ru.php
17.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
<?php
/**
* @package Русский язык для OpenCart 3.x
* @file admin/language/ru-ru/ru-ru.php
* @author Hkr32
* @copyright © OCN, (https://opencart.name)
* @license https://opensource.org/licenses/GPL-3.0
* @link https://forum.opencart.name
*/
// Locale
$_['code'] = 'ru';
$_['direction'] = 'ltr';
$_['date_format_short'] = 'd.m.Y';
$_['date_format_long'] = 'l d F Y';
$_['time_format'] = 'H:i:s';
$_['datetime_format'] = 'd.m.Y H:i:s';
$_['decimal_point'] = '.';
$_['thousand_point'] = ' ';
// Text
$_['text_yes'] = 'Да';
$_['text_no'] = 'Нет';
$_['text_enabled'] = 'Включено';
$_['text_disabled'] = 'Отключено';
$_['text_none'] = ' --- Ничего --- ';
$_['text_select'] = ' --- Пожалуйста, выберите --- ';
$_['text_select_all'] = 'Выбрать все';
$_['text_unselect_all'] = 'Снять все';
$_['text_all_zones'] = 'Все зоны';
$_['text_default'] = ' <b>(По умолчанию)</b>';
$_['text_close'] = 'Закрыть';
$_['text_pagination'] = 'Показано с %d по %d из %d (всего страниц: %d)';
$_['text_loading'] = 'Загрузка...';
$_['text_no_results'] = 'Нет результатов!';
$_['text_confirm'] = 'Вы уверены?';
$_['text_home'] = 'Главная';
// Button
$_['button_add'] = 'Создать';
$_['button_delete'] = 'Удалить';
$_['button_save'] = 'Сохранить';
$_['button_cancel'] = 'Отменить';
$_['button_cancel_recurring'] = 'Отменить регулярные платежи';
$_['button_continue'] = 'Продолжить';
$_['button_clear'] = 'Очистить';
$_['button_close'] = 'Закрыть';
$_['button_enable'] = 'Включить';
$_['button_disable'] = 'Отключить';
$_['button_filter'] = 'Фильтр';
$_['button_send'] = 'Отправить';
$_['button_edit'] = 'Редактировать';
$_['button_copy'] = 'Копировать';
$_['button_back'] = 'Назад';
$_['button_remove'] = 'Удалить';
$_['button_refresh'] = 'Обновить';
$_['button_export'] = 'Экспортировать';
$_['button_import'] = 'Импортировать';
$_['button_download'] = 'Скачать';
$_['button_rebuild'] = 'Перестроить';
$_['button_upload'] = 'Загрузить';
$_['button_submit'] = 'Отправить';
$_['button_invoice_print'] = 'Распечатать счет';
$_['button_shipping_print'] = 'Распечатать список доставки';
$_['button_address_add'] = 'Добавить адрес';
$_['button_attribute_add'] = 'Добавить атрибут';
$_['button_banner_add'] = 'Добавить баннер';
$_['button_custom_field_value_add'] = 'Добавить пользовательское поле';
$_['button_product_add'] = 'Добавить товар';
$_['button_filter_add'] = 'Добавить фильтр';
$_['button_option_add'] = 'Добавить опцию';
$_['button_option_value_add'] = 'Добавить значение опции';
$_['button_recurring_add'] = 'Добавить регулярный';
$_['button_discount_add'] = 'Добавить скидку';
$_['button_special_add'] = 'Добавить акцию';
$_['button_image_add'] = 'Добавить изображение';
$_['button_geo_zone_add'] = 'Добавить геозону';
$_['button_history_add'] = 'Добавить историю';
$_['button_translation'] = 'Загрузить перевод по умолчанию';
$_['button_translation_add'] = 'Добавить перевод';
$_['button_transaction_add'] = 'Добавить транзакцию';
$_['button_route_add'] = 'Добавить маршрут';
$_['button_rule_add'] = 'Добавить правило';
$_['button_module_add'] = 'Добавить модуль';
$_['button_link_add'] = 'Добавить ссылку';
$_['button_approve'] = 'Утвердить';
$_['button_deny'] = 'Отклонить';
$_['button_reset'] = 'Сбросить';
$_['button_generate'] = 'Сгенерировать';
$_['button_voucher_add'] = 'Добавить сертификат';
$_['button_reward_add'] = 'Добавить бонусные баллы';
$_['button_reward_remove'] = 'Удалить бонусные баллы';
$_['button_commission_add'] = 'Добавить комиссию';
$_['button_commission_remove'] = 'Удалить комиссию';
$_['button_credit_add'] = 'Добавить кредит';
$_['button_credit_remove'] = 'Удалить кредит';
$_['button_ip_add'] = 'Добавить IP-адрес';
$_['button_parent'] = 'Родитель';
$_['button_folder'] = 'Новая папка';
$_['button_search'] = 'Искать';
$_['button_view'] = 'Смотреть';
$_['button_install'] = 'Установить';
$_['button_uninstall'] = 'Удалить';
$_['button_link'] = 'Ссылка';
$_['button_currency'] = 'Обновить значения валют';
$_['button_apply'] = 'Применить';
$_['button_category_add'] = 'Добавить категорию';
$_['button_order'] = 'Посмотреть заказ';
$_['button_order_recurring'] = 'Посмотреть регулярный заказ';
$_['button_buy'] = 'Купить';
$_['button_developer'] = 'Настройки разработчика';
// Tab
$_['tab_affiliate'] = 'Партнер';
$_['tab_address'] = 'Адреса';
$_['tab_additional'] = 'Дополнительно';
$_['tab_admin'] = 'Администратор';
$_['tab_attribute'] = 'Атрибут';
$_['tab_customer'] = 'Данные клиента';
$_['tab_comment'] = 'Комментарий';
$_['tab_data'] = 'Данные';
$_['tab_description'] = 'Описание';
$_['tab_design'] = 'Дизайн';
$_['tab_discount'] = 'Скидка';
$_['tab_documentation'] = 'Документация';
$_['tab_general'] = 'Общие';
$_['tab_history'] = 'История';
$_['tab_ftp'] = 'FTP';
$_['tab_ip'] = 'IP-адреса';
$_['tab_links'] = 'Связи';
$_['tab_log'] = 'Журнал';
$_['tab_image'] = 'Изображение';
$_['tab_option'] = 'Опции';
$_['tab_server'] = 'Сервер';
$_['tab_seo'] = 'Семантический URL';
$_['tab_store'] = 'Магазин';
$_['tab_special'] = 'Акция';
$_['tab_session'] = 'Сессия';
$_['tab_local'] = 'Локальность';
$_['tab_mail'] = 'Почта';
$_['tab_module'] = 'Модуль';
$_['tab_payment'] = 'Детали платежа';
$_['tab_product'] = 'Товары';
$_['tab_reward'] = 'Бонусные баллы';
$_['tab_shipping'] = 'Данные доставки';
$_['tab_total'] = 'Итоги';
$_['tab_transaction'] = 'Транзакции';
$_['tab_voucher'] = 'Сертификаты';
$_['tab_sale'] = 'Продажи';
$_['tab_marketing'] = 'Маркетинг';
$_['tab_online'] = 'Посетители онлайн';
$_['tab_activity'] = 'Недавняя активность';
$_['tab_recurring'] = 'Регулярные';
$_['tab_action'] = 'Действие';
$_['tab_google'] = 'Google';
// Error
$_['error_exception'] = 'Код ошибки(%s): %s в %s строка %s';
$_['error_upload_1'] = 'Предупреждение: Загруженный файл превышает директиву upload_max_filesize в php.ini!';
$_['error_upload_2'] = 'Предупреждение: Загруженный файл превышает директиву MAX_FILE_SIZE, указанную в форме HTML!';
$_['error_upload_3'] = 'Предупреждение: Загружаемый файл был загружен только частично!';
$_['error_upload_4'] = 'Предупреждение: Нет файла для загрузки!';
$_['error_upload_6'] = 'Предупреждение: Отсутствует временная папка!';
$_['error_upload_7'] = 'Предупреждение: Не удалось записать файл на диск!';
$_['error_upload_8'] = 'Предупреждение: Загрузка файла остановлена расширением!';
$_['error_upload_999'] = 'Предупреждение: Несуществующий код ошибки!';
$_['error_curl'] = 'CURL: Код ошибки(%s): %s';
/* When doing translations only include the matching language code */
// Summernote
//$_['summernote'] = 'ar-AR';
//$_['summernote'] = 'bg-BG';
//$_['summernote'] = 'ca-ES';
//$_['summernote'] = 'cs-CZ';
//$_['summernote'] = 'da-DK';
//$_['summernote'] = 'de-DE';
//$_['summernote'] = 'es-ES';
//$_['summernote'] = 'es-EU';
//$_['summernote'] = 'fa-IR';
//$_['summernote'] = 'fi-FI';
//$_['summernote'] = 'fr-FR';
//$_['summernote'] = 'he-IL';
//$_['summernote'] = 'hu-HU';
//$_['summernote'] = 'hr-HR';
//$_['summernote'] = 'gl-ES';
//$_['summernote'] = 'id-ID';
//$_['summernote'] = 'it-IT';
//$_['summernote'] = 'ja-JP';
//$_['summernote'] = 'ko-KR';
//$_['summernote'] = 'lt-LT';
//$_['summernote'] = 'lt-LV';
//$_['summernote'] = 'nb-NO';
//$_['summernote'] = 'nl-NL';
//$_['summernote'] = 'pl-PL';
//$_['summernote'] = 'pt-BR';
//$_['summernote'] = 'pt-PT';
//$_['summernote'] = 'ro-RO';
$_['summernote'] = 'ru-RU';
//$_['summernote'] = 'sk-SK';
//$_['summernote'] = 'sl-SI';
//$_['summernote'] = 'sr-RS-Latin';
//$_['summernote'] = 'sr-RS';
//$_['summernote'] = 'sv-SE';
//$_['summernote'] = 'th-TH';
//$_['summernote'] = 'tr-TR';
//$_['summernote'] = 'uk-UA';
//$_['summernote'] = 'vi-VN';
//$_['summernote'] = 'zh-CN';
//$_['summernote'] = 'zh-TW';
// Datepicker
//$_['datepicker'] = 'en-gb';
//$_['datepicker'] = 'af';
//$_['datepicker'] = 'ar-dz';
//$_['datepicker'] = 'ar-kw';
//$_['datepicker'] = 'ar-ly';
//$_['datepicker'] = 'ar-ma';
//$_['datepicker'] = 'ar-sa';
//$_['datepicker'] = 'ar-tn';
//$_['datepicker'] = 'ar';
//$_['datepicker'] = 'az';
//$_['datepicker'] = 'be';
//$_['datepicker'] = 'bg';
//$_['datepicker'] = 'bn';
//$_['datepicker'] = 'bo';
//$_['datepicker'] = 'br';
//$_['datepicker'] = 'bs';
//$_['datepicker'] = 'ca';
//$_['datepicker'] = 'cs';
//$_['datepicker'] = 'cv';
//$_['datepicker'] = 'cy';
//$_['datepicker'] = 'da';
//$_['datepicker'] = 'de-at';
//$_['datepicker'] = 'de-ch';
//$_['datepicker'] = 'de';
//$_['datepicker'] = 'dv';
//$_['datepicker'] = 'el';
//$_['datepicker'] = 'en-au';
//$_['datepicker'] = 'en-ca';
//$_['datepicker'] = 'en-gb';
//$_['datepicker'] = 'en-ie';
//$_['datepicker'] = 'en-nz';
//$_['datepicker'] = 'eo';
//$_['datepicker'] = 'es-do';
//$_['datepicker'] = 'es';
//$_['datepicker'] = 'et';
//$_['datepicker'] = 'eu';
//$_['datepicker'] = 'fa';
//$_['datepicker'] = 'fi';
//$_['datepicker'] = 'fo';
//$_['datepicker'] = 'fr-ca';
//$_['datepicker'] = 'fr-ch';
//$_['datepicker'] = 'fr';
//$_['datepicker'] = 'fy';
//$_['datepicker'] = 'gd';
//$_['datepicker'] = 'gl';
//$_['datepicker'] = 'gom-latn';
//$_['datepicker'] = 'he';
//$_['datepicker'] = 'hi';
//$_['datepicker'] = 'hr';
//$_['datepicker'] = 'hu';
//$_['datepicker'] = 'hy-am';
//$_['datepicker'] = 'id';
//$_['datepicker'] = 'is';
//$_['datepicker'] = 'it';
//$_['datepicker'] = 'ja';
//$_['datepicker'] = 'jv';
//$_['datepicker'] = 'ka';
//$_['datepicker'] = 'kk';
//$_['datepicker'] = 'km';
//$_['datepicker'] = 'kn';
//$_['datepicker'] = 'ko';
//$_['datepicker'] = 'ky';
//$_['datepicker'] = 'lb';
//$_['datepicker'] = 'lo';
//$_['datepicker'] = 'lt';
//$_['datepicker'] = 'lv';
//$_['datepicker'] = 'me';
//$_['datepicker'] = 'mi';
//$_['datepicker'] = 'mk';
//$_['datepicker'] = 'ml';
//$_['datepicker'] = 'mr';
//$_['datepicker'] = 'ms-my';
//$_['datepicker'] = 'ms';
//$_['datepicker'] = 'my';
//$_['datepicker'] = 'nb';
//$_['datepicker'] = 'ne';
//$_['datepicker'] = 'nl-be';
//$_['datepicker'] = 'nl';
//$_['datepicker'] = 'nn';
//$_['datepicker'] = 'pa-in';
//$_['datepicker'] = 'pl';
//$_['datepicker'] = 'pt-br';
//$_['datepicker'] = 'pt';
//$_['datepicker'] = 'ro';
$_['datepicker'] = 'ru';
//$_['datepicker'] = 'sd';
//$_['datepicker'] = 'se';
//$_['datepicker'] = 'si';
//$_['datepicker'] = 'sk';
//$_['datepicker'] = 'sl';
//$_['datepicker'] = 'sq';
//$_['datepicker'] = 'sr-cyrl';
//$_['datepicker'] = 'sr';
//$_['datepicker'] = 'ss';
//$_['datepicker'] = 'sv';
//$_['datepicker'] = 'sw';
//$_['datepicker'] = 'ta';
//$_['datepicker'] = 'te';
//$_['datepicker'] = 'tet';
//$_['datepicker'] = 'th';
//$_['datepicker'] = 'tl-ph';
//$_['datepicker'] = 'tlh';
//$_['datepicker'] = 'tr';
//$_['datepicker'] = 'tzl';
//$_['datepicker'] = 'tzm-latn';
//$_['datepicker'] = 'tzm';
//$_['datepicker'] = 'uk';
//$_['datepicker'] = 'ur';
//$_['datepicker'] = 'uz-latn';
//$_['datepicker'] = 'uz';
//$_['datepicker'] = 'vi';
//$_['datepicker'] = 'x-pseudo';
//$_['datepicker'] = 'yo';
//$_['datepicker'] = 'zh-cn';
//$_['datepicker'] = 'zh-hk';
//$_['datepicker'] = 'zh-tw';