source: extensions/MyPiwiShop/language/ru_RU/plugin.lang.php @ 27760

Last change on this file since 27760 was 27760, checked in by TranslationTeam, 10 years ago

[mypiwishop] Update ru_RU, thanks to : Konve

  • Property svn:executable set to *
File size: 6.3 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['Edit'] = 'Edit';
24$lang['the product'] = 'товар';
25$lang['you must enter the name of the option'] = 'необходимо ввести имя параметра';
26$lang['you must enter the product and not the price'] = 'необходимо ввести товар, а не цену';
27$lang['The order is changed'] = 'Порядок изменен';
28$lang['Type'] = 'Тип';
29$lang['Type of option'] = 'Тип параметра';
30$lang['Validate the change'] = 'Подтверждение изменения';
31$lang['Value'] = 'Значение';
32$lang['View cart'] = 'Просмотреть корзину';
33$lang['What is MyPiwiShop?'] = 'Что такое MyPiwiShop?';
34$lang['Your Paypal id'] = 'Ваш Paypal ID или адрес вашего счета Paypal';
35$lang['a option'] = 'параметр';
36$lang['a product'] = 'товар';
37$lang['add value'] = 'добавить значение';
38$lang['drag / drop to change the order'] = 'перетащить для изменения порядка';
39$lang['duplicate'] = 'дублировать';
40$lang['option registered'] = 'параметр зарегистрован';
41$lang['products have been added to these images'] = 'Товары к этим изображениям были добавлены ';
42$lang['products have been removed for these pictures'] = 'Товары к этим изображениям были удалены ';
43$lang['see related products for this picture'] = 'Просмотреть похожие товары для этой картинки';
44$lang['shipping fees'] = 'транспортные сборы';
45$lang['the option'] = 'Параметр';
46$lang['the order is changed'] = 'Параметр изменен';
47$lang['(filtered from _MAX_ total records)'] = '(отбор из _MAX_ записей)';
48$lang['Products have been added to these images'] = 'Товары, которые были добавлены к этим изображениям';
49$lang['Products have been removed for these pictures'] = 'Товары, которые были удалены с этими изображениям';
50$lang['Registered'] = 'Зарегистрировано';
51$lang['Required'] = 'Обязательно';
52$lang['Select at least one product'] = 'Выберите хотя бы один товар';
53$lang['Shipping cost'] = 'Стоимость доставки';
54$lang['Shop'] = 'Магазин';
55$lang['Showing 0 to 0 of 0 records'] = 'Показано с 0 по 0 из 0 записей';
56$lang['Showing _START_ to _END_ of _TOTAL_ records'] = 'Показано с _START_ по _END_ из _TOTAL_ записей';
57$lang['The field is required'] = 'Поле является обязательным';
58$lang['Option registered'] = 'Параметр зарегистрирован';
59$lang['Presentation text for a single product'] = 'Презентационный текст для одного товара';
60$lang['Presentation text for several products'] = 'Презентационный текст для нескольких товаров';
61$lang[' product'] = 'товар';
62$lang['Add a product'] = 'Добавить товар';
63$lang['Add the selected products for these images'] = 'Добавить выбранные товары для этих изображений';
64$lang['Change the display order of products in the form'] = 'Изменение порядка отображения товаров в форме';
65$lang['Delete the selected products for these images'] = 'Удалить выбранные товары для этих изображений';
66$lang['No product selected'] = 'Нет выбранного товара';
67$lang['Price'] = 'Цена';
68$lang['Product'] = 'Товар';
69$lang['Product registered'] = 'Товар зарегистирован';
70$lang['Products'] = 'Товары';
71$lang[' option'] = 'параметр';
72$lang['Add a option'] = 'Добавить параметр';
73$lang['Change the display order of options in the form'] = 'Изменение порядка отображения параметров в форме';
74$lang['Note administrator'] = 'Примечание администратора';
75$lang['Option value'] = 'Значение параметра';
76$lang['Options'] = 'Параметры';
77$lang['Add '] = 'Добавить';
78$lang['Buy'] = 'Купить';
79$lang['Configuration'] = 'Конфигурация';
80$lang['Currency'] = 'Валюта';
81$lang['Display _MENU_ records per page'] = 'Показать _MENU_ записей на странице';
82$lang['Duplicate '] = 'Дублировать';
83$lang['Fields marked with * must be completed'] = 'Поля со звёздочкой * должны быть заполнены';
84$lang['No matching option found'] = 'Соответствующий параметр не найден';
85?>
Note: See TracBrowser for help on using the repository browser.