ET_RussianLanguagePack - Version 1.4.0

Version Notes

Translation.

Download this release

Release Info

Developer Magento Core Team
Extension ET_RussianLanguagePack
Version 1.4.0
Comparing to
See all releases


Code changes from version 1.3.0 to 1.4.0

app/code/community/ET/RussianLanguagePack/Block/Adminhtml/Support.php CHANGED
@@ -23,49 +23,58 @@ class ET_RussianLanguagePack_Block_Adminhtml_Support
23
  {
24
  /**
25
  * Support tab
26
- * version 1.0.0
27
  */
28
  public function render(Varien_Data_Form_Element_Abstract $element)
29
- {
30
- $helper = Mage::helper('etrussianlanguagepack');
31
- $moduleNameId = 'ET_RussianLanguagePack';
32
-
33
- $moduleVersion = $this->_getConfigValue($moduleNameId, 'version');
34
- $moduleName = $this->_getConfigValue($moduleNameId, 'name');
35
- $moduleShortDescription = $this->_getConfigValue($moduleNameId, 'descr');
36
- $moduleLicense = $this->_getConfigValue($moduleNameId, 'license');
37
-
38
- $linkParameters = '?module=' . $moduleNameId . '&ver=' . $moduleVersion . '&ref=' . $_SERVER['HTTP_HOST'];
39
- $moduleLicenseLink = $this->_getConfigValue($moduleNameId, 'licenselink') . $linkParameters;
40
- $moduleSupportLink = $this->_getConfigValue($moduleNameId, 'redminelink') . $linkParameters;
41
- $moduleLink = $this->_getConfigValue($moduleNameId, 'permanentlink') . $linkParameters;
42
- $servicesLink = $this->_getConfigValue($moduleNameId, 'ourserviceslink') . $linkParameters;
43
-
44
- $html =
45
- '<style>
46
- .line {border-top: 1px solid #c6c6c6; }
 
 
 
 
 
 
 
 
 
47
  .developer-label {color: #000000; font-weight:bold; width: 150px;}
48
  .developer-text { padding-bottom: 15px;}
49
  .developer {width: 600px; }
50
  </style>';
51
 
52
- $html .= '
53
  <table cellspacing="0" cellpading="0" class="developer">
54
  <tr>
55
  <td class="developer-label">' . $helper->__('Extension:') . '</td>
56
  <td class="developer-text">' . $helper->__(
57
- '<strong>%s</strong> (version %s)',
58
- $moduleName,
59
- $moduleVersion
60
- ) . '</td>
61
  </tr>
62
  <tr>
63
  <td class="developer-label">' . $helper->__('License:') . '</td>
64
  <td class="developer-text">' . $helper->__(
65
- '<a href="%s" target="_blank">%s</a>',
66
- $moduleLicenseLink,
67
- $moduleLicense
68
- ) . '</td>
69
  </tr>
70
  <tr>
71
  <td class="developer-label">' . $helper->__('Short Description:') . '</td>
@@ -74,49 +83,106 @@ class ET_RussianLanguagePack_Block_Adminhtml_Support
74
  <tr>
75
  <td class="developer-label">' . $helper->__('Documentation:') . '</td>
76
  <td class="developer-text">' . $helper->__(
77
- 'You can see description of extension features and answers to the ' .
78
- 'frequently asked questions on <a href="%s" target="_balnk">our website</a>.',
79
- $moduleLink) . '</td>
80
  </tr>
81
  <tr>
82
  <td class="developer-label line">' . $helper->__('Support:') . '</td>
83
  <td class="developer-text line">' . $helper->__(
84
- 'Extension support is available through <a href="%s" target="_blank">issue tracking system' .
85
- '</a>.<br>You can see information freely, but you will have to sign up to open a ticket.<br>' .
86
- '<br>Please, report all bugs and feature requests that are connected to this extension.<br>' .
87
- '<br>If by some reason you can not submit a question, bug report or feature request to our ' .
88
- 'ticket system, you can write us an email - support@etwebsolutions.com.',
89
- $moduleSupportLink) . '</td>
90
  </tr>
91
  <tr>
92
- <td class="developer-label line">' . $helper->__('Advertisement:') . '</td>
93
  <td class="developer-text line">' . $helper->__(
94
- 'You can hire our team to customize the extension. E-mail us on sales@etwebsolutions.com.<br>' .
95
- '<br>You can see a list of provided services on <a href="%s" target="_blank">our website</a>.',
96
- $servicesLink) . '</td>
97
  </tr>
98
  </table>';
99
 
100
 
101
- return $html;
102
- }
103
 
104
  protected function _getConfigValue($module, $config)
105
- {
106
- $locale = Mage::app()->getLocale()->getLocaleCode();
107
- $defaultLocale = 'en_US';
108
- $mainConfig = Mage::getConfig();
109
- $moduleConfig = $mainConfig->getNode('modules/' . $module . '/' . $config);
110
-
111
- if ((string)$moduleConfig) {
112
- return $moduleConfig;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
113
  }
114
 
115
- if ($moduleConfig->$locale) {
116
- return $moduleConfig->$locale;
117
- } else {
118
- return $moduleConfig->$defaultLocale;
 
 
 
 
 
 
 
 
 
 
 
 
 
119
  }
120
  }
 
 
121
 
122
  }
23
  {
24
  /**
25
  * Support tab
26
+ * version 2.0.0
27
  */
28
  public function render(Varien_Data_Form_Element_Abstract $element)
29
+ {
30
+ $helper = Mage::helper('etrussianlanguagepack');
31
+ $moduleNameId = 'ET_RussianLanguagePack';
32
+
33
+ $moduleVersion = $this->_getConfigValue($moduleNameId, 'version');
34
+ $moduleName = $this->_getConfigValue($moduleNameId, 'name');
35
+ $moduleShortDescription = $this->_getConfigValue($moduleNameId, 'descr');
36
+ $moduleLicense = $this->_getConfigValue($moduleNameId, 'license');
37
+
38
+ $linkParameters = '';
39
+ $moduleLicenseLink = $this->_getConfigValue($moduleNameId, 'licenselink') . $linkParameters;
40
+ $moduleSupportLink = $this->_getConfigValue($moduleNameId, 'redminelink') . $linkParameters;
41
+ $moduleLink = $this->_getConfigValue($moduleNameId, 'permanentlink') . $linkParameters;
42
+ $servicesLink = $this->_getConfigValue($moduleNameId, 'ourserviceslink') . $linkParameters;
43
+
44
+ $magentoVersion = Mage::getVersion();
45
+ $magentoPlatform = $this->_getPlatform();
46
+ $logoLink = 'https://shop.etwebsolutions.com/logotypes/' .
47
+ $magentoPlatform . '/' .
48
+ $magentoVersion . '/' .
49
+ $moduleNameId .'/' .
50
+ $moduleVersion . '/' .
51
+ 'logo.png';
52
+
53
+ $html =
54
+ '<style>
55
+ .line {border-top: 1px solid #c6c6c6; padding-top: 10px;}
56
  .developer-label {color: #000000; font-weight:bold; width: 150px;}
57
  .developer-text { padding-bottom: 15px;}
58
  .developer {width: 600px; }
59
  </style>';
60
 
61
+ $html .= '
62
  <table cellspacing="0" cellpading="0" class="developer">
63
  <tr>
64
  <td class="developer-label">' . $helper->__('Extension:') . '</td>
65
  <td class="developer-text">' . $helper->__(
66
+ '<strong>%s</strong> (version %s)',
67
+ $moduleName,
68
+ $moduleVersion
69
+ ) . '</td>
70
  </tr>
71
  <tr>
72
  <td class="developer-label">' . $helper->__('License:') . '</td>
73
  <td class="developer-text">' . $helper->__(
74
+ '<a href="%s" target="_blank">%s</a>',
75
+ $moduleLicenseLink,
76
+ $moduleLicense
77
+ ) . '</td>
78
  </tr>
79
  <tr>
80
  <td class="developer-label">' . $helper->__('Short Description:') . '</td>
83
  <tr>
84
  <td class="developer-label">' . $helper->__('Documentation:') . '</td>
85
  <td class="developer-text">' . $helper->__(
86
+ 'You can see description of extension features and answers to the ' .
87
+ 'frequently asked questions on <a href="%s" target="_blank">our website</a>.',
88
+ $moduleLink) . '</td>
89
  </tr>
90
  <tr>
91
  <td class="developer-label line">' . $helper->__('Support:') . '</td>
92
  <td class="developer-text line">' . $helper->__(
93
+ 'Extension support is available through <a href="%s" target="_blank">issue tracking system' .
94
+ '</a>.<br>You can see information freely, but you will have to sign up to open a ticket.<br>' .
95
+ '<br>Please, report all bugs and feature requests that are related to this extension.<br>' .
96
+ '<br>If by some reason you can not submit a question, bug report or feature request to our ' .
97
+ 'ticket system, you can write us an email - support@etwebsolutions.com.',
98
+ $moduleSupportLink) . '</td>
99
  </tr>
100
  <tr>
101
+ <td class="developer-label line"><img src="' . $logoLink. '" width="100px" height="34px"> </td>
102
  <td class="developer-text line">' . $helper->__(
103
+ 'You can hire our team to customize the extension. E-mail us on sales@etwebsolutions.com.<br>' .
104
+ '<br>You can see a list of provided services on <a href="%s" target="_blank">our website</a>.',
105
+ $servicesLink) . '</td>
106
  </tr>
107
  </table>';
108
 
109
 
110
+ return $html;
111
+ }
112
 
113
  protected function _getConfigValue($module, $config)
114
+ {
115
+ $locale = Mage::app()->getLocale()->getLocaleCode();
116
+ $defaultLocale = 'en_US';
117
+ $mainConfig = Mage::getConfig();
118
+ $moduleConfig = $mainConfig->getNode('modules/' . $module . '/' . $config);
119
+
120
+ if ((string)$moduleConfig) {
121
+ return $moduleConfig;
122
+ }
123
+
124
+ if ($moduleConfig->$locale) {
125
+ return $moduleConfig->$locale;
126
+ } else {
127
+ return $moduleConfig->$defaultLocale;
128
+ }
129
+ }
130
+
131
+ const PLATFORM_CE = 'ce';
132
+ const PLATFORM_PE = 'pe';
133
+ const PLATFORM_EE = 'ee';
134
+ const PLATFORM_GO = 'go';
135
+ const PLATFORM_UNKNOWN = 'unknown';
136
+
137
+ protected static $_platformCode = self::PLATFORM_UNKNOWN;
138
+
139
+ /**
140
+ * Get edition code
141
+ * @return string
142
+ */
143
+ protected function _getPlatform()
144
+ {
145
+ if (self::$_platformCode == self::PLATFORM_UNKNOWN) {
146
+ // from Magento CE version 1.7. we can get platform from Mage class
147
+ if (property_exists('Mage', '_currentEdition')) {
148
+ switch (Mage::getEdition()) {
149
+ case Mage::EDITION_COMMUNITY:
150
+ self::$_platformCode = self::PLATFORM_CE;
151
+ break;
152
+ case Mage::EDITION_PROFESSIONAL:
153
+ self::$_platformCode = self::PLATFORM_PE;
154
+ break;
155
+ case Mage::EDITION_ENTERPRISE:
156
+ self::$_platformCode = self::PLATFORM_EE;
157
+ break;
158
+ case Mage::EDITION_ENTERPRISE:
159
+ self::$_platformCode = self::PLATFORM_EE;
160
+ break;
161
+ default:
162
+ self::$_platformCode = self::PLATFORM_UNKNOWN;
163
+ }
164
  }
165
 
166
+ // if platform still unknown
167
+ if (self::$_platformCode == self::PLATFORM_UNKNOWN) {
168
+ $modulesArray = (array)Mage::getConfig()->getNode('modules')->children();
169
+ $isEnterprise = array_key_exists('Enterprise_Enterprise', $modulesArray);
170
+
171
+ $isProfessional = false; // TODO: how determine?
172
+ $isGo = false; // TODO: how?
173
+
174
+ if ($isEnterprise) {
175
+ self::$_platformCode = self::PLATFORM_EE;
176
+ } elseif ($isProfessional) {
177
+ self::$_platformCode = self::PLATFORM_PE;
178
+ } elseif ($isGo) {
179
+ self::$_platformCode = self::PLATFORM_GO;
180
+ } else {
181
+ self::$_platformCode = self::PLATFORM_CE;
182
+ }
183
  }
184
  }
185
+ return self::$_platformCode;
186
+ }
187
 
188
  }
app/code/community/ET/RussianLanguagePack/etc/config.xml CHANGED
@@ -22,7 +22,7 @@
22
  <modules>
23
  <ET_RussianLanguagePack>
24
  <name>ET Russian Language Pack</name>
25
- <version>1.3.0</version>
26
  <descr>
27
  <ru_RU><![CDATA[Русский перевод для Magento CE.]]>
28
  </ru_RU>
22
  <modules>
23
  <ET_RussianLanguagePack>
24
  <name>ET Russian Language Pack</name>
25
+ <version>1.4.0</version>
26
  <descr>
27
  <ru_RU><![CDATA[Русский перевод для Magento CE.]]>
28
  </ru_RU>
app/locale/ru_RU/ET_RussianLanguagePack.csv CHANGED
@@ -7,6 +7,6 @@
7
  "Documentation:","Документация:"
8
  "Support:","Поддержка:"
9
  "Advertisement:","Реклама:"
10
- "You can see description of extension features and answers to the frequently asked questions on <a href=""%s"" target=""_balnk"">our website</a>.","Описание позможностей модуля и ответы на часто задаваемые вопросы смотрите на <a href=""%s"" target=""_balnk"">нашем сайте</a>."
11
  "You can hire our team to customize the extension. E-mail us on sales@etwebsolutions.com.<br><br>You can see a list of provided services on <a href=""%s"" target=""_blank"">our website</a>.","Вы можете нанять нашу команду для любых работ по модификации модуля. Пишите на адрес sales@etwebsolutions.com.<br><br>Со списком предоставляемых нами услуг вы можете ознакомиться <a href=""%s"" target=""_blank"">на нашем сайте</a>."
12
- "Extension support is available through <a href=""%s"" target=""_blank"">issue tracking system</a>.<br>You can see information freely, but you will have to sign up to open a ticket.<br><br>Please, report all bugs and feature requests that are connected to this extension.<br><br>If by some reason you can not submit a question, bug report or feature request to our ticket system, you can write us an email - support@etwebsolutions.com.","Поддержка модуля осуществляется через <a href=""%s"" target=""_blank"">систему отслеживания заданий</a>.<br>Для создания задачи будет необходимо зарегистрироваться. Для просмотра информации регистрация не требуется.<br><br>Пожалуйста, сообщайте нам о найденных ошибках и о своих пожеланиях в рамках этого модуля.<br><br>Если по каким-либо причинам вы не можете размеситить вопрос/сообщение об ошибке/пожелание в списке задач, то можете написать нам по адресу support@etwebsolutions.com."
7
  "Documentation:","Документация:"
8
  "Support:","Поддержка:"
9
  "Advertisement:","Реклама:"
10
+ "You can see description of extension features and answers to the frequently asked questions on <a href=""%s"" target=""_blank"">our website</a>.","Описание позможностей модуля и ответы на часто задаваемые вопросы смотрите на <a href=""%s"" target=""_blank"">нашем сайте</a>."
11
  "You can hire our team to customize the extension. E-mail us on sales@etwebsolutions.com.<br><br>You can see a list of provided services on <a href=""%s"" target=""_blank"">our website</a>.","Вы можете нанять нашу команду для любых работ по модификации модуля. Пишите на адрес sales@etwebsolutions.com.<br><br>Со списком предоставляемых нами услуг вы можете ознакомиться <a href=""%s"" target=""_blank"">на нашем сайте</a>."
12
+ "Extension support is available through <a href=""%s"" target=""_blank"">issue tracking system</a>.<br>You can see information freely, but you will have to sign up to open a ticket.<br><br>Please, report all bugs and feature requests that are related to this extension.<br><br>If by some reason you can not submit a question, bug report or feature request to our ticket system, you can write us an email - support@etwebsolutions.com.","Поддержка модуля осуществляется через <a href=""%s"" target=""_blank"">систему отслеживания заданий</a>.<br>Для создания задачи будет необходимо зарегистрироваться. Для просмотра информации регистрация не требуется.<br><br>Пожалуйста, сообщайте нам о найденных ошибках и о своих пожеланиях в рамках этого модуля.<br><br>Если по каким-либо причинам вы не можете размеситить вопрос/сообщение об ошибке/пожелание в списке задач, то можете написать нам по адресу support@etwebsolutions.com."
app/locale/ru_RU/Mage_Adminhtml.csv CHANGED
@@ -1,1449 +1,1455 @@
1
- " The customer does not exist in the system anymore."," Данных о клиенте больше нет в системе"
2
- " You will need to navigate to your "," Вам будет необходимо перейти к "
3
- " [deleted]"," [удалено]"
4
- " and "," и "
5
- " and go to the "," and go to the "
6
- " note that the URLs provided below are the correct values for your current website): "," напоминаем, что показанные ниже адреса правильные для вашего текущего сайта): "
7
- " sections for your Hosted Checkout Pages."," sections for your Hosted Checkout Pages."
8
- "%s (Default Template from Locale)","%s (Шаблон по умолчанию из локализации)"
9
- "%s cache type(s) disabled.","Типов кэша отключено: %s шт."
10
- "%s cache type(s) enabled.","Типов кэша включено: %s шт."
11
- "%s cache type(s) refreshed.","Типов кэша обновлено: %s шт."
12
- "(Absolute path or Relative to Magento install root, ex. var/export)","(Абсолютный или относительный путь к корневой папке Magento, например var/export)"
13
- "(For Type ""Local Server"" need to use relative path to Magento install var/export or var/import, e.g. var/export, var/import, var/export/some/dir, var/import/some/dir)","(Для типа ""Локальный сервер"" необходимо использовать относительный путь к папкам Magento var/export или var/import, например, var/export, var/import, var/export/какая-то/папка, var/import/какая-то/папка)"
14
- "(For US 2-letter state names)","(Для двухбуквенных названий штатов США)"
15
- "(If left empty will be auto-generated)","(Будет сгенерировано автоматически, если оставить пустым)"
16
- "(Includes more countries than those listed below. As the application owner, you are responsible for complying with country-specific laws related to the distribution or sale of your application into that country, including your home country.)","(Включает в себя больше стран, чем перечислено ниже. Как владелец приложения, вы несёте ответственность за соблюдение законов конкретных стран, включая свою страну, при продаже или распространении вашего приложения.)"
17
- "(Leave empty for first spreadsheet)","(Оставьте пустым для первой таблицы)"
18
- "(Products will be added/updated to this store if 'store' column is blank or missing in the import file.)","(Товар будет добавлен/обновлён для этого магазина, если столбец 'магазин' пустой или отсутствует в файле импорта.)"
19
- "(Shift-)Click or drag to change value","(Shift+)Нажмите или тяните для изменения значения"
20
- "(Starting with)","(Начиная с)"
21
- "(When 'No', only mapped fields will be imported. When mapping, use 'column1', 'column2', etc.)","(Если выбрано 'Нет', будут импортированы только привязанные(mapped) поля. Когда привязываете поля, используйте 'column1', 'column2' и т.д.)"
22
- "(You have to increase php memory_limit before changing this value)","(Необходимо увеличить php memory_limit перед изменением этого значения)"
23
- "(\\t for tab)","(\\t для tab)"
24
- "* - If indexing is in progress, it will be killed and new indexing process will start.","* - Если в этот момент выполняется обновление индексов, то оно будет остановлено и запущено заново."
25
- "* Required Fields","* Обязательные поля"
26
- "- Click on any of the time parts to increase it","- Нажмите на любую часть времени для её увеличения"
27
- "- Hold mouse button on any of the above buttons for faster selection.","- Держите кнопку мышки нажатой на любой из этих кнопок для более быстрого выбора."
28
- "- Use the %s buttons to select month","- Используйте кнопки %s для выбора месяца"
29
- "- Use the %s, %s buttons to select year","- Используйте кнопки %s, %s для выбора года"
30
- "- or Shift-click to decrease it","- или Shift+щелчок мышки для уменьшения"
31
- "- or click and drag for faster selection.","- или нажмите и тяните для более быстрого выбора."
32
- "-- Not Selected --","-- Не выбрано --"
33
- "-- Please Select --","-- Выберите --"
34
- "-- Please Select Billing Agreement--","-- Выберите платёжное соглашение--"
35
- "-- Please Select a Category --","-- Выберите категорию --"
36
- "-- Please select --","-- Выберите --"
37
- "--Please Select--","--Выберите--"
38
- "1 Hour","1 час"
39
- "1. set up","1. set up"
40
- "10:40 AM","10:40 утра"
41
- "10:40:00 AM","10:40 утра"
42
- "12 Hours","12 часов"
43
- "12h AM/PM","12 часовой (AM/PM)"
44
- "2 Hours","2 часа"
45
- "2. customize","2. customize"
46
- "24 Hours","24 часа"
47
- "24h","24 часовой"
48
- "2YTD","2 Года"
49
- "6 Hours","6 часов"
50
- "80px x 80px","80px x 80px"
51
- "80x80 px","80x80 px"
52
- "<h1 class=""page-heading"">404 Error</h1><p>Page not found.</p>","<h1 class=""page-heading"">Ошибка 404</h1><p>Страница не найдена.</p>"
53
- "<strong>%s</strong> requests access to your account","<strong>%s</strong> запрашивает доступ к вашей учётной записи"
54
- "<strong>Attention</strong>: Captcha is case sensitive.","<strong>Внимание</strong>: Captcha регистрозависимая."
55
- "A new password was sent to your email address. Please check your email and click Back to Login.","Новый пароль был отправлен на вашу электронную почту. Пожалуйста, проверьте свой почтовый ящик и нажмите ""Вернуться"", чтобы перейти на форму авторизации."
56
- "A user with the same user name or email aleady exists.","Пользователь с таким именем или адресом электронной почты (email) уже существует."
57
- "API Key","API ключ"
58
- "API Key Confirmation","Подтверждение API ключа"
59
- "API Stability","Стабильность API"
60
- "API Version","Версия API"
61
- "ASCII","ASCII"
62
- "Abandoned Carts","Заброшенные корзины"
63
- "About the calendar","О календаре"
64
- "Access Denied","Доступ запрещён"
65
- "Access denied","Доступ запрещён"
66
- "Access denied.","Доступ запрещён."
67
- "Account Created in:","Учётная запись создана:"
68
- "Account Created on (%s):","Учётная запись создана (%s):"
69
- "Account Created on:","Учётная запись создана:"
70
- "Account Information","Информация об учётной записи"
71
- "Account Status","Статус учётной записи"
72
- "Account status","Статус учётной записи"
73
- "Action","Действие"
74
- "Actions","Действия"
75
- "Actions XML","XML действия"
76
- "Activate","Активировать"
77
- "Active","Активен"
78
- "Add","Добавить"
79
- "Add Author","Добавить автора"
80
- "Add Contents Path","Добавить путь к содержимому"
81
- "Add Exception","Добавить исключение"
82
- "Add Field Mapping","Добавить привязку поля (mapping)"
83
- "Add Field with URL:","Добавить поле с URL:"
84
- "Add Maintainer","Добавить сопровождающего"
85
- "Add More Templates","Добавить больше шаблонов"
86
- "Add New","Добавить"
87
- "Add New Image","Добавить новое изображение"
88
- "Add New Profile","Добавить новый профиль"
89
- "Add New Role","Добавить новую роль"
90
- "Add New Template","Добавить новый шаблон"
91
- "Add New URL Rewrite","Добавить новое правило URL"
92
- "Add New User","Добавить нового пользователя"
93
- "Add New Variable","Добавить новую переменную"
94
- "Add New osCommerce Profile","Добавить новый профиль osCommerce"
95
- "Add PHP Extension dependency","Добавить зависимость от расширений PHP"
96
- "Add Package dependency","Добавить зависимость от пакетов"
97
- "Add Products","Добавить товары"
98
- "Add Subpackage dependency","Добавить зависимость подпакетов"
99
- "Add URL Rewrite","Добавить правило URL"
100
- "Add URL Rewrite for a Category","Добавить правило URL для категории"
101
- "Add URL Rewrite for a Product","Добавить правило URL для товара"
102
- "Add after","Добавить после"
103
- "Add to Cart","Добавить в корзину"
104
- "Add to Wishlist","Добавить в лист пожеланий"
105
- "Additional Cache Management","Дополнительное управление кэшем"
106
- "Address Type:","Тип адреса:"
107
- "Admin","Администратор"
108
- "Advanced Admin Section","Расширенный раздел панели администрирования"
109
- "Advanced Profiles","Расширенные профили"
110
- "Advanced Section","Расширенный раздел"
111
- "After authorization application will have access to you account.","После авторизации приложение получит доступ к вашей учётной записи."
112
- "AirMail Template Preview","Предварительный просмотр шаблона AirMail"
113
- "All","Все"
114
- "All Allowed Countries","Все разрешённые страны"
115
- "All Cache","Весь кэш"
116
- "All Files","Все файлы"
117
- "All Reviews","Все отзывы"
118
- "All Store Views","Все представления магазинов"
119
- "All Tags","Все метки"
120
- "All Websites","Все сайты"
121
- "All countries","Все страны"
122
- "All fields","Все поля"
123
- "All locations","Все местоположения"
124
- "All possible rates were fetched, please click on ""Save"" to apply","Все возможные значения были получены. Нажмите ""Сохранить"", чтобы применить изменения"
125
- "All rates were fetched, please click on ""Save"" to apply","Все значения были получены. Нажмите ""Сохранить"", чтобы применить изменения"
126
- "All valid rates have been saved.","Все корректные значения были сохранены."
127
- "Alpha","Альфа"
128
- "Always (during development)","Всегда (во время разработки)"
129
- "Amounts","Количества"
130
- "An error has occured while syncronizing media storages.","Ошибка при синхронизации медиа хранилищ."
131
- "An error occurred while clearing the JavaScript/CSS cache.","Ошибка во время очистки кэша JavaScript/CSS."
132
- "An error occurred while clearing the image cache.","Ошибка во время очистки кэша изображений."
133
- "An error occurred while creating the backup.","Ошибка при создании резервной копии."
134
- "An error occurred while deleting URL Rewrite.","Ошибка при удалении правил URL."
135
- "An error occurred while deleting email template data. Please review log and try again.","Ошибка при удалении шаблонов писем."
136
- "An error occurred while deleting record(s).","Ошибка при удалении записи(ей)."
137
- "An error occurred while deleting this role.","Ошибка при удалении роли."
138
- "An error occurred while deleting this set.","Ошибка при удалении набора."
139
- "An error occurred while deleting this template.","Ошибка при удалении шаблона."
140
- "An error occurred while finishing process. Please refresh the cache","Ошибка при завершении процесса."
141
- "An error occurred while rebuilding the CatalogInventory Stock Status.","Ошибка обновления статусов наличия товаров."
142
- "An error occurred while rebuilding the catalog index.","Ошибка при обновлении индекса каталога."
143
- "An error occurred while rebuilding the flat catalog category.","Ошибка построения каталога с горизонтальной структурой."
144
- "An error occurred while rebuilding the flat product catalog.","Ошибка построения товаров с горизонтальной структурой."
145
- "An error occurred while rebuilding the search index.","Ошибка перестроения поискового индекса."
146
- "An error occurred while refreshing the Catalog Rewrites.","Ошибка при обновлении переадресации в каталоге."
147
- "An error occurred while refreshing the Layered Navigation indices.","Ошибка при обновлении индексов многослойной навигации."
148
- "An error occurred while refreshing the catalog rewrites.","Ошибка при обновлении переадресации в каталоге."
149
- "An error occurred while refreshing the layered navigation indices.","Ошибка при обновлении индексов многослойной навигации."
150
- "An error occurred while saving URL Rewrite.","Ошибка при сохранении правил URL."
151
- "An error occurred while saving account.","Ошибка при сохранении учётной записи."
152
- "An error occurred while saving review.","Ошибка при сохранении отзыва."
153
- "An error occurred while saving the customer.","Ошибка при сохранении клиента."
154
- "An error occurred while saving this configuration:","Ошибка при сохранении конфигурации:"
155
- "An error occurred while saving this role.","Ошибка при сохранении роли."
156
- "An error occurred while saving this template.","Ошибка при сохранении шаблона."
157
- "An error occurred while updating the selected review(s).","Ошибка при обновлении выбранных отзывов."
158
- "Any","Любое"
159
- "Any Attribute Set","Любой набор атрибутов"
160
- "Any Group","Любая группа"
161
- "Any Status","Любой статус"
162
- "Any Store","Любой магазин"
163
- "Any Type","Любой тип"
164
- "Any Visibility","Любая видимость"
165
- "Any data created since the backup was made will be lost including admin users, customers and orders.","Любые данные, созданные после резервного копирования, будут утеряны, включая пользователей-администраторов, клиентов и заказы."
166
- "Apply Theme","Применить тему"
167
- "Archive file name:","Имя файла архива:"
168
- "Are you sure that you want to delete this template?","Вы действительно хотите удалить этот шаблон?"
169
- "Are you sure that you want to strip tags?","Вы действительно хотите убрать метки?"
170
- "Are you sure you want to delete this theme? This change will affect all applications.","Вы действительно хотите удалить эту тему? Это изменение затронет все приложения."
171
- "Are you sure you want to do this?","Вы действительно хотите это сделать?"
172
- "Are you sure you want to proceed?","Вы действительно хотите продолжить?"
173
- "Area","Зона"
174
- "As low as:","Начиная с:"
175
- "Assigned","Соответствует"
176
- "Associated Tags","Связанные метки"
177
- "Attribute Set Name:","Название набора атрибутов:"
178
- "Attributes","Атрибуты"
179
- "Authorization confirmed","Авторизация подтверждена"
180
- "Authorize","Авторизовать"
181
- "Authorize application","Авторизовать приложение"
182
- "Authorized OAuth Tokens","Авторизованные токены OAuth"
183
- "Authors","Авторы"
184
- "Automatic","Автоматически"
185
- "Automatic (equalize price ranges)","Автоматически (выравнить ценовые диапозоны)"
186
- "Automatic (equalize product counts)","Автоматически (выравнить количества товаров)"
187
- "Available Products","Доступные товары"
188
- "Average Order Amount","Средняя сумма заказа"
189
- "Average Orders","Средняя сумма заказа"
190
- "BINARY","BINARY"
191
- "Back","Вернуться"
192
- "Back to Login","Вернуться на форму авторизации"
193
- "Backup","Резервное копирование"
194
- "Backup Name","Название резервной копии"
195
- "Backup options","Параметры резервной копии"
196
- "Backup record was deleted.","Резервная копия удалена."
197
- "Backups","Резервные копии"
198
- "Base currency","Основная валюта"
199
- "Bcc","Скрытая копия (Bcc)"
200
- "Bestsellers","Хиты продаж"
201
- "Beta","Бета"
202
- "Big Image","Большое изображение"
203
- "Billing Address","Адрес плательщика"
204
- "Billing Address: ","Адрес плательщика:"
205
- "Billing Agreement","Платёжное соглашение"
206
- "Billing Agreements","Платёжные соглашения"
207
- "Block Information","Информация о блоке"
208
- "Both (without and with tax)","Обе (с налогом и без)"
209
- "Both IPN and PDT","Оба IPN и PDT"
210
- "Browse Files...","Просмотреть файлы..."
211
- "Bundle Items","Набор товаров"
212
- "Bundle with dynamic pricing cannot include custom defined options. Options will not be saved.","Набор с динамическими ценами не может содержать настраиваемые варианты. Варианты не будут сохранены."
213
- "CMS","CMS"
214
- "CRITICAL","КРИТИЧНО(Е)"
215
- "CSV","CSV (разделитель - запятые)"
216
- "CSV / Tab separated","CSV (разделитель - табуляция)"
217
- "Cache Control","Управление кэшем"
218
- "Cache Control (beta)","Управление кэшем (beta)"
219
- "Cache Management","Управление кэшем"
220
- "Cache Type","Тип кэша"
221
- "Cancel","Отменить"
222
- "Cancel URL: ","URL отмены: "
223
- "Cannot add new comment.","Невозможно добавить новый комментарий."
224
- "Cannot add tracking number.","Невозможно добавить номер отслеживания."
225
- "Cannot create an invoice without products.","Невозможно создать счёт без товаров."
226
- "Cannot create credit memo for the order.","Невозможно создать возврат платежа для заказа."
227
- "Cannot delete the design change.","Невозможно удалить изменение дизайна."
228
- "Cannot delete tracking number.","Невозможно удалить номер отслеживания."
229
- "Cannot do shipment for the order separately from invoice.","Невозможно создать доставку для заказа отличную от счёта."
230
- "Cannot do shipment for the order.","Невозможно создать доставку для заказа."
231
- "Cannot find the email address.","Невозможно найти e-mail адрес."
232
- "Cannot initialize shipment for adding tracking number.","Невозможно инициализировать доставку для добавления номера отслеживания."
233
- "Cannot initialize shipment for delete tracking number.","Невозможно инициализировать доставку для удаления номера отслеживания."
234
- "Cannot load track with retrieving identifier.","Невозможно загрузить отслеживание с таким идентификатором."
235
- "Cannot retrieve tracking number detail.","Невозможно получить информацию по номеру отслеживания."
236
- "Cannot save a new password.","Невозможно сохранить новый пароль."
237
- "Cannot save shipment.","Невозможно сохранить доставку."
238
- "Cannot save the cedit memo.","Невозможно сохранить возврат платежа."
239
- "Cannot save the credit memo.","Невозможно сохранить возврат платежа."
240
- "Cannot send shipment information.","Невозможно отправить информацию о доставке."
241
- "Cannot update item quantity.","Невозможно обновить количество товара."
242
- "Cannot update the item\'s quantity.","Невозможно обновить количество товара."
243
- "Card Verification Number","Проверочный номер карты (CVC2)"
244
- "Carrier","Перевозчик"
245
- "Catalog","Каталог"
246
- "Catalog Price Rules","Ценовые правила для каталога"
247
- "Catalog Rewrites","Переадресация в каталоге"
248
- "Categories","Категории"
249
- "Category:","Категория:"
250
- "Chairs","Стулья"
251
- "Change Orientation","Изменить ориентацию"
252
- "Channel","Канал"
253
- "Chart is disabled. If you want to enable chart, click <a href=""%s"">here</a>.","Диаграмма отключена. Если вы хотите включить диаграмму, нажмите <a href=""%s"">сюда</a>."
254
- "Checkbox","Галочка"
255
- "Child Transactions","Подтранзакция"
256
- "Choose Store View","Выберите представление магазина"
257
- "Choose Store View:","Выберите представление магазина:"
258
- "Choose a selection...","Выберите подборку..."
259
- "Choose an attribute","Выберите атрибут"
260
- "Chosen category does not associated with any website, ","Выбранная категория не связана ни с одним сайтом."
261
- "Chosen category does not associated with any website, so url rewrite is not possible.","Выбранная категория не связана ни с одним сайтом и, следовательно, правила url недоступны."
262
- "Chosen product does not associated with any website, ","Выбранный товар не связан ни с одним сайтом."
263
- "Chosen product does not associated with any website, so url rewrite is not possible.","Выбранный товар не связан ни с одним сайтом и, следовательно, правила url недоступны."
264
- "Clear","Очистить"
265
- "Close","Закрыть"
266
- "Comment text field cannot be empty.","Текст комментария не может быть пустым."
267
- "Comments History","История комментариев"
268
- "Complete","Завершён"
269
- "Config form fieldset clone model required to be able to clone fields","Config form fieldset clone model required to be able to clone fields"
270
- "Configuration","Конфигурация"
271
- "Confirm New Password","Подтвердите новый пароль"
272
- "Confirm token authorization Pop Up for admin","Всплывающее окно подтверждения токена авторизации для администратора"
273
- "Confirm token authorization for admin","Подтверждение токена авторизации для администратора"
274
- "Confirmation Of Authorization","Подтверждение авторизации"
275
- "Confirmed email:","Подтвержденный адрес электронной почты (email):"
276
- "Conflicts","Конфликты"
277
- "Connect with the Magento Community","Связаться с сообществом Magento"
278
- "Contents","Содержание"
279
- "Continue","Продолжить"
280
- "Contributor","Участник"
281
- "Convert to Plain Text","Конвертировать в текст"
282
- "Cookie (unsafe)","Cookie (небезопасно)"
283
- "Country","Страна"
284
- "Country:","Страна:"
285
- "Coupons","Купоны"
286
- "Create","Создать"
287
- "Create DB Backup","Создать резервную копию БД"
288
- "Create Extension Package","Создать пакет расширений"
289
- "Create New Attribute","Создать новый атрибут"
290
- "Create URL Rewrite:","Создать правило URL:"
291
- "Created At","Создано"
292
- "Credit Card %s","Кредитная карта %s"
293
- "Credit Card Number","Номер кредитной карты"
294
- "Credit Card Number: xxxx-%s","Номер кредитной карты: xxxx-%s"
295
- "Credit Card Type","Тип кредитной карты"
296
- "Credit Card Type: %s","Тип кредитной карты: %s"
297
- "Credit Memo History","История возврата платежей"
298
- "Credit Memo Totals","Сумма возврата"
299
- "Credit Memos","Возвраты платежей"
300
- "Credit memo #%s comment added","Комментарий к возврату платежа #%s добавлен"
301
- "Credit memo #%s created","Возврат платежа #%s создан"
302
- "Credit memo\'s total must be positive.","Сумма возвратного платежа должна быть положительной."
303
- "Currency","Валюта"
304
- "Currency ""%s"" is used as %s in %s.","Валюта ""%s"" используется как %s в %s."
305
- "Currency Information","Информация о валюте"
306
- "Currency Setup Section","Раздел настроек валют"
307
- "Current Configuration Scope:","Текущая область действия конфигурации:"
308
- "Current Month","Текущий месяц"
309
- "Custom","Другой"
310
- "Custom Colors","Настраиваемые цвета"
311
- "Custom Variable ""%s""","Пользовательская переменная ""%s"""
312
- "Custom Variables","Пользовательские переменные"
313
- "Customer","Клиент"
314
- "Customer Group:","Группа клиента:"
315
- "Customer Groups","Группы клиентов"
316
- "Customer Name","Имя клиента"
317
- "Customer Reviews","Отзывы клиента"
318
- "Customer Shopping Carts","Корзины покупок клиента"
319
- "Customer Since:","Является клиентом с:"
320
- "Customer Tax Classes","Налоговые классы клиента"
321
- "Customer with the same email already exists.","Клиент с таким адресом электронной почты (email) уже существует."
322
- "Customers","Клиенты"
323
- "Customers by Number of Orders","Клиенты по кол-ву заказов"
324
- "Customers by Orders Total","Клиенты по сумме заказов"
325
- "DHTML Date/Time Selector","DHTML выбор даты и времени"
326
- "Dashboard","Панель управления"
327
- "Data Format","Формат данных"
328
- "Data transfer:","Передача данных:"
329
- "Database","База данных"
330
- "Dataflow - Advance Profiles","Расширенные профили"
331
- "Dataflow - Advanced Profiles","Расширенные профили"
332
- "Dataflow - Profiles","Профили"
333
- "Date","Дата"
334
- "Date & Time","Дата и время"
335
- "Date Added","Дата добавления"
336
- "Date Updated","Дата изменения"
337
- "Date selection:","Выбор даты:"
338
- "Date selector","Выбор даты"
339
- "Day","День"
340
- "Decimal separator:","Десятичный разделитель:"
341
- "Default (Admin) Values","Значения по умолчанию для панели администрирования"
342
- "Default Billing Address","Адрес плательщика по умолчанию"
343
- "Default Config","Конфигурация по умолчанию"
344
- "Default Template from Locale","Шаблон по умолчанию из локализации"
345
- "Default Values","Значения по умолчанию"
346
- "Default display currency ""%s"" is not available in allowed currencies.","Валюта по умолчанию ""%s"" не доступна в разрешённых валютах."
347
- "Default scope","Область действия по умолчанию"
348
- "Delete","Удалить"
349
- "Delete %s","Удалить %s"
350
- "Delete %s '%s'","Удалить %s '%s'"
351
- "Delete File","Удалить файл"
352
- "Delete Image","Удалить изображение"
353
- "Delete Profile","Удалить профиль"
354
- "Delete Role","Удалить роль"
355
- "Delete Store","Удалить магазин"
356
- "Delete Store View","Удалить представление магазина"
357
- "Delete Template","Удалить шаблон"
358
- "Delete User","Удалить пользователя"
359
- "Delete Website","Удалить сайт"
360
- "Delete theme","Удалить тему"
361
- "Dependencies","Зависимости"
362
- "Description","Описание"
363
- "Deselect All","Снять все"
364
- "Design","Дизайн"
365
- "Design Section","Раздел дизайна"
366
- "Details","Подробности"
367
- "Developer","Разработчик"
368
- "Developer Section","Раздел разработчика"
369
- "Development","В разработке"
370
- "Direction:","Направление:"
371
- "Disable","Отключить"
372
- "Disabled","Отключено"
373
- "Display %s first","Выводить %s первым"
374
- "Display default currency","Отображать валюту по умолчанию"
375
- "Distributed under GNU LGPL. See %s for details.","Распространяется под лицензией GNU LGPL. Посетите %s для подробной информации."
376
- "Do not enable AVS or CSC options. The do not work when using Payflow Link Silent Mode.","Не включайте параметры AVS или CSC. Они не работают в режиме Payflow Link Silent."
377
- "Do not set any fields in the Billing and Shipping Information block as editable in your Payflow account.","Не делайте поля из блока Информация о доставке и плательщике редактируемыми в вашем Payflow аккаунте."
378
- "Do not set any fields in the Billing and Shipping Information block as editable in your Payflow accout.","Не делайте поля из блока Информация о доставке и плательщике редактируемыми в вашем Payflow аккаунте."
379
- "Do you really want to KILL parallel process and start new indexing process?","Вы действительно хотите ОСТАНОВИТЬ параллельный процесс и начать индексирование заново?"
380
- "Do you really want to proceed?","Вы действительно хотите продолжить?"
381
- "Download","Скачать"
382
- "Downloads","Скачивания"
383
- "Drag to move","Тяните, чтобы переместить"
384
- "Drop-down","Выпадающий список"
385
- "Edit","Редактировать"
386
- "Edit Design Change","Редактировать изменение дизайна"
387
- "Edit Email Template","Редактировать шаблон письма (email)"
388
- "Edit Filter","Редактировать фильтр"
389
- "Edit Order","Редактировать заказ"
390
- "Edit Poll","Редактировать опрос"
391
- "Edit Queue","Редактировать очередь"
392
- "Edit Review","Редактировать отзыв"
393
- "Edit Role","Редактировать роль"
394
- "Edit Store View","Редактировать представление магазина"
395
- "Edit System Template","Редактировать системный шаблон"
396
- "Edit Template","Редактировать шаблон"
397
- "Edit URL Rewrite","Редактировать правило URL"
398
- "Edit User","Редактировать пользователя"
399
- "Edit User '%s'","Редактировать пользователя '%s'"
400
- "Edit Website","Редактировать сайт"
401
- "Email","Электронная почта (email)"
402
- "Email Address:","Адрес электронной почты (email):"
403
- "Email Preview","Предварительный просмотр письма"
404
- "Email to a Friend","Отправить другу"
405
- "Email:","Электронная почта (email):"
406
- "Enable","Включить"
407
- "Enable Secure Token:","Включить маркер безопасности:"
408
- "Enabled","Включено"
409
- "Enclose Values In:","Заключить значения в:"
410
- "Entity Attributes","Атрибуты сущности"
411
- "Entity Type","Тип сущности"
412
- "Entity type:","Тип сущности:"
413
- "Error","Ошибка"
414
- "Error URL: ","Путь ошибки:"
415
- "Excel XML","Excel XML"
416
- "Excl. Tax","Без налога"
417
- "Exclude (comma separated)","Исключить (разделитель - запятая)"
418
- "Exclude media folder from backup","Исключить папку media из резервной копии"
419
- "Expiration Date","Дата истечения срока действия"
420
- "Expiration Date: %s/%s","Дата истечения срока действия: %s/%s"
421
- "Export","Экспорт"
422
- "Export CSV","Экспорт CSV"
423
- "Export FAQ","Экспортировать FAQ"
424
- "Export Filters","Фильтры экспорта"
425
- "Export to:","Экспортировать в:"
426
- "Export:","Экспорт:"
427
- "Extension","Расширение"
428
- "Extensions","Расширения"
429
- "FILTERS APPLIED","ФИЛЬТРЫ ПРИМЕНЕНЫ"
430
- "FTP Host","FTP хост"
431
- "FTP Host[:Port]","FTP хост[:порт]"
432
- "FTP Login","Логин FTP"
433
- "FTP Password","Пароль FTP"
434
- "FTP credentials","Информация для доступа к FTP"
435
- "Failed to add a product to cart by id ""%s"".","Ошибка при добавлении товара в корзину по идентификатору ""%s""."
436
- "Failed to cancel the billing agreement.","Ошибка при отмене платёжного соглашения."
437
- "Failed to clear the JavaScript/CSS cache.","Ошибка при очистке кэша JavaScript/CSS."
438
- "Failed to delete the billing agreement.","Ошибка при удалении платёжного соглашения."
439
- "Failed to update the profile.","Ошибка при обновлении профиля."
440
- "Field","Поле"
441
- "Field Mapping","Привязка полей (mapping)"
442
- "File","Файл"
443
- "File Information","Информация о файле"
444
- "File System","Файловая система"
445
- "File mode","Режим доступа к файлу"
446
- "File name:","Имя файла:"
447
- "File size should be more than 0 bytes","Размер файла должен быть более 0 байт"
448
- "Files","Файлы"
449
- "Final Price","Окончательная цена"
450
- "Finished profile execution.","Выполнение профиля завершено."
451
- "First Invoice Created Date","Дата создания первого счёта"
452
- "First Name","Имя"
453
- "First Name is required field.","Имя - обязательное для заполнения поле."
454
- "First Name:","Имя:"
455
- "Fixed","Фиксированное значение"
456
- "Flush Catalog Images Cache","Очистить кэш изображений каталога"
457
- "Flush JavaScript/CSS Cache","Очистить кэш JavaScript/CSS"
458
- "Folder","Папка"
459
- "For category","Для категории"
460
- "For latest version visit: %s","Последняя версия доступна здесь: %s"
461
- "For product","Для товара"
462
- "Forgot Admin Password","Забытый пароль в панель администрирования"
463
- "Forgot your password?","Забыли пароль?"
464
- "Forgot your user name or password?","Забыли имя пользователя или пароль?"
465
- "From","От"
466
- "GLOBAL","Глобально"
467
- "Gb","Гб"
468
- "General Information","Общая информация"
469
- "General Section","Общий раздел"
470
- "Get Image Base64","Получить изображение в Base64"
471
- "Get help for this page","Помощь по странице"
472
- "Give the verifier code to application administrator","Передайте проверочный код администратору приложения"
473
- "Global Attribute","Глобальный атрибут"
474
- "Global Record Search","Глобальный поиск"
475
- "Global Search","Глобальный поиск"
476
- "Go Today","Сегодня"
477
- "Go to messages inbox","Перейти к входящим сообщениям"
478
- "Go to notifications","Перейти к уведомлениям"
479
- "Google Base","Google Base"
480
- "Google Base Items","Google Base элементы"
481
- "Google Content","Google содержимое"
482
- "Google Sitemaps","Google карты сайта"
483
- "Grand Total","Итого"
484
- "Grid (default) / List","Сетка (по умолчанию) / список"
485
- "Grid Only","Только сеткой"
486
- "Group:","Группа:"
487
- "Guest","Гость"
488
- "HTTP (unsecure)","HTTP (небезопасно)"
489
- "HTTPS (SSL)","HTTPS (SSL)"
490
- "Help Us Keep Magento Healthy - Report All Bugs","Помогите сделать Magento лучше - сообщайте обо всех ошибках"
491
- "Helper","Помощник"
492
- "Helper attributes should not be used in custom layout updates.","Не следует использовать атрибуты хелпера в настраиваемом обновлении макета."
493
- "Helper for options rendering doesn't implement required interface.","В помощнике для отображения параметров не реализован требуемый интерфейс."
494
- "Home","Главная"
495
- "ID","ИД"
496
- "ID Path","Путь ИД"
497
- "IP Address","IP адрес"
498
- "IPN (Instant Payment Notification) Only","IPN (Instant Payment Notification) только"
499
- "If there is an account associated with %s you will receive an email with a link to reset your password.","Если на сайте существует учётная запись с адресом %s вы получите письмо со ссылкой, позволяющей сменить пароль."
500
- "If this message persists, please contact the store owner.","Если это сообщение будет продолжать появляться, пожалуйста, свяжитесь с владельцем магазина."
501
- "If your Magento instance is used for multiple websites, you must configure a separate Payflow Link account for each website.","Если ваш экземпляр Magento используется для нескольких сайтов, то вам необходимо настроить для каждого сайти свой Payflow Link аккаунт."
502
- "Ignore","Игнорировать"
503
- "Images","Изображения"
504
- "Images (.gif, .jpg, .png)","Изображения (.gif, .jpg, .png)"
505
- "Images Cache","Кэш изображений"
506
- "Import","Импорт"
507
- "Import / Export FAQ (Frequently Asked Questions)","Импорт / Экспорт FAQ (Часто задаваемые вопросы)"
508
- "Import FAQ","Импортировать FAQ"
509
- "Import Service","Сервис для импорта"
510
- "Import and Export","Импорт и экспорт"
511
- "Import and Export Tax Rates","Импорт и экспорт налоговых ставок"
512
- "Import/Export","Импорт/Экспорт"
513
- "Import/Export Advanced","Расширенный Импорт/Экспорт"
514
- "Import/Export Profile","Импорт/Экспорт профиля"
515
- "Important: ","Важно:"
516
- "Imported <strong>%s</strong> records","Импортировано записей: <strong>%s</strong> "
517
- "In","В"
518
- "In Database:","В базе данных:"
519
- "In File:","В файле:"
520
- "In Stock","В наличии"
521
- "Inactive","Неактивно"
522
- "Inactive Tabs","Неактивные вкладки"
523
- "Incl. Tax","Включая налог"
524
- "Include","Включить"
525
- "Incoming Message","Входящее сообщение"
526
- "Insert Variable...","Вставить переменную..."
527
- "Interactive","Интерактивно"
528
- "Interface Locale: %s","Язык интерфейса: %s"
529
- "Invalid Form Key. Please refresh the page.","Неверный ключ формы. Пожалуйста, обновите страницу."
530
- "Invalid Import Service Specified","Указан неверный сервис импорта"
531
- "Invalid POST data (please check post_max_size and upload_max_filesize settings in your php.ini file).","Неверные данные, переданные через метод POST (проверьте значения post_max_size и upload_max_filesize в файле php.ini)."
532
- "Invalid Secret Key. Please refresh the page.","Неверный секретный ключ. Пожалуйста, обновите страницу."
533
- "Invalid User Name or Password.","Неверное имя пользователя или пароль."
534
- "Invalid Username or Password.","Неверное имя пользователя или пароль."
535
- "Invalid directory: %s","Неверная папка: %s"
536
- "Invalid email address ""%s"".","Неверный адрес электронной почты ""%s""."
537
- "Invalid email address.","Неверный адрес электронной почты."
538
- "Invalid file: %s","Неверный файл: %s"
539
- "Invalid input data for %s => %s rate","Неверные данные для курса %s => %s"
540
- "Invalid parent block for this block","Неверный родительский блок для этого блока"
541
- "Invalid parent block for this block.","Неверный родительский блок для этого блока."
542
- "Invalid password reset token.","Неверный ключ для сброса пароля."
543
- "Invalid sender name ""%s"". Please use only visible characters and spaces.","Неверное имя отправителя ""%s"". Пожалуйста, используйте только видимые символы и пробелы."
544
- "Invalid timezone","Неверная временная зона"
545
- "Invalidated","Недействительно"
546
- "Inventory Stock Status","Статусы наличия товара"
547
- "Invoice #%s comment added","Добавлен комментарий к счёту #%s"
548
- "Invoice #%s created","Создан счёт #%s"
549
- "Invoice History","История счетов"
550
- "Invoice Totals","Сумма оплаты"
551
- "Invoice canceling error.","Ошибка при отмене счёта."
552
- "Invoice capturing error.","Ошибка при записи счёта."
553
- "Invoice voiding error.","Ошибка аннулирования счёта."
554
- "Invoices","Счета"
555
- "Is Closed","Закрыт"
556
- "Issue Number","Номер проблемы"
557
- "Issuer: %s","Сообщил: %s"
558
- "Items","Позиции"
559
- "JavaScript seems to be disabled in your browser.","Скорее всего в вашем браузере отключён JavaScript."
560
- "JavaScript/CSS","JavaScript/CSS"
561
- "JavaScript/CSS Cache","Кэш JavaScript/CSS"
562
- "Kb","Кб"
563
- "Last 24 Hours","Последние 24 часа"
564
- "Last 5 Orders","Последние 5 заказов"
565
- "Last 5 Search Terms","Последние 5 поисковых запросов"
566
- "Last 7 Days","Последние 7 дней"
567
- "Last Credit Memo Created Date","Дата создания последнего возврата платежа"
568
- "Last Invoice Created Date","Дата создания последнего счёта"
569
- "Last Logged In (%s):","Последняя авторизация (%s):"
570
- "Last Logged In:","Последняя авторизация:"
571
- "Last Name","Фамилия"
572
- "Last Name is required field.","Фамилия - обязательное для заполнения поле."
573
- "Last Name:","Фамилия:"
574
- "Last updated: %s. To refresh last day's <a href=""%s"">statistics</a>, click <a href=""%s"">here</a>.","Последнее обновление: %s. Чтобы обновить <a href=""%s"">статистику</a> последних дней, нажмите <a href=""%s"">сюда</a>."
575
- "Last updated: %s. To refresh last day\'s <a href=""%s"">statistics</a>, click <a href=""%s"">here</a>.","Последнее обновление: %s. Чтобы обновить <a href=""%s"">статистику</a> последних дней, нажмите <a href=""%s"">сюда</a>."
576
- "Latest Message:","Последнее сообщение:"
577
- "Layered Navigation Indices","Индексы многослойной навигации"
578
- "Layered Navigation Indices were refreshed.","Индексы многослойной навигации обновлены."
579
- "Lead","Ответственный"
580
- "Leave empty to use tax identifier","Если оставить пустым, то будет использован идентификатор налога"
581
- "Level","Уровень"
582
- "License","Лицензия"
583
- "License URI","Ссылка на лицензию"
584
- "Lifetime Sales","Оборот за весь период"
585
- "Lifetime statistics have been updated.","Статистика за весь период обновлена."
586
- "Links","Ссылки"
587
- "Links with associated products will retain only after saving current product.","Связи с объединёнными товарами будут сохранены только после сохранения текущего товара."
588
- "List (default) / Grid","Список (по умолчанию) / сетка"
589
- "List Only","Только список"
590
- "Load Template","Загрузить шаблон"
591
- "Load default template","Загрузить шаблон по умолчанию"
592
- "Load local Package","Загрузить локальный пакет"
593
- "Loading Preview...","Загружается предварительный просмотр..."
594
- "Loading...","Загружается..."
595
- "Local Server","Локальный сервер"
596
- "Local/Remote Server","Локальный/удалённый сервер"
597
- "Locale","Локализация"
598
- "Log In","Войти"
599
- "Log Out","Выйти"
600
- "Log in to Admin Panel","Войти в панель администрирования"
601
- "Log in to use <strong>%s</strong>","Авторизуйтесь для использования <strong>%s</strong>"
602
- "Log into Magento Admin Page","Вход в панель администрирования Magento"
603
- "Logged in as %s","В системе как %s"
604
- "Login","Войти"
605
- "Low Stock","Заканчивающиеся товары"
606
- "MAJOR","ВАЖНО(Е)"
607
- "MINOR","ОБЫЧНО(Е)"
608
- "MS Excel XML","MS Excel XML"
609
- "Magento Admin","Панель администрирования Magento"
610
- "Magento Commerce - Administrative Panel","Magento Commerce — панель администрирования"
611
- "Magento Connect","Magento Connect"
612
- "Magento Connect Manager","Управление расширениями"
613
- "Magento Logo","Логотип Magento"
614
- "Magento is a trademark of Magento Inc. Copyright &copy; %s Magento Inc.","Торговая марка Magento принадлежит компании Magento Inc. Copyright &copy; %s Magento Inc."
615
- "Magento root directory","Корневая папка Magento"
616
- "Magento ver. %s","Magento вер. %s"
617
- "Magento&trade; is a trademark of Magento Inc.<br/>Copyright &copy; %s Magento Inc.","Торговая марка Magento&trade; принадлежит компании Magento Inc.<br/>Copyright &copy; %s Magento Inc."
618
- "Main Tabs","Главные вкладки"
619
- "Maintainers","Сопровождающие"
620
- "Make Inactive","Сделать неактивной"
621
- "Make sure that data encoding in the file is consistent and saved in one of supported encodings (UTF-8 or ANSI).","Убедитесь, что содержимое файла отображается корректно и сам файл сохранён в одной из поддерживаемых кодировок (UTF-8 или ANSI)."
622
- "Make sure that you configure the design settings for the Payflow Link form in your Payflow link account.","Убедитесь, что вы настроили параметры дизайна для формы Payflow Link в вашем аккаунте Payflow link."
623
- "Manage Attribute Sets","Управление наборами атрибутов"
624
- "Manage Attributes","Управление атрибутами"
625
- "Manage Categories","Управление категориями"
626
- "Manage Content","Управление содержимым/контентом"
627
- "Manage Currency Rates","Управление курсами валют"
628
- "Manage Customers","Управление клиентами"
629
- "Manage Ratings","Управление параметрами оценок"
630
- "Manage Stores","Управление магазинами"
631
- "Manage Tax Rules","Управление налоговыми ставками"
632
- "Manage Tax Zones and Rates","Управление налоговыми зонами и ставками"
633
- "Manage osCommerce Orders","Управление заказами osCommerce"
634
- "Manage osCommerce Profiles","Управление профилями osCommerce"
635
- "Manual","В ручную"
636
- "Matched Expression","Подходящее выражение"
637
- "Max","Максимум"
638
- "Maximum","Максимум"
639
- "Mb","Мб"
640
- "Media (.avi, .flv, .swf)","Медиа (.avi, .flv, .swf)"
641
- "Media storages synchronization has completed!","Синхронизация медиа хранилища завершена!"
642
- "Messages Inbox","Входящие сообщения"
643
- "Min","Минимум"
644
- "Minimum","Минимум"
645
- "Month","Месяц"
646
- "More Tabs","Больше вкладок"
647
- "Most Viewed","Самые просматриваемые"
648
- "Most Viewed Products","Самые просматриваемые товары"
649
- "Multiple Select","Множественный выбор"
650
- "My Account","Моя учётная запись"
651
- "My Applications","Мои приложения"
652
- "N/A","н/д"
653
- "NOTICE","УВЕДОМЛЕНИЕ"
654
- "Name","Название"
655
- "Name on Card","Имя на карте"
656
- "Name on the Card: %s","Имя на карте: %s"
657
- "Name:","Имя:"
658
- "Never (production)","Никогда (рабочий сайт)"
659
- "New ","Новый "
660
- "New API Key","Новый ключ API"
661
- "New Accounts","Новые учётные записи"
662
- "New Attribute","Новый атрибут"
663
- "New Block","Новый блок"
664
- "New Category","Новая категория"
665
- "New Class","Новый класс"
666
- "New Condition","Новое условие"
667
- "New Custom Variable","Новая пользовательская переменная"
668
- "New Customer","Новый клиент"
669
- "New Customers","Новые клиенты"
670
- "New Design Change","Новое изменение дизайна"
671
- "New Email Template","Новый шаблон письма (email)"
672
- "New Extension","Новое расширение"
673
- "New Group","Новая группа"
674
- "New Invoice","Новый счёт"
675
- "New Item Type","Новый тип предмета "
676
- "New Memo","Новый возврат платежа"
677
- "New Memo for #%s","Новый возврат платежа для #%s"
678
- "New Page","Новая страница"
679
- "New Password","Новый пароль"
680
- "New Poll","Новый опрос"
681
- "New Profile","Новый профиль"
682
- "New Rate","Новая ставка"
683
- "New Rating","Новый рейтинг"
684
- "New Review","Новый отзыв"
685
- "New Role","Новая роль"
686
- "New Rule","Новое правило"
687
- "New Search","Новый поиск"
688
- "New Set","Новый набор"
689
- "New Shipment","Новая доставка"
690
- "New Sitemap","Новая карта сайта"
691
- "New Store View","Новое представление магазина"
692
- "New System Template","Новый системный шаблон"
693
- "New Tag","Новая метка"
694
- "New Template","Новый шаблон"
695
- "New User","Новый пользователь"
696
- "New Variable","Новая переменная"
697
- "New Website","Новый сайт"
698
- "New admin password","Новый пароль администратора"
699
- "New attribute set mapping","New attribute set mapping"
700
- "New password field cannot be empty.","Поле Новый пароль не может быть пустым."
701
- "Newsletter","Рассылки"
702
- "Newsletter Problems","Проблемы рассылки"
703
- "Newsletter Queue","Очередь на рассылку"
704
- "Newsletter Subscribers","Подписчики"
705
- "Newsletter Templates","Шаблоны рассылок"
706
- "Next month (hold for menu)","След. месяц (не отпускать для меню)"
707
- "Next page","Следующая страница"
708
- "Next year (hold for menu)","След. год (не отпускать для меню)"
709
- "No","Нет"
710
- "No (price without tax)","Нет (цена без налога)"
711
- "No Data Found","Данные не найдены"
712
- "No Profile","Нет профиля"
713
- "No Templates Found","Шаблоны не найдены"
714
- "No change","Без изменений"
715
- "No customer id defined.","Не указан идентификатор клиента."
716
- "No information available.","Информация недоступна."
717
- "No profile loaded...","Профиль не загружен..."
718
- "No records found for this period.","За указанный период записей не обнаружено."
719
- "No records found.","Записей не обнаружено."
720
- "No report code specified.","Не указан код отчёта."
721
- "No search keywords.","Нет ключевых слов для поиска."
722
- "No search modules were registered","Нет зарегистрированных модулей поиска"
723
- "No wishlist item id defined.","Не указан идентификатор позиции листа пожеланий."
724
- "None","Нет"
725
- "Note:","Примечание:"
726
- "Notes","Примечания"
727
- "Notifications","Уведомления"
728
- "Number of Orders","Количество заказов"
729
- "Number of Uses","Кол-во использований"
730
- "Number of Views","Кол-во просмотров"
731
- "Number of records:","Количество записей:"
732
- "OAuth Consumers","Пользователи OAuth"
733
- "OAuth authorization for admin","Авторизация OAuth для администратора"
734
- "OAuth authorization simple for admin","Простая авторизация OAuth для администратора"
735
- "OK","ОК"
736
- "Old rate:","Старый курс:"
737
- "On my website","На моём сайте"
738
- "Once you log into your PayPal Advanced account, navigate to the Service Settings - Hosted Checkout Pages - Set Up menu and set the options described below"," После входа в ваш аккаунт PayPal Advanced, пройдите в Service Settings - Hosted Checkout Pages - Set Up menu и установите параметры описанные ниже"
739
- "Once you log into your PayPal Payflow Link account, navigate to the Service Settings - Hosted Checkout Pages - Set Up menu and set the options described below","После входа в ваш аккаунт PayPal Payflow Link, пройдите в Service Settings - Hosted Checkout Pages - Set Up menu и установите параметры описанные ниже"
740
- "Once you log into your Payflow Link account, navigate to the Service Settings - Hosted Checkout Pages - Set Up menu and set the options described below","После входа в ваш аккаунт Payflow Link, пройдите в Service Settings - Hosted Checkout Pages - Set Up menu и установите параметры описанные ниже"
741
- "One or more media files failed to be synchronized during the media storages syncronization process. Refer to the log file for details.","Не получилось синхронизировать один или несколько файлов в процессе синхронизации медиа хранилищ. Подробности в лог файле."
742
- "One or more of the Cache Types are invalidated:","Один или несколько типов кэша недействительны."
743
- "Online Customers","Клиенты онлайн"
744
- "Only Once (version upgrade)","Одноразовое (обновление версии)"
745
- "Only attributes with scope ""Global"", input type ""Dropdown"" and Use To Create Configurable Product ""Yes"" are available.","Доступны только атрибуты с областью действия ""Глобально"", типом ввода ""Выпадающий список"" и значением ""Да"" в настройке ""Использовать для создания настраиваемого товара""."
746
- "Only custom theme can be deleted","Стандартные темы не могут быть удалены"
747
- "Only default theme can be reset","Только тема по умолчанию может быть возвращена к исходному состоянию"
748
- "Only mapped fields","Только привязанные поля (mapped)"
749
- "Optional","Необязательно"
750
- "Options","Параметры"
751
- "Options menu items","Параметры позиций меню"
752
- "Order","Заказ"
753
- "Order #%s","Заказ #%s"
754
- "Order #%s (%s)","Заказ #%s (%s)"
755
- "Order Created Date","Дата создания заказа"
756
- "Order ID","ИД заказа"
757
- "Order Totals","Сумма заказа"
758
- "Order Updated Date","Дата изменения заказа"
759
- "Order Updated Date report is real-time, does not need statistics refreshing.","Отчёт по дате изменения заказов обрабатывается в реальном времени. Не требует обновления статистики."
760
- "Order cannot be placed.","Заказ не может быть размещён."
761
- "Orders","Заказы"
762
- "Original Magento attribute names in first row:","Оригинальные имена атрибутов Magento в первой строке:"
763
- "Out of stock","Нет в наличии"
764
- "PDT (Payment Data Transfer) Only","Только передача данных о платеже (PDT)"
765
- "PHP Version","Версия PHP"
766
- "Package","Пакет"
767
- "Package Extensions","Создание пакетов расширений"
768
- "Package Info","Информация о пакете"
769
- "Packages","Пакеты"
770
- "Page","Страница"
771
- "Pages","Страницы"
772
- "Parent Product Thumbnail","Мини-изображение родительского товара"
773
- "Parent Transaction ID","ИД основной транзакции"
774
- "Passive mode","Пассивный режим"
775
- "Password","Пароль"
776
- "Password Confirmation","Подтверждение пароля"
777
- "Password confirmation must be same as password.","Подтверждение пароля должно совпадать с паролём."
778
- "Password must be at least of %d characters.","Пароль должен быть не менее %d символов."
779
- "Password must include both numeric and alphabetic characters.","Пароль должен содержать как числа, так и буквы."
780
- "Password:","Пароль:"
781
- "Path","Путь"
782
- "Path:","Путь:"
783
- "PayPal Manager","PayPal Manager"
784
- "Payment method instance is not available.","Экземпляр метода оплаты недоступен."
785
- "Payment method is not available.","Метод оплаты недоступен."
786
- "Payment method must be specified.","Должен быть указан метод оплаты."
787
- "Pending Reviews","Отзывы, ожидающие проверки"
788
- "Pending Tags","Метки, ожидающие проверки"
789
- "Per Item","За единицу"
790
- "Per Order","За заказ"
791
- "Percent","Процент"
792
- "Performed At","Дата выполнения"
793
- "Period","Период"
794
- "Permanent (301)","Постоянно (301)"
795
- "Permissions","Права доступа"
796
- "Personal Information","Личная информация"
797
- "Phone:","Телефон:"
798
- "Please Select","Выберите"
799
- "Please confirm site switching. All data that hasn\'t been saved will be lost.","Пожалуйста, подтвердите смену сайта. Все не сохранённые данные будут утеряны."
800
- "Please continue with placing order.","Пожалуйста, продолжите размещение заказа."
801
- "Please enter 6 or more characters.","Пожалуйста, введите 6 или более символов."
802
- "Please enter a number greater than 0 in this field.","Пожалуйста, введите в это поле число больше 0."
803
- "Please enter a valid $ amount. For example $100.00.","Пожалуйста, введите правильную денежную величину. Например, $100.00."
804
- "Please enter a valid URL. For example http://www.example.com or www.example.com","Пожалуйста, введите правильный адрес. Например, http://www.example.com или www.example.com"
805
- "Please enter a valid URL. http:// is required","Пожалуйста, введите правильный адрес. Не забудьте http://"
806
- "Please enter a valid credit card number.","Пожалуйста, введите правильный номер кредитной карты."
807
- "Please enter a valid date.","Пожалуйста, введите правильную дату."
808
- "Please enter a valid email address. For example johndoe@domain.com.","Пожалуйста, введите правильный адрес электронной почты (email). Например, ivanivanov@domain.com."
809
- "Please enter a valid email.","Пожалуйста, введите правильный адрес электронной почты (email)."
810
- "Please enter a valid number in this field.","Пожалуйста, введите в это поле правильное число."
811
- "Please enter a valid phone number. For example (123) 456-7890 or 123-456-7890.","Пожалуйста, введите правильный телефонный номер. Например, (123) 456-7890 или 123-456-7890."
812
- "Please enter a valid social security number. For example 123-45-6789.","Пожалуйста, введите правильный номер социального страхования. Например, 123-45-6789."
813
- "Please enter a valid value from list","Пожалуйста, введите правильное значение из списка"
814
- "Please enter a valid value, ex: 10,20,30","Пожалуйста, введите правильное значение. Например: 10,20,30"
815
- "Please enter a valid zip code.","Пожалуйста, введите правильный почтовый индекс."
816
- "Please enter a valid zip code. For example 90602 or 90602-1234.","Пожалуйста, введите правильный почтовый индекс. Например, 90602 или 90602-1234."
817
- "Please enter another credit card number to complete your purchase.","Пожалуйста, введите номер другой кредитной карты для завершения покупки."
818
- "Please enter password","Пожалуйста, введите пароль"
819
- "Please enter password to confirm rollback.","Пожалуйста, введите пароль для подтверждения восстановления."
820
- "Please enter valid password.","Пожалуйста, введите правильный пароль."
821
- "Please fill in 'email' field.","Пожалуйста, заполните поле 'адрес электронной почты (email)'."
822
- "Please make sure that all global admin search modules are installed and activated.","Пожалуйста, убедитесь, что все глобальные модули административного поиска установлены и активированы."
823
- "Please make sure that your changes were saved before running the profile.","Пожалуйста, убедитесь, что ваши изменения были сохранены, прежде чем запускать профиль."
824
- "Please make sure your passwords match.","Пожалуйста, убедитесь, что пароли совпадают."
825
- "Please navigate to <strong>Hosted Checkout Pages - Customize</strong> menu and select Layout C.","Пожалуйста, перейдите к пункту меню <strong>Hosted Checkout Pages - Customize</strong> и выберите Layout C."
826
- "Please select State/Province.","Пожалуйста, выберите область/район."
827
- "Please select a customer.","Пожалуйста, выберите клиента."
828
- "Please select a store.","Пожалуйста, выберите магазин."
829
- "Please select an option.","Пожалуйста, выберите параметр."
830
- "Please select catalog searches.","Пожалуйста, выберите поиск."
831
- "Please select customer(s).","Пожалуйста, выберите клиентов."
832
- "Please select message(s).","Пожалуйста, выберите сообщения."
833
- "Please select one of the above options.","Пожалуйста, выберите один из вышеуказанных вариантов."
834
- "Please select one of the options.","Пожалуйста, выберите один из вариантов."
835
- "Please select review(s).","Пожалуйста, выберите отзыв(ы)."
836
- "Please select tag(s).","Пожалуйста, выберите метки."
837
- "Please specify at least start or end date.","Пожалуйста, укажите хотя бы начальную или конечную дату."
838
- "Please specify backup creation options","Пожалуйста, укажите параметры создания резервной копии"
839
- "Please specify the admin custom URL.","Пожалуйста, укажите другой адрес (URL) для панели администрирования."
840
- "Please try to logout and sign in again.","Пожалуйста, попробуйте выйти из системы и войти снова."
841
- "Please type the letters from the image:","Пожалуйста, наберите буквы с изображения:"
842
- "Please use in this field only ""a-z,0-9,_"".","Пожалуйста, используйте в этом поле только ""a-z,0-9,_""."
843
- "Please use letters only (a-z) in this field.","Пожалуйста, используйте в этом поле только буквы (a-z)."
844
- "Please use numbers only in this field. Please avoid spaces or other characters such as dots or commas.","Пожалуйста, используйте в этом поле только цифры. Избегайте пробелы или другие символы (точки, запятые и т.п.)."
845
- "Please use numbers only in this field. please avoid spaces or other characters such as dots or commas.","Пожалуйста, используйте в этом поле только цифры. Не используйте пробелы или другие символы."
846
- "Please use only letters (a-z or A-Z), numbers (0-9) or spaces in this field.","Пожалуйста, используйте в этом поле только буквы (a-z or A-Z), цифры (0-9) или пробелы."
847
- "Please use only letters (a-z) or numbers (0-9) only in this field. No spaces or other characters are allowed.","Пожалуйста, используйте в этом поле только буквы (a-z) или цифры (0-9). Пробелы и другие символы запрещены."
848
- "Please use only letters (a-z) or numbers (0-9) or spaces and # only in this field.","Пожалуйста, используйте в этом поле только буквы (a-z), цифры (0-9), пробелы и #."
849
- "Please use this date format: dd/mm/yyyy. For example 17/03/2006 for the 17th of March, 2006.","Пожалуйста, используйте следующий формат даты: дд/мм/гггг. Например, 17/03/2006 для 17-го марта 2006-го года."
850
- "Please wait while the indexes are being refreshed.","Пожалуйста, подождите. Обновляются индексы..."
851
- "Please wait, loading...","Пожалуйста, подождите. Идёт загрузка..."
852
- "Please wait...","Пожалуйста, подождите..."
853
- "Please, add some answers to this poll first.","Пожалуйста, добавьте сначала несколько ответов в опрос."
854
- "Please, select ""Visible in Stores"" for this poll first.","Пожалуйста, укажите сначала видимость этого опроса для магазинов."
855
- "Poll Manager","Управление опросами"
856
- "Polls","Опросы"
857
- "Popular","Популярный"
858
- "Position of Watermark for %s","Позиция водяного знака для %s"
859
- "Pregenerated product images files.","Заранее созданные файлы изображений товаров."
860
- "Preset Theme","Предустановленная тема"
861
- "Prev. month (hold for menu)","Пред. месяц (не отпускать для меню)"
862
- "Prev. year (hold for menu)","Пред. год (не отпускать для меню)"
863
- "Preview","Предварительный просмотр"
864
- "Preview Template","Предварительный просмотр шаблона"
865
- "Previous page","Предыдущая страница"
866
- "Price","Цена"
867
- "Price alert subscription was saved.","Подписка на оповещение об изменении цены на товар успешно сохранена."
868
- "Price:","Цена:"
869
- "Processed <strong>%s%% %s/%d</strong> records","Обработано <strong>%s%% %s/%d</strong> записей"
870
- "Product","Товар:"
871
- "Product Name","Название товара"
872
- "Product Name3 ","Название товара3"
873
- "Product Name3 1","Название товара3 1"
874
- "Product Name3 2","Название товара3 2"
875
- "Product Reviews","Отзывы товара"
876
- "Product Tax Classes","Налоговые классы товара"
877
- "Product Thumbnail Itself","Мини-изображение товара"
878
- "Product is not loaded.","Товар не загружен."
879
- "Product:","Товар:"
880
- "Products","Товары"
881
- "Products Bestsellers Report","Отчёт Самые продаваемые товары"
882
- "Products Most Viewed Report","Отчёт Самые просматриваемые товары"
883
- "Products Ordered","Заказанные товары"
884
- "Products in Carts","Товары в корзинах"
885
- "Profile Action","Действие с профилем"
886
- "Profile Actions XML","Профиль действий XML"
887
- "Profile Direction","Направление профиля"
888
- "Profile History","История профиля"
889
- "Profile Information","Информация о профиле"
890
- "Profile Name","Название профиля"
891
- "Profile Payments","Profile Payments"
892
- "Profile Schedule","Profile Schedule"
893
- "Profile Wizard","Мастер профилей"
894
- "Profiles","Профили"
895
- "Promo","Реклама"
896
- "Promotions","Маркетинг"
897
- "Purchased Item","Приобретённые товары"
898
- "Put store on the maintenance mode while backup creation","Перевести магазин в режим обслуживания на время создания резервной копии"
899
- "Put store on the maintenance mode while rollback processing","Перевести магазин в режим обслуживания на время восстановления из резервной копии"
900
- "Qty","Кол-во"
901
- "Qty:","Кол-во:"
902
- "Quantity","Количество"
903
- "Queue Refresh","Обновить очередь"
904
- "Queued... Cancel","Поставлено в очередь... Отменить"
905
- "REST Roles","REST Роли"
906
- "Radio Buttons","Радио кнопки"
907
- "Rates","Курсы"
908
- "Read details","Прочитать подробнее"
909
- "Rebuild","Перестроить"
910
- "Rebuild Catalog Index","Перестроить индекс каталога"
911
- "Rebuild Flat Catalog Category","Перестроить каталог с горизонтальной (flat) структурой хранения"
912
- "Rebuild Flat Catalog Product","Перестроить товары с горизонтальной (flat) структурой хранения"
913
- "Recent Orders","Последние заказы"
914
- "Recent statistics have been updated.","Последняя статистика обновлена."
915
- "Recommended","Рекомендуемая"
916
- "Recurring Profile View","Recurring Profile View"
917
- "Recursive Dir","Рекурсивная папка"
918
- "Redirect","Перенаправить"
919
- "Reference","Reference"
920
- "Reference ID","Reference ID"
921
- "Refresh","Обновить"
922
- "Refresh Now*","Обновить сейчас*"
923
- "Refresh Statistics","Обновить статистику"
924
- "Region/State","Регион/штат"
925
- "Regular Price:","Обычная цена:"
926
- "Reject","Отказать"
927
- "Reject token authorization Pop Up for admin","Всплывающее окно отказа токена авторизации для администратора"
928
- "Reject token authorization for admin","Отказ токена авторизации для администратора"
929
- "Rejection Of Authorization","Отказ в авторизации"
930
- "Release","Выпуск"
931
- "Release Info","Информация о выпуске"
932
- "Release Stability","Стабильность выпуска"
933
- "Release Version","Версия выпуска"
934
- "Reload captcha","Обновить captcha"
935
- "Remote FTP","Удалённый FTP"
936
- "Remove","Удалить"
937
- "Reports","Отчёты"
938
- "Request Path","Путь запроса"
939
- "Required","Обязательно"
940
- "Required settings","Обязательные настройки"
941
- "Reset","Сбросить"
942
- "Reset Filter","Сбросить фильтр"
943
- "Reset Password","Сброс пароля"
944
- "Reset Successful","Успешно сброшено"
945
- "Reset a Password","Сброс пароля"
946
- "Reset theme to default","Восстановить исходное состояние темы"
947
- "Resize","Изменить размер"
948
- "Resource Access","Доступ к ресурсу"
949
- "Resources","Ресурсы"
950
- "Results","Результаты"
951
- "Retrieve Password","Получить пароль"
952
- "Return Html Version","Вернуть HTML версию"
953
- "Return URL: ","URL возврата: "
954
- "Revenue","Доход"
955
- "Reviews","Отзывы"
956
- "Reviews and Ratings","Отзывы и оценки"
957
- "Rewrite Rules","Правила переадресации"
958
- "Role","Роль"
959
- "Role ID","ИД роли"
960
- "Role Info","Информация о роли"
961
- "Role Information","Информация о роли"
962
- "Role Name","Название роли"
963
- "Role Resources","Ресурсы роли"
964
- "Role Users","Пользователи с этой ролью"
965
- "Roles","Роли"
966
- "Roles Resources","Ресурсы ролей"
967
- "Rotate CCW","Повернуть против часовой"
968
- "Rotate CW","Повернуть по часовой"
969
- "Run","Выполнить"
970
- "Run Profile","Выполнить профиль"
971
- "Run Profile Inside This Window","Выполнить профиль в этом окне"
972
- "Run Profile in Popup","Выполнить профиль в новом окне"
973
- "Running... Kill","Выполняется... Нажмите для прекращения"
974
- "SKU","Артикул"
975
- "SKU:","Артикул:"
976
- "SORT BY:","Сортировать по:"
977
- "SSL Error: Invalid or self-signed certificate","Ошибка SSL: Неверный или самостоятельно подписанный сертификат"
978
- "Sales","Продажи"
979
- "Sales Report","Отчёт по продажам"
980
- "Samples","Образцы"
981
- "Save","Сохранить"
982
- "Save & Generate","Сохранить и сгенерировать"
983
- "Save Account","Сохранить учётную запись"
984
- "Save As","Сохранить как"
985
- "Save As...","Сохранить как..."
986
- "Save Cache Settings","Сохранить настройки кэша"
987
- "Save Config","Сохранить конфигурацию"
988
- "Save Currency Rates","Сохранить курсы валют"
989
- "Save Profile","Сохранить профиль"
990
- "Save Role","Сохранить роль"
991
- "Save Template","Сохранить шаблон"
992
- "Save Theme","Сохранить тему"
993
- "Save User","Сохранить пользователя"
994
- "Save and Continue Edit","Сохранить и продолжить редактирование"
995
- "Save data and Create Package","Сохранить данные и Создать пакет"
996
- "Screens:","Экраны:"
997
- "Search","Найти"
998
- "Search Index","Поисковый индекс"
999
- "Search Term","Критерий поиска"
1000
- "Search Terms","Критерии поиска"
1001
- "Select","Выбрать"
1002
- "Select $0 Auth if your credit card processor supports $0 Auth capability and Reference Transactions, or if you are unsure what to select. This setting provides the best experience for shoppers.","Select $0 Auth if your credit card processor supports $0 Auth capability and Reference Transactions, or if you are unsure what to select. This setting provides the best experience for shoppers."
1003
- "Select $1 Auth if your credit card processor does not support $0 Auth, but does support Reference Transactions. This will provide a very good shopper experience, but might require you to pay a small additional authorization fee from your merchant account provider for any cart abandoned after payment details are entered. If you select $0 Auth, but your credit card processor does not support $0 Auth, your transaction will run as a $1 Auth instead.","Select $1 Auth if your credit card processor does not support $0 Auth, but does support Reference Transactions. This will provide a very good shopper experience, but might require you to pay a small additional authorization fee from your merchant account provider for any cart abandoned after payment details are entered. If you select $0 Auth, but your credit card processor does not support $0 Auth, your transaction will run as a $1 Auth instead."
1004
- "Select All","Выбрать все"
1005
- "Select Category","Выбрать категорию"
1006
- "Select Date","Выбрать дату"
1007
- "Select Full Auth if you want to minimize your credit card processing fees, or if your credit card processor does not permit reference transactions. Please note that in some cases, shoppers who abandon your cart late in the process may find that there is a payment authorization outstanding from your company, which will go away on its own in a few days/weeks. This authorization can be reversal by voiding it, however, there is no guarantee the card-issuing bank will accept this request.","Select Full Auth if you want to minimize your credit card processing fees, or if your credit card processor does not permit reference transactions. Please note that in some cases, shoppers who abandon your cart late in the process may find that there is a payment authorization outstanding from your company, which will go away on its own in a few days/weeks. This authorization can be reversal by voiding it, however, there is no guarantee the card-issuing bank will accept this request."
1008
- "Select Range","Выбрать период"
1009
- "Select Template","Выбрать шаблон"
1010
- "Select Visible","Выбрать видимые"
1011
- "Select date","Выбрать дату"
1012
- "Selected allowed currency ""%s"" is not available in installed currencies.","Выбранная валюта ""%s"" не входит в список установленных валют."
1013
- "Selected base currency is not available in installed currencies.","Выбранная основная валюта не входит в список установленных валют."
1014
- "Selected default display currency is not available in allowed currencies.","Выбранная валюта по умолчанию не входит в список разрешённых валют."
1015
- "Selected default display currency is not available in installed currencies.","Выбранная валюта по умолчанию не входит в список установленных валют."
1016
- "Self-assigned roles cannot be deleted.","Назначенные себе роли нельзя удалять."
1017
- "Sender","Отправитель"
1018
- "Separate Email","Отдельный (другой) email"
1019
- "Service Settings","Настройки сервиса"
1020
- "Set up & Customize","Настроить"
1021
- "Shipment #%s comment added","Комментарий к доставке #%s успешно добавлен"
1022
- "Shipment #%s created","Доставка #%s создана"
1023
- "Shipment Comments","Комментарии к доставке"
1024
- "Shipment History","История доставки"
1025
- "Shipments","Доставки"
1026
- "Shipping","Доставка"
1027
- "Shipping Address","Адрес доставки"
1028
- "Shipping Address: ","Адрес доставки:"
1029
- "Shipping Origin","Место отправления"
1030
- "Shipping Price","Цена доставки"
1031
- "Shipping address selection is not applicable","Выбор адреса доставки невозможен"
1032
- "Shipping method must be specified.","Необходимо выбрать метод доставки."
1033
- "Shipping method selection is not applicable","Выбор метода доставки невозможен"
1034
- "Shopping Cart","Корзина покупок"
1035
- "Shopping Cart Price Rules","Ценовые правила для корзины покупок"
1036
- "Shopping Cart from %s","Корзина из %s"
1037
- "Show By","Показывать по"
1038
- "Show Report For","Показать отчет для"
1039
- "Show Report For:","Показать отчет для:"
1040
- "Show Reviews","Показать отзывы"
1041
- "Show confirmation page: ","Показать страницу подтверждения: "
1042
- "Silent Post URL:","Silent Post URL:"
1043
- "Sitemap Information","Информация о карте сайта"
1044
- "Size for %s","Размер для %s"
1045
- "Skip Category Selection","Пропустить выбор категории"
1046
- "Some items in this order have different invoice and shipment types. You can create shipment only after the invoice is created.","Некоторые товары в этом заказе имеют разные типы счёта и доставки. Вы можете создать доставку только после создания счёта."
1047
- "Some of the ordered items do not exist in the catalog anymore and will be removed if you try to edit the order.","Некоторые из заказанных товаров больше не существуют в каталоге и будут удалены, если вы попытаетесь отредактировать заказ."
1048
- "Some other FAQ","Некоторые другие FAQ"
1049
- "Sorry, this feature is coming soon...","Извините, эта функциональность ещё не реализована..."
1050
- "Sort Order","Порядок сортировки"
1051
- "Special Price:","Особое предложение:"
1052
- "Specific Countries","Определённые страны"
1053
- "Specified","Указанный"
1054
- "Specified profile does not exist.","Указанный профиль не существует."
1055
- "Spreadsheet Name:","Название таблицы:"
1056
- "Stable","Стабильный"
1057
- "Start Date","Начальная дата"
1058
- "Start/Reset Validation...","Начать/Прервать проверку"
1059
- "Starting profile execution, please wait...","Начато выполнение профиля. Пожалуйста, подождите..."
1060
- "State/Province:","Штат/Область:"
1061
- "Static Blocks","Статичные блоки"
1062
- "Status","Статус"
1063
- "Status:","Статус:"
1064
- "Stock Quantity:","Количество на складе:"
1065
- "Stock notification was saved.","Уведомление об изменениях состояния товара на складе сохранено."
1066
- "Store","Магазин"
1067
- "Store Email Addresses Section","Раздел адресов электронной почты (email) магазина"
1068
- "Store View","Представление магазина"
1069
- "Store:","Магазин:"
1070
- "Stores","Магазины"
1071
- "Subject","Тема"
1072
- "Submit","Отправить"
1073
- "Subpackage","Подпакет"
1074
- "Subpackage cannot be conflicting.","Подпакет не может быть в конфликте."
1075
- "Subpackages","Подпакеты"
1076
- "Subtotal","Предварительный итог"
1077
- "Summary","Краткое описание"
1078
- "Switch/Solo card issue number: %s","Номер Switch/Solo карты: %s"
1079
- "Switch/Solo card start Date: %s/%s","Дата Switch/Solo карты: %s/%s"
1080
- "Switch/Solo/Maestro Only","Только Switch/Solo/Maestro"
1081
- "Switch/Solo/Maestro(UK Domestic) Only","Только Switch/Solo/Maestro(UK Domestic)"
1082
- "Switch/Solo/Maestro(UK Domestic) card issue number: %s","Номер Switch/Solo/Maestro(UK Domestic) карты: %s"
1083
- "Switch/Solo/Maestro(UK Domestic) card start Date: %s/%s","Дата Switch/Solo/Maestro(UK Domestic) карты: %s/%s"
1084
- "Symbol","Символ"
1085
- "Synchronization is required.","Требуется синхронизация."
1086
- "Synchronization of media storages has been successfully completed.","Синхронизация медиа хранилищ успешно завершена."
1087
- "Synchronize","Синхронизировать"
1088
- "Synchronizing %s to %s","Синхронизация %s из %s"
1089
- "Synchronizing...","Синхронизация..."
1090
- "System","Система"
1091
- "System Section","Системный раздел"
1092
- "System busy","Система занята"
1093
- "T-Shirts","T-Shirts"
1094
- "Tags","Метки"
1095
- "Target","Цель"
1096
- "Target Path","Путь цели"
1097
- "Tax","Налог"
1098
- "Tb","Тб"
1099
- "Tell a Friend","Расскажи другу"
1100
- "Template","Шаблон"
1101
- "Template Content","Содержимое шаблона"
1102
- "Template Information","Информация о шаблоне"
1103
- "Template Name","Название шаблона"
1104
- "Template Styles","Стили шаблона"
1105
- "Template Subject","Тема шаблона"
1106
- "Template Type","Тип шаблона"
1107
- "Temporary (302)","Временный (302)"
1108
- "Terms and Conditions","Условия и Соглашения"
1109
- "Text","Текст"
1110
- "The Catalog Rewrites were refreshed.","Переадресация в каталоге успешно обновлена."
1111
- "The CatalogInventory Stock Status has been rebuilt.","Статусы наличия товара успешно обновлены."
1112
- "The Comment Text field cannot be empty.","Текст комментария не может быть пустым."
1113
- "The Flat Catalog Product was rebuilt","Горизонтальная структура товаров успешно построена"
1114
- "The JavaScript/CSS cache has been cleaned.","Кэш JavaScript/CSS очищен."
1115
- "The JavaScript/CSS cache has been cleared.","Кэш JavaScript/CSS очищен."
1116
- "The Layered Navigation indexing has been queued.","Индексирование многослойной навигации поставлено в очередь."
1117
- "The Layered Navigation indexing queue has been canceled.","Очередь индексирования многослойной навигации была отменена."
1118
- "The Layered Navigation indices were refreshed.","Индексы многослойной навигации обновлены."
1119
- "The Layered Navigation process has been queued to be killed.","Запрос на прекращение процесса обновления многослойной навигации был поставлен в очередь."
1120
- "The Magento cache storage has been flushed.","Хранилище кеша Magento очищено."
1121
- "The URL Rewrite has been deleted.","Правило URL удалено."
1122
- "The URL Rewrite has been saved.","Правило URL сохранено."
1123
- "The account has been saved.","Учётная запись сохранена."
1124
- "The archive can be uncompressed with <a href=""%s"">%s</a> on Windows systems","Архив может быть распакован при помощи <a href=""%s"">%s</a> на системах с Windows"
1125
- "The attribute set has been removed.","Набор атрибутов удалён."
1126
- "The backup has been created.","Резервная копия создана."
1127
- "The backup's creation process will take time.","Создание резервной копии займёт какое-то время."
1128
- "The billing agreement has been canceled.","Платёжное соглашение отменено."
1129
- "The billing agreement has been deleted.","Платёжное соглашение удалено."
1130
- "The cache storage has been flushed.","Хранилище кэша очищено."
1131
- "The card has failed verification with the issuer bank.","Карта не прошла проверку у банка, который её выдал."
1132
- "The carrier needs to be specified.","Необходимо указать перевозчика."
1133
- "The catalog index has been rebuilt.","Индекс каталога перестроен."
1134
- "The catalog rewrites have been refreshed.","Переадресация в каталоге обновлена."
1135
- "The configuration has been saved.","Конфигурация сохранена."
1136
- "The credit memo has been canceled.","Возврат платежа отменён."
1137
- "The credit memo has been created.","Возврат платежа создан."
1138
- "The credit memo has been voided.","Возврат платежа аннулирован."
1139
- "The custom variable has been deleted.","Пользовательская переменная удалена."
1140
- "The custom variable has been saved.","Пользовательская переменная сохранена."
1141
- "The customer has been deleted.","Клиент удалён."
1142
- "The customer has been saved.","Клиент сохранён."
1143
- "The design change has been deleted.","Изменение дизайна удалено."
1144
- "The design change has been saved.","Изменение дизайна сохранено."
1145
- "The email address is empty.","Поле адреса электронной почты (email) пустое."
1146
- "The email template has been deleted.","Шаблон письма удалён."
1147
- "The email template has been saved.","Шаблон письма сохранён."
1148
- "The flat catalog category has been rebuilt.","Каталог с горизонтальной структурой построен."
1149
- "The group node name must be specified with field node name.","Название узла группы должно быть указано в поле название узла."
1150
- "The image cache was cleaned.","Кэш изображений очищен."
1151
- "The image cache was cleared.","Кэш изображений очищен."
1152
- "The information in this tab has been changed.","Информация на этой закладке была изменена."
1153
- "The invoice and shipment have been created.","Счёт и доставка созданы."
1154
- "The invoice and the shipment have been created. The shipping label cannot be created at the moment.","Счёт и доставка созданы. Квиток доставки не может быть создан в данный момент."
1155
- "The invoice has been canceled.","Счёт отменён."
1156
- "The invoice has been captured.","Счёт записан."
1157
- "The invoice has been created.","Счёт создан."
1158
- "The invoice has been voided.","Счёт аннулирован."
1159
- "The invoice no longer exists.","Счёт больше не существует."
1160
- "The item %s (SKU %s) does not exist in the catalog anymore.","Товар %s (Артикул %s) больше не существует в каталоге."
1161
- "The order does not allow creating an invoice.","Заказ не позволяет создать счёт."
1162
- "The order no longer exists.","Заказ больше не существует."
1163
- "The poll has been deleted.","Опрос удалён."
1164
- "The poll has been saved.","Опрос сохранён."
1165
- "The profile has been deleted.","Профиль удалён."
1166
- "The profile has been saved.","Профиль сохранён."
1167
- "The profile has been updated.","Профиль изменён."
1168
- "The profile has no changes.","В профиле нет изменений."
1169
- "The profile you are trying to save no longer exists","Профиль, который вы пытаетесь сохранить, больше не существует."
1170
- "The rating has been deleted.","Параметр оценки удалён."
1171
- "The rating has been saved.","Параметр оценки сохранён."
1172
- "The role has been deleted.","Роль удалена."
1173
- "The role has been saved.","Роль сохранена."
1174
- "The role has been successfully saved.","Роль успешно сохранена."
1175
- "The role has beensuccessfully saved.","Роль успешно сохранена."
1176
- "The search index has been rebuilt.","Поисковый индекс перестроен."
1177
- "The shipment has been created.","Доставка создана."
1178
- "The shipment has been created. The shipping label has been created.","Доставка создана. Квиток доставки создан."
1179
- "The shipment has been sent.","Доставка отправлена."
1180
- "The shipping label has been created.","Почтовая этикетка создана."
1181
- "The tag has been deleted.","Метка удалена."
1182
- "The tag has been saved.","Метка сохранена."
1183
- "The transaction details have been updated.","Подробности транзакции обновлены."
1184
- "The user has been deleted.","Пользователь удалён."
1185
- "The user has been saved.","Пользователь сохранён."
1186
- "Theme configurations are successfully reset.","Настройки темы успешно восстановлены в исходное состояние."
1187
- "Theme has been saved.","Тема сохранена."
1188
- "Theme label can\'t be empty","Название темы не может быть пустым"
1189
- "Theme label:","Название темы:"
1190
- "Themes JavaScript and CSS files combined to one file.","JavaScript и CSS файлы темы объединены в один файл."
1191
- "There has been wrong payment information submitted or time limit has expired. Please, try again.","Передана неверная информация о платеже или истекло ограничение по времени. Пожалуйста, повторите попытку позже."
1192
- "There is an error in one of the option rows.","Ошибка в одной из строк параметров."
1193
- "This Account is","Эта учётная запись"
1194
- "This Email template no longer exists.","Этот шаблон письма больше не существует."
1195
- "This Role no longer exists","Эта роль больше не существует"
1196
- "This Role no longer exists.","Эта роль больше не существует."
1197
- "This account is","Эта учётная запись"
1198
- "This account is inactive.","Эта учётная запись неактивна."
1199
- "This action cannot be undone.","Данное действие не может быть отменено."
1200
- "This attribute set does not have attributes which we can use for configurable product","В этом наборе нет атрибутов, которые можно использовать для настраиваемых товаров"
1201
- "This attribute shares the same value in all the stores","У этого атрибута одинаковые значения во всех магазинах"
1202
- "This is a demo store. Any orders placed through this store will not be honored or fulfilled.","Это демонстрационный магазин. Любые заказы, оформленные на этом сайте, не будут обработаны или выполнены."
1203
- "This is a required field.","Это обязательное поле."
1204
- "This product is currently disabled.","В данный момент этот товар отключён."
1205
- "This report depends on timezone configuration. Once timezone is changed, the lifetime statistics need to be refreshed.","Этот отчёт зависит от настроек временной зоны. После изменения временной зоны необходимо обновить статистику за весь период."
1206
- "This section is not allowed.","Доступ к этому разделу запрещён."
1207
- "This tab contains invalid data. Please solve the problem before saving.","Эта закладка содержит неверные данные. Пожалуйста, решите проблему перед сохранением."
1208
- "This user no longer exists.","Этот пользователь больше не существует."
1209
- "Thumbnail","Мини-изображение"
1210
- "Time","Время"
1211
- "Time selection:","Выбор времени:"
1212
- "Time:","Время:"
1213
- "Timeout limit for response from synchronize process was reached.","Превышено время ожидания ответа от процесса синхронизации."
1214
- "Title bar","Строка заголовка"
1215
- "To","До"
1216
- "To cancel pending authorizations and release amounts that have already been processed during this payment, click Cancel.","Для отмены не обработанных авторизаций (pending authorizations) и освобождения средств, которые уже были обработаны для этого платежа, нажмите Отменить."
1217
- "To use PayPal Payflow Link you must configure some settings in your Payflow account by logging into","Для использования PayPal Payflow Link вам необходимо изменить некоторые настройки в вашем Payflow аккаунте"
1218
- "To use PayPal Payflow Link, you must configure your PayPal Payflow Link account on the PayPal website.","Для использования PayPal Payflow Link вам необходимо изменить некоторые настройки в вашем Payflow Link аккаунте на сайте PayPal."
1219
- "To use PayPal Payments Advanced you must configure some settings in your PayPal Payments Advanced account by logging into","Для использования PayPal Payments Advanced вам необходимо изменить некоторые настройки в вашем PayPal Payments Advanced аккаунте"
1220
- "To use PayPal Payments Advanced, you must configure your PayPal Payments Advanced account on the PayPal website.","Для использования PayPal Payments Advanced вам необходимо изменить некоторые настройки в вашем Payments Advanced аккаунте на сайте PayPal."
1221
- "To use Payflow Link, you must configure your Payflow Link account on the Paypal website.","Для использования Payflow Link вам необходимо настроить ваш аккаунт Payflow Link на сайте Paypal."
1222
- "Toggle Editor","Включить/выключить редактор"
1223
- "Tools","Инструменты"
1224
- "Top 5 Search Terms","5 самых популярных поисковых запросов"
1225
- "Total","Всего"
1226
- "Total %d records found","Всего найдено записей %d"
1227
- "Total Invoiced","Всего платежей"
1228
- "Total Order Amount","Общая сумма заказов"
1229
- "Total Refunded","Всего возвратов"
1230
- "Total of %d record(s) have been deleted.","Удалено записей %d."
1231
- "Total of %d record(s) have been updated.","Обновлено записей %d."
1232
- "Total of %d record(s) were canceled.","Отменено записей %d."
1233
- "Total of %d record(s) were deleted","Удалено записей %d."
1234
- "Total of %d record(s) were deleted.","Удалено записей %d."
1235
- "Total of %d record(s) were updated","Обновлено записей %d"
1236
- "Total of %d record(s) were updated.","Обновлено записей %d."
1237
- "Track Order","Отследить заказ"
1238
- "Track this shipment","Отследить груз"
1239
- "Tracking number %s for %s assigned","Номер отслеживания %s назначен для %s"
1240
- "Tracking number cannot be empty.","Номер отслеживания не может быть пустым."
1241
- "Transaction Data","Данные транзакции"
1242
- "Transaction Details","Подробности транзакции"
1243
- "Transaction ID","ИД транзакции"
1244
- "Transaction Type","Тип транзакции"
1245
- "Transactional Emails","Транзакционные письма"
1246
- "Transactions","Транзакции"
1247
- "Try Magento Go for Free","Попробовать Magento Go бесплатно"
1248
- "Type","Тип"
1249
- "Type:","Тип:"
1250
- "URL Rewrite","Правило URL"
1251
- "URL Rewrite Information","Информация о правиле URL"
1252
- "URL Rewrite Management","Управление правилами URL"
1253
- "Unable to cancel the credit memo.","Невозможно отменить возврат платежа."
1254
- "Unable to find a Email Template to delete.","Невозможно найти шаблон письма для удаления."
1255
- "Unable to find a poll to delete.","Невозможно найти опрос для удаления."
1256
- "Unable to find a tag to delete.","Невозможно найти метку для удаления."
1257
- "Unable to find a user to delete.","Невозможно найти пользователя для удаления."
1258
- "Unable to initialize import model","Невозможно инициализировать модель импорта"
1259
- "Unable to refresh lifetime statistics.","Невозможно обновить статистику за весь период."
1260
- "Unable to refresh recent statistics.","Невозможно обновить последнюю статистику."
1261
- "Unable to save the cron expression.","Невозможно сохранить Cron выражение."
1262
- "Unable to save the invoice.","Невозможно сохранить счёт."
1263
- "Unable to send the invoice email.","Невозможно послать письмо со счётом."
1264
- "Unable to send the shipment email.","Невозможно послать письмо о доставке."
1265
- "Unable to update transaction details.","Невозможно обновить подробности транзакции."
1266
- "Unable to void the credit memo.","Невозможно аннулировать возврат платежа."
1267
- "Unknown","Неизвестный"
1268
- "Unknown Error","Неизвестная ошибка"
1269
- "Unknown Error.","Неизвестная ошибка."
1270
- "Unlimited","Бесконечно"
1271
- "Unselect All","Снять все"
1272
- "Unselect Visible","Снять выбор с видимых"
1273
- "Update","Обновить"
1274
- "Update Preview","Обновить предварительный просмотр"
1275
- "Updated At","Обновлено"
1276
- "Upload File","Закачать файл"
1277
- "Upload Files","Закачать файлы"
1278
- "Upload HTTP Error","HTTP ошибка при закачивании"
1279
- "Upload I/O Error","Ошибка ввода/вывода (I/O) при закачивании"
1280
- "Upload Security Error","Ошибка безопасности при закачивании"
1281
- "Upload import file","Закачать файл для импорта"
1282
- "Uploaded file is larger than %.2f kilobytes allowed by server","Закачанный файл превышает размер лимита сервера (%.2f килобайт)"
1283
- "Use All Available Attributes","Использовать все доступные атрибуты"
1284
- "Use Config Settings","Использовать настройки конфигурации"
1285
- "Use Default","Использовать значение по умолчанию"
1286
- "Use Default Value","Использовать значение по умолчанию"
1287
- "Use Default Variable Values","Использовать значения переменных по умолчанию"
1288
- "Use FTP Connection","Использовать соединение FTP"
1289
- "Use Silent Post:","Использовать Silent Post:"
1290
- "Use Website","Использовать настройки сайта"
1291
- "Used Currently For","В данный момент используется для"
1292
- "Used as Default For","Используется по умолчанию для"
1293
- "User","Пользователь"
1294
- "User Email","Адрес электронной почты (email) пользователя"
1295
- "User ID","ИД пользователя"
1296
- "User Info","Информация о пользователе"
1297
- "User Information","Информация о пользователе"
1298
- "User Name","Имя пользователя"
1299
- "User Name is required field.","Имя пользователя - обязательное для заполнения поле."
1300
- "User Name:","Имя пользователя:"
1301
- "User Password","Пароль пользователя"
1302
- "User Role","Роль пользователя"
1303
- "User Roles","Роли пользователя"
1304
- "User Roles Information","Информация о ролях пользователя"
1305
- "User Type Resources","User Type Resources"
1306
- "User name","Имя пользователя"
1307
- "Users","Пользователи"
1308
- "VAT Number is Invalid","Номер плательшика НДС недействительный"
1309
- "VAT Number is Valid","Номер плательшика НДС действительный"
1310
- "Validation Results","Проверка результатов"
1311
- "Value","Значение"
1312
- "Value Delimiter:","Разделитель:"
1313
- "Variable","Переменная"
1314
- "Variable Code","Код переменной"
1315
- "Variable HTML Value","HTML значение переменной"
1316
- "Variable ID","ИД переменной"
1317
- "Variable Name","Имя переменной"
1318
- "Variable Plain Value","Текстовое значение переменной"
1319
- "Verification Failed","Проверка не прошла"
1320
- "Verification Successful","Проверка прошла успешно"
1321
- "Verification cannot be processed","Проверка не может быть проведена"
1322
- "Verifier code: %s","Код проверки: %s"
1323
- "View","Выводить"
1324
- "View Actions XML","Посмотреть XML действий"
1325
- "View Details","Просмотреть подробности"
1326
- "View Full Size","Просмотреть оригинальный размер"
1327
- "View Gallery","Просмотреть галерею"
1328
- "View Memo","Просмотреть возврат платежа"
1329
- "View Memo for #%s","Просмотреть возврат платежа для #%s"
1330
- "View Shipment","Просмотреть доставку"
1331
- "View Statistics For","Просмотр статистики для"
1332
- "View Statistics For:","Просмотр статистики для:"
1333
- "Visibility:","Видимость:"
1334
- "Warning","Внимание"
1335
- "Warning! Empty value can cause problems with CSV format.","Внимание! Пустое значение может вызвать проблемы с CSV форматом."
1336
- "Warning!\r\nThis action will remove this user from already assigned role\r\nAre you sure?","Внимание!\r\nЭто действие удалит этого пользователя из уже назначенной роли\r\nВы уверены?"
1337
- "Warning!\r\nThis action will remove those users from already assigned roles\r\nAre you sure?","Внимание!\r\nЭто действие удалит этих пользователей из уже назначенных ролей\r\nВы уверены?"
1338
- "Warning: All related AirMail messages will be deteted!\n Are you sure you want to do this?","Внимание: Все связанные с AirMail сообщения будут удалены!\n Вы действительно хотите это сделать?"
1339
- "Warning: Please do not close the window during importing/exporting data","Предупреждение: пожалуйста, не закрывайте окно во время импорта/экспорта данных"
1340
- "Watermark File for %s","Файл с водяным знаком для %s"
1341
- "We appreciate our merchants\' feedback, please <a href=""#"" onclick=""surveyAction(\'yes\'); return false;"">take our survey</a> to provide insight on the features you would like included in Magento. <a href=""#"" onclick=""surveyAction(\'no\'); return false;"">Remove this notification</a>","Мы ценим любые замечания от наших пользователей. Пожалуйста, <a href=""#"" onclick=""surveyAction(\'yes\'); return false;"">примите участие в опросе</a>, чтобы сообщить о возможностях, которые вы хотели бы видеть в Magento. <a href=""#"" onclick=""surveyAction(\'no\'); return false;"">Удалить это уведомление</a>."
1342
- "We detected that your JavaScript seem to be disabled.","Вероятно у вас отключен JavaScript."
1343
- "We\'re in our typing table, coding away more features for Magento. Thank you for your patience.","В данный момент мы уже создаём новую функциональность для Magento. Благодарим вас за терпение."
1344
- "Web Section","Раздел Web"
1345
- "Web Services","Интернет сервисы"
1346
- "Web services","Интернет сервисы"
1347
- "Website","Сайт"
1348
- "What is this?","Что это?"
1349
- "When using Payflow Link in Magento, a payment authorization transaction must be performed after the shopper enters their credit card information on the Payment page of checkout. If a full authorization is performed for the entire dollar amount of the transaction, then in some cases, the transaction amount might be reserved on the shopper\'s credit card for up to 30 days, even if they abandon their cart. This is not an ideal customer experience. Using this advanced setting in Magento, you can configure key details of this authorization.","When using Payflow Link in Magento, a payment authorization transaction must be performed after the shopper enters their credit card information on the Payment page of checkout. If a full authorization is performed for the entire dollar amount of the transaction, then in some cases, the transaction amount might be reserved on the shopper\'s credit card for up to 30 days, even if they abandon their cart. This is not an ideal customer experience. Using this advanced setting in Magento, you can configure key details of this authorization."
1350
- "Wishlist Report","Отчет листа пожеланий"
1351
- "Wishlist item is not loaded.","Позиция листа пожеланий не загружена."
1352
- "Wrong account specified.","Указана неверная учётная запись."
1353
- "Wrong billing agreement ID specified.","Указан неверный ИД платёжного соглашения."
1354
- "Wrong column format.","Неверный формат колонки."
1355
- "Wrong newsletter template.","Неверный шаблон письма рассылки"
1356
- "Wrong quote item.","Неверная quote позиция."
1357
- "Wrong tab configuration.","Неверная конфигурация закладки."
1358
- "Wrong tag was specified.","Указана неверная метка."
1359
- "Wrong transaction ID specified.","Указан неверный ИД транзакции."
1360
- "XML","XML"
1361
- "XML data is invalid.","XML данные неверные."
1362
- "XML object is not instance of ""Varien_Simplexml_Element"".","XML объект не является экземпляром класса ""Varien_Simplexml_Element""."
1363
- "YTD","Год"
1364
- "Year","Год"
1365
- "Yes","Да"
1366
- "Yes (301 Moved Permanently)","Да (301 Перенесено навсегда)"
1367
- "Yes (302 Found)","Да (302 найдено)"
1368
- "Yes (only price with tax)","Да (только цена с налогом)"
1369
- "You cannot delete your own account.","Вы не можете удалить свою учётную запись."
1370
- "You have","У вас непросмотрено"
1371
- "You have %s unread message(s).","Не прочитано сообщений: %s."
1372
- "You have %s unread message(s). <a href=""%s"">Go to messages inbox</a>.","Не прочитано сообщений: %s. <a href=""%s"">Перейти к входящим сообщениям</a>."
1373
- "You have %s, %s and %s unread messages. <a href=""%s"">Go to messages inbox</a>.","Не прочитано сообщений: %s, %s и %s. <a href=""%s"">Перейти к входящим сообщениям</a>."
1374
- "You have logged out.","Вы вышли из системы."
1375
- "You have not enough permissions to use this functionality.","У вас недостаточно прав для использования этой функциональности."
1376
- "You must have JavaScript enabled in your browser to utilize the functionality of this website.","Вы должны включить JavaScript в вашем браузере, чтобы использовать все функции этого сайта."
1377
- "You need to specify order items.","Вы должны указать товары для заказа."
1378
- "You will need to wait when the action ends.","Вам необходимо дождаться окончания этого действия."
1379
- "Your answers contain duplicates.","Ваши ответы содержат дубликаты."
1380
- "Your password has been updated.","Ваш пароль изменён."
1381
- "Your password reset link has expired.","Срок действия ссылки на изменение пароля истёк."
1382
- "Your server PHP settings allow you to upload files not more than %s at a time. Please modify post_max_size (currently is %s) and upload_max_filesize (currently is %s) values in php.ini if you want to upload larger files.","PHP настройки вашего сервера позволяют закачивать только %s за один раз. Пожалуйста, измените в php.ini значения post_max_size (сейчас - %s) и upload_max_filesize (сейчас - %s), если хотите иметь возможность закачивать файлы большего размера."
1383
- "Your web server is configured incorrectly. As a result, configuration files with sensitive information are accessible from the outside. Please contact your hosting provider.","Ваш web сервер настроен некорректно. В связи с этим, конфигурационные файлы с деликатной информацией доступны извне. Пожалуйста, свяжитесь с вашим хостинг провайдером."
1384
- "Zip/Postal Code","Почтовый индекс"
1385
- "Zip/Postal Code:","Почтовый индекс:"
1386
- "[ deleted ]","[ удалено ]"
1387
- "[GLOBAL]","[Глобально]"
1388
- "[STORE VIEW]","[Представление магазина]"
1389
- "[WEBSITE]","[Сайт]"
1390
- "b","б"
1391
- "close","закрыть"
1392
- "critical","критично(е)"
1393
- "example: ""sitemap/"" or ""/"" for base path (path must be writeable)","пример: ""sitemap/"" или ""/"" для базового пути (путь должен быть доступен для записи)"
1394
- "example: sitemap.xml","пример: sitemap.xml"
1395
- "failed","неудача"
1396
- "from","от"
1397
- "images/logo.gif","images/logo.gif"
1398
- "items selected","позиций выбрано"
1399
- "major","важно(е)"
1400
- "minor","обычно(е)"
1401
- "notice","уведомлений"
1402
- "of %s pages","из %s страниц"
1403
- "per page","на страницу"
1404
- "so url rewrite is not possible.","поэтому правила URL не возможны."
1405
- "store(%s) scope","Область действия магазина(%s)"
1406
- "successful","успех"
1407
- "to","до"
1408
- "unread message(s). <a href=""%s"">Go to messages inbox</a>.",". <a href=""%s"">Перейти к входящим сообщениям</a>."
1409
- "website(%s) scope","область действия сайта(%s)"
1410
- "{{base_url}} is not recommended to use in a production environment to declare the Base Unsecure URL / Base Secure URL. It is highly recommended to change this value in your Magento <a href=""%s"">configuration</a>.","{{base_url}} не рекомендуется использовать на рабочей копии сайта для объявления Базового небезопасного URL / Базового безопасного URL. Настоятельно рекомендуем изменить это значение в вашей <a href=""%s"">конфигурации</a> Magento."
1411
- "Fixed Product Tax","Фиксированный налог товара (FPT)"
1412
- "Manufacturer","Производитель"
1413
- "Set Product as New from Date","Отображать как Новый товар с"
1414
- "Set Product as New to Date","Отображать как Новый товар по"
1415
- "Country of Manufacture","Страна изготовления"
1416
- "Model","Модель"
1417
- "Cost","Себестоимость"
1418
- "Special Price From Date","Особое предл. действует с"
1419
- "Special Price To Date","Особое предл. действует по"
1420
- "Is Product Available for Purchase with Google Checkout","Товар доступен для покупки в Google Checkout"
1421
- "Apply MAP","Применить РРЦ (рекомендованные розничные цены)"
1422
- "Manufacturer's Suggested Retail Price","Рекомендованная розничная цена производителя"
1423
- "Meta Title","Заголовок Meta"
1424
- "Short Description","Краткое описание"
1425
- "In Depth","Подробное описание"
1426
- "Color","Цвет"
1427
- "Activation Information","Информация по активации"
1428
- "Dimensions","Размеры"
1429
- "Enable Recurring Profile","Включить повторяющиеся платежи"
1430
- "Custom Design","Индивидуальный дизайн"
1431
- "Active From","Использовать с"
1432
- "Active To","Использовать по"
1433
- "Custom Layout Update","Индивидуальное обновление макета"
1434
- "Display Product Options In","Отображать параметры товара в"
1435
- "Allow Gift Message","Разрешить поздравительные сообщения"
1436
- "Is Active","Активна"
1437
- "Include in Navigation Menu","Добавить в навигационное меню"
1438
- "Display Mode","Режим отображения"
1439
- "CMS Block","CMS блок"
1440
- "Is Anchor","Якорь"
1441
- "Available Product Listing Sort By","Доступные варианты сортировки списка товаров"
1442
- "Default Product Listing Sort By","Значение по умолчанию для Сортировать по"
1443
- "Layered Navigation Price Step","Шаг цены в фильтре"
1444
- "Use Parent Category Settings","Использовать настройки родительской категории"
1445
- "Apply To Products","Применить к товарам"
1446
- "Thumbnail Image","Мини-изображение"
1447
- "",""
1448
- "",""
1449
-
 
 
 
 
 
 
1
+ " The customer does not exist in the system anymore."," Данных о клиенте больше нет в системе"
2
+ " You will need to navigate to your "," Вам будет необходимо перейти к "
3
+ " [deleted]"," [удалено]"
4
+ " and "," и "
5
+ " and go to the "," and go to the "
6
+ " note that the URLs provided below are the correct values for your current website): "," напоминаем, что показанные ниже адреса правильные для вашего текущего сайта): "
7
+ " sections for your Hosted Checkout Pages."," sections for your Hosted Checkout Pages."
8
+ "%s (Default Template from Locale)","%s (Шаблон по умолчанию из локализации)"
9
+ "%s cache type(s) disabled.","Типов кэша отключено: %s шт."
10
+ "%s cache type(s) enabled.","Типов кэша включено: %s шт."
11
+ "%s cache type(s) refreshed.","Типов кэша обновлено: %s шт."
12
+ "(Absolute path or Relative to Magento install root, ex. var/export)","(Абсолютный или относительный путь к корневой папке Magento, например var/export)"
13
+ "(For Type ""Local Server"" need to use relative path to Magento install var/export or var/import, e.g. var/export, var/import, var/export/some/dir, var/import/some/dir)","(Для типа ""Локальный сервер"" необходимо использовать относительный путь к папкам Magento var/export или var/import, например, var/export, var/import, var/export/какая-то/папка, var/import/какая-то/папка)"
14
+ "(For US 2-letter state names)","(Для двухбуквенных названий штатов США)"
15
+ "(If left empty will be auto-generated)","(Будет сгенерировано автоматически, если оставить пустым)"
16
+ "(Includes more countries than those listed below. As the application owner, you are responsible for complying with country-specific laws related to the distribution or sale of your application into that country, including your home country.)","(Включает в себя больше стран, чем перечислено ниже. Как владелец приложения, вы несёте ответственность за соблюдение законов конкретных стран, включая свою страну, при продаже или распространении вашего приложения.)"
17
+ "(Leave empty for first spreadsheet)","(Оставьте пустым для первой таблицы)"
18
+ "(Products will be added/updated to this store if 'store' column is blank or missing in the import file.)","(Товар будет добавлен/обновлён для этого магазина, если столбец 'магазин' пустой или отсутствует в файле импорта.)"
19
+ "(Shift-)Click or drag to change value","(Shift+)Нажмите или тяните для изменения значения"
20
+ "(Starting with)","(Начиная с)"
21
+ "(When 'No', only mapped fields will be imported. When mapping, use 'column1', 'column2', etc.)","(Если выбрано 'Нет', будут импортированы только привязанные(mapped) поля. Когда привязываете поля, используйте 'column1', 'column2' и т.д.)"
22
+ "(You have to increase php memory_limit before changing this value)","(Необходимо увеличить php memory_limit перед изменением этого значения)"
23
+ "(\\t for tab)","(\\t для tab)"
24
+ "* - If indexing is in progress, it will be killed and new indexing process will start.","* - Если в этот момент выполняется обновление индексов, то оно будет остановлено и запущено заново."
25
+ "* Required Fields","* Обязательные поля"
26
+ "- Click on any of the time parts to increase it","- Нажмите на любую часть времени для её увеличения"
27
+ "- Hold mouse button on any of the above buttons for faster selection.","- Держите кнопку мышки нажатой на любой из этих кнопок для более быстрого выбора."
28
+ "- Use the %s buttons to select month","- Используйте кнопки %s для выбора месяца"
29
+ "- Use the %s, %s buttons to select year","- Используйте кнопки %s, %s для выбора года"
30
+ "- or Shift-click to decrease it","- или Shift+щелчок мышки для уменьшения"
31
+ "- or click and drag for faster selection.","- или нажмите и тяните для более быстрого выбора."
32
+ "-- Not Selected --","-- Не выбрано --"
33
+ "-- Please Select --","-- Выберите --"
34
+ "-- Please Select Billing Agreement--","-- Выберите платёжное соглашение--"
35
+ "-- Please Select a Category --","-- Выберите категорию --"
36
+ "-- Please select --","-- Выберите --"
37
+ "--Please Select--","--Выберите--"
38
+ "1 Hour","1 час"
39
+ "1. set up","1. set up"
40
+ "10:40 AM","10:40 утра"
41
+ "10:40:00 AM","10:40 утра"
42
+ "12 Hours","12 часов"
43
+ "12h AM/PM","12 часовой (AM/PM)"
44
+ "2 Hours","2 часа"
45
+ "2. customize","2. customize"
46
+ "24 Hours","24 часа"
47
+ "24h","24 часовой"
48
+ "2YTD","2 Года"
49
+ "6 Hours","6 часов"
50
+ "80px x 80px","80px x 80px"
51
+ "80x80 px","80x80 px"
52
+ "<h1 class=""page-heading"">404 Error</h1><p>Page not found.</p>","<h1 class=""page-heading"">Ошибка 404</h1><p>Страница не найдена.</p>"
53
+ "<strong>%s</strong> requests access to your account","<strong>%s</strong> запрашивает доступ к вашей учётной записи"
54
+ "<strong>Attention</strong>: Captcha is case sensitive.","<strong>Внимание</strong>: Captcha регистрозависимая."
55
+ "A new password was sent to your email address. Please check your email and click Back to Login.","Новый пароль был отправлен на вашу электронную почту. Пожалуйста, проверьте свой почтовый ящик и нажмите ""Вернуться"", чтобы перейти на форму авторизации."
56
+ "A user with the same user name or email aleady exists.","Пользователь с таким именем или адресом электронной почты (email) уже существует."
57
+ "API Key","API ключ"
58
+ "API Key Confirmation","Подтверждение API ключа"
59
+ "API Stability","Стабильность API"
60
+ "API Version","Версия API"
61
+ "ASCII","ASCII"
62
+ "Abandoned Carts","Заброшенные корзины"
63
+ "About the calendar","О календаре"
64
+ "Access Denied","Доступ запрещён"
65
+ "Access denied","Доступ запрещён"
66
+ "Access denied.","Доступ запрещён."
67
+ "Account Created in:","Учётная запись создана:"
68
+ "Account Created on (%s):","Учётная запись создана (%s):"
69
+ "Account Created on:","Учётная запись создана:"
70
+ "Account Information","Информация об учётной записи"
71
+ "Account Status","Статус учётной записи"
72
+ "Account status","Статус учётной записи"
73
+ "Action","Действие"
74
+ "Actions","Действия"
75
+ "Actions XML","XML действия"
76
+ "Activate","Активировать"
77
+ "Activation Information","Информация по активации"
78
+ "Active","Активен"
79
+ "Active From","Использовать с"
80
+ "Active To","Использовать по"
81
+ "Add","Добавить"
82
+ "Add Author","Добавить автора"
83
+ "Add Contents Path","Добавить путь к содержимому"
84
+ "Add Exception","Добавить исключение"
85
+ "Add Field Mapping","Добавить привязку поля (mapping)"
86
+ "Add Field with URL:","Добавить поле с URL:"
87
+ "Add Maintainer","Добавить сопровождающего"
88
+ "Add More Templates","Добавить больше шаблонов"
89
+ "Add New","Добавить"
90
+ "Add New Image","Добавить новое изображение"
91
+ "Add New Profile","Добавить новый профиль"
92
+ "Add New Role","Добавить новую роль"
93
+ "Add New Template","Добавить новый шаблон"
94
+ "Add New URL Rewrite","Добавить новое правило URL"
95
+ "Add New User","Добавить нового пользователя"
96
+ "Add New Variable","Добавить новую переменную"
97
+ "Add New osCommerce Profile","Добавить новый профиль osCommerce"
98
+ "Add PHP Extension dependency","Добавить зависимость от расширений PHP"
99
+ "Add Package dependency","Добавить зависимость от пакетов"
100
+ "Add Products","Добавить товары"
101
+ "Add Subpackage dependency","Добавить зависимость подпакетов"
102
+ "Add URL Rewrite","Добавить правило URL"
103
+ "Add URL Rewrite for a Category","Добавить правило URL для категории"
104
+ "Add URL Rewrite for a Product","Добавить правило URL для товара"
105
+ "Add after","Добавить после"
106
+ "Add to Cart","Добавить в корзину"
107
+ "Add to Wishlist","Добавить в лист пожеланий"
108
+ "Additional Cache Management","Дополнительное управление кэшем"
109
+ "Address Type:","Тип адреса:"
110
+ "Admin","Администратор"
111
+ "Advanced Admin Section","Расширенный раздел панели администрирования"
112
+ "Advanced Profiles","Расширенные профили"
113
+ "Advanced Section","Расширенный раздел"
114
+ "After authorization application will have access to you account.","После авторизации приложение получит доступ к вашей учётной записи."
115
+ "AirMail Template Preview","Предварительный просмотр шаблона AirMail"
116
+ "All","Все"
117
+ "All Allowed Countries","Все разрешённые страны"
118
+ "All Cache","Весь кэш"
119
+ "All Files","Все файлы"
120
+ "All Reviews","Все отзывы"
121
+ "All Store Views","Все представления магазинов"
122
+ "All Tags","Все метки"
123
+ "All Websites","Все сайты"
124
+ "All countries","Все страны"
125
+ "All fields","Все поля"
126
+ "All locations","Все местоположения"
127
+ "All possible rates were fetched, please click on ""Save"" to apply","Все возможные значения были получены. Нажмите ""Сохранить"", чтобы применить изменения"
128
+ "All rates were fetched, please click on ""Save"" to apply","Все значения были получены. Нажмите ""Сохранить"", чтобы применить изменения"
129
+ "All valid rates have been saved.","Все корректные значения были сохранены."
130
+ "Allow Gift Message","Разрешить поздравительные сообщения"
131
+ "Alpha","Альфа"
132
+ "Always (during development)","Всегда (во время разработки)"
133
+ "Amounts","Количества"
134
+ "An error has occured while syncronizing media storages.","Ошибка при синхронизации медиа хранилищ."
135
+ "An error occurred while clearing the JavaScript/CSS cache.","Ошибка во время очистки кэша JavaScript/CSS."
136
+ "An error occurred while clearing the image cache.","Ошибка во время очистки кэша изображений."
137
+ "An error occurred while creating the backup.","Ошибка при создании резервной копии."
138
+ "An error occurred while deleting URL Rewrite.","Ошибка при удалении правил URL."
139
+ "An error occurred while deleting email template data. Please review log and try again.","Ошибка при удалении шаблонов писем."
140
+ "An error occurred while deleting record(s).","Ошибка при удалении записи(ей)."
141
+ "An error occurred while deleting this role.","Ошибка при удалении роли."
142
+ "An error occurred while deleting this set.","Ошибка при удалении набора."
143
+ "An error occurred while deleting this template.","Ошибка при удалении шаблона."
144
+ "An error occurred while finishing process. Please refresh the cache","Ошибка при завершении процесса."
145
+ "An error occurred while rebuilding the CatalogInventory Stock Status.","Ошибка обновления статусов наличия товаров."
146
+ "An error occurred while rebuilding the catalog index.","Ошибка при обновлении индекса каталога."
147
+ "An error occurred while rebuilding the flat catalog category.","Ошибка построения каталога с горизонтальной структурой."
148
+ "An error occurred while rebuilding the flat product catalog.","Ошибка построения товаров с горизонтальной структурой."
149
+ "An error occurred while rebuilding the search index.","Ошибка перестроения поискового индекса."
150
+ "An error occurred while refreshing the Catalog Rewrites.","Ошибка при обновлении переадресации в каталоге."
151
+ "An error occurred while refreshing the Layered Navigation indices.","Ошибка при обновлении индексов многослойной навигации."
152
+ "An error occurred while refreshing the catalog rewrites.","Ошибка при обновлении переадресации в каталоге."
153
+ "An error occurred while refreshing the layered navigation indices.","Ошибка при обновлении индексов многослойной навигации."
154
+ "An error occurred while saving URL Rewrite.","Ошибка при сохранении правил URL."
155
+ "An error occurred while saving account.","Ошибка при сохранении учётной записи."
156
+ "An error occurred while saving review.","Ошибка при сохранении отзыва."
157
+ "An error occurred while saving the customer.","Ошибка при сохранении клиента."
158
+ "An error occurred while saving this configuration:","Ошибка при сохранении конфигурации:"
159
+ "An error occurred while saving this role.","Ошибка при сохранении роли."
160
+ "An error occurred while saving this template.","Ошибка при сохранении шаблона."
161
+ "An error occurred while updating the selected review(s).","Ошибка при обновлении выбранных отзывов."
162
+ "Any","Любое"
163
+ "Any Attribute Set","Любой набор атрибутов"
164
+ "Any Group","Любая группа"
165
+ "Any Status","Любой статус"
166
+ "Any Store","Любой магазин"
167
+ "Any Type","Любой тип"
168
+ "Any Visibility","Любая видимость"
169
+ "Any data created since the backup was made will be lost including admin users, customers and orders.","Любые данные, созданные после резервного копирования, будут утеряны, включая пользователей-администраторов, клиентов и заказы."
170
+ "Apply MAP","Применить РРЦ (рекомендованные розничные цены)"
171
+ "Apply Theme","Применить тему"
172
+ "Apply To Products","Применить к товарам"
173
+ "Archive file name:","Имя файла архива:"
174
+ "Are you sure that you want to delete this template?","Вы действительно хотите удалить этот шаблон?"
175
+ "Are you sure that you want to strip tags?","Вы действительно хотите убрать метки?"
176
+ "Are you sure you want to delete this theme? This change will affect all applications.","Вы действительно хотите удалить эту тему? Это изменение затронет все приложения."
177
+ "Are you sure you want to do this?","Вы действительно хотите это сделать?"
178
+ "Are you sure you want to proceed?","Вы действительно хотите продолжить?"
179
+ "Area","Зона"
180
+ "As low as:","Начиная с:"
181
+ "Assigned","Соответствует"
182
+ "Associated Tags","Связанные метки"
183
+ "Attribute Set Name:","Название набора атрибутов:"
184
+ "Attributes","Атрибуты"
185
+ "Authorization confirmed","Авторизация подтверждена"
186
+ "Authorize","Авторизовать"
187
+ "Authorize application","Авторизовать приложение"
188
+ "Authorized OAuth Tokens","Авторизованные токены OAuth"
189
+ "Authors","Авторы"
190
+ "Automatic","Автоматически"
191
+ "Automatic (equalize price ranges)","Автоматически (выравнить ценовые диапозоны)"
192
+ "Automatic (equalize product counts)","Автоматически (выравнить количества товаров)"
193
+ "Available Product Listing Sort By","Доступные варианты сортировки списка товаров"
194
+ "Available Products","Доступные товары"
195
+ "Average Order Amount","Средняя сумма заказа"
196
+ "Average Orders","Средняя сумма заказа"
197
+ "BINARY","BINARY"
198
+ "Back","Вернуться"
199
+ "Back to Login","Вернуться на форму авторизации"
200
+ "Backup","Резервное копирование"
201
+ "Backup Name","Название резервной копии"
202
+ "Backup options","Параметры резервной копии"
203
+ "Backup record was deleted.","Резервная копия удалена."
204
+ "Backups","Резервные копии"
205
+ "Base currency","Основная валюта"
206
+ "Bcc","Скрытая копия (Bcc)"
207
+ "Bestsellers","Хиты продаж"
208
+ "Beta","Бета"
209
+ "Big Image","Большое изображение"
210
+ "Billing Address","Адрес плательщика"
211
+ "Billing Address: ","Адрес плательщика:"
212
+ "Billing Agreement","Платёжное соглашение"
213
+ "Billing Agreements","Платёжные соглашения"
214
+ "Block Information","Информация о блоке"
215
+ "Both (without and with tax)","Обе (с налогом и без)"
216
+ "Both IPN and PDT","Оба IPN и PDT"
217
+ "Browse Files...","Просмотреть файлы..."
218
+ "Bundle Items","Набор товаров"
219
+ "Bundle with dynamic pricing cannot include custom defined options. Options will not be saved.","Набор с динамическими ценами не может содержать настраиваемые варианты. Варианты не будут сохранены."
220
+ "CMS","CMS"
221
+ "CMS Block","CMS блок"
222
+ "CRITICAL","КРИТИЧНО(Е)"
223
+ "CSV","CSV (разделитель - запятые)"
224
+ "CSV / Tab separated","CSV (разделитель - табуляция)"
225
+ "Cache Control","Управление кэшем"
226
+ "Cache Control (beta)","Управление кэшем (beta)"
227
+ "Cache Management","Управление кэшем"
228
+ "Cache Type","Тип кэша"
229
+ "Cancel","Отменить"
230
+ "Cancel URL: ","URL отмены: "
231
+ "Cannot add new comment.","Невозможно добавить новый комментарий."
232
+ "Cannot add tracking number.","Невозможно добавить номер отслеживания."
233
+ "Cannot create an invoice without products.","Невозможно создать счёт без товаров."
234
+ "Cannot create credit memo for the order.","Невозможно создать возврат платежа для заказа."
235
+ "Cannot delete the design change.","Невозможно удалить изменение дизайна."
236
+ "Cannot delete tracking number.","Невозможно удалить номер отслеживания."
237
+ "Cannot do shipment for the order separately from invoice.","Невозможно создать доставку для заказа отличную от счёта."
238
+ "Cannot do shipment for the order.","Невозможно создать доставку для заказа."
239
+ "Cannot find the email address.","Невозможно найти e-mail адрес."
240
+ "Cannot initialize shipment for adding tracking number.","Невозможно инициализировать доставку для добавления номера отслеживания."
241
+ "Cannot initialize shipment for delete tracking number.","Невозможно инициализировать доставку для удаления номера отслеживания."
242
+ "Cannot load track with retrieving identifier.","Невозможно загрузить отслеживание с таким идентификатором."
243
+ "Cannot retrieve tracking number detail.","Невозможно получить информацию по номеру отслеживания."
244
+ "Cannot save a new password.","Невозможно сохранить новый пароль."
245
+ "Cannot save shipment.","Невозможно сохранить доставку."
246
+ "Cannot save the cedit memo.","Невозможно сохранить возврат платежа."
247
+ "Cannot save the credit memo.","Невозможно сохранить возврат платежа."
248
+ "Cannot send shipment information.","Невозможно отправить информацию о доставке."
249
+ "Cannot update item quantity.","Невозможно обновить количество товара."
250
+ "Cannot update the item\'s quantity.","Невозможно обновить количество товара."
251
+ "Card Verification Number","Проверочный номер карты (CVC2)"
252
+ "Carrier","Перевозчик"
253
+ "Catalog","Каталог"
254
+ "Catalog Price Rules","Ценовые правила для каталога"
255
+ "Catalog Rewrites","Переадресация в каталоге"
256
+ "Categories","Категории"
257
+ "Category","Категория"
258
+ "Category:","Категория:"
259
+ "Chairs","Стулья"
260
+ "Change Orientation","Изменить ориентацию"
261
+ "Channel","Канал"
262
+ "Chart is disabled. If you want to enable chart, click <a href=""%s"">here</a>.","Диаграмма отключена. Если вы хотите включить диаграмму, нажмите <a href=""%s"">сюда</a>."
263
+ "Checkbox","Галочка"
264
+ "Child Transactions","Подтранзакция"
265
+ "Choose Store View","Выберите представление магазина"
266
+ "Choose Store View:","Выберите представление магазина:"
267
+ "Choose a selection...","Выберите подборку..."
268
+ "Choose an attribute","Выберите атрибут"
269
+ "Chosen category does not associated with any website, ","Выбранная категория не связана ни с одним сайтом."
270
+ "Chosen category does not associated with any website, so url rewrite is not possible.","Выбранная категория не связана ни с одним сайтом и, следовательно, правила url недоступны."
271
+ "Chosen product does not associated with any website, ","Выбранный товар не связан ни с одним сайтом."
272
+ "Chosen product does not associated with any website, so url rewrite is not possible.","Выбранный товар не связан ни с одним сайтом и, следовательно, правила url недоступны."
273
+ "Clear","Очистить"
274
+ "Close","Закрыть"
275
+ "Color","Цвет"
276
+ "Comment text field cannot be empty.","Текст комментария не может быть пустым."
277
+ "Comments History","История комментариев"
278
+ "Complete","Завершён"
279
+ "Config form fieldset clone model required to be able to clone fields","Config form fieldset clone model required to be able to clone fields"
280
+ "Configuration","Конфигурация"
281
+ "Confirm New Password","Подтвердите новый пароль"
282
+ "Confirm token authorization Pop Up for admin","Всплывающее окно подтверждения токена авторизации для администратора"
283
+ "Confirm token authorization for admin","Подтверждение токена авторизации для администратора"
284
+ "Confirmation Of Authorization","Подтверждение авторизации"
285
+ "Confirmed email:","Подтвержденный адрес электронной почты (email):"
286
+ "Conflicts","Конфликты"
287
+ "Connect with the Magento Community","Связаться с сообществом Magento"
288
+ "Contents","Содержание"
289
+ "Continue","Продолжить"
290
+ "Contributor","Участник"
291
+ "Convert to Plain Text","Конвертировать в текст"
292
+ "Cookie (unsafe)","Cookie (небезопасно)"
293
+ "Cost","Себестоимость"
294
+ "Country","Страна"
295
+ "Country of Manufacture","Страна изготовления"
296
+ "Country:","Страна:"
297
+ "Coupons","Купоны"
298
+ "Create","Создать"
299
+ "Create DB Backup","Создать резервную копию БД"
300
+ "Create Extension Package","Создать пакет расширений"
301
+ "Create New Attribute","Создать новый атрибут"
302
+ "Create URL Rewrite:","Создать правило URL:"
303
+ "Created At","Создано"
304
+ "Credit Card %s","Кредитная карта %s"
305
+ "Credit Card Number","Номер кредитной карты"
306
+ "Credit Card Number: xxxx-%s","Номер кредитной карты: xxxx-%s"
307
+ "Credit Card Type","Тип кредитной карты"
308
+ "Credit Card Type: %s","Тип кредитной карты: %s"
309
+ "Credit Memo History","История возврата платежей"
310
+ "Credit Memo Totals","Сумма возврата"
311
+ "Credit Memos","Возвраты платежей"
312
+ "Credit memo #%s comment added","Комментарий к возврату платежа #%s добавлен"
313
+ "Credit memo #%s created","Возврат платежа #%s создан"
314
+ "Credit memo\'s total must be positive.","Сумма возвратного платежа должна быть положительной."
315
+ "Currency","Валюта"
316
+ "Currency ""%s"" is used as %s in %s.","Валюта ""%s"" используется как %s в %s."
317
+ "Currency Information","Информация о валюте"
318
+ "Currency Setup Section","Раздел настроек валют"
319
+ "Current Configuration Scope:","Текущая область действия конфигурации:"
320
+ "Current Month","Текущий месяц"
321
+ "Custom","Другой"
322
+ "Custom Colors","Настраиваемые цвета"
323
+ "Custom Design","Индивидуальный дизайн"
324
+ "Custom Layout Update","Индивидуальное обновление макета"
325
+ "Custom Variable ""%s""","Пользовательская переменная ""%s"""
326
+ "Custom Variables","Пользовательские переменные"
327
+ "Customer","Клиент"
328
+ "Customer Group:","Группа клиента:"
329
+ "Customer Groups","Группы клиентов"
330
+ "Customer Name","Имя клиента"
331
+ "Customer Reviews","Отзывы клиента"
332
+ "Customer Shopping Carts","Корзины покупок клиента"
333
+ "Customer Since:","Является клиентом с:"
334
+ "Customer Tax Classes","Налоговые классы клиента"
335
+ "Customer with the same email already exists.","Клиент с таким адресом электронной почты (email) уже существует."
336
+ "Customers","Клиенты"
337
+ "Customers by Number of Orders","Клиенты по кол-ву заказов"
338
+ "Customers by Orders Total","Клиенты по сумме заказов"
339
+ "DHTML Date/Time Selector","DHTML выбор даты и времени"
340
+ "Dashboard","Панель управления"
341
+ "Data Format","Формат данных"
342
+ "Data transfer:","Передача данных:"
343
+ "Database","База данных"
344
+ "Dataflow - Advance Profiles","Расширенные профили"
345
+ "Dataflow - Advanced Profiles","Расширенные профили"
346
+ "Dataflow - Profiles","Профили"
347
+ "Date","Дата"
348
+ "Date & Time","Дата и время"
349
+ "Date Added","Дата добавления"
350
+ "Date Updated","Дата изменения"
351
+ "Date selection:","Выбор даты:"
352
+ "Date selector","Выбор даты"
353
+ "Day","День"
354
+ "Decimal separator:","Десятичный разделитель:"
355
+ "Default (Admin) Values","Значения по умолчанию для панели администрирования"
356
+ "Default Billing Address","Адрес плательщика по умолчанию"
357
+ "Default Config","Конфигурация по умолчанию"
358
+ "Default Product Listing Sort By","Значение по умолчанию для Сортировать по"
359
+ "Default Template from Locale","Шаблон по умолчанию из локализации"
360
+ "Default Values","Значения по умолчанию"
361
+ "Default display currency ""%s"" is not available in allowed currencies.","Валюта по умолчанию ""%s"" не доступна в разрешённых валютах."
362
+ "Default scope","Область действия по умолчанию"
363
+ "Delete","Удалить"
364
+ "Delete %s","Удалить %s"
365
+ "Delete %s '%s'","Удалить %s '%s'"
366
+ "Delete File","Удалить файл"
367
+ "Delete Image","Удалить изображение"
368
+ "Delete Profile","Удалить профиль"
369
+ "Delete Role","Удалить роль"
370
+ "Delete Store","Удалить магазин"
371
+ "Delete Store View","Удалить представление магазина"
372
+ "Delete Template","Удалить шаблон"
373
+ "Delete User","Удалить пользователя"
374
+ "Delete Website","Удалить сайт"
375
+ "Delete theme","Удалить тему"
376
+ "Dependencies","Зависимости"
377
+ "Description","Описание"
378
+ "Deselect All","Снять все"
379
+ "Design","Дизайн"
380
+ "Design Section","Раздел дизайна"
381
+ "Details","Подробности"
382
+ "Developer","Разработчик"
383
+ "Developer Section","Раздел разработчика"
384
+ "Development","В разработке"
385
+ "Dimensions","Размеры"
386
+ "Direction:","Направление:"
387
+ "Disable","Отключить"
388
+ "Disabled","Отключено"
389
+ "Display %s first","Выводить %s первым"
390
+ "Display Mode","Режим отображения"
391
+ "Display Product Options In","Отображать параметры товара в"
392
+ "Display default currency","Отображать валюту по умолчанию"
393
+ "Distributed under GNU LGPL. See %s for details.","Распространяется под лицензией GNU LGPL. Посетите %s для подробной информации."
394
+ "Do not enable AVS or CSC options. The do not work when using Payflow Link Silent Mode.","Не включайте параметры AVS или CSC. Они не работают в режиме Payflow Link Silent."
395
+ "Do not set any fields in the Billing and Shipping Information block as editable in your Payflow account.","Не делайте поля из блока Информация о доставке и плательщике редактируемыми в вашем Payflow аккаунте."
396
+ "Do not set any fields in the Billing and Shipping Information block as editable in your Payflow accout.","Не делайте поля из блока Информация о доставке и плательщике редактируемыми в вашем Payflow аккаунте."
397
+ "Do you really want to KILL parallel process and start new indexing process?","Вы действительно хотите ОСТАНОВИТЬ параллельный процесс и начать индексирование заново?"
398
+ "Do you really want to proceed?","Вы действительно хотите продолжить?"
399
+ "Download","Скачать"
400
+ "Downloads","Скачивания"
401
+ "Drag to move","Тяните, чтобы переместить"
402
+ "Drop-down","Выпадающий список"
403
+ "Edit","Редактировать"
404
+ "Edit Design Change","Редактировать изменение дизайна"
405
+ "Edit Email Template","Редактировать шаблон письма (email)"
406
+ "Edit Filter","Редактировать фильтр"
407
+ "Edit Order","Редактировать заказ"
408
+ "Edit Poll","Редактировать опрос"
409
+ "Edit Queue","Редактировать очередь"
410
+ "Edit Review","Редактировать отзыв"
411
+ "Edit Role","Редактировать роль"
412
+ "Edit Store View","Редактировать представление магазина"
413
+ "Edit System Template","Редактировать системный шаблон"
414
+ "Edit Template","Редактировать шаблон"
415
+ "Edit URL Rewrite","Редактировать правило URL"
416
+ "Edit User","Редактировать пользователя"
417
+ "Edit User '%s'","Редактировать пользователя '%s'"
418
+ "Edit Website","Редактировать сайт"
419
+ "Email","Электронная почта (email)"
420
+ "Email Address:","Адрес электронной почты (email):"
421
+ "Email Preview","Предварительный просмотр письма"
422
+ "Email to a Friend","Отправить другу"
423
+ "Email:","Электронная почта (email):"
424
+ "Enable","Включить"
425
+ "Enable Recurring Profile","Включить повторяющиеся платежи"
426
+ "Enable Secure Token:","Включить маркер безопасности:"
427
+ "Enabled","Включено"
428
+ "Enclose Values In:","Заключить значения в:"
429
+ "Entity Attributes","Атрибуты сущности"
430
+ "Entity Type","Тип сущности"
431
+ "Entity type:","Тип сущности:"
432
+ "Error","Ошибка"
433
+ "Error URL: ","Путь ошибки:"
434
+ "Excel XML","Excel XML"
435
+ "Excl. Tax","Без налога"
436
+ "Exclude (comma separated)","Исключить (разделитель - запятая)"
437
+ "Exclude media folder from backup","Исключить папку media из резервной копии"
438
+ "Expiration Date","Дата истечения срока действия"
439
+ "Expiration Date: %s/%s","Дата истечения срока действия: %s/%s"
440
+ "Export","Экспорт"
441
+ "Export CSV","Экспорт CSV"
442
+ "Export FAQ","Экспортировать FAQ"
443
+ "Export Filters","Фильтры экспорта"
444
+ "Export to:","Экспортировать в:"
445
+ "Export:","Экспорт:"
446
+ "Extension","Расширение"
447
+ "Extensions","Расширения"
448
+ "FILTERS APPLIED","ФИЛЬТРЫ ПРИМЕНЕНЫ"
449
+ "FTP Host","FTP хост"
450
+ "FTP Host[:Port]","FTP хост[:порт]"
451
+ "FTP Login","Логин FTP"
452
+ "FTP Password","Пароль FTP"
453
+ "FTP credentials","Информация для доступа к FTP"
454
+ "Failed","Ошибка"
455
+ "Failed to add a product to cart by id ""%s"".","Ошибка при добавлении товара в корзину по идентификатору ""%s""."
456
+ "Failed to cancel the billing agreement.","Ошибка при отмене платёжного соглашения."
457
+ "Failed to clear the JavaScript/CSS cache.","Ошибка при очистке кэша JavaScript/CSS."
458
+ "Failed to delete the billing agreement.","Ошибка при удалении платёжного соглашения."
459
+ "Failed to update the profile.","Ошибка при обновлении профиля."
460
+ "Field","Поле"
461
+ "Field Mapping","Привязка полей (mapping)"
462
+ "File","Файл"
463
+ "File Information","Информация о файле"
464
+ "File System","Файловая система"
465
+ "File mode","Режим доступа к файлу"
466
+ "File name:","Имя файла:"
467
+ "File size should be more than 0 bytes","Размер файла должен быть более 0 байт"
468
+ "Files","Файлы"
469
+ "Final Price","Окончательная цена"
470
+ "Finished profile execution.","Выполнение профиля завершено."
471
+ "First Invoice Created Date","Дата создания первого счёта"
472
+ "First Name","Имя"
473
+ "First Name is required field.","Имя - обязательное для заполнения поле."
474
+ "First Name:","Имя:"
475
+ "Fixed","Фиксированное значение"
476
+ "Fixed Product Tax","Фиксированный налог товара (FPT)"
477
+ "Flush Catalog Images Cache","Очистить кэш изображений каталога"
478
+ "Flush JavaScript/CSS Cache","Очистить кэш JavaScript/CSS"
479
+ "Folder","Папка"
480
+ "For category","Для категории"
481
+ "For latest version visit: %s","Последняя версия доступна здесь: %s"
482
+ "For product","Для товара"
483
+ "Forgot Admin Password","Забытый пароль в панель администрирования"
484
+ "Forgot your password?","Забыли пароль?"
485
+ "Forgot your user name or password?","Забыли имя пользователя или пароль?"
486
+ "From","От"
487
+ "GLOBAL","Глобально"
488
+ "Gb","Гб"
489
+ "General Information","Общая информация"
490
+ "General Section","Общий раздел"
491
+ "Get Image Base64","Получить изображение в Base64"
492
+ "Get help for this page","Помощь по странице"
493
+ "Give the verifier code to application administrator","Передайте проверочный код администратору приложения"
494
+ "Global Attribute","Глобальный атрибут"
495
+ "Global Record Search","Глобальный поиск"
496
+ "Global Search","Глобальный поиск"
497
+ "Go Today","Сегодня"
498
+ "Go to messages inbox","Перейти к входящим сообщениям"
499
+ "Go to notifications","Перейти к уведомлениям"
500
+ "Google Base","Google Base"
501
+ "Google Base Items","Google Base элементы"
502
+ "Google Content","Google содержимое"
503
+ "Google Sitemaps","Google карты сайта"
504
+ "Grand Total","Итого"
505
+ "Grid (default) / List","Сетка (по умолчанию) / список"
506
+ "Grid Only","Только сеткой"
507
+ "Group:","Группа:"
508
+ "Guest","Гость"
509
+ "HTTP (unsecure)","HTTP (небезопасно)"
510
+ "HTTPS (SSL)","HTTPS (SSL)"
511
+ "Help Us Keep Magento Healthy - Report All Bugs","Помогите сделать Magento лучше - сообщайте обо всех ошибках"
512
+ "Helper","Помощник"
513
+ "Helper attributes should not be used in custom layout updates.","Не следует использовать атрибуты хелпера в настраиваемом обновлении макета."
514
+ "Helper for options rendering doesn't implement required interface.","В помощнике для отображения параметров не реализован требуемый интерфейс."
515
+ "Home","Главная"
516
+ "ID","ИД"
517
+ "ID Path","Путь ИД"
518
+ "IP Address","IP адрес"
519
+ "IPN (Instant Payment Notification) Only","IPN (Instant Payment Notification) только"
520
+ "If there is an account associated with %s you will receive an email with a link to reset your password.","Если на сайте существует учётная запись с адресом %s вы получите письмо со ссылкой, позволяющей сменить пароль."
521
+ "If this message persists, please contact the store owner.","Если это сообщение будет продолжать появляться, пожалуйста, свяжитесь с владельцем магазина."
522
+ "If you do not specify an option value for a specific store view then the default (Admin) value will be used.","Если вы не укажите значение параметра для конкретного представления магазина, то будет использовано значение по умолчанию (Admin)."
523
+ "If your Magento instance is used for multiple websites, you must configure a separate Payflow Link account for each website.","Если ваш экземпляр Magento используется для нескольких сайтов, то вам необходимо настроить для каждого сайти свой Payflow Link аккаунт."
524
+ "Ignore","Игнорировать"
525
+ "Images","Изображения"
526
+ "Images (.gif, .jpg, .png)","Изображения (.gif, .jpg, .png)"
527
+ "Images Cache","Кэш изображений"
528
+ "Import","Импорт"
529
+ "Import / Export FAQ (Frequently Asked Questions)","Импорт / Экспорт FAQ (Часто задаваемые вопросы)"
530
+ "Import FAQ","Импортировать FAQ"
531
+ "Import Service","Сервис для импорта"
532
+ "Import and Export","Импорт и экспорт"
533
+ "Import and Export Tax Rates","Импорт и экспорт налоговых ставок"
534
+ "Import/Export","Импорт/Экспорт"
535
+ "Import/Export Advanced","Расширенный Импорт/Экспорт"
536
+ "Import/Export Profile","Импорт/Экспорт профиля"
537
+ "Important: ","Важно:"
538
+ "Imported <strong>%s</strong> records","Импортировано записей: <strong>%s</strong> "
539
+ "In","В"
540
+ "In Database:","В базе данных:"
541
+ "In Depth","Подробное описание"
542
+ "In File:","В файле:"
543
+ "In Stock","В наличии"
544
+ "Inactive","Неактивно"
545
+ "Inactive Tabs","Неактивные вкладки"
546
+ "Incl. Tax","Включая налог"
547
+ "Include","Включить"
548
+ "Include in Navigation Menu","Добавить в навигационное меню"
549
+ "Incoming Message","Входящее сообщение"
550
+ "Insert Variable...","Вставить переменную..."
551
+ "Interactive","Интерактивно"
552
+ "Interface Locale: %s","Язык интерфейса: %s"
553
+ "Invalid Form Key. Please refresh the page.","Неверный ключ формы. Пожалуйста, обновите страницу."
554
+ "Invalid Import Service Specified","Указан неверный сервис импорта"
555
+ "Invalid POST data (please check post_max_size and upload_max_filesize settings in your php.ini file).","Неверные данные, переданные через метод POST (проверьте значения post_max_size и upload_max_filesize в файле php.ini)."
556
+ "Invalid Secret Key. Please refresh the page.","Неверный секретный ключ. Пожалуйста, обновите страницу."
557
+ "Invalid User Name or Password.","Неверное имя пользователя или пароль."
558
+ "Invalid Username or Password.","Неверное имя пользователя или пароль."
559
+ "Invalid directory: %s","Неверная папка: %s"
560
+ "Invalid email address ""%s"".","Неверный адрес электронной почты ""%s""."
561
+ "Invalid email address.","Неверный адрес электронной почты."
562
+ "Invalid file: %s","Неверный файл: %s"
563
+ "Invalid input data for %s => %s rate","Неверные данные для курса %s => %s"
564
+ "Invalid parent block for this block","Неверный родительский блок для этого блока"
565
+ "Invalid parent block for this block.","Неверный родительский блок для этого блока."
566
+ "Invalid password reset token.","Неверный ключ для сброса пароля."
567
+ "Invalid sender name ""%s"". Please use only visible characters and spaces.","Неверное имя отправителя ""%s"". Пожалуйста, используйте только видимые символы и пробелы."
568
+ "Invalid timezone","Неверная временная зона"
569
+ "Invalidated","Недействительно"
570
+ "Inventory Stock Status","Статусы наличия товара"
571
+ "Invoice #%s comment added","Добавлен комментарий к счёту #%s"
572
+ "Invoice #%s created","Создан счёт #%s"
573
+ "Invoice History","История счетов"
574
+ "Invoice Totals","Сумма оплаты"
575
+ "Invoice canceling error.","Ошибка при отмене счёта."
576
+ "Invoice capturing error.","Ошибка при записи счёта."
577
+ "Invoice voiding error.","Ошибка аннулирования счёта."
578
+ "Invoices","Счета"
579
+ "Is Active","Активна"
580
+ "Is Anchor","Якорь"
581
+ "Is Closed","Закрыт"
582
+ "Is Default","Значение по умолчанию"
583
+ "Is Product Available for Purchase with Google Checkout","Товар доступен для покупки в Google Checkout"
584
+ "Issue Number","Номер проблемы"
585
+ "Issuer: %s","Сообщил: %s"
586
+ "Items","Позиции"
587
+ "JavaScript seems to be disabled in your browser.","Скорее всего в вашем браузере отключён JavaScript."
588
+ "JavaScript/CSS","JavaScript/CSS"
589
+ "JavaScript/CSS Cache","Кэш JavaScript/CSS"
590
+ "Kb","Кб"
591
+ "Last 24 Hours","Последние 24 часа"
592
+ "Last 5 Orders","Последние 5 заказов"
593
+ "Last 5 Search Terms","Последние 5 поисковых запросов"
594
+ "Last 7 Days","Последние 7 дней"
595
+ "Last Credit Memo Created Date","Дата создания последнего возврата платежа"
596
+ "Last Invoice Created Date","Дата создания последнего счёта"
597
+ "Last Logged In (%s):","Последняя авторизация (%s):"
598
+ "Last Logged In:","Последняя авторизация:"
599
+ "Last Name","Фамилия"
600
+ "Last Name is required field.","Фамилия - обязательное для заполнения поле."
601
+ "Last Name:","Фамилия:"
602
+ "Last updated: %s. To refresh last day's <a href=""%s"">statistics</a>, click <a href=""%s"">here</a>.","Последнее обновление: %s. Чтобы обновить <a href=""%s"">статистику</a> последних дней, нажмите <a href=""%s"">сюда</a>."
603
+ "Last updated: %s. To refresh last day\'s <a href=""%s"">statistics</a>, click <a href=""%s"">here</a>.","Последнее обновление: %s. Чтобы обновить <a href=""%s"">статистику</a> последних дней, нажмите <a href=""%s"">сюда</a>."
604
+ "Latest Message:","Последнее сообщение:"
605
+ "Layered Navigation Indices","Индексы многослойной навигации"
606
+ "Layered Navigation Indices were refreshed.","Индексы многослойной навигации обновлены."
607
+ "Layered Navigation Price Step","Шаг цены в фильтре"
608
+ "Lead","Ответственный"
609
+ "Leave empty to use tax identifier","Если оставить пустым, то будет использован идентификатор налога"
610
+ "Level","Уровень"
611
+ "License","Лицензия"
612
+ "License URI","Ссылка на лицензию"
613
+ "Lifetime Sales","Оборот за весь период"
614
+ "Lifetime statistics have been updated.","Статистика за весь период обновлена."
615
+ "Links","Ссылки"
616
+ "Links with associated products will retain only after saving current product.","Связи с объединёнными товарами будут сохранены только после сохранения текущего товара."
617
+ "List (default) / Grid","Список (по умолчанию) / сетка"
618
+ "List Only","Только список"
619
+ "Load Template","Загрузить шаблон"
620
+ "Load default template","Загрузить шаблон по умолчанию"
621
+ "Load local Package","Загрузить локальный пакет"
622
+ "Loading Preview...","Загружается предварительный просмотр..."
623
+ "Loading...","Загружается..."
624
+ "Local Server","Локальный сервер"
625
+ "Local/Remote Server","Локальный/удалённый сервер"
626
+ "Locale","Локализация"
627
+ "Log In","Войти"
628
+ "Log Out","Выйти"
629
+ "Log in to Admin Panel","Войти в панель администрирования"
630
+ "Log in to use <strong>%s</strong>","Авторизуйтесь для использования <strong>%s</strong>"
631
+ "Log into Magento Admin Page","Вход в панель администрирования Magento"
632
+ "Logged in as %s","В системе как %s"
633
+ "Login","Войти"
634
+ "Low Stock","Заканчивающиеся товары"
635
+ "MAJOR","ВАЖНО(Е)"
636
+ "MINOR","ОБЫЧНО(Е)"
637
+ "MS Excel XML","MS Excel XML"
638
+ "Magento Admin","Панель администрирования Magento"
639
+ "Magento Commerce - Administrative Panel","Magento Commerce — панель администрирования"
640
+ "Magento Connect","Magento Connect"
641
+ "Magento Connect Manager","Управление расширениями"
642
+ "Magento Logo","Логотип Magento"
643
+ "Magento is a trademark of Magento Inc. Copyright &copy; %s Magento Inc.","Торговая марка Magento принадлежит компании Magento Inc. Copyright &copy; %s Magento Inc."
644
+ "Magento root directory","Корневая папка Magento"
645
+ "Magento ver. %s","Magento вер. %s"
646
+ "Magento&trade; is a trademark of Magento Inc.<br/>Copyright &copy; %s Magento Inc.","Торговая марка Magento&trade; принадлежит компании Magento Inc.<br/>Copyright &copy; %s Magento Inc."
647
+ "Main Tabs","Главные вкладки"
648
+ "Maintainers","Сопровождающие"
649
+ "Make Inactive","Сделать неактивной"
650
+ "Make sure that data encoding in the file is consistent and saved in one of supported encodings (UTF-8 or ANSI).","Убедитесь, что содержимое файла отображается корректно и сам файл сохранён в одной из поддерживаемых кодировок (UTF-8 или ANSI)."
651
+ "Make sure that you configure the design settings for the Payflow Link form in your Payflow link account.","Убедитесь, что вы настроили параметры дизайна для формы Payflow Link в вашем аккаунте Payflow link."
652
+ "Manage Attribute Sets","Управление наборами атрибутов"
653
+ "Manage Attributes","Управление атрибутами"
654
+ "Manage Categories","Управление категориями"
655
+ "Manage Content","Управление содержимым/контентом"
656
+ "Manage Currency Rates","Управление курсами валют"
657
+ "Manage Customers","Управление клиентами"
658
+ "Manage Options (values of your attribute)","Управление параметрами (значения ваших атрибутов)"
659
+ "Manage Ratings","Управление параметрами оценок"
660
+ "Manage Stores","Управление магазинами"
661
+ "Manage Tax Rules","Управление налоговыми ставками"
662
+ "Manage Tax Zones and Rates","Управление налоговыми зонами и ставками"
663
+ "Manage Titles (Size, Color, etc.)","Управление заголовками (Размер, Цвет и т.д.)"
664
+ "Manage osCommerce Orders","Управление заказами osCommerce"
665
+ "Manage osCommerce Profiles","Управление профилями osCommerce"
666
+ "Manual","В ручную"
667
+ "Manufacturer","Производитель"
668
+ "Manufacturer's Suggested Retail Price","Рекомендованная розничная цена производителя"
669
+ "Matched Expression","Подходящее выражение"
670
+ "Max","Максимум"
671
+ "Maximum","Максимум"
672
+ "Maximum sender name length is 255. Please correct your settings.","Максимальная длина отправителя 255 символов. Пожалуйста, исправьте ваши настройки."
673
+ "Mb","Мб"
674
+ "Media (.avi, .flv, .swf)","Медиа (.avi, .flv, .swf)"
675
+ "Media storages synchronization has completed!","Синхронизация медиа хранилища завершена!"
676
+ "Messages Inbox","Входящие сообщения"
677
+ "Meta Title","Заголовок Meta"
678
+ "Min","Минимум"
679
+ "Minimum","Минимум"
680
+ "Model","Модель"
681
+ "Month","Месяц"
682
+ "More Tabs","Больше вкладок"
683
+ "Most Viewed","Самые просматриваемые"
684
+ "Most Viewed Products","Самые просматриваемые товары"
685
+ "Multiple Select","Множественный выбор"
686
+ "My Account","Моя учётная запись"
687
+ "My Applications","Мои приложения"
688
+ "N/A","н/д"
689
+ "NOTICE","УВЕДОМЛЕНИЕ"
690
+ "Name","Название"
691
+ "Name on Card","Имя на карте"
692
+ "Name on the Card: %s","Имя на карте: %s"
693
+ "Name:","Имя:"
694
+ "Never (production)","Никогда (рабочий сайт)"
695
+ "New ","Новый "
696
+ "New API Key","Новый ключ API"
697
+ "New Accounts","Новые учётные записи"
698
+ "New Attribute","Новый атрибут"
699
+ "New Block","Новый блок"
700
+ "New Category","Новая категория"
701
+ "New Class","Новый класс"
702
+ "New Condition","Новое условие"
703
+ "New Custom Variable","Новая пользовательская переменная"
704
+ "New Customer","Новый клиент"
705
+ "New Customers","Новые клиенты"
706
+ "New Design Change","Новое изменение дизайна"
707
+ "New Email Template","Новый шаблон письма (email)"
708
+ "New Extension","Новое расширение"
709
+ "New Group","Новая группа"
710
+ "New Invoice","Новый счёт"
711
+ "New Item Type","Новый тип предмета "
712
+ "New Memo","Новый возврат платежа"
713
+ "New Memo for #%s","Новый возврат платежа для #%s"
714
+ "New Page","Новая страница"
715
+ "New Password","Новый пароль"
716
+ "New Poll","Новый опрос"
717
+ "New Profile","Новый профиль"
718
+ "New Rate","Новая ставка"
719
+ "New Rating","Новый рейтинг"
720
+ "New Review","Новый отзыв"
721
+ "New Role","Новая роль"
722
+ "New Rule","Новое правило"
723
+ "New Search","Новый поиск"
724
+ "New Set","Новый набор"
725
+ "New Shipment","Новая доставка"
726
+ "New Sitemap","Новая карта сайта"
727
+ "New Store View","Новое представление магазина"
728
+ "New System Template","Новый системный шаблон"
729
+ "New Tag","Новая метка"
730
+ "New Template","Новый шаблон"
731
+ "New User","Новый пользователь"
732
+ "New Variable","Новая переменная"
733
+ "New Website","Новый сайт"
734
+ "New admin password","Новый пароль администратора"
735
+ "New attribute set mapping","New attribute set mapping"
736
+ "New password field cannot be empty.","Поле Новый пароль не может быть пустым."
737
+ "Newsletter","Рассылки"
738
+ "Newsletter Problems","Проблемы рассылки"
739
+ "Newsletter Queue","Очередь на рассылку"
740
+ "Newsletter Subscribers","Подписчики"
741
+ "Newsletter Templates","Шаблоны рассылок"
742
+ "Next month (hold for menu)","След. месяц (не отпускать для меню)"
743
+ "Next page","Следующая страница"
744
+ "Next year (hold for menu)","След. год (не отпускать для меню)"
745
+ "No","Нет"
746
+ "No (price without tax)","Нет (цена без налога)"
747
+ "No Data Found","Данные не найдены"
748
+ "No Profile","Нет профиля"
749
+ "No Templates Found","Шаблоны не найдены"
750
+ "No change","Без изменений"
751
+ "No customer id defined.","Не указан идентификатор клиента."
752
+ "No information available.","Информация недоступна."
753
+ "No profile loaded...","Профиль не загружен..."
754
+ "No records found for this period.","За указанный период записей не обнаружено."
755
+ "No records found.","Записей не обнаружено."
756
+ "No report code specified.","Не указан код отчёта."
757
+ "No search keywords.","Нет ключевых слов для поиска."
758
+ "No search modules were registered","Нет зарегистрированных модулей поиска"
759
+ "No wishlist item id defined.","Не указан идентификатор позиции листа пожеланий."
760
+ "None","Нет"
761
+ "Note:","Примечание:"
762
+ "Notes","Примечания"
763
+ "Notifications","Уведомления"
764
+ "Number of Orders","Количество заказов"
765
+ "Number of Uses","Кол-во использований"
766
+ "Number of Views","Кол-во просмотров"
767
+ "Number of records:","Количество записей:"
768
+ "OAuth Consumers","Пользователи OAuth"
769
+ "OAuth authorization for admin","Авторизация OAuth для администратора"
770
+ "OAuth authorization simple for admin","Простая авторизация OAuth для администратора"
771
+ "OK","ОК"
772
+ "Old rate:","Старый курс:"
773
+ "On my website","На моём сайте"
774
+ "Once you log into your PayPal Advanced account, navigate to the Service Settings - Hosted Checkout Pages - Set Up menu and set the options described below"," После входа в ваш аккаунт PayPal Advanced, пройдите в Service Settings - Hosted Checkout Pages - Set Up menu и установите параметры описанные ниже"
775
+ "Once you log into your PayPal Payflow Link account, navigate to the Service Settings - Hosted Checkout Pages - Set Up menu and set the options described below","После входа в ваш аккаунт PayPal Payflow Link, пройдите в Service Settings - Hosted Checkout Pages - Set Up menu и установите параметры описанные ниже"
776
+ "Once you log into your Payflow Link account, navigate to the Service Settings - Hosted Checkout Pages - Set Up menu and set the options described below","После входа в ваш аккаунт Payflow Link, пройдите в Service Settings - Hosted Checkout Pages - Set Up menu и установите параметры описанные ниже"
777
+ "One or more media files failed to be synchronized during the media storages syncronization process. Refer to the log file for details.","Не получилось синхронизировать один или несколько файлов в процессе синхронизации медиа хранилищ. Подробности в лог файле."
778
+ "One or more of the Cache Types are invalidated:","Один или несколько типов кэша недействительны."
779
+ "Online Customers","Клиенты онлайн"
780
+ "Only Once (version upgrade)","Одноразовое (обновление версии)"
781
+ "Only attributes with scope ""Global"", input type ""Dropdown"" and Use To Create Configurable Product ""Yes"" are available.","Доступны только атрибуты с областью действия ""Глобально"", типом ввода ""Выпадающий список"" и значением ""Да"" в настройке ""Использовать для создания настраиваемого товара""."
782
+ "Only custom theme can be deleted","Стандартные темы не могут быть удалены"
783
+ "Only default theme can be reset","Только тема по умолчанию может быть возвращена к исходному состоянию"
784
+ "Only mapped fields","Только привязанные поля (mapped)"
785
+ "Optional","Необязательно"
786
+ "Options","Параметры"
787
+ "Options is required","Параметры являются обязательными"
788
+ "Options menu items","Параметры позиций меню"
789
+ "Order","Заказ"
790
+ "Order #%s","Заказ #%s"
791
+ "Order #%s (%s)","Заказ #%s (%s)"
792
+ "Order Created Date","Дата создания заказа"
793
+ "Order ID","ИД заказа"
794
+ "Order Totals","Сумма заказа"
795
+ "Order Updated Date","Дата изменения заказа"
796
+ "Order Updated Date report is real-time, does not need statistics refreshing.","Отчёт по дате изменения заказов обрабатывается в реальном времени. Не требует обновления статистики."
797
+ "Order cannot be placed.","Заказ не может быть размещён."
798
+ "Orders","Заказы"
799
+ "Original Magento attribute names in first row:","Оригинальные имена атрибутов Magento в первой строке:"
800
+ "Out of stock","Нет в наличии"
801
+ "PDT (Payment Data Transfer) Only","Только передача данных о платеже (PDT)"
802
+ "PHP Version","Версия PHP"
803
+ "Package","Пакет"
804
+ "Package Extensions","Создание пакетов расширений"
805
+ "Package Info","Информация о пакете"
806
+ "Packages","Пакеты"
807
+ "Page","Страница"
808
+ "Pages","Страницы"
809
+ "Parent Product Thumbnail","Мини-изображение родительского товара"
810
+ "Parent Transaction ID","ИД основной транзакции"
811
+ "Passive mode","Пассивный режим"
812
+ "Password","Пароль"
813
+ "Password Confirmation","Подтверждение пароля"
814
+ "Password confirmation must be same as password.","Подтверждение пароля должно совпадать с паролём."
815
+ "Password must be at least of %d characters.","Пароль должен быть не менее %d символов."
816
+ "Password must include both numeric and alphabetic characters.","Пароль должен содержать как числа, так и буквы."
817
+ "Password:","Пароль:"
818
+ "Path","Путь"
819
+ "Path:","Путь:"
820
+ "PayPal Manager","PayPal Manager"
821
+ "Payment method instance is not available.","Экземпляр метода оплаты недоступен."
822
+ "Payment method is not available.","Метод оплаты недоступен."
823
+ "Payment method must be specified.","Должен быть указан метод оплаты."
824
+ "Pending Reviews","Отзывы, ожидающие проверки"
825
+ "Pending Tags","Метки, ожидающие проверки"
826
+ "Per Item","За единицу"
827
+ "Per Order","За заказ"
828
+ "Percent","Процент"
829
+ "Performed At","Дата выполнения"
830
+ "Period","Период"
831
+ "Permanent (301)","Постоянно (301)"
832
+ "Permissions","Права доступа"
833
+ "Personal Information","Личная информация"
834
+ "Phone:","Телефон:"
835
+ "Please Select","Выберите"
836
+ "Please confirm site switching. All data that hasn\'t been saved will be lost.","Пожалуйста, подтвердите смену сайта. Все не сохранённые данные будут утеряны."
837
+ "Please continue with placing order.","Пожалуйста, продолжите размещение заказа."
838
+ "Please enter 6 or more characters.","Пожалуйста, введите 6 или более символов."
839
+ "Please enter a number greater than 0 in this field.","Пожалуйста, введите в это поле число больше 0."
840
+ "Please enter a valid $ amount. For example $100.00.","Пожалуйста, введите правильную денежную величину. Например, $100.00."
841
+ "Please enter a valid URL. For example http://www.example.com or www.example.com","Пожалуйста, введите правильный адрес. Например, http://www.example.com или www.example.com"
842
+ "Please enter a valid URL. http:// is required","Пожалуйста, введите правильный адрес. Не забудьте http://"
843
+ "Please enter a valid credit card number.","Пожалуйста, введите правильный номер кредитной карты."
844
+ "Please enter a valid date.","Пожалуйста, введите правильную дату."
845
+ "Please enter a valid email address. For example johndoe@domain.com.","Пожалуйста, введите правильный адрес электронной почты (email). Например, ivanivanov@domain.com."
846
+ "Please enter a valid email.","Пожалуйста, введите правильный адрес электронной почты (email)."
847
+ "Please enter a valid number in this field.","Пожалуйста, введите в это поле правильное число."
848
+ "Please enter a valid phone number. For example (123) 456-7890 or 123-456-7890.","Пожалуйста, введите правильный телефонный номер. Например, (123) 456-7890 или 123-456-7890."
849
+ "Please enter a valid social security number. For example 123-45-6789.","Пожалуйста, введите правильный номер социального страхования. Например, 123-45-6789."
850
+ "Please enter a valid value from list","Пожалуйста, введите правильное значение из списка"
851
+ "Please enter a valid value, ex: 10,20,30","Пожалуйста, введите правильное значение. Например: 10,20,30"
852
+ "Please enter a valid zip code.","Пожалуйста, введите правильный почтовый индекс."
853
+ "Please enter a valid zip code. For example 90602 or 90602-1234.","Пожалуйста, введите правильный почтовый индекс. Например, 90602 или 90602-1234."
854
+ "Please enter another credit card number to complete your purchase.","Пожалуйста, введите номер другой кредитной карты для завершения покупки."
855
+ "Please enter password","Пожалуйста, введите пароль"
856
+ "Please enter password to confirm rollback.","Пожалуйста, введите пароль для подтверждения восстановления."
857
+ "Please enter valid password.","Пожалуйста, введите правильный пароль."
858
+ "Please fill in 'email' field.","Пожалуйста, заполните поле 'адрес электронной почты (email)'."
859
+ "Please make sure that all global admin search modules are installed and activated.","Пожалуйста, убедитесь, что все глобальные модули административного поиска установлены и активированы."
860
+ "Please make sure that your changes were saved before running the profile.","Пожалуйста, убедитесь, что ваши изменения были сохранены, прежде чем запускать профиль."
861
+ "Please make sure your passwords match.","Пожалуйста, убедитесь, что пароли совпадают."
862
+ "Please navigate to <strong>Hosted Checkout Pages - Customize</strong> menu and select Layout C.","Пожалуйста, перейдите к пункту меню <strong>Hosted Checkout Pages - Customize</strong> и выберите Layout C."
863
+ "Please select State/Province.","Пожалуйста, выберите область/район."
864
+ "Please select a customer.","Пожалуйста, выберите клиента."
865
+ "Please select a store.","Пожалуйста, выберите магазин."
866
+ "Please select an option.","Пожалуйста, выберите параметр."
867
+ "Please select catalog searches.","Пожалуйста, выберите поиск."
868
+ "Please select customer(s).","Пожалуйста, выберите клиентов."
869
+ "Please select message(s).","Пожалуйста, выберите сообщения."
870
+ "Please select one of the above options.","Пожалуйста, выберите один из вышеуказанных вариантов."
871
+ "Please select one of the options.","Пожалуйста, выберите один из вариантов."
872
+ "Please select review(s).","Пожалуйста, выберите отзыв(ы)."
873
+ "Please select tag(s).","Пожалуйста, выберите метки."
874
+ "Please specify at least start or end date.","Пожалуйста, укажите хотя бы начальную или конечную дату."
875
+ "Please specify backup creation options","Пожалуйста, укажите параметры создания резервной копии"
876
+ "Please specify the admin custom URL.","Пожалуйста, укажите другой адрес (URL) для панели администрирования."
877
+ "Please try to logout and sign in again.","Пожалуйста, попробуйте выйти из системы и войти снова."
878
+ "Please type the letters from the image:","Пожалуйста, наберите буквы с изображения:"
879
+ "Please use in this field only ""a-z,0-9,_"".","Пожалуйста, используйте в этом поле только ""a-z,0-9,_""."
880
+ "Please use letters only (a-z) in this field.","Пожалуйста, используйте в этом поле только буквы (a-z)."
881
+ "Please use numbers only in this field. Please avoid spaces or other characters such as dots or commas.","Пожалуйста, используйте в этом поле только цифры. Избегайте пробелы или другие символы (точки, запятые и т.п.)."
882
+ "Please use numbers only in this field. please avoid spaces or other characters such as dots or commas.","Пожалуйста, используйте в этом поле только цифры. Не используйте пробелы или другие символы."
883
+ "Please use only letters (a-z or A-Z), numbers (0-9) or spaces in this field.","Пожалуйста, используйте в этом поле только буквы (a-z or A-Z), цифры (0-9) или пробелы."
884
+ "Please use only letters (a-z) or numbers (0-9) only in this field. No spaces or other characters are allowed.","Пожалуйста, используйте в этом поле только буквы (a-z) или цифры (0-9). Пробелы и другие символы запрещены."
885
+ "Please use only letters (a-z) or numbers (0-9) or spaces and # only in this field.","Пожалуйста, используйте в этом поле только буквы (a-z), цифры (0-9), пробелы и #."
886
+ "Please use this date format: dd/mm/yyyy. For example 17/03/2006 for the 17th of March, 2006.","Пожалуйста, используйте следующий формат даты: дд/мм/гггг. Например, 17/03/2006 для 17-го марта 2006-го года."
887
+ "Please wait while the indexes are being refreshed.","Пожалуйста, подождите. Обновляются индексы..."
888
+ "Please wait, loading...","Пожалуйста, подождите. Идёт загрузка..."
889
+ "Please wait...","Пожалуйста, подождите..."
890
+ "Please, add some answers to this poll first.","Пожалуйста, добавьте сначала несколько ответов в опрос."
891
+ "Please, select ""Visible in Stores"" for this poll first.","Пожалуйста, укажите сначала видимость этого опроса для магазинов."
892
+ "Poll Manager","Управление опросами"
893
+ "Polls","Опросы"
894
+ "Popular","Популярный"
895
+ "Position","Позиция"
896
+ "Position of Watermark for %s","Позиция водяного знака для %s"
897
+ "Pregenerated product images files.","Заранее созданные файлы изображений товаров."
898
+ "Preset Theme","Предустановленная тема"
899
+ "Prev. month (hold for menu)","Пред. месяц (не отпускать для меню)"
900
+ "Prev. year (hold for menu)","Пред. год (не отпускать для меню)"
901
+ "Preview","Предварительный просмотр"
902
+ "Preview Template","Предварительный просмотр шаблона"
903
+ "Previous page","Предыдущая страница"
904
+ "Price","Цена"
905
+ "Price alert subscription was saved.","Подписка на оповещение об изменении цены на товар успешно сохранена."
906
+ "Price:","Цена:"
907
+ "Processed <strong>%s%% %s/%d</strong> records","Обработано <strong>%s%% %s/%d</strong> записей"
908
+ "Product","Товар:"
909
+ "Product Name","Название товара"
910
+ "Product Name3 ","Название товара3"
911
+ "Product Name3 1","Название товара3 1"
912
+ "Product Name3 2","Название товара3 2"
913
+ "Product Reviews","Отзывы товара"
914
+ "Product Tax Classes","Налоговые классы товара"
915
+ "Product Thumbnail Itself","Мини-изображение товара"
916
+ "Product is not loaded.","Товар не загружен."
917
+ "Product:","Товар:"
918
+ "Products","Товары"
919
+ "Products Bestsellers Report","Отчёт Самые продаваемые товары"
920
+ "Products Most Viewed Report","Отчёт Самые просматриваемые товары"
921
+ "Products Ordered","Заказанные товары"
922
+ "Products in Carts","Товары в корзинах"
923
+ "Profile Action","Действие с профилем"
924
+ "Profile Actions XML","Профиль действий XML"
925
+ "Profile Direction","Направление профиля"
926
+ "Profile History","История профиля"
927
+ "Profile Information","Информация о профиле"
928
+ "Profile Name","Название профиля"
929
+ "Profile Payments","Profile Payments"
930
+ "Profile Schedule","Profile Schedule"
931
+ "Profile Wizard","Мастер профилей"
932
+ "Profiles","Профили"
933
+ "Promo","Реклама"
934
+ "Promotions","Маркетинг"
935
+ "Purchased Item","Приобретённые товары"
936
+ "Put store on the maintenance mode while backup creation","Перевести магазин в режим обслуживания на время создания резервной копии"
937
+ "Put store on the maintenance mode while rollback processing","Перевести магазин в режим обслуживания на время восстановления из резервной копии"
938
+ "Qty","Кол-во"
939
+ "Qty:","Кол-во:"
940
+ "Quantity","Количество"
941
+ "Queue Refresh","Обновить очередь"
942
+ "Queued... Cancel","Поставлено в очередь... Отменить"
943
+ "REST Roles","REST Роли"
944
+ "Radio Buttons","Радио кнопки"
945
+ "Rates","Курсы"
946
+ "Read details","Прочитать подробнее"
947
+ "Rebuild","Перестроить"
948
+ "Rebuild Catalog Index","Перестроить индекс каталога"
949
+ "Rebuild Flat Catalog Category","Перестроить каталог с горизонтальной (flat) структурой хранения"
950
+ "Rebuild Flat Catalog Product","Перестроить товары с горизонтальной (flat) структурой хранения"
951
+ "Recent Orders","Последние заказы"
952
+ "Recent statistics have been updated.","Последняя статистика обновлена."
953
+ "Recommended","Рекомендуемая"
954
+ "Recurring Profile View","Recurring Profile View"
955
+ "Recursive Dir","Рекурсивная папка"
956
+ "Redirect","Перенаправить"
957
+ "Reference","Reference"
958
+ "Reference ID","Reference ID"
959
+ "Refresh","Обновить"
960
+ "Refresh Now*","Обновить сейчас*"
961
+ "Refresh Statistics","Обновить статистику"
962
+ "Region/State","Регион/штат"
963
+ "Regular Price:","Обычная цена:"
964
+ "Reject","Отказать"
965
+ "Reject token authorization Pop Up for admin","Всплывающее окно отказа токена авторизации для администратора"
966
+ "Reject token authorization for admin","Отказ токена авторизации для администратора"
967
+ "Rejection Of Authorization","Отказ в авторизации"
968
+ "Release","Выпуск"
969
+ "Release Info","Информация о выпуске"
970
+ "Release Stability","Стабильность выпуска"
971
+ "Release Version","Версия выпуска"
972
+ "Reload captcha","Обновить captcha"
973
+ "Remote FTP","Удалённый FTP"
974
+ "Remove","Удалить"
975
+ "Reports","Отчёты"
976
+ "Request Path","Путь запроса"
977
+ "Required","Обязательно"
978
+ "Required settings","Обязательные настройки"
979
+ "Reset","Сбросить"
980
+ "Reset Filter","Сбросить фильтр"
981
+ "Reset Password","Сброс пароля"
982
+ "Reset Successful","Успешно сброшено"
983
+ "Reset a Password","Сброс пароля"
984
+ "Reset theme to default","Восстановить исходное состояние темы"
985
+ "Resize","Изменить размер"
986
+ "Resource Access","Доступ к ресурсу"
987
+ "Resources","Ресурсы"
988
+ "Results","Результаты"
989
+ "Retrieve Password","Получить пароль"
990
+ "Return Html Version","Вернуть HTML версию"
991
+ "Return URL: ","URL возврата: "
992
+ "Revenue","Доход"
993
+ "Reviews","Отзывы"
994
+ "Reviews and Ratings","Отзывы и оценки"
995
+ "Rewrite Rules","Правила переадресации"
996
+ "Role","Роль"
997
+ "Role ID","ИД роли"
998
+ "Role Info","Информация о роли"
999
+ "Role Information","Информация о роли"
1000
+ "Role Name","Название роли"
1001
+ "Role Resources","Ресурсы роли"
1002
+ "Role Users","Пользователи с этой ролью"
1003
+ "Roles","Роли"
1004
+ "Roles Resources","Ресурсы ролей"
1005
+ "Rotate CCW","Повернуть против часовой"
1006
+ "Rotate CW","Повернуть по часовой"
1007
+ "Run","Выполнить"
1008
+ "Run Profile","Выполнить профиль"
1009
+ "Run Profile Inside This Window","Выполнить профиль в этом окне"
1010
+ "Run Profile in Popup","Выполнить профиль в новом окне"
1011
+ "Running... Kill","Выполняется... Нажмите для прекращения"
1012
+ "SKU","Артикул"
1013
+ "SKU:","Артикул:"
1014
+ "SORT BY:","Сортировать по:"
1015
+ "SSL Error: Invalid or self-signed certificate","Ошибка SSL: Неверный или самостоятельно подписанный сертификат"
1016
+ "Sales","Продажи"
1017
+ "Sales Report","Отчёт по продажам"
1018
+ "Samples","Образцы"
1019
+ "Save","Сохранить"
1020
+ "Save & Generate","Сохранить и сгенерировать"
1021
+ "Save Account","Сохранить учётную запись"
1022
+ "Save As","Сохранить как"
1023
+ "Save As...","Сохранить как..."
1024
+ "Save Cache Settings","Сохранить настройки кэша"
1025
+ "Save Config","Сохранить конфигурацию"
1026
+ "Save Currency Rates","Сохранить курсы валют"
1027
+ "Save Profile","Сохранить профиль"
1028
+ "Save Role","Сохранить роль"
1029
+ "Save Template","Сохранить шаблон"
1030
+ "Save Theme","Сохранить тему"
1031
+ "Save User","Сохранить пользователя"
1032
+ "Save and Continue Edit","Сохранить и продолжить редактирование"
1033
+ "Save data and Create Package","Сохранить данные и Создать пакет"
1034
+ "Screens:","Экраны:"
1035
+ "Search","Найти"
1036
+ "Search Index","Поисковый индекс"
1037
+ "Search Term","Критерий поиска"
1038
+ "Search Terms","Критерии поиска"
1039
+ "Select","Выбрать"
1040
+ "Select $0 Auth if your credit card processor supports $0 Auth capability and Reference Transactions, or if you are unsure what to select. This setting provides the best experience for shoppers.","Select $0 Auth if your credit card processor supports $0 Auth capability and Reference Transactions, or if you are unsure what to select. This setting provides the best experience for shoppers."
1041
+ "Select $1 Auth if your credit card processor does not support $0 Auth, but does support Reference Transactions. This will provide a very good shopper experience, but might require you to pay a small additional authorization fee from your merchant account provider for any cart abandoned after payment details are entered. If you select $0 Auth, but your credit card processor does not support $0 Auth, your transaction will run as a $1 Auth instead.","Select $1 Auth if your credit card processor does not support $0 Auth, but does support Reference Transactions. This will provide a very good shopper experience, but might require you to pay a small additional authorization fee from your merchant account provider for any cart abandoned after payment details are entered. If you select $0 Auth, but your credit card processor does not support $0 Auth, your transaction will run as a $1 Auth instead."
1042
+ "Select All","Выбрать все"
1043
+ "Select Category","Выбрать категорию"
1044
+ "Select Date","Выбрать дату"
1045
+ "Select Full Auth if you want to minimize your credit card processing fees, or if your credit card processor does not permit reference transactions. Please note that in some cases, shoppers who abandon your cart late in the process may find that there is a payment authorization outstanding from your company, which will go away on its own in a few days/weeks. This authorization can be reversal by voiding it, however, there is no guarantee the card-issuing bank will accept this request.","Select Full Auth if you want to minimize your credit card processing fees, or if your credit card processor does not permit reference transactions. Please note that in some cases, shoppers who abandon your cart late in the process may find that there is a payment authorization outstanding from your company, which will go away on its own in a few days/weeks. This authorization can be reversal by voiding it, however, there is no guarantee the card-issuing bank will accept this request."
1046
+ "Select Range","Выбрать период"
1047
+ "Select Template","Выбрать шаблон"
1048
+ "Select Visible","Выбрать видимые"
1049
+ "Select date","Выбрать дату"
1050
+ "Selected allowed currency ""%s"" is not available in installed currencies.","Выбранная валюта ""%s"" не входит в список установленных валют."
1051
+ "Selected base currency is not available in installed currencies.","Выбранная основная валюта не входит в список установленных валют."
1052
+ "Selected default display currency is not available in allowed currencies.","Выбранная валюта по умолчанию не входит в список разрешённых валют."
1053
+ "Selected default display currency is not available in installed currencies.","Выбранная валюта по умолчанию не входит в список установленных валют."
1054
+ "Self-assigned roles cannot be deleted.","Назначенные себе роли нельзя удалять."
1055
+ "Sender","Отправитель"
1056
+ "Separate Email","Отдельный (другой) email"
1057
+ "Service Settings","Настройки сервиса"
1058
+ "Set Product as New from Date","Отображать как Новый товар с"
1059
+ "Set Product as New to Date","Отображать как Новый товар по"
1060
+ "Set up & Customize","Настроить"
1061
+ "Shipment #%s comment added","Комментарий к доставке #%s успешно добавлен"
1062
+ "Shipment #%s created","Доставка #%s создана"
1063
+ "Shipment Comments","Комментарии к доставке"
1064
+ "Shipment History","История доставки"
1065
+ "Shipments","Доставки"
1066
+ "Shipping","Доставка"
1067
+ "Shipping Address","Адрес доставки"
1068
+ "Shipping Address: ","Адрес доставки:"
1069
+ "Shipping Origin","Место отправления"
1070
+ "Shipping Price","Цена доставки"
1071
+ "Shipping address selection is not applicable","Выбор адреса доставки невозможен"
1072
+ "Shipping method must be specified.","Необходимо выбрать метод доставки."
1073
+ "Shipping method selection is not applicable","Выбор метода доставки невозможен"
1074
+ "Shopping Cart","Корзина покупок"
1075
+ "Shopping Cart Price Rules","Ценовые правила для корзины покупок"
1076
+ "Shopping Cart from %s","Корзина из %s"
1077
+ "Short Description","Краткое описание"
1078
+ "Show By","Показывать по"
1079
+ "Show Report For","Показать отчет для"
1080
+ "Show Report For:","Показать отчет для:"
1081
+ "Show Reviews","Показать отзывы"
1082
+ "Show confirmation page: ","Показать страницу подтверждения: "
1083
+ "Silent Post URL:","Silent Post URL:"
1084
+ "Sitemap Information","Информация о карте сайта"
1085
+ "Size for %s","Размер для %s"
1086
+ "Skip Category Selection","Пропустить выбор категории"
1087
+ "Some items in this order have different invoice and shipment types. You can create shipment only after the invoice is created.","Некоторые товары в этом заказе имеют разные типы счёта и доставки. Вы можете создать доставку только после создания счёта."
1088
+ "Some of the ordered items do not exist in the catalog anymore and will be removed if you try to edit the order.","Некоторые из заказанных товаров больше не существуют в каталоге и будут удалены, если вы попытаетесь отредактировать заказ."
1089
+ "Some other FAQ","Некоторые другие FAQ"
1090
+ "Sorry, this feature is coming soon...","Извините, эта функциональность ещё не реализована..."
1091
+ "Sort Order","Порядок сортировки"
1092
+ "Special Price From Date","Особое предл. действует с"
1093
+ "Special Price To Date","Особое предл. действует по"
1094
+ "Special Price:","Особое предложение:"
1095
+ "Specific Countries","Определённые страны"
1096
+ "Specified","Указанный"
1097
+ "Specified profile does not exist.","Указанный профиль не существует."
1098
+ "Spreadsheet Name:","Название таблицы:"
1099
+ "Stable","Стабильный"
1100
+ "Start Date","Начальная дата"
1101
+ "Start/Reset Validation...","Начать/Прервать проверку"
1102
+ "Starting profile execution, please wait...","Начато выполнение профиля. Пожалуйста, подождите..."
1103
+ "State/Province:","Штат/Область:"
1104
+ "Static Blocks","Статичные блоки"
1105
+ "Status","Статус"
1106
+ "Status:","Статус:"
1107
+ "Stock Quantity:","Количество на складе:"
1108
+ "Stock notification was saved.","Уведомление об изменениях состояния товара на складе сохранено."
1109
+ "Store","Магазин"
1110
+ "Store Email Addresses Section","Раздел адресов электронной почты (email) магазина"
1111
+ "Store View","Представление магазина"
1112
+ "Store:","Магазин:"
1113
+ "Stores","Магазины"
1114
+ "Subject","Тема"
1115
+ "Submit","Отправить"
1116
+ "Subpackage","Подпакет"
1117
+ "Subpackage cannot be conflicting.","Подпакет не может быть в конфликте."
1118
+ "Subpackages","Подпакеты"
1119
+ "Subtotal","Предварительный итог"
1120
+ "Summary","Краткое описание"
1121
+ "Switch/Solo card issue number: %s","Номер Switch/Solo карты: %s"
1122
+ "Switch/Solo card start Date: %s/%s","Дата Switch/Solo карты: %s/%s"
1123
+ "Switch/Solo/Maestro Only","Только Switch/Solo/Maestro"
1124
+ "Switch/Solo/Maestro(UK Domestic) Only","Только Switch/Solo/Maestro(UK Domestic)"
1125
+ "Switch/Solo/Maestro(UK Domestic) card issue number: %s","Номер Switch/Solo/Maestro(UK Domestic) карты: %s"
1126
+ "Switch/Solo/Maestro(UK Domestic) card start Date: %s/%s","Дата Switch/Solo/Maestro(UK Domestic) карты: %s/%s"
1127
+ "Symbol","Символ"
1128
+ "Synchronization is required.","Требуется синхронизация."
1129
+ "Synchronization of media storages has been successfully completed.","Синхронизация медиа хранилищ успешно завершена."
1130
+ "Synchronize","Синхронизировать"
1131
+ "Synchronizing %s to %s","Синхронизация %s из %s"
1132
+ "Synchronizing...","Синхронизация..."
1133
+ "System","Система"
1134
+ "System Section","Системный раздел"
1135
+ "System busy","Система занята"
1136
+ "T-Shirts","T-Shirts"
1137
+ "Tags","Метки"
1138
+ "Target","Цель"
1139
+ "Target Path","Путь цели"
1140
+ "Tax","Налог"
1141
+ "Tb","Тб"
1142
+ "Tell a Friend","Расскажи другу"
1143
+ "Template","Шаблон"
1144
+ "Template Content","Содержимое шаблона"
1145
+ "Template Information","Информация о шаблоне"
1146
+ "Template Name","Название шаблона"
1147
+ "Template Styles","Стили шаблона"
1148
+ "Template Subject","Тема шаблона"
1149
+ "Template Type","Тип шаблона"
1150
+ "Temporary (302)","Временный (302)"
1151
+ "Terms and Conditions","Условия и Соглашения"
1152
+ "Text","Текст"
1153
+ "The Catalog Rewrites were refreshed.","Переадресация в каталоге успешно обновлена."
1154
+ "The CatalogInventory Stock Status has been rebuilt.","Статусы наличия товара успешно обновлены."
1155
+ "The Comment Text field cannot be empty.","Текст комментария не может быть пустым."
1156
+ "The Flat Catalog Product was rebuilt","Горизонтальная структура товаров успешно построена"
1157
+ "The JavaScript/CSS cache has been cleaned.","Кэш JavaScript/CSS очищен."
1158
+ "The JavaScript/CSS cache has been cleared.","Кэш JavaScript/CSS очищен."
1159
+ "The Layered Navigation indexing has been queued.","Индексирование многослойной навигации поставлено в очередь."
1160
+ "The Layered Navigation indexing queue has been canceled.","Очередь индексирования многослойной навигации была отменена."
1161
+ "The Layered Navigation indices were refreshed.","Индексы многослойной навигации обновлены."
1162
+ "The Layered Navigation process has been queued to be killed.","Запрос на прекращение процесса обновления многослойной навигации был поставлен в очередь."
1163
+ "The Magento cache storage has been flushed.","Хранилище кеша Magento очищено."
1164
+ "The URL Rewrite has been deleted.","Правило URL удалено."
1165
+ "The URL Rewrite has been saved.","Правило URL сохранено."
1166
+ "The account has been saved.","Учётная запись сохранена."
1167
+ "The archive can be uncompressed with <a href=""%s"">%s</a> on Windows systems","Архив может быть распакован при помощи <a href=""%s"">%s</a> на системах с Windows"
1168
+ "The attribute set has been removed.","Набор атрибутов удалён."
1169
+ "The backup has been created.","Резервная копия создана."
1170
+ "The backup's creation process will take time.","Создание резервной копии займёт какое-то время."
1171
+ "The billing agreement has been canceled.","Платёжное соглашение отменено."
1172
+ "The billing agreement has been deleted.","Платёжное соглашение удалено."
1173
+ "The cache storage has been flushed.","Хранилище кэша очищено."
1174
+ "The card has failed verification with the issuer bank.","Карта не прошла проверку у банка, который её выдал."
1175
+ "The carrier needs to be specified.","Необходимо указать перевозчика."
1176
+ "The catalog index has been rebuilt.","Индекс каталога перестроен."
1177
+ "The catalog rewrites have been refreshed.","Переадресация в каталоге обновлена."
1178
+ "The configuration has been saved.","Конфигурация сохранена."
1179
+ "The credit memo has been canceled.","Возврат платежа отменён."
1180
+ "The credit memo has been created.","Возврат платежа создан."
1181
+ "The credit memo has been voided.","Возврат платежа аннулирован."
1182
+ "The custom variable has been deleted.","Пользовательская переменная удалена."
1183
+ "The custom variable has been saved.","Пользовательская переменная сохранена."
1184
+ "The customer has been deleted.","Клиент удалён."
1185
+ "The customer has been saved.","Клиент сохранён."
1186
+ "The design change has been deleted.","Изменение дизайна удалено."
1187
+ "The design change has been saved.","Изменение дизайна сохранено."
1188
+ "The email address is empty.","Поле адреса электронной почты (email) пустое."
1189
+ "The email template has been deleted.","Шаблон письма удалён."
1190
+ "The email template has been saved.","Шаблон письма сохранён."
1191
+ "The flat catalog category has been rebuilt.","Каталог с горизонтальной структурой построен."
1192
+ "The group node name must be specified with field node name.","Название узла группы должно быть указано в поле название узла."
1193
+ "The image cache was cleaned.","Кэш изображений очищен."
1194
+ "The image cache was cleared.","Кэш изображений очищен."
1195
+ "The information in this tab has been changed.","Информация на этой закладке была изменена."
1196
+ "The invoice and shipment have been created.","Счёт и доставка созданы."
1197
+ "The invoice and the shipment have been created. The shipping label cannot be created at the moment.","Счёт и доставка созданы. Квиток доставки не может быть создан в данный момент."
1198
+ "The invoice has been canceled.","Счёт отменён."
1199
+ "The invoice has been captured.","Счёт записан."
1200
+ "The invoice has been created.","Счёт создан."
1201
+ "The invoice has been voided.","Счёт аннулирован."
1202
+ "The invoice no longer exists.","Счёт больше не существует."
1203
+ "The item %s (SKU %s) does not exist in the catalog anymore.","Товар %s (Артикул %s) больше не существует в каталоге."
1204
+ "The order does not allow creating an invoice.","Заказ не позволяет создать счёт."
1205
+ "The order no longer exists.","Заказ больше не существует."
1206
+ "The poll has been deleted.","Опрос удалён."
1207
+ "The poll has been saved.","Опрос сохранён."
1208
+ "The profile has been deleted.","Профиль удалён."
1209
+ "The profile has been saved.","Профиль сохранён."
1210
+ "The profile has been updated.","Профиль изменён."
1211
+ "The profile has no changes.","В профиле нет изменений."
1212
+ "The profile you are trying to save no longer exists","Профиль, который вы пытаетесь сохранить, больше не существует."
1213
+ "The rating has been deleted.","Параметр оценки удалён."
1214
+ "The rating has been saved.","Параметр оценки сохранён."
1215
+ "The role has been deleted.","Роль удалена."
1216
+ "The role has been saved.","Роль сохранена."
1217
+ "The role has been successfully saved.","Роль успешно сохранена."
1218
+ "The role has beensuccessfully saved.","Роль успешно сохранена."
1219
+ "The search index has been rebuilt.","Поисковый индекс перестроен."
1220
+ "The shipment has been created.","Доставка создана."
1221
+ "The shipment has been created. The shipping label has been created.","Доставка создана. Квиток доставки создан."
1222
+ "The shipment has been sent.","Доставка отправлена."
1223
+ "The shipping label has been created.","Почтовая этикетка создана."
1224
+ "The tag has been deleted.","Метка удалена."
1225
+ "The tag has been saved.","Метка сохранена."
1226
+ "The transaction details have been updated.","Подробности транзакции обновлены."
1227
+ "The user has been deleted.","Пользователь удалён."
1228
+ "The user has been saved.","Пользователь сохранён."
1229
+ "Theme configurations are successfully reset.","Настройки темы успешно восстановлены в исходное состояние."
1230
+ "Theme has been saved.","Тема сохранена."
1231
+ "Theme label can\'t be empty","Название темы не может быть пустым"
1232
+ "Theme label:","Название темы:"
1233
+ "Themes JavaScript and CSS files combined to one file.","JavaScript и CSS файлы темы объединены в один файл."
1234
+ "There has been wrong payment information submitted or time limit has expired. Please, try again.","Передана неверная информация о платеже или истекло ограничение по времени. Пожалуйста, повторите попытку позже."
1235
+ "There is an error in one of the option rows.","Ошибка в одной из строк параметров."
1236
+ "This Account is","Эта учётная запись"
1237
+ "This Email template no longer exists.","Этот шаблон письма больше не существует."
1238
+ "This Role no longer exists","Эта роль больше не существует"
1239
+ "This Role no longer exists.","Эта роль больше не существует."
1240
+ "This account is","Эта учётная запись"
1241
+ "This account is inactive.","Эта учётная запись неактивна."
1242
+ "This action cannot be undone.","Данное действие не может быть отменено."
1243
+ "This attribute set does not have attributes which we can use for configurable product","В этом наборе нет атрибутов, которые можно использовать для настраиваемых товаров"
1244
+ "This attribute shares the same value in all the stores","У этого атрибута одинаковые значения во всех магазинах"
1245
+ "This is a demo store. Any orders placed through this store will not be honored or fulfilled.","Это демонстрационный магазин. Любые заказы, оформленные на этом сайте, не будут обработаны или выполнены."
1246
+ "This is a required field.","Это обязательное поле."
1247
+ "This product is currently disabled.","В данный момент этот товар отключён."
1248
+ "This report depends on timezone configuration. Once timezone is changed, the lifetime statistics need to be refreshed.","Этот отчёт зависит от настроек временной зоны. После изменения временной зоны необходимо обновить статистику за весь период."
1249
+ "This section is not allowed.","Доступ к этому разделу запрещён."
1250
+ "This tab contains invalid data. Please solve the problem before saving.","Эта закладка содержит неверные данные. Пожалуйста, решите проблему перед сохранением."
1251
+ "This user no longer exists.","Этот пользователь больше не существует."
1252
+ "Thumbnail","Мини-изображение"
1253
+ "Thumbnail Image","Мини-изображение"
1254
+ "Time","Время"
1255
+ "Time selection:","Выбор времени:"
1256
+ "Time:","Время:"
1257
+ "Timeout limit for response from synchronize process was reached.","Превышено время ожидания ответа от процесса синхронизации."
1258
+ "Title bar","Строка заголовка"
1259
+ "To","До"
1260
+ "To cancel pending authorizations and release amounts that have already been processed during this payment, click Cancel.","Для отмены не обработанных авторизаций (pending authorizations) и освобождения средств, которые уже были обработаны для этого платежа, нажмите Отменить."
1261
+ "To use PayPal Payflow Link you must configure some settings in your Payflow account by logging into","Для использования PayPal Payflow Link вам необходимо изменить некоторые настройки в вашем Payflow аккаунте"
1262
+ "To use PayPal Payflow Link, you must configure your PayPal Payflow Link account on the PayPal website.","Для использования PayPal Payflow Link вам необходимо изменить некоторые настройки в вашем Payflow Link аккаунте на сайте PayPal."
1263
+ "To use PayPal Payments Advanced you must configure some settings in your PayPal Payments Advanced account by logging into","Для использования PayPal Payments Advanced вам необходимо изменить некоторые настройки в вашем PayPal Payments Advanced аккаунте"
1264
+ "To use PayPal Payments Advanced, you must configure your PayPal Payments Advanced account on the PayPal website.","Для использования PayPal Payments Advanced вам необходимо изменить некоторые настройки в вашем Payments Advanced аккаунте на сайте PayPal."
1265
+ "To use Payflow Link, you must configure your Payflow Link account on the Paypal website.","Для использования Payflow Link вам необходимо настроить ваш аккаунт Payflow Link на сайте Paypal."
1266
+ "Toggle Editor","Включить/выключить редактор"
1267
+ "Tools","Инструменты"
1268
+ "Top 5 Search Terms","5 самых популярных поисковых запросов"
1269
+ "Total","Всего"
1270
+ "Total %d records found","Всего найдено записей %d"
1271
+ "Total Invoiced","Всего платежей"
1272
+ "Total Order Amount","Общая сумма заказов"
1273
+ "Total Refunded","Всего возвратов"
1274
+ "Total of %d record(s) have been deleted.","Удалено записей %d."
1275
+ "Total of %d record(s) have been updated.","Обновлено записей %d."
1276
+ "Total of %d record(s) were canceled.","Отменено записей %d."
1277
+ "Total of %d record(s) were deleted","Удалено записей %d."
1278
+ "Total of %d record(s) were deleted.","Удалено записей %d."
1279
+ "Total of %d record(s) were updated","Обновлено записей %d"
1280
+ "Total of %d record(s) were updated.","Обновлено записей %d."
1281
+ "Track Order","Отследить заказ"
1282
+ "Track this shipment","Отследить груз"
1283
+ "Tracking number %s for %s assigned","Номер отслеживания %s назначен для %s"
1284
+ "Tracking number cannot be empty.","Номер отслеживания не может быть пустым."
1285
+ "Transaction Data","Данные транзакции"
1286
+ "Transaction Details","Подробности транзакции"
1287
+ "Transaction ID","ИД транзакции"
1288
+ "Transaction Type","Тип транзакции"
1289
+ "Transactional Emails","Транзакционные письма"
1290
+ "Transactions","Транзакции"
1291
+ "Try Magento Go for Free","Попробовать Magento Go бесплатно"
1292
+ "Type","Тип"
1293
+ "Type:","Тип:"
1294
+ "URL Rewrite","Правило URL"
1295
+ "URL Rewrite Information","Информация о правиле URL"
1296
+ "URL Rewrite Management","Управление правилами URL"
1297
+ "Unable to cancel the credit memo.","Невозможно отменить возврат платежа."
1298
+ "Unable to find a Email Template to delete.","Невозможно найти шаблон письма для удаления."
1299
+ "Unable to find a poll to delete.","Невозможно найти опрос для удаления."
1300
+ "Unable to find a tag to delete.","Невозможно найти метку для удаления."
1301
+ "Unable to find a user to delete.","Невозможно найти пользователя для удаления."
1302
+ "Unable to initialize import model","Невозможно инициализировать модель импорта"
1303
+ "Unable to refresh lifetime statistics.","Невозможно обновить статистику за весь период."
1304
+ "Unable to refresh recent statistics.","Невозможно обновить последнюю статистику."
1305
+ "Unable to save the cron expression.","Невозможно сохранить Cron выражение."
1306
+ "Unable to save the invoice.","Невозможно сохранить счёт."
1307
+ "Unable to send the invoice email.","Невозможно послать письмо со счётом."
1308
+ "Unable to send the shipment email.","Невозможно послать письмо о доставке."
1309
+ "Unable to update transaction details.","Невозможно обновить подробности транзакции."
1310
+ "Unable to void the credit memo.","Невозможно аннулировать возврат платежа."
1311
+ "Unknown","Неизвестный"
1312
+ "Unknown Error","Неизвестная ошибка"
1313
+ "Unknown Error.","Неизвестная ошибка."
1314
+ "Unlimited","Бесконечно"
1315
+ "Unselect All","Снять все"
1316
+ "Unselect Visible","Снять выбор с видимых"
1317
+ "Update","Обновить"
1318
+ "Update Preview","Обновить предварительный просмотр"
1319
+ "Updated At","Обновлено"
1320
+ "Upload File","Закачать файл"
1321
+ "Upload Files","Закачать файлы"
1322
+ "Upload HTTP Error","HTTP ошибка при закачивании"
1323
+ "Upload I/O Error","Ошибка ввода/вывода (I/O) при закачивании"
1324
+ "Upload Security Error","Ошибка безопасности при закачивании"
1325
+ "Upload import file","Закачать файл для импорта"
1326
+ "Uploaded file is larger than %.2f kilobytes allowed by server","Закачанный файл превышает размер лимита сервера (%.2f килобайт)"
1327
+ "Use All Available Attributes","Использовать все доступные атрибуты"
1328
+ "Use Config Settings","Использовать настройки конфигурации"
1329
+ "Use Default","Использовать значение по умолчанию"
1330
+ "Use Default Value","Использовать значение по умолчанию"
1331
+ "Use Default Variable Values","Использовать значения переменных по умолчанию"
1332
+ "Use FTP Connection","Использовать соединение FTP"
1333
+ "Use Parent Category Settings","Использовать настройки родительской категории"
1334
+ "Use Silent Post:","Использовать Silent Post:"
1335
+ "Use Website","Использовать настройки сайта"
1336
+ "Used Currently For","В данный момент используется для"
1337
+ "Used as Default For","Используется по умолчанию для"
1338
+ "User","Пользователь"
1339
+ "User Email","Адрес электронной почты (email) пользователя"
1340
+ "User ID","ИД пользователя"
1341
+ "User Info","Информация о пользователе"
1342
+ "User Information","Информация о пользователе"
1343
+ "User Name","Имя пользователя"
1344
+ "User Name is required field.","Имя пользователя - обязательное для заполнения поле."
1345
+ "User Name:","Имя пользователя:"
1346
+ "User Password","Пароль пользователя"
1347
+ "User Role","Роль пользователя"
1348
+ "User Roles","Роли пользователя"
1349
+ "User Roles Information","Информация о ролях пользователя"
1350
+ "User Type Resources","User Type Resources"
1351
+ "User name","Имя пользователя"
1352
+ "Users","Пользователи"
1353
+ "VAT Number is Invalid","Номер плательшика НДС недействительный"
1354
+ "VAT Number is Valid","Номер плательшика НДС действительный"
1355
+ "Validation Results","Проверка результатов"
1356
+ "Value","Значение"
1357
+ "Value Delimiter:","Разделитель:"
1358
+ "Variable","Переменная"
1359
+ "Variable Code","Код переменной"
1360
+ "Variable HTML Value","HTML значение переменной"
1361
+ "Variable ID","ИД переменной"
1362
+ "Variable Name","Имя переменной"
1363
+ "Variable Plain Value","Текстовое значение переменной"
1364
+ "Verification Failed","Проверка не прошла"
1365
+ "Verification Successful","Проверка прошла успешно"
1366
+ "Verification cannot be processed","Проверка не может быть проведена"
1367
+ "Verifier code: %s","Код проверки: %s"
1368
+ "View","Выводить"
1369
+ "View Actions XML","Посмотреть XML действий"
1370
+ "View Details","Просмотреть подробности"
1371
+ "View Full Size","Просмотреть оригинальный размер"
1372
+ "View Gallery","Просмотреть галерею"
1373
+ "View Memo","Просмотреть возврат платежа"
1374
+ "View Memo for #%s","Просмотреть возврат платежа для #%s"
1375
+ "View Shipment","Просмотреть доставку"
1376
+ "View Statistics For","Просмотр статистики для"
1377
+ "View Statistics For:","Просмотр статистики для:"
1378
+ "Visibility:","Видимость:"
1379
+ "Warning","Внимание"
1380
+ "Warning! Empty value can cause problems with CSV format.","Внимание! Пустое значение может вызвать проблемы с CSV форматом."
1381
+ "Warning!\r\nThis action will remove this user from already assigned role\r\nAre you sure?","Внимание!\r\nЭто действие удалит этого пользователя из уже назначенной роли\r\nВы уверены?"
1382
+ "Warning!\r\nThis action will remove those users from already assigned roles\r\nAre you sure?","Внимание!\r\nЭто действие удалит этих пользователей из уже назначенных ролей\r\nВы уверены?"
1383
+ "Warning: All related AirMail messages will be deteted!\n Are you sure you want to do this?","Внимание: Все связанные с AirMail сообщения будут удалены!\n Вы действительно хотите это сделать?"
1384
+ "Warning: Please do not close the window during importing/exporting data","Предупреждение: пожалуйста, не закрывайте окно во время импорта/экспорта данных"
1385
+ "Watermark File for %s","Файл с водяным знаком для %s"
1386
+ "We appreciate our merchants\' feedback, please <a href=""#"" onclick=""surveyAction(\'yes\'); return false;"">take our survey</a> to provide insight on the features you would like included in Magento. <a href=""#"" onclick=""surveyAction(\'no\'); return false;"">Remove this notification</a>","Мы ценим любые замечания от наших пользователей. Пожалуйста, <a href=""#"" onclick=""surveyAction(\'yes\'); return false;"">примите участие в опросе</a>, чтобы сообщить о возможностях, которые вы хотели бы видеть в Magento. <a href=""#"" onclick=""surveyAction(\'no\'); return false;"">Удалить это уведомление</a>."
1387
+ "We detected that your JavaScript seem to be disabled.","Вероятно у вас отключен JavaScript."
1388
+ "We\'re in our typing table, coding away more features for Magento. Thank you for your patience.","В данный момент мы уже создаём новую функциональность для Magento. Благодарим вас за терпение."
1389
+ "Web Section","Раздел Web"
1390
+ "Web Services","Интернет сервисы"
1391
+ "Web services","Интернет сервисы"
1392
+ "Website","Сайт"
1393
+ "What is this?","Что это?"
1394
+ "When using Payflow Link in Magento, a payment authorization transaction must be performed after the shopper enters their credit card information on the Payment page of checkout. If a full authorization is performed for the entire dollar amount of the transaction, then in some cases, the transaction amount might be reserved on the shopper\'s credit card for up to 30 days, even if they abandon their cart. This is not an ideal customer experience. Using this advanced setting in Magento, you can configure key details of this authorization.","When using Payflow Link in Magento, a payment authorization transaction must be performed after the shopper enters their credit card information on the Payment page of checkout. If a full authorization is performed for the entire dollar amount of the transaction, then in some cases, the transaction amount might be reserved on the shopper\'s credit card for up to 30 days, even if they abandon their cart. This is not an ideal customer experience. Using this advanced setting in Magento, you can configure key details of this authorization."
1395
+ "Wishlist Report","Отчет листа пожеланий"
1396
+ "Wishlist item is not loaded.","Позиция листа пожеланий не загружена."
1397
+ "Wrong account specified.","Указана неверная учётная запись."
1398
+ "Wrong billing agreement ID specified.","Указан неверный ИД платёжного соглашения."
1399
+ "Wrong column format.","Неверный формат колонки."
1400
+ "Wrong newsletter template.","Неверный шаблон письма рассылки"
1401
+ "Wrong quote item.","Неверная quote позиция."
1402
+ "Wrong tab configuration.","Неверная конфигурация закладки."
1403
+ "Wrong tag was specified.","Указана неверная метка."
1404
+ "Wrong transaction ID specified.","Указан неверный ИД транзакции."
1405
+ "XML","XML"
1406
+ "XML data is invalid.","XML данные неверные."
1407
+ "XML object is not instance of ""Varien_Simplexml_Element"".","XML объект не является экземпляром класса ""Varien_Simplexml_Element""."
1408
+ "YTD","Год"
1409
+ "Year","Год"
1410
+ "Yes","Да"
1411
+ "Yes (301 Moved Permanently)","Да (301 Перенесено навсегда)"
1412
+ "Yes (302 Found)","Да (302 найдено)"
1413
+ "Yes (only price with tax)","Да (только цена с налогом)"
1414
+ "You cannot delete your own account.","Вы не можете удалить свою учётную запись."
1415
+ "You have","У вас непросмотрено"
1416
+ "You have %s unread message(s).","Не прочитано сообщений: %s."
1417
+ "You have %s unread message(s). <a href=""%s"">Go to messages inbox</a>.","Не прочитано сообщений: %s. <a href=""%s"">Перейти к входящим сообщениям</a>."
1418
+ "You have %s, %s and %s unread messages. <a href=""%s"">Go to messages inbox</a>.","Не прочитано сообщений: %s, %s и %s. <a href=""%s"">Перейти к входящим сообщениям</a>."
1419
+ "You have logged out.","Вы вышли из системы."
1420
+ "You have not enough permissions to use this functionality.","У вас недостаточно прав для использования этой функциональности."
1421
+ "You must have JavaScript enabled in your browser to utilize the functionality of this website.","Вы должны включить JavaScript в вашем браузере, чтобы использовать все функции этого сайта."
1422
+ "You need to specify order items.","Вы должны указать товары для заказа."
1423
+ "You will need to wait when the action ends.","Вам необходимо дождаться окончания этого действия."
1424
+ "Your answers contain duplicates.","Ваши ответы содержат дубликаты."
1425
+ "Your password has been updated.","Ваш пароль изменён."
1426
+ "Your password reset link has expired.","Срок действия ссылки на изменение пароля истёк."
1427
+ "Your server PHP settings allow you to upload files not more than %s at a time. Please modify post_max_size (currently is %s) and upload_max_filesize (currently is %s) values in php.ini if you want to upload larger files.","PHP настройки вашего сервера позволяют закачивать только %s за один раз. Пожалуйста, измените в php.ini значения post_max_size (сейчас - %s) и upload_max_filesize (сейчас - %s), если хотите иметь возможность закачивать файлы большего размера."
1428
+ "Your web server is configured incorrectly. As a result, configuration files with sensitive information are accessible from the outside. Please contact your hosting provider.","Ваш web сервер настроен некорректно. В связи с этим, конфигурационные файлы с деликатной информацией доступны извне. Пожалуйста, свяжитесь с вашим хостинг провайдером."
1429
+ "Zip/Postal Code","Почтовый индекс"
1430
+ "Zip/Postal Code:","Почтовый индекс:"
1431
+ "[ deleted ]","[ удалено ]"
1432
+ "[GLOBAL]","[Глобально]"
1433
+ "[STORE VIEW]","[Представление магазина]"
1434
+ "[WEBSITE]","[Сайт]"
1435
+ "b","б"
1436
+ "close","закрыть"
1437
+ "critical","критично(е)"
1438
+ "example: ""sitemap/"" or ""/"" for base path (path must be writeable)","пример: ""sitemap/"" или ""/"" для базового пути (путь должен быть доступен для записи)"
1439
+ "example: sitemap.xml","пример: sitemap.xml"
1440
+ "failed","неудача"
1441
+ "from","от"
1442
+ "images/logo.gif","images/logo.gif"
1443
+ "items selected","позиций выбрано"
1444
+ "major","важно(е)"
1445
+ "minor","обычно(е)"
1446
+ "notice","уведомлений"
1447
+ "of %s pages","из %s страниц"
1448
+ "per page","на страницу"
1449
+ "so url rewrite is not possible.","поэтому правила URL не возможны."
1450
+ "store(%s) scope","Область действия магазина(%s)"
1451
+ "successful","успех"
1452
+ "to","до"
1453
+ "unread message(s). <a href=""%s"">Go to messages inbox</a>.",". <a href=""%s"">Перейти к входящим сообщениям</a>."
1454
+ "website(%s) scope","область действия сайта(%s)"
1455
+ "{{base_url}} is not recommended to use in a production environment to declare the Base Unsecure URL / Base Secure URL. It is highly recommended to change this value in your Magento <a href=""%s"">configuration</a>.","{{base_url}} не рекомендуется использовать на рабочей копии сайта для объявления Базового небезопасного URL / Базового безопасного URL. Настоятельно рекомендуем изменить это значение в вашей <a href=""%s"">конфигурации</a> Magento."
app/locale/ru_RU/Mage_Api2.csv CHANGED
@@ -1,4 +1,7 @@
1
  "%s","%s"
 
 
 
2
  "ACL Attribute Rules","Правила атрибутов ACL"
3
  "ACL Attributes Information","Информация атрибутов ACL"
4
  "Add","Добавить"
1
  "%s","%s"
2
+ "%s role is a special one and can\'t be changed.","Роль %s является особенной и не может быть изменена."
3
+ "%s role is a special one and can\'t be deleted.","Роль %s является особенной и не может быть удалена."
4
+ "%s role is protected.","Роль %s защищена."
5
  "ACL Attribute Rules","Правила атрибутов ACL"
6
  "ACL Attributes Information","Информация атрибутов ACL"
7
  "Add","Добавить"
app/locale/ru_RU/Mage_Backup.csv CHANGED
@@ -13,7 +13,9 @@
13
  "Cannot read backup file.","Невозможно считать файл резервной копии."
14
  "Create Backup","Создать резервную копию"
15
  "DB","БД"
 
16
  "Database Backup","Резервная копия БД"
 
17
  "Database and Media Backup","Резервная копия БД и Медиа"
18
  "Database was successfuly backed up.","Резервная копия базы данных успешно создана."
19
  "Download","Скачать"
@@ -36,6 +38,8 @@
36
  "Scheduled Backup Settings","Настройки резервного копирования по расписанию"
37
  "Size, Bytes","Размер (в байтах)"
38
  "Start Time","Время начала"
 
 
39
  "System Backup","Резервная копия системы"
40
  "System couldn't put store on the maintenance mode","Система не может перевести магазин в режим обслуживания"
41
  "The database and media backup has been created.","Резервная копия базы данных и медиа успешно создана."
13
  "Cannot read backup file.","Невозможно считать файл резервной копии."
14
  "Create Backup","Создать резервную копию"
15
  "DB","БД"
16
+ "Database","База данных"
17
  "Database Backup","Резервная копия БД"
18
+ "Database and Media","База данных и Медиа"
19
  "Database and Media Backup","Резервная копия БД и Медиа"
20
  "Database was successfuly backed up.","Резервная копия базы данных успешно создана."
21
  "Download","Скачать"
38
  "Scheduled Backup Settings","Настройки резервного копирования по расписанию"
39
  "Size, Bytes","Размер (в байтах)"
40
  "Start Time","Время начала"
41
+ "System","Система"
42
+ "System (excluding Media)","Система (исключая Медиа)"
43
  "System Backup","Резервная копия системы"
44
  "System couldn't put store on the maintenance mode","Система не может перевести магазин в режим обслуживания"
45
  "The database and media backup has been created.","Резервная копия базы данных и медиа успешно создана."
app/locale/ru_RU/Mage_Bundle.csv CHANGED
@@ -32,6 +32,7 @@
32
  "Percent","Процент"
33
  "Percent Discount","Скидка в процентах"
34
  "Please Select Products to Add","Выберите товары для добавления"
 
35
  "Please enter search conditions to view products.","Введите критерии поиска для товара."
36
  "Please select options for product.","Выберите параметры для товара."
37
  "Please specify product option(s).","Укажите параметры товара."
32
  "Percent","Процент"
33
  "Percent Discount","Скидка в процентах"
34
  "Please Select Products to Add","Выберите товары для добавления"
35
+ "Please enter a number greater 0 in this field.","Пожалуйста, введите в это поле число больше 0."
36
  "Please enter search conditions to view products.","Введите критерии поиска для товара."
37
  "Please select options for product.","Выберите параметры для товара."
38
  "Please specify product option(s).","Укажите параметры товара."
app/locale/ru_RU/Mage_Catalog.csv CHANGED
@@ -1,868 +1,873 @@
1
- "# of Use","# использования"
2
- "%1$s incl tax.","%1$s вкл. налог."
3
- "%s - %s","%s - %s"
4
- "%s Item(s)","%s шт."
5
- "%s and above","%s и больше"
6
- "(%d)","(%d)"
7
- "(Copy data from: %s)","(Скопировать данные из: %s)"
8
- "(Will make search for the query above return results for this search.)","(Вернёт результат по запросу выше.)"
9
- "* Required Fields","* Обязательные поля"
10
- "-- Please Select --","-- Выберите --"
11
- "86400 by default, if not set. To refresh instantly, Clear the Blocks HTML Output Cache.","Если не указано, то используется значение по умолчанию: 86400. Чтобы обновить незамедлительно, очистите кэш Вывод HTML Блоков."
12
- "<strong style=""color:red"">Warning!</strong> Applying MAP by default will hide all product prices on the frontend.","<strong style=""color:red"">Внимание!</strong> Применение РРЦ по умолчанию скроет все цены товаров в пользовательской части."
13
- "A group with the same name already exists.","Группа с таким же именем уже существует."
14
- "A name is required","Имя обязательно"
15
- "A product type is not defined for the indexer.","Не указан тип товара для процесса индексации."
16
- "ALL GROUPS","ВСЕ ГРУППЫ"
17
- "AM","AM"
18
- "Action","Действие"
19
- "Actual Price","Текущая цена"
20
- "Add","Добавить"
21
- "Add Attribute","Добавить атрибут"
22
- "Add Design Change","Добавить изменение дизайна"
23
- "Add Group","Добавить группу"
24
- "Add Group Price","Добавить цену для группы"
25
- "Add New","Добавить новый"
26
- "Add New Attribute","Добавить новый атрибут"
27
- "Add New Attribute Set","Добавьте новый набор атрибутов"
28
- "Add New Group","Добавить новую группу"
29
- "Add New Images","Добавить новые изображения"
30
- "Add New Option","Добавить новый вариант"
31
- "Add New Row","Добавить новую строку"
32
- "Add New Search Term","Добавить новый критерий поиска"
33
- "Add New Set","Добавить новый набор"
34
- "Add Product","Добавить товар"
35
- "Add Product To Websites","Добавить товар на сайты"
36
- "Add Root Category","Добавить категорию"
37
- "Add Subcategory","Добавить подкатегорию"
38
- "Add Tax","Добавить налог"
39
- "Add Tier","Добавить уровень"
40
- "Add attribute into attribute set","Добавить атрибут в набор"
41
- "Add group into attribute set","Добавить группу в набор атрибутов"
42
- "Add new custom option into product","Добавить в товар новый настраиваемый вариант"
43
- "Add new values into custom option","Добавить новые значения в настраиваемый вариант"
44
- "Add option","Добавить вариант"
45
- "Add to Cart","Добавить в корзину"
46
- "Add to Compare","Добавить в сравнение"
47
- "Add to Wishlist","Добавить в пожелания"
48
- "Additional Information","Дополнительная информация"
49
- "Alert Urls","Alert Urls"
50
- "All","Все"
51
- "All Product Types","Все типы товаров"
52
- "All Websites","Все сайты"
53
- "All products of this set will be deleted! Are you sure you want to delete this attribute set?","Все товары этого набора будут удалены! Вы действительно хотите удалить этот набор атрибутов?"
54
- "Allow All Products per Page","Разрешить все товары на страницу"
55
- "Allow Dynamic Media URLs in Products and Categories","Разрешить динамические адреса для медиа данных в товарах и категориях"
56
- "Allow HTML Tags on Frontend","Разрешить HTML в пользовательской части"
57
- "Allowed File Extensions","Разрешённые расширения файлов"
58
- "Allowed file extensions to upload","Разрешённые для закачивания расширения файлов"
59
- "An error occurred while adding customers for the %s alert. Message: %s","Ошибка при добавлении клиентов для оповещения %s. Сообщение: %s"
60
- "An error occurred while adding products to websites.","Ошибка при добавлении товаров на сайты."
61
- "An error occurred while clearing comparison list.","Ошибка при очистке списка сравнения."
62
- "An error occurred while deleting this review.","Ошибка при удалении этого отзыва."
63
- "An error occurred while removing products from websites.","Ошибка при удалении товаров с сайтов."
64
- "An error occurred while saving the URL rewrite","Ошибка при сохранении правила URL"
65
- "An error occurred while saving the URL rewrite.","Ошибка при сохранении правила URL."
66
- "An error occurred while saving the attribute set.","Ошибка при сохранении этого набора атрибутов."
67
- "An error occurred while saving the collection, aborting. Error message: %s","Ошибка при сохранении коллекции, отменено. Ошибка: %s"
68
- "An error occurred while saving the product. ","Ошибка при сохранении этого товара. "
69
- "An error occurred while saving the search query.","Ошибка при записи поискового запроса."
70
- "An error occurred while saving this group.","Ошибка при сохранении этой группы."
71
- "An error occurred while saving this review.","Ошибка при сохранении этого отзыва."
72
- "An error occurred while trying to delete the category.","Ошибка при удалении категории."
73
- "An error occurred while updating the product(s) attributes.","Ошибка при обновлении атрибутов товара(ов)."
74
- "An error occurred while updating the product(s) status.","Ошибка при обновлении статуса товара(ов)."
75
- "An invalid group ID is specified, skipping the record.","Указан неправильный ид группы, пропуск записи."
76
- "An invalid option ID is specified for %s (%s), skipping the record.","Указан неправильный ид варианта для %s (%s), пропуск записи."
77
- "An invalid store was specified.","Указан неправильный магазин."
78
- "Anchor Custom Text","Текст ссылки"
79
- "Anchor Custom Title","Заголовок ссылки"
80
- "Applicable to catalog products and categories only. Any media content will be inserted into editor as a static URL. It is not updated if the system configuration base URL changes.","Применимо только к товарам каталога и категориям. Любые медиа данные будут вставлены в редактор в виде статичных ссылок (URL). Ссылки не будут обновлены при смене базового пути в конфигурации системы."
81
- "Apply MAP (Default Value)","Применить РРЦ (Занчение по умолчанию)"
82
- "Apply To","Применить к"
83
- "Approved","Одобрено"
84
- "Are you sure you want to delete this category?","Вы действительно хотите удалить эту категорию?"
85
- "Are you sure you would like to remove all products from your comparison?","Вы действительно хотите очистить список товаров для сравнения?"
86
- "Are you sure you would like to remove this item from the compare products?","Вы действительно хотите удалить этот товар из списка для сравнения?"
87
- "Are you sure you would like to remove this item from the comparison list?","Вы действительно хотите удалить этот товар из списка для сравнения?"
88
- "Are you sure?","Вы уверены?"
89
- "As low as:","Начиная с:"
90
- "Assign","Назначить"
91
- "Assign product link","Назначить ссылку на товар"
92
- "Assign product to category","Назначить товар в категорию"
93
- "Assigned Products","Назначенные товары"
94
- "Associated Products","Объединённые товары"
95
- "Attrib. Set Name","Набор атрибутов"
96
- "Attribute ""%s"" is invalid.","Неверный атрибут ""%s""."
97
- "Attribute ""%s"" is required.","Атрибут ""%s"" обязателен."
98
- "Attribute Information","Информация об атрибуте"
99
- "Attribute Model","Модель атрибута"
100
- "Attribute Name:","Название атрибута:"
101
- "Attribute Set","Набор атрибутов"
102
- "Attribute Sets","Наборы атрибутов"
103
- "Attribute add","Добавить аттрибут"
104
- "Attribute code is invalid. Please use only letters (a-z), numbers (0-9) or underscore(_) in this field, first character should be a letter.","Неверный код атрибута. Пожалуйста, используйте в этом поле только буквы (a-z), цифры (0-9) или подчёркивания(_). Первый символ должен быть буквой."
105
- "Attribute group with the \"/name/\" name already exists","Группа атрибутов с названием \"/name/\" уже существует"
106
- "Attribute group with the \/name/\"" name already exists""","Группа атрибутов с названием \/name/\"" уже существует"""
107
- "Attribute remove","Удалить атрибут"
108
- "Attribute with the same code already exists","Атрибут с таким кодом уже существует"
109
- "Attributes","Атрибуты"
110
- "Attrribute names can be specified per store.","Названия атрибутов могут быть определены для каждого магазина."
111
- "Autogenerate","Автогенерация"
112
- "Availability:","Доступность:"
113
- "Back","Вернуться"
114
- "Backend Model","Backend модель"
115
- "Backend Table","Backend таблица"
116
- "Backend Table Title","Название Backend таблицы"
117
- "Backorders","Задолженные заказы"
118
- "Based On","Основано на"
119
- "Before Order Confirmation","Перед подтверждением заказа"
120
- "Best Value","Лучшая оценка"
121
- "Block after Info Column","Блок после информационной колонки"
122
- "Bottom Block Options Wrapper","Оболочка настроек нижнего блока"
123
- "Bottom/Left","Низ/Лево"
124
- "Bottom/Right","Низ/Право"
125
- "Browse By","Просмотреть по"
126
- "Bundle Items","Набор товаров"
127
- "Buy %1$s","Купи %1$s"
128
- "Buy %1$s for","Купи %1$s за"
129
- "Buy %1$s for %2$s","Купи %1$s шт. по %2$s"
130
- "Buy %1$s for %2$s (%3$s incl. tax) each","Купи %1$s шт. по %2$s (%3$s вкл. налог) каждый"
131
- "Buy %1$s for %2$s each","Купи %1$s шт. по %2$s каждый"
132
- "Buy %1$s with %2$s discount each","Купи %1$s шт. со скидкой %2$s на каждый"
133
- "Cache Lifetime (Seconds)","Время жизни кэша секундах)"
134
- "Cache refresh needed.","Необходимо обновление кэша."
135
- "Can be Divided into Multiple Boxes for Shipping","При доставке может быть упковано в несколько коробок"
136
- "Can be used only with catalog input type Dropdown","Может быть использовано только с типом ввода 'выпадающий список'"
137
- "Can be used only with catalog input type Dropdown, Multiple Select and Price","Может быть использовано только с типом ввода 'выпадающий список', 'множественный выбор' и 'цена'"
138
- "Can\'t create image.","Невозможно создать изображение."
139
- "Cancel","Отменить"
140
- "Cannot create image.","Невозможно создать изображение."
141
- "Cannot create writeable directory '%s'.","Невозможно создать папку с правами на запись '%s'."
142
- "Cart Item Attribute","Атрибут единицы корзины"
143
- "Catalog","Каталог"
144
- "Catalog Category (Anchor)","Категория каталога (зафиксирована)"
145
- "Catalog Category (Non-Anchor)","Категория каталога (не зафиксирована)"
146
- "Catalog Category (Without Subcategories)","Категория каталога (без подкатегорий)"
147
- "Catalog Category Link","Ссылка на категорию каталога"
148
- "Catalog New Products List","Список новых товаров каталога"
149
- "Catalog Price Scope","Область действия цен каталога"
150
- "Catalog Product Compare List","Список товаров каталога для сравнения"
151
- "Catalog Product Email to a Friend","Catalog Product Email to a Friend"
152
- "Catalog Product Image Gallery Popup","Catalog Product Image Gallery Popup"
153
- "Catalog Product Link","Ссылка на товар каталога"
154
- "Catalog Product View (Any)","Catalog Product View (Any)"
155
- "Catalog Product View (Configurable)","Catalog Product View (Configurable)"
156
- "Catalog Product View (Grouped)","Catalog Product View (Grouped)"
157
- "Catalog Product View (Simple)","Catalog Product View (Simple)"
158
- "Catalog Product View (Virtual)","Catalog Product View (Virtual)"
159
- "Catalog Section","Раздел каталога"
160
- "Catalog Seo Popular Search Terms","Catalog Seo Popular Search Terms"
161
- "Catalog Seo Sitemap (Category List)","Catalog Seo Sitemap (Category List)"
162
- "Catalog Seo Sitemap (Category Tree)","Catalog Seo Sitemap (Category Tree)"
163
- "Catalog Seo Sitemap (Common)","Catalog Seo Sitemap (Common)"
164
- "Catalog Seo Sitemap (Product List)","Catalog Seo Sitemap (Product List)"
165
- "Catalog URL Rewrites","Catalog URL Rewrites"
166
- "Catalog product custom option values API","API значений настраиваемых вариантов каталога товаров"
167
- "Catalog product custom options API","API настраиваемых вариантов каталога товаров"
168
- "Catalog, Search","Каталог, поиск"
169
- "Categories","Категории"
170
- "Categories Sitemap","Карта категорий"
171
- "Category","Категория"
172
- "Category API","API категорий"
173
- "Category Data","Данные категории"
174
- "Category Flat Data","Category Flat Data"
175
- "Category Link Block Template","Category Link Block Template"
176
- "Category Link Inline Template","Category Link Inline Template"
177
- "Category Products","Товары категории"
178
- "Category Top Navigation","Начало навигации категории"
179
- "Category URL Suffix","URL суффикс категории"
180
- "Category attributes API","API атрибутов категорий"
181
- "Category move error","Ошибка при перемещении категории"
182
- "Category move operation is not possible: parent category is equal to child category.","Операция по перемещению категории невозможна: родительская категория таже, что и дочерняя категория."
183
- "Category move operation is not possible: the current category was not found.","Операция по перемещению категории невозможна: текущая категория не найдена."
184
- "Category move operation is not possible: the new parent category was not found.","Операция по перемещению категории невозможна: новая родительская категория не найдена."
185
- "Category must be an instance of Mage_Catalog_Model_Category.","Категория должна быть экземпляром класса Mage_Catalog_Model_Category."
186
- "Center","Центр"
187
- "Change","Изменить"
188
- "Change or Retrieve attribute store view","Изменить/получить атрибут представления магазина"
189
- "Change status","Изменить статус"
190
- "Check items to add to the cart or","Выберите позиции для добавления в корзину покупок или"
191
- "Choose an Option...","Выберите вариант..."
192
- "Clear All","Очистить все"
193
- "Clear Price","Очистить цену"
194
- "Click for price","Узнать цену"
195
- "Close Window","Закрыть окно"
196
- "Collapse All","Свернуть все"
197
- "Comma-separated.","Разделение запятыми."
198
- "Comparable","Сравнимый"
199
- "Comparable on Front-end","Сравнимый в пользовательской части"
200
- "Comparable on the Frontend","Сравнимый в пользовательской части"
201
- "Compare","Сравнить"
202
- "Compare Products","Сравнение товаров"
203
- "Compare Products (%d)","Сравнение товаров (%d)"
204
- "Compare Products - %d Items","Сравнение товаров (%d)"
205
- "Conditions Combination","Комбинация условий"
206
- "Configurable Product","Настраиваемый товар"
207
- "Configurable Product Settings","Параметры настраиваемого товара"
208
- "Configure Product","Настроить товар"
209
- "Continue","Продолжить"
210
- "Copy From Configurable","Скопировать из настраиваемого"
211
- "Country/State","Страна/область"
212
- "Create","Создать"
213
- "Create (Upload)","Создать (Закачать)"
214
- "Create Empty","Создать пустым"
215
- "Create Permanent Redirect for URLs if URL Key Changed","Создать постоянную переадресацию для старых URL при смене ключа URL"
216
- "Create Permanent Redirect for old URL","Создать постоянную переадресацию для старых URL"
217
- "Create Permanent Redirect for old URLs if Url key changed","Создать постоянную переадресацию для старых URL при смене ключа url"
218
- "Create Product Settings","Настройки создания товара"
219
- "Create Simple Associated Product","Создать простой объединённый товар"
220
- "Create attribute set based on another set","Создать набор атрибутов на основе другого набора"
221
- "Create new attribute","Создать новый атрибут"
222
- "Create new category","Создать новую категорию"
223
- "Create new product","Создать новый товар"
224
- "Cross-sells","Перекрёстные продажи"
225
- "Currently Shopping By","Выбранные параметры"
226
- "Currently Shopping by:","Выбранные параметры:"
227
- "Custom Design","Настраиваемый дизайн"
228
- "Custom Options","Настраиваемые варианты"
229
- "Custom options","Настраиваемые варианты"
230
- "Customer Group","Группа клиентов"
231
- "Customers Reviews","Отзывы клиентов"
232
- "Customers Tagged Product","Помеченные клиентами товары"
233
- "Customers for alert %s were successfuly added to queue","Клиенты успешно добавлены в очередь для оповещения %s"
234
- "Data Type for Saving in Database","Тип данных для сохранение в базе данных"
235
- "Date & Time Custom Options","Настраиваемые параметры Date & Time"
236
- "Date Fields Order","Порядок вывода полей дат"
237
- "Date Subscribed","Дата подписки"
238
- "Datetime","Дата и время"
239
- "Decimal","Десятичное"
240
- "Declare attribute value saving scope","Объявить диапазон действия сохраняемого значения атрибута"
241
- "Default ""What's This"" Text Message","Значение по умолчанию текстового сообщения ""Что это"""
242
- "Default Popup Text Message","Значение по умолчанию всплывающего текстового сообщения"
243
- "Default Price","Цена по умолчанию"
244
- "Default Price Navigation Step","Цена по умолчанию. Шаг навигации"
245
- "Default Qty","Кол-во по умолчанию"
246
- "Default Values","Значения по умолчанию"
247
- "Defines the base currency scope (""Currency Setup"" > ""Currency Options"" > ""Base Currency"").","Указать область действия основной валюты (""Установки валюты"" > ""Параметры валюты"" > ""Основная валюта"")."
248
- "Delete","Удалить"
249
- "Delete Attribute","Удалить атрибут"
250
- "Delete Attribute Set","Удалить набор атрибутов"
251
- "Delete Category","Удалить категорию"
252
- "Delete Group Price","Удалить цену для группы"
253
- "Delete Option","Удалить вариант"
254
- "Delete Row","Удалить строку"
255
- "Delete Search","Удалить поиск"
256
- "Delete Selected Group","Удалить выбранную группу"
257
- "Delete Tier","Удалить уровень"
258
- "Delete attribute","Удалить атрибут"
259
- "Delete category","Удалить категорию"
260
- "Delete product","Удалить товар"
261
- "Depends on design theme","Зависит от дизайна темы"
262
- "Design","Дизайн"
263
- "Details","Подробности"
264
- "Disabled","Отключено"
265
- "Disallowed file type.","Запрешённый тип файла."
266
- "Display Actual Price","Отображать текущую цену"
267
- "Display Price Interval as One Price","Отображать интервал цен как единую цену"
268
- "Display Product Count","Отображать количество товара"
269
- "Display Settings","Настройки отображения"
270
- "Display in Suggested Terms","Отображать в предлагаемых условиях"
271
- "Double click on a group to rename it","Двойной щелчок по группе для её переименования"
272
- "Double click on above image to view full picture","Двойной щелчок по изображению для просмотра в полный размер"
273
- "Downloadable Information","Скачиваемая информация"
274
- "Duplicate","Дублировать"
275
- "Duplicate website group price customer group.","Обнаружен дубликат записи для групповой цены сайта и группы клиентов."
276
- "Duplicate website tier price customer group and quantity.","Обнаружен дубликат уровня цен сайта, группы пользователей и количества."
277
- "Duplicate website, country and state tax found.","Обнаружен дубликат сайта, страны и ставки налогов."
278
- "E.g. {{media url=""path/to/image.jpg""}} {{skin url=""path/to/picture.gif""}}. Dynamic directives parsing impacts catalog performance.","Например: {{media url=""path/to/image.jpg""}} {{skin url=""path/to/picture.gif""}}. Обработка динамических данных влияет на скорость работы каталога."
279
- "Edit","Редактировать"
280
- "Edit Attribute Set '%s'","Редактировать набор атрибутов '%s'"
281
- "Edit Product Attribute","Редактировать атрибут товара"
282
- "Edit Product Attribute ""%s""","Редактировать атрибут товара ""%s"""
283
- "Edit Search","Редактировать поиск"
284
- "Edit Search '%s'","Редактировать поиск '%s'"
285
- "Edit Set Name","Редактировать название набора"
286
- "Email","Электронная почта (e-mail)"
287
- "Email to %s was not sent.","Письмо по адресу %s не отослано."
288
- "Email to a Friend","Отправить другу"
289
- "Empty","Очистить"
290
- "Enable MAP","Включить РРЦ (рекомендованные розничные цены)"
291
- "Enable Qty Increments","Включить увеличение кол-ва"
292
- "Enable WYSIWYG","Включить WYSIWYG"
293
- "Enabled","Включено"
294
- "Error during retrieval of option value: %s","Ошибка при выборе значения варианта: %s"
295
- "Exclude","Исключить"
296
- "Expand All","Развернуть все"
297
- "Failed","Не удалось"
298
- "Failed to copy file %s. Please, delete media with non-existing images and try again.","Не удалось скопировать файл %s. Пожалуйста, удалите содержимое с отсутствующими изображениями и повторите попытку."
299
- "Failed to move file: %s","Не удалось переместить файл: %s"
300
- "Feature Products","Рекомендуемые товары"
301
- "Field is not complete","Поле не заполнено"
302
- "File options format is not valid.","Формат файла параметров недействительный."
303
- "File upload failed","Закачка файла не удалась"
304
- "Filter model name must be declared.","Название модели фильтра должно быть объявлено."
305
- "Filter must be an object. Please set correct filter.","Фильтр должен быть объектом. Пожалуйста, установите правильный фильтр."
306
- "Filterable (no results)","Фильтруемый (нет результатов)"
307
- "Filterable (with results)","Фильтруемый (с результатами)"
308
- "First Name","Имя"
309
- "Fixed","Фиксированное значение"
310
- "For internal use.","Для внутреннего использования."
311
- "For the last time placed.","Для последнего поиска."
312
- "Frontend","Пользовательская часть"
313
- "Frontend Model","Модель пользовательской части"
314
- "Frontend Properties","Свойства пользовательской части"
315
- "Gallery","Галерея"
316
- "General Information","Общая информация"
317
- "Get full information about attribute with list of options","Получить полную информацию об атрибуте, включая список вариантов"
318
- "Get full information about custom option in product","Получить полную информацию о настраиваемом варианте товара"
319
- "Get list of available custom option types","Получить список всех типов настраиваемых вариантов"
320
- "Get list of non-default attributes by product type and attributes set","Получить список атрибутов, исключая стандартные, по типу товара и набору атрибута"
321
- "Get list of possible attribute types","Получить список всех возможных типов атрибутов"
322
- "Get special price","Получить цену особого предложения"
323
- "Global","Глобально"
324
- "Globally Editable","Редактируемые везде"
325
- "Go to Home Page","Перейти на главную страницу"
326
- "Grid","Сетка"
327
- "Group add","Добавить группу"
328
- "Group remove","Удалить группу"
329
- "Grouped Product","Сборный товар"
330
- "Groups","Группы"
331
- "Home","Главная"
332
- "ID","ИД"
333
- "ID: %s","ИД: %s"
334
- "If empty, the Category Name will be used","Если значение пустое, то будет использовано название категории"
335
- "If empty, the Product Name will be used","Если значение пустое, то будет использовано название товара"
336
- "If you do not specify an option value for a specific store view then the default (Admin) value will be used.","Если вы не укажете значение варианта для представления магазина, тогда будет использовано значение по умолчанию."
337
- "Image","Изображение"
338
- "Image content is not valid base64 data.","Содержимое файла изображения не является корректными данными base64."
339
- "Image does not exist.","Изображение не существует."
340
- "Image file was not found.","Файл изображения не найден."
341
- "Image type and information need to be specified for each store view.","Тип и информация изображения должны быть указаны для каждого представления магазина."
342
- "In Cart","В корзине"
343
- "In Stock","Есть в наличии"
344
- "In stock","Есть в наличии"
345
- "Incl. Tax","Включая налог"
346
- "Index product and categories URL rewrites","Проиндексировать правила URL для товаров и категорий"
347
- "Index product attributes for layered navigation building","Проиндексировать атрибуты товаров для построения многослойной навигации"
348
- "Index product prices","Проиндексировать цены товаров"
349
- "Indexed category/products association","Проиндексированные ассоциации категория/товары"
350
- "Info","Информация"
351
- "Info Column Options Wrapper","Оболочка настроек столбца информации"
352
- "Input Type","Тип ввода"
353
- "Integer","Целое"
354
- "Interval Division Limit","Предел деления интервала"
355
- "Invalid Tier Prices","Неверные ценовые уровни"
356
- "Invalid attribute %s","Неверный атрибут %s"
357
- "Invalid attribute %s.","Неверный атрибут %s."
358
- "Invalid attribute option specified for attribute %s (%s), skipping the record.","Для атрибута %s указано неправильное значение варианта (%s), пропуск записи."
359
- "Invalid attribute set specified, skipping the record.","Указан неверный набор атрибутов, пропуск записи."
360
- "Invalid block: %s.","Неверный блок: %s."
361
- "Invalid category IDs.","Неверные идентификаторы категории."
362
- "Invalid category.","Неверная категория."
363
- "Invalid image file type.","Неправильный тип файла изображения."
364
- "Invalid image type.","Неправильный тип изображения."
365
- "Invalid option ID specified for %s (%s), skipping the record.","Указан неправильный ИД варианта для %s (%s), пропуск записи."
366
- "Invalid product type specified, skipping the record.","Указан неправильный тип товара, пропуск записи."
367
- "Invalid store specified","Указан неправильный магазин"
368
- "Invalid store specified, skipping the record.","Указан неправильный магазин, пропуск записи."
369
- "Invalid tier prices. The product is not associated to the requested website.","Неверные ценовые уровни. Товар не привязан к запрашиваемому сайту."
370
- "Invalid transactional email code.","Неверный код транзакционного письма (email)."
371
- "Inventory","Склад"
372
- "Is Default","По умолчанию"
373
- "Is Required","Обязательно"
374
- "Items %s to %s of %s total","Позиции с %s по %s из %s"
375
- "Items that you do not want to show in the catalog or search results should have status 'Disabled' in the desired store.","Позиции, которые вы не хотите отображать в каталоге или в результатах поиска должны иметь статус «Отключено» в нужном магазине."
376
- "Items that you don't want to show in the catalog or search results should have status 'Disabled' in the desired store.","Позиции, которые вы не хотите отображать в каталоге или в результатах поиска должны иметь статус «Отключено» в нужном магазине."
377
- "Keep your eyes open for our special Back to School items and save A LOT!","Обрати внимание на наши товары специального предложения Снова в Школу и СЭКОНОМЬ!"
378
- "Label","Заголовок"
379
- "Last Name","Фамилия"
380
- "Last Notification","Последнее уведомление"
381
- "Layered Navigation","Многоуровневая навигация"
382
- "Learn More","Узнать больше"
383
- "Line %d, Email: %s","Строка %d, почта: %s"
384
- "Line %d, SKU: %s","Строка %d, артикул: %s"
385
- "Link (Related, Up sell, Cross sell)","Ссылка (сопутствующие, похожие, импульсивные)"
386
- "Link product does not exist.","Ссылка на товар не существует."
387
- "Link to a Specified Category","Ссылка на указанную категорию"
388
- "Link to a Specified Product","Ссылка на указанный товар"
389
- "List","Список"
390
- "List Mode","Режим списка"
391
- "List of Products that are set as New","Список товаров, помеченных как новый товар"
392
- "List of types","Список типов"
393
- "Manage Attribute Sets","Управление наборами атрибутов"
394
- "Manage Attributes","Управление атрибутами"
395
- "Manage Catalog Categories","Управление категориями каталога"
396
- "Manage Categories","Управление категориями"
397
- "Manage Label / Options","Управление заголовками / вариантами"
398
- "Manage Options (values of your attribute)","Управление вариантами (значения вашего атрибута)"
399
- "Manage Product Attributes","Управление атрибутами товара"
400
- "Manage Product Sets","Управление наборами товаров"
401
- "Manage Products","Управление товарами"
402
- "Manage Stock","Управление наличием"
403
- "Manage Titles (Size, Color, etc.)","Управление заголовками (размер, цвет и т.д.)"
404
- "Max Characters","Максимальное кол-во знаков"
405
- "Maximal Depth","Максимальная глубина"
406
- "Maximum Image Size","Максимальный размер изображения"
407
- "Maximum Number of Price Intervals","Максимальное кол-во интервалов цены"
408
- "Maximum Qty Allowed in Shopping Cart","Максимальное кол-во товара, разрешённое в корзине"
409
- "Maximum allowed image size for '%s' is %sx%s px.","Максимальный разрешённый размер изображения для '%s' - %sx%s px."
410
- "Maximum image height","Максимальная высота изображения"
411
- "Maximum image width","Максимальная ширина изображения"
412
- "Maximum number of characters:","Максимальное кол-во знаков:"
413
- "Maximum number of price intervals is 100","Максимальное кол-во интервалов цены: 100"
414
- "Media Image","Медиа изображение"
415
- "Minimum Advertised Price","Рекомендованная розничная цена"
416
- "Minimum Lines per Page","Минимальное количество строк на страницу"
417
- "Minimum Qty Allowed in Shopping Cart","Минимальное кол-во товаров, разрешённое в корзине"
418
- "Minimum Qty for Item\'s Status to be Out of Stock","Минимальное кол-во товара на складе, необходимое для того, чтобы товар получил статус ""нет в наличии"""
419
- "Missing SKU, skipping the record.","Отсутствует артикул (SKU), пропуск записи."
420
- "More Views","Больше изображений"
421
- "Move","Переместить"
422
- "Move category in tree","Переместить категорию в дереве"
423
- "Must be in the allowed values list.","Должен быть в списке разрешённых значений."
424
- "N/A","Н/Д"
425
- "Name","Название"
426
- "Name in %s","Название в %s"
427
- "New Category","Новая категория"
428
- "New Product","Новый товар"
429
- "New Product Attribute","Новый атрибут товара"
430
- "New Products","Новые товары"
431
- "New Products Grid Template","Новые товары - шаблон в виде сетки"
432
- "New Products List Template","Новые товары - шаблон в виде списка"
433
- "New Root Category","Новая корневая категория"
434
- "New Search","Новый поиск"
435
- "New Set Name","Название нового набора"
436
- "New Subcategory","Новая подкатегория"
437
- "Next","Следующая"
438
- "No","Нет"
439
- "No image","Нет изображения"
440
- "No layout updates","Нет обновлений макета"
441
- "No layout updates.","Нет обновлений макета."
442
- "No options of this product are available.","Недоступны варианты для этого товара."
443
- "No product collections found.","Не найдено коллекций товара."
444
- "None","Нет"
445
- "Not Visible Individually","Не видим по отдельности"
446
- "Notify Low Stock RSS","RSS заканчивающихся товаров"
447
- "Notify for Quantity Below","Оповещать о количестве ниже"
448
- "Number of Products to Display","Кол-во товаров для отображения"
449
- "Number of Uses","Кол-во использований"
450
- "Number of results","Количество результатов"
451
- "Number of results (For the last time placed)","Количество результатов (для последнего раза)"
452
- "Number of results<br/>(For the last time placed)","Количество результатов<br/>(для последнего раза)"
453
- "OK","OK"
454
- "OR","ИЛИ"
455
- "Old Price:","Старая цена:"
456
- "On Gesture","По запросу"
457
- "Option validation failed to add product to cart.","Не пройдена проверка варианта для добавления товара в корзину."
458
- "Option values","Значения вариантов"
459
- "Option:","Вариант:"
460
- "Options","Варианты"
461
- "Options Control","Управление вариантами"
462
- "Options is required","Необходимы варианты"
463
- "Our customer service is available 24/7. Call us at (555) 555-0123.","Наш сервис обслуживания клиентов доступен 24/7. Звоните нам на (123) DEMO-NUMBER."
464
- "Out of Stock","Нет в наличии"
465
- "Out of stock","Нет в наличии"
466
- "PM","PM"
467
- "Page Title Separator","Разделитель заголовка страницы"
468
- "Parent Category","Родительская категория"
469
- "Pending","В очереди"
470
- "Pending Reviews RSS","RSS неподтвержденных отзывов"
471
- "Percentage","Процент"
472
- "Please add rows to option.","Пожалуйста, добавьте варианты."
473
- "Please be careful as once you click on the row it will load package data form the selected file and all unsaved form data will be lost.","Будьте внимательны, при щелчке на строке будет загружена информация из выбранного файла и все не сохранённые данные будут потеряны."
474
- "Please click on the Close Window button if it is not closed automatically.","Пожалуйста, нажмите кнопку Закрыть окно, если оно не закрывается автоматически."
475
- "Please enter a new group name","Пожалуйста, укажите название новой группы"
476
- "Please refresh ""Catalog URL Rewrites"" and ""Product Attributes"" in System -> <a href=""%s"">Index Management</a>","Пожалуйста, обновите ""Правила URL каталога"" и ""Атрибуты товара"" на странице Система -> <a href=""%s"">Управление индексами</a>"
477
- "Please select a static block ...","Пожалуйста, выберите статичные блоки ..."
478
- "Please select items.","Пожалуйста, выберите позиции."
479
- "Please select one or more attributes.","Пожалуйста, выберите один или несколько атрибутов."
480
- "Please select product(s).","Пожалуйста, выберите товар(ы)."
481
- "Please select products for attributes update","Пожалуйста, выберите товары для обновления атрибутов"
482
- "Please specify date required option(s).","Пожалуйста, укажите обязательные параметры даты."
483
- "Please specify the number of products, that will not be divided into subintervals.","Укажите количество товаров, которое не будет дробиться на подинтервалы."
484
- "Please specify the product required option(s)","Пожалуйста, укажите обязательные параметры товара"
485
- "Please specify the product required option(s).","Пожалуйста, укажите обязательные параметры товара."
486
- "Please specify the product's option(s).","Пожалуйста, укажите параметры товара."
487
- "Please specify the product's required option(s).","Пожалуйста, укажите обязательные параметры товара."
488
- "Please specify the product\'s option(s).","Пожалуйста, укажите параметры товара."
489
- "Please specify the product\'s required option(s).","Пожалуйста, укажите обязательные параметры товара."
490
- "Please specify the quantity of product(s).","Пожалуйста, укажите количество товара."
491
- "Please specify time required option(s).","Пожалуйста, укажите обязательные параметры времени."
492
- "Please wait...","Пожалуйста, подождите..."
493
- "Position","Позиция"
494
- "Position in Layered Navigation","Позиция в многоуровневой навигации"
495
- "Position of attribute in layered navigation block","Позиция атрибута в блоке многоуровневой навигации"
496
- "Prev","Пред"
497
- "Previous","Предыдущая"
498
- "Price","Цена"
499
- "Price Navigation Step Calculation","Цена. Шаг навигации. Вычисление"
500
- "Price Type","Тип цены"
501
- "Price is not available","Цена не доступна"
502
- "Price values for options should be specified in system base currency.","Значения цен для вариантов должны быть указаны в основной валюте системы."
503
- "Price:","Цена:"
504
- "Price: %s","Цена: %s"
505
- "Print This Page","Распечатать страницу"
506
- "Product","Товар"
507
- "Product API","API товара"
508
- "Product Alerts","Оповещения о товаре"
509
- "Product Attribute","Атрибут товара"
510
- "Product Attributes","Атрибуты товара"
511
- "Product Categories","Категории товара"
512
- "Product Description","Описание товара"
513
- "Product Extra Info","Дополнительная информация товара"
514
- "Product Flat Data","Product Flat Data"
515
- "Product ID","ИД товара"
516
- "Product Image Placeholders","Изображения товара по умолчанию"
517
- "Product Image Watermarks","Водные знаки изображения товара"
518
- "Product Images","Изображения товара"
519
- "Product Images API","API изображений товара"
520
- "Product In Websites","Товар на сайтах"
521
- "Product Info Column","Информация о товаре"
522
- "Product Information","Информация о товаре"
523
- "Product Link Block Template","Product Link Block Template"
524
- "Product Link Inline Template","Product Link Inline Template"
525
- "Product Listing Sort by","Сортировать список товаров по критерию"
526
- "Product Name","Название товара"
527
- "Product Prices","Цены товара"
528
- "Product Reviews","Отзывы о товаре"
529
- "Product Tags","Метки товара"
530
- "Product Tier Price API","API уровней цен"
531
- "Product Type","Тип товара"
532
- "Product URL Suffix","Суффикс для ссылки на товар"
533
- "Product View Extra Hint","Просмотр товара. Дополнительная подсказка."
534
- "Product attribute sets API","API набора атрибутов товара"
535
- "Product attributes API","API атрибутов товара"
536
- "Product collection expected.","Ожидается коллекция товара."
537
- "Product is not loaded","Товар не загружен"
538
- "Product links API (related, cross sells, up sells)","API ссылок товара (сопутствующие, импульсивные, похожие)"
539
- "Product name","Название товара"
540
- "Product types API","API типов товара"
541
- "Product with this combination of attributes already associated to configurable.","Товар с этой комбинации атрибутов, уже связан с настраиваемым."
542
- "Products","Товары"
543
- "Products Comparison List","Список сравнения товаров"
544
- "Products Information","Информация о товаре"
545
- "Products Reviews","Отзывы о товаре"
546
- "Products Sitemap","Карта товарного каталога"
547
- "Products only","Только товары"
548
- "Products per Page on Grid Allowed Values","Разрешённые значения параметра """"товаров на странице"""" (вывод в виде таблицы)"
549
- "Products per Page on Grid Default Value","Значение по умолчанию параметра """"товаров на странице"""" (вывод в виде таблицы)"
550
- "Products per Page on List Allowed Values","Разрешённые значения параметра """"товаров на странице"""" (вывод в виде списка)"
551
- "Products per Page on List Default Value","Значение по умолчанию параметра """"товаров на странице"""" (вывод в виде списка)"
552
- "Properties","Свойства"
553
- "Qty","Кол-во"
554
- "Qty Increments","Шаги количеств"
555
- "Qty Uses Decimals","Дробное кол-во"
556
- "Qty for Item\'s Status to Become Out of Stock","Кол-во товара для получения им статуса нет в наличии."
557
- "Qty for Item\'s Status to become Out of Stock","Кол-во товара для получения им статуса нет в наличии."
558
- "Qty:","Кол-во:"
559
- "Quantity","Количество"
560
- "Quick Create","Быстрое создание"
561
- "Quick Overview","Краткая информация"
562
- "Quick simple product creation","Быстрое создание простого товара"
563
- "Records for ""","Записей для """
564
- "Redirect","Перенаправление"
565
- "Redirect URL","URL переадресации"
566
- "Regular Price:","Обычная цена:"
567
- "Related Products","Сопутствующие товары"
568
- "Remove","Удалить"
569
- "Remove Product From Websites","Удалить товар с сайтов"
570
- "Remove This Item","Удалить позицию"
571
- "Remove attribute from attribute set","Удалить атрибут из набора атрибутов"
572
- "Remove attribute set","Удалить набор атрибутов"
573
- "Remove custom option","Удалить настраиваемый вариант"
574
- "Remove group from attribute set","Удалить группу из набора атрибутов"
575
- "Remove option","Удалить вариант"
576
- "Remove product assignment","Удалить назначение товара"
577
- "Remove product image","Удалить изображение товара"
578
- "Remove product link","Удалить ссылку товара"
579
- "Remove value from custom option","Удалить значение из настраиваемого варианта"
580
- "Rename existing group","Переименовать существующую группу"
581
- "Rename group","Переименовать группу"
582
- "Reorganize EAV category structure to flat structure","Реорганизовать EAV структуру категорий в горизонтальную структуру (flat)"
583
- "Reorganize EAV product structure to flat structure","Реорганизовать EAV структуру товаров в горизонтальную структуру (flat)"
584
- "Reset","Сбросить"
585
- "Results","Результаты"
586
- "Retrieve attribute data","Получить данные атрибута"
587
- "Retrieve attribute list","Получить список атрибута"
588
- "Retrieve attribute options","Получить параметры атрибута"
589
- "Retrieve categories tree","Получить дерево категорий"
590
- "Retrieve category attributes","Получить атрибуты категории"
591
- "Retrieve category data","Получить данные категории"
592
- "Retrieve hierarchical tree","Получить дерево иерархии"
593
- "Retrieve linked products","Получить связанные товары"
594
- "Retrieve list of assigned products","Получить список назначенных товаров"
595
- "Retrieve list of option values","Получить список значений варианта"
596
- "Retrieve list of product custom options","Получить список настраиваемых вариантов товара"
597
- "Retrieve one level of categories by website/store view/parent category","Получить 1 уровень категорий сайта/представления магазина/родительской категории"
598
- "Retrieve option value info","Получить информацию о значении варианта"
599
- "Retrieve product","Получить товар"
600
- "Retrieve product attribute sets","Получить набор атрибутов товара"
601
- "Retrieve product image","Получить изображение товара"
602
- "Retrieve product image list","Получить список изображений товара"
603
- "Retrieve product image types","Получить типы изображений товара"
604
- "Retrieve product link type attributes","Получить атрибуты типа ссылки товара"
605
- "Retrieve product link types","Получить типы ссылки товара"
606
- "Retrieve product tier prices","Получить уровни цен товара"
607
- "Retrieve product types","Получить типы товара"
608
- "Retrieve products data","Получить данные о товаре"
609
- "Retrieve products list by filters","Получить отфильтрованный список товаров"
610
- "Reviews","Отзывы"
611
- "Roll Over for preview","Навести курсор для просмотра"
612
- "Root","Корневая"
613
- "SKU","Артикул (SKU)"
614
- "SKU length should be %s characters maximum.","Максимальная длинна артикула - %s."
615
- "Save","Сохранить"
616
- "Save Attribute","Сохранить атрибут"
617
- "Save Attribute Set","Сохранить набор атрибутов"
618
- "Save Category","Сохранить категорию"
619
- "Save Search","Запомнить поиск"
620
- "Save and Continue Edit","Сохранить и продолжить редактирование"
621
- "Saved %d record(s)","Сохранено записей %d"
622
- "Scope","Область действия"
623
- "Scope must not be changed, because the attribute is used in configurable products.","Область действия не должна меняться, так как атрибут используется в настраиваемых товарах."
624
- "Search","Поиск"
625
- "Search Engine Optimizations","Оптимизация в поисковых системах (SEO)"
626
- "Search Information","Информация о поиске"
627
- "Search Query","Поисковый запрос"
628
- "Search Term with such search query already exists.","Критерий поиска с таким же поисковым запросом уже существует."
629
- "Searchable","Для поиска"
630
- "See price before order confirmation.","Посмотрите цены перед подтверждением заказа."
631
- "Select Category...","Выберите категорию..."
632
- "Select Configurable Attributes ","Выберите настраиваемые атрибуты"
633
- "Select Product...","Выберите товар..."
634
- "Select type of option","Выберите тип параметра"
635
- "Select type options required values rows.","Выберите тип обязательных параметров."
636
- "Selected Product Types","Выбранные типы товара"
637
- "Selected configuration is not available.","Выбранная конфигурация недоступна."
638
- "Send Count","Отправить количество"
639
- "Set Ascending Direction","Сортируется по убыванию. Установить по возрастанию"
640
- "Set Descending Direction","Сортируется по возрастанию. Установить по убыванию"
641
- "Set Name","Установить название"
642
- "Set Root Category for Store","Установить корневую категорию для магазина"
643
- "Set root category for this store in the <a href=""%s"">configuration</a>","Установить корневую категорию для этого магазина в <a href=""%s"">конфигурации</a>"
644
- "Set special price","Установить цену особого предложения"
645
- "Set/Get current store view","Установить/получить текущее представление магазина"
646
- "Settings","Настройки"
647
- "Shop By","Фильтр"
648
- "Shopping Options","Доступные параметры"
649
- "Show","Показать"
650
- "Show Details","Показать подробно"
651
- "Show Tags","Показать метки"
652
- "Simple Product","Простой товар"
653
- "Site Map","Карта сайта"
654
- "Sitemap","Карта сайта"
655
- "Skip import row, is not valid value ""%s"" for field ""%s""","Пропуск строки при импорте, неверное значение ""%s"" поля ""%s"""
656
- "Skip import row, required field ""%s"" for the new customer is not defined.","Пропуск строки при импорте, не определено обязательное поле ""%s"" для нового клиента."
657
- "Skip import row, the value ""%s"" is invalid for field ""%s""","Пропуск строки при импорте, неверное значение ""%s"" поля ""%s"""
658
- "Skipping import row, required field ""%s"" for new products is not defined.","Пропуск строки при импорте, не определено обязательное поле ""%s"" для нового товара."
659
- "Skipping import row, required field ""%s"" is not defined.","Пропуск строки при импорте, не определено обязательное поле ""%s""."
660
- "Skipping import row, store ""%s"" field does not exist.","Пропуск строки при импорте, несуществующее поле магазина ""%s""."
661
- "Skipping import row, the value ""%s"" is not valid for the ""%s"" field.","Пропуск строки при импорте, неверное значение ""%s"" поля ""%s""."
662
- "Some of the processed products have no SKU value defined. Please fill it prior to performing operations on these products.","У некоторых обработанных товаров не указаны значения артикула (SKU). Заполните их перед выполнением операций с этими товарами."
663
- "Some of the products below do not have all the required options. Please edit them and configure all the required options.","У некоторых товаров, указанных ниже, указаны не все обязательные параметры. Отредактируйте их и укажите все обязательные параметры."
664
- "Sort By","Тип сортировки"
665
- "Sort Order","Порядок сортировки"
666
- "Source Model","Модель-источник"
667
- "Special Expires On: %s","Особое предложение истекает: %s"
668
- "Special Price:","Особое предложение:"
669
- "Special Price: %s","Особое предложение: %s"
670
- "Starting at:","Начиная от:"
671
- "Static","Статичный"
672
- "Static block and products","Статичный блок и товары"
673
- "Static block only","Только статичный блок"
674
- "Status","Статус"
675
- "Stock Availability","Наличие на складе"
676
- "Store","Магазин"
677
- "Store View","Представление магазина"
678
- "Stretch","Растянуть"
679
- "Subscribe to RSS Feed","Подписаться на RSS канал"
680
- "Super product attributes configuration","Конфигурация атрибутов супер товара"
681
- "Synonym For","Синоним для"
682
- "System Properties","Свойства системы"
683
- "Tag Name","Название метки"
684
- "Tax","Налог"
685
- "Template","Шаблон"
686
- "Text","Текст"
687
- "The Flat Catalog module has a limit of %2\$d filterable and/or sortable attributes. Currently there are %1\$d of them. Please reduce the number of filterable/sortable attributes in order to use this module","Модуль каталога с горизонтальной структурой данных имеет ограничение на максимальное количество (%2\$d) фильтруемых/сортируемых атрибутов. В данный момент таких атрибутов: %1\$d. Пожалуйста, уменьшите число фильтруемых/сортируемых атрибутов для использования данного модуля"
688
- "The Flat Catalog module has a limit of %2\$d filterable and/or sortable attributes. Currently there are %1\$d of them. Please reduce the number of filterable/sortable attributes in order to use this module.","Модуль каталога с горизонтальной структурой данных имеет ограничение на максимальное количество (%2\$d) фильтруемых/сортируемых атрибутов. В данный момент таких атрибутов: %1\$d. Пожалуйста, уменьшите число фильтруемых/сортируемых атрибутов для использования данного модуля."
689
- "The attribute model is not defined","Модель атрибута не определена"
690
- "The attribute set has been saved.","Набор атрибутов сохранён."
691
- "The base directory to upload file is not specified.","Не указана базовая папка для закачивания файлов."
692
- "The base directory to upload image file is not specified.","Не указана базовая папка для закачивания изображений."
693
- "The category has been deleted.","Категория удалена."
694
- "The category has been saved.","Категория сохранена."
695
- "The comparison list was cleared.","Список для сравнения очищен."
696
- "The email template is not specified by administrator.","Шаблон письма не указан администратором."
697
- "The file '%s' for '%s' has an invalid extension","У файла '%s' для '%s' неверное расширение"
698
- "The file '%s' you uploaded is larger than %s Megabytes allowed by server","Закачанный вами файл '%s' больше чем разрешено на сервере (%s мегабайт)"
699
- "The file you uploaded is larger than %s Megabytes allowed by server","Закачанный вами файл больше чем разрешено на сервере (%s мегабайт)"
700
- "The filters must be an array.","Фильтры должны быть в виде массива."
701
- "The image contents is not valid base64 data.","Содержимое файла изображения не является корректными данными base64."
702
- "The image is not specified.","Изображение не указано."
703
- "The model collection resource name is not defined.","Имя модели коллекции русурса не определено."
704
- "The product %s has been added to comparison list.","Товар <strong>%s</strong> успешно добавлен в список сравнения."
705
- "The product %s has been removed from comparison list.","Товар <strong>%s</strong> успешно удалён из списка сравнения."
706
- "The product attribute has been deleted.","Атрибут товара удалён."
707
- "The product attribute has been saved.","Атрибут товара сохранён."
708
- "The product has been created.","Товар создан."
709
- "The product has been deleted.","Товар удалён."
710
- "The product has been duplicated.","Товар продублирован."
711
- "The product has been saved.","Товар сохранён."
712
- "The product has required options","Товар содержит обязательные параметры"
713
- "The review has been deleted","Отзыв удалён"
714
- "The review has been saved.","Отзыв сохранён."
715
- "The review was removed by another user or does not exist.","Отзыв удалён других пользователем или не существует."
716
- "The search was deleted.","Поиск удалён."
717
- "The text is too long","Текст слишком длинны"
718
- "There are no %s available.","%s нет в наличии."
719
- "There are no customers for this alert","Нет клиентов для этого оповещения"
720
- "There are no customers for this alert.","Нет клиентов для этого оповещения."
721
- "There are no products matching the selection.","Нет товаров, соответствующих вашему выбору."
722
- "There was an error while request processing.","Ошибка при обработке запроса."
723
- "This Attribute no longer exists","Этот атрибут больше не существует"
724
- "This attribute cannot be deleted.","Этот атрибут не может быть удалён."
725
- "This attribute cannot be edited.","Этот атрибут не может быть отредактирован."
726
- "This attribute cannot be updated.","Этот атрибут не может быть обновлён."
727
- "This attribute is used in configurable products.","Этот атрибут используется в настраиваемых товарах."
728
- "This attribute is used in configurable products. You cannot remove it from the attribute set.","Этот атрибут используется в настраиваемых товарах. Вы не можете удалить его из набора атрибутов."
729
- "This attribute no longer exists","Этот атрибут больше не существует"
730
- "This attribute set no longer exists.","Этот набор атрибутов больше не существует."
731
- "This group contains attributes, used in configurable products. Please move these attributes to another group and try again.","Эта группа содержит атрибуты, используемые в настраиваемых товарах. Пожалуйста, переместите эти атрибуты в другую группу и попробуйте ещё раз."
732
- "This group contains system attributes. Please move system attributes to another group and try again.","Эта группа содержит системные атрибуты. Пожалуйста, переместите системные атрибуты в другую группу и попробуйте еще раз."
733
- "This is a required option","Это обязательный параметр"
734
- "This product no longer exists.","Товар больше не существует."
735
- "This search no longer exists.","Этот поиск больше не существует."
736
- "This setting will be applied when all prices in the specific price interval are equal.","Этот параметр применяется в случае, когда в интервале все цены одинаковы."
737
- "Tier Pricing","Уровни цен"
738
- "Tile","Повторение"
739
- "Time Format","Формат времени"
740
- "Title","Заголовок"
741
- "To reindex the enabled product(s), the store or product must be specified","Для переиндексации товаров необходимо указать магазин или товар"
742
- "To reindex the enabled product(s), the store or product must be specified.","Для переиндексации товаров необходимо указать магазин или товар."
743
- "To see product price, add this item to your cart. You can always remove it later.","Чтобы узнать цену, поместите товар в корзину. Вы в любой момент сможете удалить его из корзины."
744
- "Top/Left","Верх/лево"
745
- "Top/Right","Верх/право"
746
- "Total Qty Base Items","Всего кол-во"
747
- "Total Qty Content Items","Всего кол-во позиций содержимого"
748
- "Total incl. Tax: %1$s","Итого вкл. налог: %1$s"
749
- "Total of %d record(s) have been deleted.","Удалено записей: %d."
750
- "Total of %d record(s) have been updated.","Обновлено записей: %d."
751
- "Total of %d record(s) were updated","Обновлено записей: %d."
752
- "Type","Тип"
753
- "URL Rewrite Management","Управление правилами URL"
754
- "Unable to complete this request.","Невозможно выполнить запрос."
755
- "Unable to find a search term to delete.","Невозможно найти критерий поиска для удаления."
756
- "Unable to find an attribute to delete.","Невозможно найти атрибут для удаления."
757
- "Unable to get the product ID.","Невозможно получить идентификатор товара."
758
- "Unassigned Attributes","Неприсвоенные атрибуты"
759
- "Unknown EAV indexer type ""%s"".","Неизвестный тип EAV индексатора ""%s""."
760
- "Unknown attribute: %s.","Неизвестный атрибут: %s."
761
- "Unsupported product type ""%s"".","Не поддерживаемый тип товара: ""%s""."
762
- "Up-sells","Похожие товары"
763
- "Update","Обновить"
764
- "Update Attributes","Обновить атрибуты"
765
- "Update Tier Price","Обновить ценовые уровни"
766
- "Update assigned product","Обновить связанный товар"
767
- "Update attribute","Обновить атрибут"
768
- "Update attributes","Обновить атрибуты"
769
- "Update category","Обновить категорию"
770
- "Update custom option of product","Обновить настраиваемый вариант товара"
771
- "Update product","Обновить товар"
772
- "Update product image","Обновить изображение товара"
773
- "Update product link","Обновить ссылку товара"
774
- "Update product tier prices","Обновить ценовые уровни товара"
775
- "Update value of custom option","Обновить значение настраиваемого варианта"
776
- "Upload new product image ","Закачать новое изображение товара"
777
- "Url Rewrite Management","Управление правилами URL"
778
- "Use Canonical Link Meta Tag For Categories","Использовать мета тег канонической ссылки для категорий"
779
- "Use Canonical Link Meta Tag For Products","Использовать мета тег канонической ссылки для товаров"
780
- "Use Categories Path for Product URLs","Использовать путь категории для адресов (URLs) товара"
781
- "Use Config Settings","Использовать настройки конфигурации"
782
- "Use Default Value","Использовать значение по умолчанию"
783
- "Use Flat Catalog Category","Использовать категории каталога с горизонтальной структурой хранения"
784
- "Use Flat Catalog Product","Использовать товары с горизонтальной структурой хранения"
785
- "Use In Layered Navigation","Использовать в многоуровневой навигации"
786
- "Use In Search Results Layered Navigation","Использовать в результатах поиска (в многоуровневой навигации)"
787
- "Use JavaScript Calendar","Использовать JavaScript календарь"
788
- "Use Static URLs for Media Content in WYSIWYG for Catalog","Использовать в редакторе WYSIWYG статичные адреса (URLs) для медиа содержимого каталога"
789
- "Use To Create Configurable Product","Используется для создания настраиваемых товаров"
790
- "Use Tree Like Category Sitemap","Использовать дерево наподобие карты сайта категорий"
791
- "Use config","Использовать настройки конфигурации"
792
- "Use default","Использовать значение по умолчанию"
793
- "Use for Promo Rule Conditions","Использовать для условий PROMO правил"
794
- "Use four-digit year format.","Использовать 4 цифры для записи года."
795
- "Use in Advanced Search","Использовать в расширенном поиске"
796
- "Use in Layered Navigation","Использовать в многоуровневой навигации"
797
- "Use in Layered Navigation<br/>(Can be used only with catalog input type 'Dropdown')","Использовать в многоуровневой навигации <br/> (может быть использована только с типом ввода каталога 'выпадающий список')"
798
- "Use in Quick Search","Использовать в быстром поиске"
799
- "Used for Sorting in Product Listing","Использовать для сортировки в списке товаров"
800
- "Used in Product Listing","Использовать в списке товаров"
801
- "Value for ""%s"" is invalid.","Неверное значение для ""%s""."
802
- "Value for ""%s"" is invalid: %s","Неверное значение для ""%s"" (%s)"
803
- "Varchar","Строковая величина"
804
- "View as","Вид"
805
- "Virtual Product","Виртуальный товар"
806
- "Visibility","Видимость"
807
- "Visible","Видимый"
808
- "Visible on Catalog Pages on Front-end","Видимый на странице каталога в пользовательской части"
809
- "Visible on Product View Page on Front-end","Видимый на странице просмотра товара в пользовательской части"
810
- "WYSIWYG Editor","Редактор WYSIWYG"
811
- "Watermark","Водяной знак"
812
- "Watermark Default Size","Размер водяного знака по умолчанию"
813
- "Watermark Opacity, Percent","Прозрачность водяного знака процентах. 0 - прозрачный, 100 - не прозрачный)"
814
- "Watermark Position","Расположение водяного знака"
815
- "We Also Recommend","Мы также рекомендуем"
816
- "Website","Сайт"
817
- "Websites","Сайты"
818
- "What's this?","Что это?"
819
- "Whether to show ""All"" option in the ""Show X Per Page"" dropdown.","Показывать ли параметр ""Все"" в выпадающем списке ""Показывать Х на страницу""."
820
- "Will make search for the query above return results for this search.","При поиске синонима будет возвращён результат данного поиска."
821
- "Wrong BuyRequest instance in options group.","Неверный экземпляр запроса на покупку в группе параметров."
822
- "Wrong configuration item instance in options group.","Неверный экземпляр позиции конфигурации в группе параметров."
823
- "Wrong configuration item option instance in options group.","Неверный экземпляр параметра позиции конфигурации в группе параметров."
824
- "Wrong option instance type in options group.","Неверный экземпляр типа параметра в группе параметров."
825
- "Wrong option type to get group instance.","Неверный тип параметра для получения экземпляра группы."
826
- "Wrong product instance type in options group.","Неверный экземпляр типа товара в группе параметров."
827
- "Wrong product type filter specified","Указан неверный фильтр типа товара"
828
- "Wrong product type to extract configurable options.","Неверный тип товара для извлечения параметров."
829
- "Year Range","Диапазон лет"
830
- "Yes","Да"
831
- "You cannot email this product to a friend.","Вы не можете оповестить друга по почте об этом товаре."
832
- "You cannot remove system attribute from this set.","Вы не можете удалить системный атрибут из этого набора."
833
- "You cannot send more than %d emails at a time.","Вы не можете посылать более %d писем одновременно."
834
- "You have exceeded limit of %d sends in an hour.","Вы превысили лимит отсылок писем в час (%d)."
835
- "You have no items to compare.","У вас нет товаров для сравнения."
836
- "You have to specify at least one recipient.","Вам необходимо указать хотя бы одного получателя."
837
- "You may also be interested in the following product(s)","Вы возможно также заинтересованы в следующих товарах"
838
- "Zoom In","Увеличить"
839
- "Zoom Out","Уменьшить"
840
- "[GLOBAL]","[Глобально]"
841
- "and","и"
842
- "and above","и больше"
843
- "categories","категории"
844
- "each","каждый"
845
- "ex. http://domain.com","напр. http://domain.com"
846
- "leave blank if its not an image","Оставьте пустым, если это не изображение"
847
- "per page","на странице"
848
- "products","товаров"
849
- "px.","пикс."
850
- "save","сэкономь"
851
- "select all","выбрать все"
852
- "unselect all","снять выбор со всех"
853
- "x","x"
854
- "General","Основные параметры"
855
- "Prices","Цены"
856
- "Meta Information","Meta информация"
857
- "Descriptions","Описания"
858
- "Images","Изображения"
859
- "Recurring Profile","Повторяющиеся платежи"
860
- "Gift Options","Параметры подарка"
861
- "",""
862
- "",""
863
- "",""
864
- "",""
865
- "",""
866
- "",""
867
- "",""
868
- "",""
 
 
 
 
 
1
+ "# of Use","# использования"
2
+ "%1$s incl tax.","%1$s вкл. налог."
3
+ "%s - %s","%s - %s"
4
+ "%s Item(s)","%s шт."
5
+ "%s and above","%s и больше"
6
+ "(%d)","(%d)"
7
+ "(Copy data from: %s)","(Скопировать данные из: %s)"
8
+ "(Will make search for the query above return results for this search.)","(Вернёт результат по запросу выше.)"
9
+ "* Required Fields","* Обязательные поля"
10
+ "-- Please Select --","-- Выберите --"
11
+ "86400 by default, if not set. To refresh instantly, Clear the Blocks HTML Output Cache.","Если не указано, то используется значение по умолчанию: 86400. Чтобы обновить незамедлительно, очистите кэш Вывод HTML Блоков."
12
+ "<strong style=""color:red"">Warning!</strong> Applying MAP by default will hide all product prices on the frontend.","<strong style=""color:red"">Внимание!</strong> Применение РРЦ по умолчанию скроет все цены товаров в пользовательской части."
13
+ "A group with the same name already exists.","Группа с таким же именем уже существует."
14
+ "A name is required","Имя обязательно"
15
+ "A product type is not defined for the indexer.","Не указан тип товара для процесса индексации."
16
+ "ALL GROUPS","ВСЕ ГРУППЫ"
17
+ "AM","AM"
18
+ "Action","Действие"
19
+ "Actual Price","Текущая цена"
20
+ "Add","Добавить"
21
+ "Add Attribute","Добавить атрибут"
22
+ "Add Design Change","Добавить изменение дизайна"
23
+ "Add Group","Добавить группу"
24
+ "Add Group Price","Добавить цену для группы"
25
+ "Add New","Добавить новый"
26
+ "Add New Attribute","Добавить новый атрибут"
27
+ "Add New Attribute Set","Добавьте новый набор атрибутов"
28
+ "Add New Group","Добавить новую группу"
29
+ "Add New Images","Добавить новые изображения"
30
+ "Add New Option","Добавить новый вариант"
31
+ "Add New Row","Добавить новую строку"
32
+ "Add New Search Term","Добавить новый критерий поиска"
33
+ "Add New Set","Добавить новый набор"
34
+ "Add Product","Добавить товар"
35
+ "Add Product To Websites","Добавить товар на сайты"
36
+ "Add Root Category","Добавить категорию"
37
+ "Add Subcategory","Добавить подкатегорию"
38
+ "Add Tax","Добавить налог"
39
+ "Add Tier","Добавить уровень"
40
+ "Add attribute into attribute set","Добавить атрибут в набор"
41
+ "Add group into attribute set","Добавить группу в набор атрибутов"
42
+ "Add new custom option into product","Добавить в товар новый настраиваемый вариант"
43
+ "Add new values into custom option","Добавить новые значения в настраиваемый вариант"
44
+ "Add option","Добавить вариант"
45
+ "Add to Cart","Добавить в корзину"
46
+ "Add to Compare","Добавить в сравнение"
47
+ "Add to Wishlist","Добавить в пожелания"
48
+ "Additional Information","Дополнительная информация"
49
+ "Alert Urls","Alert Urls"
50
+ "All","Все"
51
+ "All Product Types","Все типы товаров"
52
+ "All Websites","Все сайты"
53
+ "All products","Все товары"
54
+ "All products - recently added products, New products - products marked as new","Все товары - недавно добавленные товары, Новые товары - товары с пометкой Новинка"
55
+ "All products of this set will be deleted! Are you sure you want to delete this attribute set?","Все товары этого набора будут удалены! Вы действительно хотите удалить этот набор атрибутов?"
56
+ "Allow All Products per Page","Разрешить все товары на страницу"
57
+ "Allow Dynamic Media URLs in Products and Categories","Разрешить динамические адреса для медиа данных в товарах и категориях"
58
+ "Allow HTML Tags on Frontend","Разрешить HTML в пользовательской части"
59
+ "Allowed File Extensions","Разрешённые расширения файлов"
60
+ "Allowed file extensions to upload","Разрешённые для закачивания расширения файлов"
61
+ "An error occurred while adding customers for the %s alert. Message: %s","Ошибка при добавлении клиентов для оповещения %s. Сообщение: %s"
62
+ "An error occurred while adding products to websites.","Ошибка при добавлении товаров на сайты."
63
+ "An error occurred while clearing comparison list.","Ошибка при очистке списка сравнения."
64
+ "An error occurred while deleting this review.","Ошибка при удалении этого отзыва."
65
+ "An error occurred while removing products from websites.","Ошибка при удалении товаров с сайтов."
66
+ "An error occurred while saving the URL rewrite","Ошибка при сохранении правила URL"
67
+ "An error occurred while saving the URL rewrite.","Ошибка при сохранении правила URL."
68
+ "An error occurred while saving the attribute set.","Ошибка при сохранении этого набора атрибутов."
69
+ "An error occurred while saving the collection, aborting. Error message: %s","Ошибка при сохранении коллекции, отменено. Ошибка: %s"
70
+ "An error occurred while saving the product. ","Ошибка при сохранении этого товара. "
71
+ "An error occurred while saving the search query.","Ошибка при записи поискового запроса."
72
+ "An error occurred while saving this group.","Ошибка при сохранении этой группы."
73
+ "An error occurred while saving this review.","Ошибка при сохранении этого отзыва."
74
+ "An error occurred while trying to delete the category.","Ошибка при удалении категории."
75
+ "An error occurred while updating the product(s) attributes.","Ошибка при обновлении атрибутов товара(ов)."
76
+ "An error occurred while updating the product(s) status.","Ошибка при обновлении статуса товара(ов)."
77
+ "An invalid group ID is specified, skipping the record.","Указан неправильный ид группы, пропуск записи."
78
+ "An invalid option ID is specified for %s (%s), skipping the record.","Указан неправильный ид варианта для %s (%s), пропуск записи."
79
+ "An invalid store was specified.","Указан неправильный магазин."
80
+ "Anchor Custom Text","Текст ссылки"
81
+ "Anchor Custom Title","Заголовок ссылки"
82
+ "Applicable to catalog products and categories only. Any media content will be inserted into editor as a static URL. It is not updated if the system configuration base URL changes.","Применимо только к товарам каталога и категориям. Любые медиа данные будут вставлены в редактор в виде статичных ссылок (URL). Ссылки не будут обновлены при смене базового пути в конфигурации системы."
83
+ "Apply MAP (Default Value)","Применить РРЦ (Занчение по умолчанию)"
84
+ "Apply To","Применить к"
85
+ "Approved","Одобрено"
86
+ "Are you sure you want to delete this category?","Вы действительно хотите удалить эту категорию?"
87
+ "Are you sure you would like to remove all products from your comparison?","Вы действительно хотите очистить список товаров для сравнения?"
88
+ "Are you sure you would like to remove this item from the compare products?","Вы действительно хотите удалить этот товар из списка для сравнения?"
89
+ "Are you sure you would like to remove this item from the comparison list?","Вы действительно хотите удалить этот товар из списка для сравнения?"
90
+ "Are you sure?","Вы уверены?"
91
+ "As low as:","Начиная с:"
92
+ "Assign","Назначить"
93
+ "Assign product link","Назначить ссылку на товар"
94
+ "Assign product to category","Назначить товар в категорию"
95
+ "Assigned Products","Назначенные товары"
96
+ "Associated Products","Объединённые товары"
97
+ "Attrib. Set Name","Набор атрибутов"
98
+ "Attribute ""%s"" is invalid.","Неверный атрибут ""%s""."
99
+ "Attribute ""%s"" is required.","Атрибут ""%s"" обязателен."
100
+ "Attribute Information","Информация об атрибуте"
101
+ "Attribute Model","Модель атрибута"
102
+ "Attribute Name:","Название атрибута:"
103
+ "Attribute Set","Набор атрибутов"
104
+ "Attribute Sets","Наборы атрибутов"
105
+ "Attribute add","Добавить аттрибут"
106
+ "Attribute code is invalid. Please use only letters (a-z), numbers (0-9) or underscore(_) in this field, first character should be a letter.","Неверный код атрибута. Пожалуйста, используйте в этом поле только буквы (a-z), цифры (0-9) или подчёркивания(_). Первый символ должен быть буквой."
107
+ "Attribute group with the \"/name/\" name already exists","Группа атрибутов с названием \"/name/\" уже существует"
108
+ "Attribute group with the \/name/\"" name already exists""","Группа атрибутов с названием \/name/\"" уже существует"""
109
+ "Attribute remove","Удалить атрибут"
110
+ "Attribute with the same code already exists","Атрибут с таким кодом уже существует"
111
+ "Attributes","Атрибуты"
112
+ "Attrribute names can be specified per store.","Названия атрибутов могут быть определены для каждого магазина."
113
+ "Autogenerate","Автогенерация"
114
+ "Availability:","Доступность:"
115
+ "Back","Вернуться"
116
+ "Backend Model","Backend модель"
117
+ "Backend Table","Backend таблица"
118
+ "Backend Table Title","Название Backend таблицы"
119
+ "Backorders","Задолженные заказы"
120
+ "Based On","Основано на"
121
+ "Before Order Confirmation","Перед подтверждением заказа"
122
+ "Best Value","Лучшая оценка"
123
+ "Block after Info Column","Блок после информационной колонки"
124
+ "Bottom Block Options Wrapper","Оболочка настроек нижнего блока"
125
+ "Bottom/Left","Низ/Лево"
126
+ "Bottom/Right","Низ/Право"
127
+ "Browse By","Просмотреть по"
128
+ "Bundle Items","Набор товаров"
129
+ "Buy %1$s","Купи %1$s"
130
+ "Buy %1$s for","Купи %1$s за"
131
+ "Buy %1$s for %2$s","Купи %1$s шт. по %2$s"
132
+ "Buy %1$s for %2$s (%3$s incl. tax) each","Купи %1$s шт. по %2$s (%3$s вкл. налог) каждый"
133
+ "Buy %1$s for %2$s each","Купи %1$s шт. по %2$s каждый"
134
+ "Buy %1$s with %2$s discount each","Купи %1$s шт. со скидкой %2$s на каждый"
135
+ "Cache Lifetime (Seconds)","Время жизни кэша (в секундах)"
136
+ "Cache refresh needed.","Необходимо обновление кэша."
137
+ "Can be Divided into Multiple Boxes for Shipping","При доставке может быть упковано в несколько коробок"
138
+ "Can be used only with catalog input type Dropdown","Может быть использовано только с типом ввода 'выпадающий список'"
139
+ "Can be used only with catalog input type Dropdown, Multiple Select and Price","Может быть использовано только с типом ввода 'выпадающий список', 'множественный выбор' и 'цена'"
140
+ "Can\'t create image.","Невозможно создать изображение."
141
+ "Cancel","Отменить"
142
+ "Cannot create image.","Невозможно создать изображение."
143
+ "Cannot create writeable directory '%s'.","Невозможно создать папку с правами на запись '%s'."
144
+ "Cart Item Attribute","Атрибут единицы корзины"
145
+ "Catalog","Каталог"
146
+ "Catalog Category (Anchor)","Категория каталога (зафиксирована)"
147
+ "Catalog Category (Non-Anchor)","Категория каталога (не зафиксирована)"
148
+ "Catalog Category (Without Subcategories)","Категория каталога (без подкатегорий)"
149
+ "Catalog Category Link","Ссылка на категорию каталога"
150
+ "Catalog New Products List","Список новых товаров каталога"
151
+ "Catalog Price Scope","Область действия цен каталога"
152
+ "Catalog Product Compare List","Список товаров каталога для сравнения"
153
+ "Catalog Product Email to a Friend","Catalog Product Email to a Friend"
154
+ "Catalog Product Image Gallery Popup","Catalog Product Image Gallery Popup"
155
+ "Catalog Product Link","Ссылка на товар каталога"
156
+ "Catalog Product View (Any)","Catalog Product View (Any)"
157
+ "Catalog Product View (Configurable)","Catalog Product View (Configurable)"
158
+ "Catalog Product View (Grouped)","Catalog Product View (Grouped)"
159
+ "Catalog Product View (Simple)","Catalog Product View (Simple)"
160
+ "Catalog Product View (Virtual)","Catalog Product View (Virtual)"
161
+ "Catalog Section","Раздел каталога"
162
+ "Catalog Seo Popular Search Terms","Catalog Seo Popular Search Terms"
163
+ "Catalog Seo Sitemap (Category List)","Catalog Seo Sitemap (Category List)"
164
+ "Catalog Seo Sitemap (Category Tree)","Catalog Seo Sitemap (Category Tree)"
165
+ "Catalog Seo Sitemap (Common)","Catalog Seo Sitemap (Common)"
166
+ "Catalog Seo Sitemap (Product List)","Catalog Seo Sitemap (Product List)"
167
+ "Catalog URL Rewrites","Catalog URL Rewrites"
168
+ "Catalog product custom option values API","API значений настраиваемых вариантов каталога товаров"
169
+ "Catalog product custom options API","API настраиваемых вариантов каталога товаров"
170
+ "Catalog, Search","Каталог, поиск"
171
+ "Categories","Категории"
172
+ "Categories Sitemap","Карта категорий"
173
+ "Category","Категория"
174
+ "Category API","API категорий"
175
+ "Category Data","Данные категории"
176
+ "Category Flat Data","Category Flat Data"
177
+ "Category Link Block Template","Category Link Block Template"
178
+ "Category Link Inline Template","Category Link Inline Template"
179
+ "Category Products","Товары категории"
180
+ "Category Top Navigation","Начало навигации категории"
181
+ "Category URL Suffix","URL суффикс категории"
182
+ "Category attributes API","API атрибутов категорий"
183
+ "Category move error","Ошибка при перемещении категории"
184
+ "Category move error %s","Ошибка при перемещении категории %s"
185
+ "Category move operation is not possible: parent category is equal to child category.","Операция по перемещению категории невозможна: родительская категория таже, что и дочерняя категория."
186
+ "Category move operation is not possible: the current category was not found.","Операция по перемещению категории невозможна: текущая категория не найдена."
187
+ "Category move operation is not possible: the new parent category was not found.","Операция по перемещению категории невозможна: новая родительская категория не найдена."
188
+ "Category must be an instance of Mage_Catalog_Model_Category.","Категория должна быть экземпляром класса Mage_Catalog_Model_Category."
189
+ "Center","Центр"
190
+ "Change","Изменить"
191
+ "Change or Retrieve attribute store view","Изменить/получить атрибут представления магазина"
192
+ "Change status","Изменить статус"
193
+ "Check items to add to the cart or","Выберите позиции для добавления в корзину покупок или"
194
+ "Choose an Option...","Выберите вариант..."
195
+ "Clear All","Очистить все"
196
+ "Clear Price","Очистить цену"
197
+ "Click for price","Узнать цену"
198
+ "Close Window","Закрыть окно"
199
+ "Collapse All","Свернуть все"
200
+ "Comma-separated.","Разделение запятыми."
201
+ "Comparable","Сравнимый"
202
+ "Comparable on Front-end","Сравнимый в пользовательской части"
203
+ "Comparable on the Frontend","Сравнимый в пользовательской части"
204
+ "Compare","Сравнить"
205
+ "Compare Products","Сравнение товаров"
206
+ "Compare Products (%d)","Сравнение товаров (%d)"
207
+ "Compare Products - %d Items","Сравнение товаров (%d)"
208
+ "Conditions Combination","Комбинация условий"
209
+ "Configurable Product","Настраиваемый товар"
210
+ "Configurable Product Settings","Параметры настраиваемого товара"
211
+ "Configure Product","Настроить товар"
212
+ "Continue","Продолжить"
213
+ "Copy From Configurable","Скопировать из настраиваемого"
214
+ "Country/State","Страна/область"
215
+ "Create","Создать"
216
+ "Create (Upload)","Создать (Закачать)"
217
+ "Create Empty","Создать пустым"
218
+ "Create Permanent Redirect for URLs if URL Key Changed","Создать постоянную переадресацию для старых URL при смене ключа URL"
219
+ "Create Permanent Redirect for old URL","Создать постоянную переадресацию для старых URL"
220
+ "Create Permanent Redirect for old URLs if Url key changed","Создать постоянную переадресацию для старых URL при смене ключа url"
221
+ "Create Product Settings","Настройки создания товара"
222
+ "Create Simple Associated Product","Создать простой объединённый товар"
223
+ "Create attribute set based on another set","Создать набор атрибутов на основе другого набора"
224
+ "Create new attribute","Создать новый атрибут"
225
+ "Create new category","Создать новую категорию"
226
+ "Create new product","Создать новый товар"
227
+ "Cross-sells","Перекрёстные продажи"
228
+ "Currently Shopping By","Выбранные параметры"
229
+ "Currently Shopping by:","Выбранные параметры:"
230
+ "Custom Design","Настраиваемый дизайн"
231
+ "Custom Options","Настраиваемые варианты"
232
+ "Custom options","Настраиваемые варианты"
233
+ "Customer Group","Группа клиентов"
234
+ "Customers Reviews","Отзывы клиентов"
235
+ "Customers Tagged Product","Помеченные клиентами товары"
236
+ "Customers for alert %s were successfuly added to queue","Клиенты успешно добавлены в очередь для оповещения %s"
237
+ "Data Type for Saving in Database","Тип данных для сохранение в базе данных"
238
+ "Date & Time Custom Options","Настраиваемые параметры Date & Time"
239
+ "Date Fields Order","Порядок вывода полей дат"
240
+ "Date Subscribed","Дата подписки"
241
+ "Datetime","Дата и время"
242
+ "Decimal","Десятичное"
243
+ "Declare attribute value saving scope","Объявить диапазон действия сохраняемого значения атрибута"
244
+ "Default ""What's This"" Text Message","Значение по умолчанию текстового сообщения ""Что это"""
245
+ "Default Popup Text Message","Значение по умолчанию всплывающего текстового сообщения"
246
+ "Default Price","Цена по умолчанию"
247
+ "Default Price Navigation Step","Цена по умолчанию. Шаг навигации"
248
+ "Default Qty","Кол-во по умолчанию"
249
+ "Default Values","Значения по умолчанию"
250
+ "Defines the base currency scope (""Currency Setup"" > ""Currency Options"" > ""Base Currency"").","Указать область действия основной валюты (""Установки валюты"" > ""Параметры валюты"" > ""Основная валюта"")."
251
+ "Delete","Удалить"
252
+ "Delete Attribute","Удалить атрибут"
253
+ "Delete Attribute Set","Удалить набор атрибутов"
254
+ "Delete Category","Удалить категорию"
255
+ "Delete Group Price","Удалить цену для группы"
256
+ "Delete Option","Удалить вариант"
257
+ "Delete Row","Удалить строку"
258
+ "Delete Search","Удалить поиск"
259
+ "Delete Selected Group","Удалить выбранную группу"
260
+ "Delete Tier","Удалить уровень"
261
+ "Delete attribute","Удалить атрибут"
262
+ "Delete category","Удалить категорию"
263
+ "Delete product","Удалить товар"
264
+ "Depends on design theme","Зависит от дизайна темы"
265
+ "Descriptions","Описания"
266
+ "Design","Дизайн"
267
+ "Details","Подробности"
268
+ "Disabled","Отключено"
269
+ "Disallowed file type.","Запрешённый тип файла."
270
+ "Display Actual Price","Отображать текущую цену"
271
+ "Display Page Control","Display Page Control"
272
+ "Display Price Interval as One Price","Отображать интервал цен как единую цену"
273
+ "Display Product Count","Отображать количество товара"
274
+ "Display Settings","Настройки отображения"
275
+ "Display Type","Тип отображения"
276
+ "Display in Suggested Terms","Отображать в предлагаемых условиях"
277
+ "Double click on a group to rename it","Двойной щелчок по группе для её переименования"
278
+ "Double click on above image to view full picture","Двойной щелчок по изображению для просмотра в полный размер"
279
+ "Downloadable Information","Скачиваемая информация"
280
+ "Duplicate","Дублировать"
281
+ "Duplicate website group price customer group.","Обнаружен дубликат записи для групповой цены сайта и группы клиентов."
282
+ "Duplicate website tier price customer group and quantity.","Обнаружен дубликат уровня цен сайта, группы пользователей и количества."
283
+ "Duplicate website, country and state tax found.","Обнаружен дубликат сайта, страны и ставки налогов."
284
+ "E.g. {{media url=""path/to/image.jpg""}} {{skin url=""path/to/picture.gif""}}. Dynamic directives parsing impacts catalog performance.","Например: {{media url=""path/to/image.jpg""}} {{skin url=""path/to/picture.gif""}}. Обработка динамических данных влияет на скорость работы каталога."
285
+ "Edit","Редактировать"
286
+ "Edit Attribute Set '%s'","Редактировать набор атрибутов '%s'"
287
+ "Edit Product Attribute","Редактировать атрибут товара"
288
+ "Edit Product Attribute ""%s""","Редактировать атрибут товара ""%s"""
289
+ "Edit Search","Редактировать поиск"
290
+ "Edit Search '%s'","Редактировать поиск '%s'"
291
+ "Edit Set Name","Редактировать название набора"
292
+ "Email","Электронная почта (e-mail)"
293
+ "Email to %s was not sent.","Письмо по адресу %s не отослано."
294
+ "Email to a Friend","Отправить другу"
295
+ "Empty","Очистить"
296
+ "Enable MAP","Включить РРЦ (рекомендованные розничные цены)"
297
+ "Enable Qty Increments","Включить увеличение кол-ва"
298
+ "Enable WYSIWYG","Включить WYSIWYG"
299
+ "Enable for reindexing a big number of SKUs.","Включить для создания индексов при большом количестве артикулов (SKU)."
300
+ "Enabled","Включено"
301
+ "Error during retrieval of option value: %s","Ошибка при выборе значения варианта: %s"
302
+ "Exclude","Исключить"
303
+ "Expand All","Развернуть все"
304
+ "Failed","Не удалось"
305
+ "Failed to copy file %s. Please, delete media with non-existing images and try again.","Не удалось скопировать файл %s. Пожалуйста, удалите содержимое с отсутствующими изображениями и повторите попытку."
306
+ "Failed to move file: %s","Не удалось переместить файл: %s"
307
+ "Feature Products","Рекомендуемые товары"
308
+ "Field is not complete","Поле не заполнено"
309
+ "File options format is not valid.","Формат файла параметров недействительный."
310
+ "File upload failed","Закачка файла не удалась"
311
+ "Filter model name must be declared.","Название модели фильтра должно быть объявлено."
312
+ "Filter must be an object. Please set correct filter.","Фильтр должен быть объектом. Пожалуйста, установите правильный фильтр."
313
+ "Filterable (no results)","Фильтруемый (нет результатов)"
314
+ "Filterable (with results)","Фильтруемый результатами)"
315
+ "First Name","Имя"
316
+ "Fixed","Фиксированное значение"
317
+ "For internal use.","Для внутреннего использования."
318
+ "For the last time placed.","Для последнего поиска."
319
+ "Frontend","Пользовательская часть"
320
+ "Frontend Model","Модель пользовательской части"
321
+ "Frontend Properties","Свойства пользовательской части"
322
+ "Gallery","Галерея"
323
+ "General","Основные параметры"
324
+ "General Information","Общая информация"
325
+ "Get full information about attribute with list of options","Получить полную информацию об атрибуте, включая список вариантов"
326
+ "Get full information about custom option in product","Получить полную информацию о настраиваемом варианте товара"
327
+ "Get list of available custom option types","Получить список всех типов настраиваемых вариантов"
328
+ "Get list of non-default attributes by product type and attributes set","Получить список атрибутов, исключая стандартные, по типу товара и набору атрибута"
329
+ "Get list of possible attribute types","Получить список всех возможных типов атрибутов"
330
+ "Get special price","Получить цену особого предложения"
331
+ "Gift Options","Параметры подарка"
332
+ "Global","Глобально"
333
+ "Globally Editable","Редактируемые везде"
334
+ "Go to Home Page","Перейти на главную страницу"
335
+ "Grid","Сетка"
336
+ "Group add","Добавить группу"
337
+ "Group remove","Удалить группу"
338
+ "Grouped Product","Сборный товар"
339
+ "Groups","Группы"
340
+ "Home","Главная"
341
+ "ID","ИД"
342
+ "ID: %s","ИД: %s"
343
+ "If empty, the Category Name will be used","Если значение пустое, то будет использовано название категории"
344
+ "If empty, the Product Name will be used","Если значение пустое, то будет использовано название товара"
345
+ "If you do not specify an option value for a specific store view then the default (Admin) value will be used.","Если вы не укажете значение варианта для представления магазина, тогда будет использовано значение по умолчанию."
346
+ "Image","Изображение"
347
+ "Image content is not valid base64 data.","Содержимое файла изображения не является корректными данными base64."
348
+ "Image does not exist.","Изображение не существует."
349
+ "Image file was not found.","Файл изображения не найден."
350
+ "Image type and information need to be specified for each store view.","Тип и информация изображения должны быть указаны для каждого представления магазина."
351
+ "Images","Изображения"
352
+ "In Cart","В корзине"
353
+ "In Stock","Есть в наличии"
354
+ "In stock","Есть в наличии"
355
+ "Incl. Tax","Включая налог"
356
+ "Index product and categories URL rewrites","Проиндексировать правила URL для товаров и категорий"
357
+ "Index product attributes for layered navigation building","Проиндексировать атрибуты товаров для построения многослойной навигации"
358
+ "Index product prices","Проиндексировать цены товаров"
359
+ "Indexed category/products association","Проиндексированные ассоциации категория/товары"
360
+ "Info","Информация"
361
+ "Info Column Options Wrapper","Оболочка настроек столбца информации"
362
+ "Input Type","Тип ввода"
363
+ "Integer","Целое"
364
+ "Interval Division Limit","Предел деления интервала"
365
+ "Invalid Tier Prices","Неверные ценовые уровни"
366
+ "Invalid attribute %s","Неверный атрибут %s"
367
+ "Invalid attribute %s.","Неверный атрибут %s."
368
+ "Invalid attribute option specified for attribute %s (%s), skipping the record.","Для атрибута %s указано неправильное значение варианта (%s), пропуск записи."
369
+ "Invalid attribute set specified, skipping the record.","Указан неверный набор атрибутов, пропуск записи."
370
+ "Invalid block: %s.","Неверный блок: %s."
371
+ "Invalid category IDs.","Неверные идентификаторы категории."
372
+ "Invalid category.","Неверная категория."
373
+ "Invalid image file type.","Неправильный тип файла изображения."
374
+ "Invalid image type.","Неправильный тип изображения."
375
+ "Invalid option ID specified for %s (%s), skipping the record.","Указан неправильный ИД варианта для %s (%s), пропуск записи."
376
+ "Invalid product type specified, skipping the record.","Указан неправильный тип товара, пропуск записи."
377
+ "Invalid store specified","Указан неправильный магазин"
378
+ "Invalid store specified, skipping the record.","Указан неправильный магазин, пропуск записи."
379
+ "Invalid tier prices. The product is not associated to the requested website.","Неверные ценовые уровни. Товар не привязан к запрашиваемому сайту."
380
+ "Invalid transactional email code.","Неверный код транзакционного письма (email)."
381
+ "Inventory","Склад"
382
+ "Is Default","По умолчанию"
383
+ "Is Required","Обязательно"
384
+ "Items %s to %s of %s total","Позиции с %s по %s из %s"
385
+ "Items that you do not want to show in the catalog or search results should have status 'Disabled' in the desired store.","Позиции, которые вы не хотите отображать в каталоге или в результатах поиска должны иметь статус «Отключено» в нужном магазине."
386
+ "Items that you don't want to show in the catalog or search results should have status 'Disabled' in the desired store.","Позиции, которые вы не хотите отображать в каталоге или в результатах поиска должны иметь статус «Отключено» в нужном магазине."
387
+ "Keep your eyes open for our special Back to School items and save A LOT!","Обрати внимание на наши товары специального предложения Снова в Школу и СЭКОНОМЬ!"
388
+ "Label","Заголовок"
389
+ "Last Name","Фамилия"
390
+ "Last Notification","Последнее уведомление"
391
+ "Layered Navigation","Многоуровневая навигация"
392
+ "Learn More","Узнать больше"
393
+ "Line %d, Email: %s","Строка %d, почта: %s"
394
+ "Line %d, SKU: %s","Строка %d, артикул: %s"
395
+ "Link (Related, Up sell, Cross sell)","Ссылка (сопутствующие, похожие, импульсивные)"
396
+ "Link product does not exist.","Ссылка на товар не существует."
397
+ "Link to a Specified Category","Ссылка на указанную категорию"
398
+ "Link to a Specified Product","Ссылка на указанный товар"
399
+ "List","Список"
400
+ "List Mode","Режим списка"
401
+ "List of Products that are set as New","Список товаров, помеченных как новый товар"
402
+ "List of types","Список типов"
403
+ "Manage Attribute Sets","Управление наборами атрибутов"
404
+ "Manage Attributes","Управление атрибутами"
405
+ "Manage Catalog Categories","Управление категориями каталога"
406
+ "Manage Categories","Управление категориями"
407
+ "Manage Label / Options","Управление заголовками / вариантами"
408
+ "Manage Options (values of your attribute)","Управление вариантами (значения вашего атрибута)"
409
+ "Manage Product Attributes","Управление атрибутами товара"
410
+ "Manage Product Sets","Управление наборами товаров"
411
+ "Manage Products","Управление товарами"
412
+ "Manage Stock","Управление наличием"
413
+ "Manage Titles (Size, Color, etc.)","Управление заголовками (размер, цвет и т.д.)"
414
+ "Max Characters","Максимальное кол-во знаков"
415
+ "Maximal Depth","Максимальная глубина"
416
+ "Maximum Image Size","Максимальный размер изображения"
417
+ "Maximum Number of Price Intervals","Максимальное кол-во интервалов цены"
418
+ "Maximum Qty Allowed in Shopping Cart","Максимальное кол-во товара, разрешённое в корзине"
419
+ "Maximum allowed image size for '%s' is %sx%s px.","Максимальный разрешённый размер изображения для '%s' - %sx%s px."
420
+ "Maximum image height","Максимальная высота изображения"
421
+ "Maximum image width","Максимальная ширина изображения"
422
+ "Maximum number of characters:","Максимальное кол-во знаков:"
423
+ "Maximum number of price intervals is 100","Максимальное кол-во интервалов цены: 100"
424
+ "Media Image","Медиа изображение"
425
+ "Meta Information","Meta информация"
426
+ "Minimum Advertised Price","Рекомендованная розничная цена"
427
+ "Minimum Lines per Page","Минимальное количество строк на страницу"
428
+ "Minimum Qty Allowed in Shopping Cart","Минимальное кол-во товаров, разрешённое в корзине"
429
+ "Minimum Qty for Item\'s Status to be Out of Stock","Минимальное кол-во товара на складе, необходимое для того, чтобы товар получил статус ""нет в наличии"""
430
+ "Missing SKU, skipping the record.","Отсутствует артикул (SKU), пропуск записи."
431
+ "More Views","Больше изображений"
432
+ "Move","Переместить"
433
+ "Move category in tree","Переместить категорию в дереве"
434
+ "Must be in the allowed values list.","Должен быть в списке разрешённых значений."
435
+ "N/A","Н/Д"
436
+ "Name","Название"
437
+ "Name in %s","Название в %s"
438
+ "New Category","Новая категория"
439
+ "New Product","Новый товар"
440
+ "New Product Attribute","Новый атрибут товара"
441
+ "New Products","Новые товары"
442
+ "New Products Grid Template","Новые товары - шаблон в виде сетки"
443
+ "New Products List Template","Новые товары - шаблон в виде списка"
444
+ "New Root Category","Новая корневая категория"
445
+ "New Search","Новый поиск"
446
+ "New Set Name","Название нового набора"
447
+ "New Subcategory","Новая подкатегория"
448
+ "New products","Новые товары"
449
+ "Next","Следующая"
450
+ "No","Нет"
451
+ "No image","Нет изображения"
452
+ "No layout updates","Нет обновлений макета"
453
+ "No layout updates.","Нет обновлений макета."
454
+ "No options of this product are available.","Недоступны варианты для этого товара."
455
+ "No product collections found.","Не найдено коллекций товара."
456
+ "None","Нет"
457
+ "Not Visible Individually","Не видим по отдельности"
458
+ "Notify Low Stock RSS","RSS заканчивающихся товаров"
459
+ "Notify for Quantity Below","Оповещать о количестве ниже"
460
+ "Number of Products per Page","Кол-во товаров на страницу"
461
+ "Number of Products to Display","Кол-во товаров для отображения"
462
+ "Number of Uses","Кол-во использований"
463
+ "Number of results","Количество результатов"
464
+ "Number of results (For the last time placed)","Количество результатов (для последнего раза)"
465
+ "Number of results<br/>(For the last time placed)","Количество результатов<br/>(для последнего раза)"
466
+ "OK","OK"
467
+ "OR","ИЛИ"
468
+ "Old Price:","Старая цена:"
469
+ "On Gesture","По запросу"
470
+ "Option validation failed to add product to cart.","Не пройдена проверка варианта для добавления товара в корзину."
471
+ "Option values","Значения вариантов"
472
+ "Option:","Вариант:"
473
+ "Options","Варианты"
474
+ "Options Control","Управление вариантами"
475
+ "Options is required","Необходимы варианты"
476
+ "Our customer service is available 24/7. Call us at (555) 555-0123.","Наш сервис обслуживания клиентов доступен 24/7. Звоните нам на (123) DEMO-NUMBER."
477
+ "Out of Stock","Нет в наличии"
478
+ "Out of stock","Нет в наличии"
479
+ "PM","PM"
480
+ "Page Title Separator","Разделитель заголовка страницы"
481
+ "Parent Category","Родительская категория"
482
+ "Pending","В очереди"
483
+ "Pending Reviews RSS","RSS неподтвержденных отзывов"
484
+ "Percentage","Процент"
485
+ "Please add rows to option.","Пожалуйста, добавьте варианты."
486
+ "Please be careful as once you click on the row it will load package data form the selected file and all unsaved form data will be lost.","Будьте внимательны, при щелчке на строке будет загружена информация из выбранного файла и все не сохранённые данные будут потеряны."
487
+ "Please click on the Close Window button if it is not closed automatically.","Пожалуйста, нажмите кнопку Закрыть окно, если оно не закрывается автоматически."
488
+ "Please enter a new group name","Пожалуйста, укажите название новой группы"
489
+ "Please refresh ""Catalog URL Rewrites"" and ""Product Attributes"" in System -&gt; <a href=""%s"">Index Management</a>","Пожалуйста, обновите ""Правила URL каталога"" и ""Атрибуты товара"" на странице Система -&gt; <a href=""%s"">Управление индексами</a>"
490
+ "Please refresh ""Catalog URL Rewrites"" and ""Product Attributes"" in System -> <a href=""%s"">Index Management</a>","Пожалуйста, обновите ""Правила URL каталога"" и ""Атрибуты товара"" на странице Система -> <a href=""%s"">Управление индексами</a>"
491
+ "Please select a static block ...","Пожалуйста, выберите статичные блоки ..."
492
+ "Please select items.","Пожалуйста, выберите позиции."
493
+ "Please select one or more attributes.","Пожалуйста, выберите один или несколько атрибутов."
494
+ "Please select product(s).","Пожалуйста, выберите товар(ы)."
495
+ "Please select products for attributes update","Пожалуйста, выберите товары для обновления атрибутов"
496
+ "Please specify date required option(s).","Пожалуйста, укажите обязательные параметры даты."
497
+ "Please specify the number of products, that will not be divided into subintervals.","Укажите количество товаров, которое не будет дробиться на подинтервалы."
498
+ "Please specify the product required option(s)","Пожалуйста, укажите обязательные параметры товара"
499
+ "Please specify the product required option(s).","Пожалуйста, укажите обязательные параметры товара."
500
+ "Please specify the product's option(s).","Пожалуйста, укажите параметры товара."
501
+ "Please specify the product's required option(s).","Пожалуйста, укажите обязательные параметры товара."
502
+ "Please specify the product\'s option(s).","Пожалуйста, укажите параметры товара."
503
+ "Please specify the product\'s required option(s).","Пожалуйста, укажите обязательные параметры товара."
504
+ "Please specify the quantity of product(s).","Пожалуйста, укажите количество товара."
505
+ "Please specify time required option(s).","Пожалуйста, укажите обязательные параметры времени."
506
+ "Please wait...","Пожалуйста, подождите..."
507
+ "Position","Позиция"
508
+ "Position in Layered Navigation","Позиция в многоуровневой навигации"
509
+ "Position of attribute in layered navigation block","Позиция атрибута в блоке многоуровневой навигации"
510
+ "Prev","Пред"
511
+ "Previous","Предыдущая"
512
+ "Price","Цена"
513
+ "Price Navigation Step Calculation","Цена. Шаг навигации. Вычисление"
514
+ "Price Type","Тип цены"
515
+ "Price is not available","Цена не доступна"
516
+ "Price values for options should be specified in system base currency.","Значения цен для вариантов должны быть указаны в основной валюте системы."
517
+ "Price:","Цена:"
518
+ "Price: %s","Цена: %s"
519
+ "Prices","Цены"
520
+ "Print This Page","Распечатать страницу"
521
+ "Product","Товар"
522
+ "Product API","API товара"
523
+ "Product Alerts","Оповещения о товаре"
524
+ "Product Attribute","Атрибут товара"
525
+ "Product Attributes","Атрибуты товара"
526
+ "Product Categories","Категории товара"
527
+ "Product Description","Описание товара"
528
+ "Product Extra Info","Дополнительная информация товара"
529
+ "Product Flat Data","Product Flat Data"
530
+ "Product ID","ИД товара"
531
+ "Product Image Placeholders","Изображения товара по умолчанию"
532
+ "Product Image Watermarks","Водные знаки изображения товара"
533
+ "Product Images","Изображения товара"
534
+ "Product Images API","API изображений товара"
535
+ "Product In Websites","Товар на сайтах"
536
+ "Product Info Column","Информация о товаре"
537
+ "Product Information","Информация о товаре"
538
+ "Product Link Block Template","Product Link Block Template"
539
+ "Product Link Inline Template","Product Link Inline Template"
540
+ "Product Listing Sort by","Сортировать список товаров по критерию"
541
+ "Product Name","Название товара"
542
+ "Product Prices","Цены товара"
543
+ "Product Reviews","Отзывы о товаре"
544
+ "Product Tags","Метки товара"
545
+ "Product Tier Price API","API уровней цен"
546
+ "Product Type","Тип товара"
547
+ "Product URL Suffix","Суффикс для ссылки на товар"
548
+ "Product View Extra Hint","Просмотр товара. Дополнительная подсказка."
549
+ "Product attribute sets API","API набора атрибутов товара"
550
+ "Product attributes API","API атрибутов товара"
551
+ "Product collection expected.","Ожидается коллекция товара."
552
+ "Product is not loaded","Товар не загружен"
553
+ "Product links API (related, cross sells, up sells)","API ссылок товара (сопутствующие, импульсивные, похожие)"
554
+ "Product name","Название товара"
555
+ "Product types API","API типов товара"
556
+ "Product with this combination of attributes already associated to configurable.","Товар с этой комбинации атрибутов, уже связан с настраиваемым."
557
+ "Products","Товары"
558
+ "Products Comparison List","Список сравнения товаров"
559
+ "Products Information","Информация о товаре"
560
+ "Products Reviews","Отзывы о товаре"
561
+ "Products Sitemap","Карта товарного каталога"
562
+ "Products only","Только товары"
563
+ "Products per Page on Grid Allowed Values","Разрешённые значения параметра """"товаров на странице"""" (вывод в виде таблицы)"
564
+ "Products per Page on Grid Default Value","Значение по умолчанию параметра """"товаров на странице"""" (вывод в виде таблицы)"
565
+ "Products per Page on List Allowed Values","Разрешённые значения параметра """"товаров на странице"""" (вывод в виде списка)"
566
+ "Products per Page on List Default Value","Значение по умолчанию параметра """"товаров на странице"""" (вывод в виде списка)"
567
+ "Properties","Свойства"
568
+ "Qty","Кол-во"
569
+ "Qty Increments","Шаги количеств"
570
+ "Qty Uses Decimals","Дробное кол-во"
571
+ "Qty for Item\'s Status to Become Out of Stock","Кол-во товара для получения им статуса нет в наличии."
572
+ "Qty for Item\'s Status to become Out of Stock","Кол-во товара для получения им статуса нет в наличии."
573
+ "Qty:","Кол-во:"
574
+ "Quantity","Количество"
575
+ "Quick Create","Быстрое создание"
576
+ "Quick Overview","Краткая информация"
577
+ "Quick simple product creation","Быстрое создание простого товара"
578
+ "Records for ""","Записей для """
579
+ "Records for ""%s"" store found.","Найдена запись для магазина ""%s""."
580
+ "Recurring Profile","Повторяющиеся платежи"
581
+ "Redirect","Перенаправление"
582
+ "Redirect URL","URL переадресации"
583
+ "Regular Price:","Обычная цена:"
584
+ "Related Products","Сопутствующие товары"
585
+ "Remove","Удалить"
586
+ "Remove Product From Websites","Удалить товар с сайтов"
587
+ "Remove This Item","Удалить позицию"
588
+ "Remove attribute from attribute set","Удалить атрибут из набора атрибутов"
589
+ "Remove attribute set","Удалить набор атрибутов"
590
+ "Remove custom option","Удалить настраиваемый вариант"
591
+ "Remove group from attribute set","Удалить группу из набора атрибутов"
592
+ "Remove option","Удалить вариант"
593
+ "Remove product assignment","Удалить назначение товара"
594
+ "Remove product image","Удалить изображение товара"
595
+ "Remove product link","Удалить ссылку товара"
596
+ "Remove value from custom option","Удалить значение из настраиваемого варианта"
597
+ "Rename existing group","Переименовать существующую группу"
598
+ "Rename group","Переименовать группу"
599
+ "Reorganize EAV category structure to flat structure","Реорганизовать EAV структуру категорий в горизонтальную структуру (flat)"
600
+ "Reorganize EAV product structure to flat structure","Реорганизовать EAV структуру товаров в горизонтальную структуру (flat)"
601
+ "Reset","Сбросить"
602
+ "Results","Результаты"
603
+ "Retrieve attribute data","Получить данные атрибута"
604
+ "Retrieve attribute list","Получить список атрибута"
605
+ "Retrieve attribute options","Получить параметры атрибута"
606
+ "Retrieve categories tree","Получить дерево категорий"
607
+ "Retrieve category attributes","Получить атрибуты категории"
608
+ "Retrieve category data","Получить данные категории"
609
+ "Retrieve hierarchical tree","Получить дерево иерархии"
610
+ "Retrieve linked products","Получить связанные товары"
611
+ "Retrieve list of assigned products","Получить список назначенных товаров"
612
+ "Retrieve list of option values","Получить список значений варианта"
613
+ "Retrieve list of product custom options","Получить список настраиваемых вариантов товара"
614
+ "Retrieve one level of categories by website/store view/parent category","Получить 1 уровень категорий сайта/представления магазина/родительской категории"
615
+ "Retrieve option value info","Получить информацию о значении варианта"
616
+ "Retrieve product","Получить товар"
617
+ "Retrieve product attribute sets","Получить набор атрибутов товара"
618
+ "Retrieve product image","Получить изображение товара"
619
+ "Retrieve product image list","Получить список изображений товара"
620
+ "Retrieve product image types","Получить типы изображений товара"
621
+ "Retrieve product link type attributes","Получить атрибуты типа ссылки товара"
622
+ "Retrieve product link types","Получить типы ссылки товара"
623
+ "Retrieve product tier prices","Получить уровни цен товара"
624
+ "Retrieve product types","Получить типы товара"
625
+ "Retrieve products data","Получить данные о товаре"
626
+ "Retrieve products list by filters","Получить отфильтрованный список товаров"
627
+ "Reviews","Отзывы"
628
+ "Roll Over for preview","Навести курсор для просмотра"
629
+ "Root","Корневая"
630
+ "SKU","Артикул (SKU)"
631
+ "SKU length should be %s characters maximum.","Максимальная длинна артикула - %s."
632
+ "Save","Сохранить"
633
+ "Save Attribute","Сохранить атрибут"
634
+ "Save Attribute Set","Сохранить набор атрибутов"
635
+ "Save Category","Сохранить категорию"
636
+ "Save Search","Запомнить поиск"
637
+ "Save and Continue Edit","Сохранить и продолжить редактирование"
638
+ "Saved %d record(s)","Сохранено записей %d"
639
+ "Scope","Область действия"
640
+ "Scope must not be changed, because the attribute is used in configurable products.","Область действия не должна меняться, так как атрибут используется в настраиваемых товарах."
641
+ "Search","Поиск"
642
+ "Search Engine Optimizations","Оптимизация в поисковых системах (SEO)"
643
+ "Search Information","Информация о поиске"
644
+ "Search Query","Поисковый запрос"
645
+ "Search Term with such search query already exists.","Критерий поиска с таким же поисковым запросом уже существует."
646
+ "Searchable","Для поиска"
647
+ "See price before order confirmation.","Посмотрите цены перед подтверждением заказа."
648
+ "Select Category...","Выберите категорию..."
649
+ "Select Configurable Attributes ","Выберите настраиваемые атрибуты"
650
+ "Select Product...","Выберите товар..."
651
+ "Select type of option","Выберите тип параметра"
652
+ "Select type options required values rows.","Выберите тип обязательных параметров."
653
+ "Selected Product Types","Выбранные типы товара"
654
+ "Selected configuration is not available.","Выбранная конфигурация недоступна."
655
+ "Send Count","Отправить количество"
656
+ "Set Ascending Direction","Сортируется по убыванию. Установить по возрастанию"
657
+ "Set Descending Direction","Сортируется по возрастанию. Установить по убыванию"
658
+ "Set Name","Установить название"
659
+ "Set Root Category for Store","Установить корневую категорию для магазина"
660
+ "Set root category for this store in the <a href=""%s"">configuration</a>","Установить корневую категорию для этого магазина в <a href=""%s"">конфигурации</a>"
661
+ "Set special price","Установить цену особого предложения"
662
+ "Set/Get current store view","Установить/получить текущее представление магазина"
663
+ "Settings","Настройки"
664
+ "Shop By","Фильтр"
665
+ "Shopping Options","Доступные параметры"
666
+ "Show","Показать"
667
+ "Show Details","Показать подробно"
668
+ "Show Tags","Показать метки"
669
+ "Simple Product","Простой товар"
670
+ "Site Map","Карта сайта"
671
+ "Sitemap","Карта сайта"
672
+ "Skip import row, is not valid value ""%s"" for field ""%s""","Пропуск строки при импорте, неверное значение ""%s"" поля ""%s"""
673
+ "Skip import row, required field ""%s"" for the new customer is not defined.","Пропуск строки при импорте, не определено обязательное поле ""%s"" для нового клиента."
674
+ "Skip import row, the value ""%s"" is invalid for field ""%s""","Пропуск строки при импорте, неверное значение ""%s"" поля ""%s"""
675
+ "Skipping import row, required field ""%s"" for new products is not defined.","Пропуск строки при импорте, не определено обязательное поле ""%s"" для нового товара."
676
+ "Skipping import row, required field ""%s"" is not defined.","Пропуск строки при импорте, не определено обязательное поле ""%s""."
677
+ "Skipping import row, store ""%s"" field does not exist.","Пропуск строки при импорте, несуществующее поле магазина ""%s""."
678
+ "Skipping import row, the value ""%s"" is not valid for the ""%s"" field.","Пропуск строки при импорте, неверное значение ""%s"" поля ""%s""."
679
+ "Some of the processed products have no SKU value defined. Please fill it prior to performing operations on these products.","У некоторых обработанных товаров не указаны значения артикула (SKU). Заполните их перед выполнением операций с этими товарами."
680
+ "Some of the products below do not have all the required options. Please edit them and configure all the required options.","У некоторых товаров, указанных ниже, указаны не все обязательные параметры. Отредактируйте их и укажите все обязательные параметры."
681
+ "Some of the selected item options are not currently available.","Некоторые из выбранных параметров позиции в данный момент недоступны."
682
+ "Sort By","Тип сортировки"
683
+ "Sort Order","Порядок сортировки"
684
+ "Source Model","Модель-источник"
685
+ "Special Expires On: %s","Особое предложение истекает: %s"
686
+ "Special Price:","Особое предложение:"
687
+ "Special Price: %s","Особое предложение: %s"
688
+ "Starting at:","Начиная от:"
689
+ "Static","Статичный"
690
+ "Static block and products","Статичный блок и товары"
691
+ "Static block only","Только статичный блок"
692
+ "Status","Статус"
693
+ "Stock Availability","Наличие на складе"
694
+ "Store","Магазин"
695
+ "Store View","Представление магазина"
696
+ "Stretch","Растянуть"
697
+ "Subscribe to RSS Feed","Подписаться на RSS канал"
698
+ "Super product attributes configuration","Конфигурация атрибутов супер товара"
699
+ "Synonym For","Синоним для"
700
+ "System Properties","Свойства системы"
701
+ "Tag Name","Название метки"
702
+ "Tax","Налог"
703
+ "Template","Шаблон"
704
+ "Text","Текст"
705
+ "The Flat Catalog module has a limit of %2\$d filterable and/or sortable attributes. Currently there are %1\$d of them. Please reduce the number of filterable/sortable attributes in order to use this module","Модуль каталога с горизонтальной структурой данных имеет ограничение на максимальное количество (%2\$d) фильтруемых/сортируемых атрибутов. В данный момент таких атрибутов: %1\$d. Пожалуйста, уменьшите число фильтруемых/сортируемых атрибутов для использования данного модуля"
706
+ "The Flat Catalog module has a limit of %2\$d filterable and/or sortable attributes. Currently there are %1\$d of them. Please reduce the number of filterable/sortable attributes in order to use this module.","Модуль каталога с горизонтальной структурой данных имеет ограничение на максимальное количество (%2\$d) фильтруемых/сортируемых атрибутов. В данный момент таких атрибутов: %1\$d. Пожалуйста, уменьшите число фильтруемых/сортируемых атрибутов для использования данного модуля."
707
+ "The From Date value should be less than or equal to the To Date value.","Значение поля С даты должно быть меньше или равным значению поля По дату"
708
+ "The attribute code \'%s\' is reserved by system. Please try another attribute code","Код аттрибута \'%s\' зарезвирован системой. Пожалуйста, введите другой код атрибута"
709
+ "The attribute model is not defined","Модель атрибута не определена"
710
+ "The attribute set has been saved.","Набор атрибутов сохранён."
711
+ "The base directory to upload file is not specified.","Не указана базовая папка для закачивания файлов."
712
+ "The base directory to upload image file is not specified.","Не указана базовая папка для закачивания изображений."
713
+ "The category has been deleted.","Категория удалена."
714
+ "The category has been saved.","Категория сохранена."
715
+ "The comparison list was cleared.","Список для сравнения очищен."
716
+ "The email template is not specified by administrator.","Шаблон письма не указан администратором."
717
+ "The file '%s' for '%s' has an invalid extension","У файла '%s' для '%s' неверное расширение"
718
+ "The file '%s' you uploaded is larger than %s Megabytes allowed by server","Закачанный вами файл '%s' больше чем разрешено на сервере (%s мегабайт)"
719
+ "The file you uploaded is larger than %s Megabytes allowed by server","Закачанный вами файл больше чем разрешено на сервере (%s мегабайт)"
720
+ "The filters must be an array.","Фильтры должны быть в виде массива."
721
+ "The image contents is not valid base64 data.","Содержимое файла изображения не является корректными данными base64."
722
+ "The image is not specified.","Изображение не указано."
723
+ "The model collection resource name is not defined.","Имя модели коллекции русурса не определено."
724
+ "The product %s has been added to comparison list.","Товар <strong>%s</strong> успешно добавлен в список сравнения."
725
+ "The product %s has been removed from comparison list.","Товар <strong>%s</strong> успешно удалён из списка сравнения."
726
+ "The product attribute has been deleted.","Атрибут товара удалён."
727
+ "The product attribute has been saved.","Атрибут товара сохранён."
728
+ "The product has been created.","Товар создан."
729
+ "The product has been deleted.","Товар удалён."
730
+ "The product has been duplicated.","Товар продублирован."
731
+ "The product has been saved.","Товар сохранён."
732
+ "The product has required options","Товар содержит обязательные параметры"
733
+ "The review has been deleted","Отзыв удалён"
734
+ "The review has been saved.","Отзыв сохранён."
735
+ "The review was removed by another user or does not exist.","Отзыв удалён других пользователем или не существует."
736
+ "The search was deleted.","Поиск удалён."
737
+ "The text is too long","Текст слишком длинны"
738
+ "There are no %s available.","%s нет в наличии."
739
+ "There are no customers for this alert","Нет клиентов для этого оповещения"
740
+ "There are no customers for this alert.","Нет клиентов для этого оповещения."
741
+ "There are no products matching the selection.","Нет товаров, соответствующих вашему выбору."
742
+ "There was an error while request processing.","Ошибка при обработке запроса."
743
+ "This Attribute no longer exists","Этот атрибут больше не существует"
744
+ "This attribute cannot be deleted.","Этот атрибут не может быть удалён."
745
+ "This attribute cannot be edited.","Этот атрибут не может быть отредактирован."
746
+ "This attribute cannot be updated.","Этот атрибут не может быть обновлён."
747
+ "This attribute is used in configurable products.","Этот атрибут используется в настраиваемых товарах."
748
+ "This attribute is used in configurable products. You cannot remove it from the attribute set.","Этот атрибут используется в настраиваемых товарах. Вы не можете удалить его из набора атрибутов."
749
+ "This attribute no longer exists","Этот атрибут больше не существует"
750
+ "This attribute set no longer exists.","Этот набор атрибутов больше не существует."
751
+ "This group contains attributes, used in configurable products. Please move these attributes to another group and try again.","Эта группа содержит атрибуты, используемые в настраиваемых товарах. Пожалуйста, переместите эти атрибуты в другую группу и попробуйте ещё раз."
752
+ "This group contains system attributes. Please move system attributes to another group and try again.","Эта группа содержит системные атрибуты. Пожалуйста, переместите системные атрибуты в другую группу и попробуйте еще раз."
753
+ "This is a required option","Это обязательный параметр"
754
+ "This product no longer exists.","Товар больше не существует."
755
+ "This search no longer exists.","Этот поиск больше не существует."
756
+ "This setting will be applied when all prices in the specific price interval are equal.","Этот параметр применяется в случае, когда в интервале все цены одинаковы."
757
+ "Tier Pricing","Уровни цен"
758
+ "Tile","Повторение"
759
+ "Time Format","Формат времени"
760
+ "Title","Заголовок"
761
+ "To reindex the enabled product(s), the store or product must be specified","Для переиндексации товаров необходимо указать магазин или товар"
762
+ "To reindex the enabled product(s), the store or product must be specified.","Для переиндексации товаров необходимо указать магазин или товар."
763
+ "To see product price, add this item to your cart. You can always remove it later.","Чтобы узнать цену, поместите товар в корзину. Вы в любой момент сможете удалить его из корзины."
764
+ "Top/Left","Верх/лево"
765
+ "Top/Right","Верх/право"
766
+ "Total Qty Base Items","Всего кол-во"
767
+ "Total Qty Content Items","Всего кол-во позиций содержимого"
768
+ "Total incl. Tax: %1$s","Итого вкл. налог: %1$s"
769
+ "Total of %d record(s) have been deleted.","Удалено записей: %d."
770
+ "Total of %d record(s) have been updated.","Обновлено записей: %d."
771
+ "Total of %d record(s) were updated","Обновлено записей: %d."
772
+ "Type","Тип"
773
+ "URL Rewrite Management","Управление правилами URL"
774
+ "Unable to complete this request.","Невозможно выполнить запрос."
775
+ "Unable to find a search term to delete.","Невозможно найти критерий поиска для удаления."
776
+ "Unable to find an attribute to delete.","Невозможно найти атрибут для удаления."
777
+ "Unable to get the product ID.","Невозможно получить идентификатор товара."
778
+ "Unassigned Attributes","Неприсвоенные атрибуты"
779
+ "Unknown EAV indexer type ""%s"".","Неизвестный тип EAV индексатора ""%s""."
780
+ "Unknown attribute: %s.","Неизвестный атрибут: %s."
781
+ "Unsupported product type ""%s"".","Не поддерживаемый тип товара: ""%s""."
782
+ "Up-sells","Похожие товары"
783
+ "Update","Обновить"
784
+ "Update Attributes","Обновить атрибуты"
785
+ "Update Tier Price","Обновить ценовые уровни"
786
+ "Update assigned product","Обновить связанный товар"
787
+ "Update attribute","Обновить атрибут"
788
+ "Update attributes","Обновить атрибуты"
789
+ "Update category","Обновить категорию"
790
+ "Update custom option of product","Обновить настраиваемый вариант товара"
791
+ "Update product","Обновить товар"
792
+ "Update product image","Обновить изображение товара"
793
+ "Update product link","Обновить ссылку товара"
794
+ "Update product tier prices","Обновить ценовые уровни товара"
795
+ "Update value of custom option","Обновить значение настраиваемого варианта"
796
+ "Upload new product image ","Закачать новое изображение товара"
797
+ "Url Rewrite Management","Управление правилами URL"
798
+ "Use Canonical Link Meta Tag For Categories","Использовать мета тег канонической ссылки для категорий"
799
+ "Use Canonical Link Meta Tag For Products","Использовать мета тег канонической ссылки для товаров"
800
+ "Use Categories Path for Product URLs","Использовать путь категории для адресов (URLs) товара"
801
+ "Use Config Settings","Использовать настройки конфигурации"
802
+ "Use Default Value","Использовать значение по умолчанию"
803
+ "Use Flat Catalog Category","Использовать категории каталога с горизонтальной структурой хранения"
804
+ "Use Flat Catalog Product","Использовать товары с горизонтальной структурой хранения"
805
+ "Use In Layered Navigation","Использовать в многоуровневой навигации"
806
+ "Use In Search Results Layered Navigation","Использовать в результатах поиска (в многоуровневой навигации)"
807
+ "Use JavaScript Calendar","Использовать JavaScript календарь"
808
+ "Use Static URLs for Media Content in WYSIWYG for Catalog","Использовать в редакторе WYSIWYG статичные адреса (URLs) для медиа содержимого каталога"
809
+ "Use To Create Configurable Product","Используется для создания настраиваемых товаров"
810
+ "Use Tree Like Category Sitemap","Использовать дерево наподобие карты сайта категорий"
811
+ "Use config","Использовать настройки конфигурации"
812
+ "Use default","Использовать значение по умолчанию"
813
+ "Use for Promo Rule Conditions","Использовать для условий PROMO правил"
814
+ "Use four-digit year format.","Использовать 4 цифры для записи года."
815
+ "Use in Advanced Search","Использовать в расширенном поиске"
816
+ "Use in Layered Navigation","Использовать в многоуровневой навигации"
817
+ "Use in Layered Navigation<br/>(Can be used only with catalog input type 'Dropdown')","Использовать в многоуровневой навигации <br/> (может быть использована только с типом ввода каталога 'выпадающий список')"
818
+ "Use in Quick Search","Использовать в быстром поиске"
819
+ "Used for Sorting in Product Listing","Использовать для сортировки в списке товаров"
820
+ "Used in Product Listing","Использовать в списке товаров"
821
+ "Value for ""%s"" is invalid.","Неверное значение для ""%s""."
822
+ "Value for ""%s"" is invalid: %s","Неверное значение для ""%s"" (%s)"
823
+ "Varchar","Строковая величина"
824
+ "View as","Вид"
825
+ "Virtual Product","Виртуальный товар"
826
+ "Visibility","Видимость"
827
+ "Visible","Видимый"
828
+ "Visible on Catalog Pages on Front-end","Видимый на странице каталога в пользовательской части"
829
+ "Visible on Product View Page on Front-end","Видимый на странице просмотра товара в пользовательской части"
830
+ "WYSIWYG Editor","Редактор WYSIWYG"
831
+ "Watermark","Водяной знак"
832
+ "Watermark Default Size","Размер водяного знака по умолчанию"
833
+ "Watermark Opacity, Percent","Прозрачность водяного знака процентах. 0 - прозрачный, 100 - не прозрачный)"
834
+ "Watermark Position","Расположение водяного знака"
835
+ "We Also Recommend","Мы также рекомендуем"
836
+ "Website","Сайт"
837
+ "Websites","Сайты"
838
+ "What's this?","Что это?"
839
+ "Whether to show ""All"" option in the ""Show X Per Page"" dropdown.","Показывать ли параметр ""Все"" в выпадающем списке ""Показывать Х на страницу""."
840
+ "Will make search for the query above return results for this search.","При поиске синонима будет возвращён результат данного поиска."
841
+ "Wrong BuyRequest instance in options group.","Неверный экземпляр запроса на покупку в группе параметров."
842
+ "Wrong configuration item instance in options group.","Неверный экземпляр позиции конфигурации в группе параметров."
843
+ "Wrong configuration item option instance in options group.","Неверный экземпляр параметра позиции конфигурации в группе параметров."
844
+ "Wrong option instance type in options group.","Неверный экземпляр типа параметра в группе параметров."
845
+ "Wrong option type to get group instance.","Неверный тип параметра для получения экземпляра группы."
846
+ "Wrong product instance type in options group.","Неверный экземпляр типа товара в группе параметров."
847
+ "Wrong product type filter specified","Указан неверный фильтр типа товара"
848
+ "Wrong product type to extract configurable options.","Неверный тип товара для извлечения параметров."
849
+ "Year Range","Диапазон лет"
850
+ "Yes","Да"
851
+ "You cannot email this product to a friend.","Вы не можете оповестить друга по почте об этом товаре."
852
+ "You cannot remove system attribute from this set.","Вы не можете удалить системный атрибут из этого набора."
853
+ "You cannot send more than %d emails at a time.","Вы не можете посылать более %d писем одновременно."
854
+ "You have exceeded limit of %d sends in an hour.","Вы превысили лимит отсылок писем в час (%d)."
855
+ "You have no items to compare.","У вас нет товаров для сравнения."
856
+ "You have to specify at least one recipient.","Вам необходимо указать хотя бы одного получателя."
857
+ "You may also be interested in the following product(s)","Вы возможно также заинтересованы в следующих товарах"
858
+ "Zoom In","Увеличить"
859
+ "Zoom Out","Уменьшить"
860
+ "[GLOBAL]","[Глобально]"
861
+ "and","и"
862
+ "and above","и больше"
863
+ "categories","категории"
864
+ "each","каждый"
865
+ "ex. http://domain.com","напр. http://domain.com"
866
+ "leave blank if its not an image","Оставьте пустым, если это не изображение"
867
+ "per page","на странице"
868
+ "products","товаров"
869
+ "px.","пикс."
870
+ "save","сэкономь"
871
+ "select all","выбрать все"
872
+ "unselect all","снять выбор со всех"
873
+ "x","x"
app/locale/ru_RU/Mage_CatalogInventory.csv CHANGED
@@ -13,6 +13,7 @@
13
  "Catalog Inventory","Товары каталога"
14
  "Decrease Stock When Order is Placed","Уменьшать количество товара в момент оформления заказа"
15
  "Display Out of Stock Products","Показывать товары, которых нет в наличии"
 
16
  "Enable Qty Increments","Включить шаг количества"
17
  "In Stock","в наличии"
18
  "Index Product Stock Status","Создать индекс статусов наличия товара"
@@ -23,12 +24,14 @@
23
  "Maximum Qty Allowed in Shopping Cart","Максимальное количество, разрешённое в корзине"
24
  "Minimum Qty","Минимальное количество"
25
  "Minimum Qty Allowed in Shopping Cart","Минимальное количество, разрешённое в корзине"
 
26
  "No Backorders","Без задолженных заказов"
27
  "Not all products are available in the requested quantity","Не все товары есть в наличии в требуемом количестве"
28
  "Notify for Quantity Below","Уведомлять о количестве ниже"
29
  "Only X left Threshold","Only X left Threshold"
30
  "Out of Stock","нет в наличии"
31
  "Product Stock Options","Параметры наличия товара"
 
32
  "Qty Increments","Шаг количества"
33
  "Qty for Item's Status to Become Out of Stock","Кол-во, при котором статус товара становится ""нет в наличии"""
34
  "Qty for Items' Status to Become Out of Stock","Кол-во, при котором статус товара становится ""нет в наличии"""
@@ -37,6 +40,7 @@
37
  "Rule price","Цена для правила"
38
  "Set Items' Status to be In Stock When Order is Cancelled","Менять статус товара на ""есть в наличии"" после отмены заказа"
39
  "Some of the products are currently out of stock","Некоторых товаров нет в наличии"
 
40
  "Some of the products cannot be ordered in requested quantity.","Некоторые товары не могут быть заказаны в указанном количестве."
41
  "Some of the products cannot be ordered in the requested quantity.","Некоторые товары не могут быть заказаны в указанном количестве."
42
  "Stock Options","Параметры наличия"
13
  "Catalog Inventory","Товары каталога"
14
  "Decrease Stock When Order is Placed","Уменьшать количество товара в момент оформления заказа"
15
  "Display Out of Stock Products","Показывать товары, которых нет в наличии"
16
+ "Display products availability in stock in the frontend","Показывать доступность товаров на складе в пользовательской части"
17
  "Enable Qty Increments","Включить шаг количества"
18
  "In Stock","в наличии"
19
  "Index Product Stock Status","Создать индекс статусов наличия товара"
24
  "Maximum Qty Allowed in Shopping Cart","Максимальное количество, разрешённое в корзине"
25
  "Minimum Qty","Минимальное количество"
26
  "Minimum Qty Allowed in Shopping Cart","Минимальное количество, разрешённое в корзине"
27
+ "Multi update product stock data","Массовое обновление данных о наличии товара"
28
  "No Backorders","Без задолженных заказов"
29
  "Not all products are available in the requested quantity","Не все товары есть в наличии в требуемом количестве"
30
  "Notify for Quantity Below","Уведомлять о количестве ниже"
31
  "Only X left Threshold","Only X left Threshold"
32
  "Out of Stock","нет в наличии"
33
  "Product Stock Options","Параметры наличия товара"
34
+ "Products will still be shown by direct product URLs.","Товары всё ещё будут доступны по прямым URL товаров."
35
  "Qty Increments","Шаг количества"
36
  "Qty for Item's Status to Become Out of Stock","Кол-во, при котором статус товара становится ""нет в наличии"""
37
  "Qty for Items' Status to Become Out of Stock","Кол-во, при котором статус товара становится ""нет в наличии"""
40
  "Rule price","Цена для правила"
41
  "Set Items' Status to be In Stock When Order is Cancelled","Менять статус товара на ""есть в наличии"" после отмены заказа"
42
  "Some of the products are currently out of stock","Некоторых товаров нет в наличии"
43
+ "Some of the products are currently out of stock.","Некоторых товаров нет в наличии."
44
  "Some of the products cannot be ordered in requested quantity.","Некоторые товары не могут быть заказаны в указанном количестве."
45
  "Some of the products cannot be ordered in the requested quantity.","Некоторые товары не могут быть заказаны в указанном количестве."
46
  "Stock Options","Параметры наличия"
app/locale/ru_RU/Mage_Checkout.csv CHANGED
@@ -176,6 +176,7 @@
176
  "New Address","Новый адрес"
177
  "New Condition","Новое условие"
178
  "New Terms and Conditions","Новые Условия и Соглашения"
 
179
  "ORDER TOTAL WILL BE DISPLAYED BEFORE YOU SUBMIT THE ORDER","КОНЕЧНАЯ СУММА ЗАКАЗА БУДЕТ ПОКАЗАНА ПЕРЕД ТЕМ, КАК ВЫ ПОДТВЕРДИТЕ ЗАКАЗ"
180
  "One Page Checkout","Оформление заказа на одной странице"
181
  "One Page Checkout Failure","Ошибка оформления заказа на одной странице"
176
  "New Address","Новый адрес"
177
  "New Condition","Новое условие"
178
  "New Terms and Conditions","Новые Условия и Соглашения"
179
+ "No Payment Methods","Нет методов оплаты"
180
  "ORDER TOTAL WILL BE DISPLAYED BEFORE YOU SUBMIT THE ORDER","КОНЕЧНАЯ СУММА ЗАКАЗА БУДЕТ ПОКАЗАНА ПЕРЕД ТЕМ, КАК ВЫ ПОДТВЕРДИТЕ ЗАКАЗ"
181
  "One Page Checkout","Оформление заказа на одной странице"
182
  "One Page Checkout Failure","Ошибка оформления заказа на одной странице"
app/locale/ru_RU/Mage_Core.csv CHANGED
@@ -164,6 +164,7 @@
164
  "Invalid messages storage ""%s"" for layout messages initialization","Недействительное хранилище сообщений ""%s"" для инициализации сообщений макета"
165
  "Invalid query","Неверный запрос"
166
  "Invalid transactional email code: ","Недействительный код транзакционного письма (transactional email):"
 
167
  "Invalid website\'s configuration path: %s","Недействительный путь конфигурации веб-сайта: %s"
168
  "JavaScript Settings","Настройки JavaScript"
169
  "Layout","Макет"
@@ -276,7 +277,8 @@
276
  "Profiler","Профайлер"
277
  "Recovery Link Expiration Period (days)","Время действия ссылки восстановления (дни)"
278
  "Redirect to Base URL if requested URL doesn't match it","Перенаправлять на базовый URL, если запрашиваемый URL не совпадает с"
279
- "Request Path for Specified Store","Запрашиваемый путь для указанного магазина"
 
280
  "Requested file may not include parent directory traversal (""../"", ""..\\ notation)""","Запрашиваемый файл не должен содержать возврат родительскую категорию (""../"", ""..\\)"""
281
  "Requested invalid store ""%s""","Запрошен неверный магазин ""%s"""
282
  "Resource is not set.","Ресурс не установлен."
@@ -333,6 +335,7 @@
333
  "Templates","Шаблоны"
334
  "Text length does not satisfy specified text range.","Длинна текста не удовлетворяет указанному диапазону текста."
335
  "The %s you entered is invalid. Please make sure that it follows ""http://domain.com/"" format.","Вы ввели что-то непонятное: %s. Убедитесь, что введённое Вами соответствует формату ""http://domain.com/""."
 
336
  "The model collection resource name is not defined.","Название ресурса модели коллекций не определено."
337
  "The store code may contain only letters (a-z), numbers (0-9) or underscore(_), the first character must be a letter","Код магазина должен содержать только буквы (a-z), цифры (0-9) или подчёркивание(_). Первый символ должен быть буквой"
338
  "The store does not exist","Магазин не существует"
164
  "Invalid messages storage ""%s"" for layout messages initialization","Недействительное хранилище сообщений ""%s"" для инициализации сообщений макета"
165
  "Invalid query","Неверный запрос"
166
  "Invalid transactional email code: ","Недействительный код транзакционного письма (transactional email):"
167
+ "Invalid transactional email code: %s","Недействительный код транзакционного письма (transactional email): %s"
168
  "Invalid website\'s configuration path: %s","Недействительный путь конфигурации веб-сайта: %s"
169
  "JavaScript Settings","Настройки JavaScript"
170
  "Layout","Макет"
277
  "Profiler","Профайлер"
278
  "Recovery Link Expiration Period (days)","Время действия ссылки восстановления (дни)"
279
  "Redirect to Base URL if requested URL doesn't match it","Перенаправлять на базовый URL, если запрашиваемый URL не совпадает с"
280
+ "Request Path for Specified Store","Путь запроса для указанного магазина"
281
+ "Request path length exceeds allowed %s symbols.","Путь запроса превышает разрешённое количество символов: %s."
282
  "Requested file may not include parent directory traversal (""../"", ""..\\ notation)""","Запрашиваемый файл не должен содержать возврат родительскую категорию (""../"", ""..\\)"""
283
  "Requested invalid store ""%s""","Запрошен неверный магазин ""%s"""
284
  "Resource is not set.","Ресурс не установлен."
335
  "Templates","Шаблоны"
336
  "Text length does not satisfy specified text range.","Длинна текста не удовлетворяет указанному диапазону текста."
337
  "The %s you entered is invalid. Please make sure that it follows ""http://domain.com/"" format.","Вы ввели что-то непонятное: %s. Убедитесь, что введённое Вами соответствует формату ""http://domain.com/""."
338
+ "The From Date value should be less than or equal to the To Date value.","Значение поля С даты должно быть меньше или равным значению поля По дату"
339
  "The model collection resource name is not defined.","Название ресурса модели коллекций не определено."
340
  "The store code may contain only letters (a-z), numbers (0-9) or underscore(_), the first character must be a letter","Код магазина должен содержать только буквы (a-z), цифры (0-9) или подчёркивание(_). Первый символ должен быть буквой"
341
  "The store does not exist","Магазин не существует"
app/locale/ru_RU/Mage_Customer.csv CHANGED
@@ -339,6 +339,7 @@
339
  "Product name","Название товара"
340
  "Purchase On","Куплен"
341
  "Purchased At","Куплен на"
 
342
  "Qty","Кол-во"
343
  "Recent Orders","Последние заказы"
344
  "Records for %s store found.","Найдены записи для магазина %s."
@@ -370,6 +371,7 @@
370
  "Save and Continue Edit","Сохранить и продолжить редактирование"
371
  "Saved %d record(s)","Сохранено записей %d"
372
  "Semicolon (;) separated values.<br/>Put semicolon in the beginning for empty first option.<br/>Leave empty for open text field.","Значения, разделённые точкой с запятой (;).<br/>Поместите точку с запятой в начале строки для пустого первого параметра.<br/>Оставить пустым для открытого текстового поля."
 
373
  "Send From","Отправить от"
374
  "Send Welcome Email","Отправить письмо (email) с приветствием"
375
  "Send Welcome Email after Confirmation","Отправить письмо (email) с приветствием после подтверждения"
339
  "Product name","Название товара"
340
  "Purchase On","Куплен"
341
  "Purchased At","Куплен на"
342
+ "Purchased On","Куплен"
343
  "Qty","Кол-во"
344
  "Recent Orders","Последние заказы"
345
  "Records for %s store found.","Найдены записи для магазина %s."
371
  "Save and Continue Edit","Сохранить и продолжить редактирование"
372
  "Saved %d record(s)","Сохранено записей %d"
373
  "Semicolon (;) separated values.<br/>Put semicolon in the beginning for empty first option.<br/>Leave empty for open text field.","Значения, разделённые точкой с запятой (;).<br/>Поместите точку с запятой в начале строки для пустого первого параметра.<br/>Оставить пустым для открытого текстового поля."
374
+ "Send Auto-Generated Password","Отправить автоматически созданный пароль"
375
  "Send From","Отправить от"
376
  "Send Welcome Email","Отправить письмо (email) с приветствием"
377
  "Send Welcome Email after Confirmation","Отправить письмо (email) с приветствием после подтверждения"
app/locale/ru_RU/Mage_Eav.csv CHANGED
@@ -53,6 +53,7 @@
53
  "Data integrity: No header row found for attribute.","Целостность данных: Не найдена строка заголовка для атрибута."
54
  "Date","Дата"
55
  "Decimal Number","Десятичное число"
 
56
  "Default Product Listing Sort by not exists on Available Product Listing Sort By","Значение по умолчанию поля ""Сортировать по критерию"" списка товаров не существует в доступных значениях для этого поля."
57
  "Default Value","Значение по умолчанию"
58
  "Default option value is not defined","Значение варианта по умолчанию не определено"
53
  "Data integrity: No header row found for attribute.","Целостность данных: Не найдена строка заголовка для атрибута."
54
  "Date","Дата"
55
  "Decimal Number","Десятичное число"
56
+ "Default Product Listing Sort by does not exist in Available Product Listing Sort By.","Значение по умолчанию поля ""Сортировать по критерию"" списка товаров не существует в доступных значениях для этого поля."
57
  "Default Product Listing Sort by not exists on Available Product Listing Sort By","Значение по умолчанию поля ""Сортировать по критерию"" списка товаров не существует в доступных значениях для этого поля."
58
  "Default Value","Значение по умолчанию"
59
  "Default option value is not defined","Значение варианта по умолчанию не определено"
app/locale/ru_RU/Mage_GoogleCheckout.csv CHANGED
@@ -64,6 +64,7 @@
64
  "Google Order Status Change:","Google изменения статуса заказа:"
65
  "Google Refund:","Google возврат:"
66
  "Google Risk Information:","Google информация о рисках:"
 
67
  "Ground","Наземный"
68
  "Hide Cart Contents","Скрыть содержимое корзины"
69
  "Home Delivery","Доставка на дом"
64
  "Google Order Status Change:","Google изменения статуса заказа:"
65
  "Google Refund:","Google возврат:"
66
  "Google Risk Information:","Google информация о рисках:"
67
+ "GoogleCheckout is not configured","GoogleCheckout не настроен"
68
  "Ground","Наземный"
69
  "Hide Cart Contents","Скрыть содержимое корзины"
70
  "Home Delivery","Доставка на дом"
app/locale/ru_RU/Mage_Install.csv CHANGED
@@ -38,7 +38,7 @@
38
  "Email Address","Адрес электронной почты (email)"
39
  "Enable Charts","Включить графики"
40
  "Enable this option if you want the charts to be displayed on Dashboard.","Включите этот параметр, если хотите, чтобы графики отображались в панели управления."
41
- "Enable this option only if you have SSL available.","Включите этот параметр, только если у вас имеется SSL."
42
  "Encryption Key","Ключ шифрования"
43
  "File System","Файловая система"
44
  "First Name","Имя"
38
  "Email Address","Адрес электронной почты (email)"
39
  "Enable Charts","Включить графики"
40
  "Enable this option if you want the charts to be displayed on Dashboard.","Включите этот параметр, если хотите, чтобы графики отображались в панели управления."
41
+ "Enable this option only if you have SSL available.","Включайте этот параметр, только если у вас установлен SSL."
42
  "Encryption Key","Ключ шифрования"
43
  "File System","Файловая система"
44
  "First Name","Имя"
app/locale/ru_RU/Mage_Newsletter.csv CHANGED
@@ -32,6 +32,7 @@
32
  "Edit Queue","Редактировать очередь писем"
33
  "Edit Template","Редактировать шаблон"
34
  "Email","Электронная почта (email)"
 
35
  "Enter your email address","Введите адрес электронной почты (email)"
36
  "Error Code","Код ошибки"
37
  "Error Text","Текст ошибки"
32
  "Edit Queue","Редактировать очередь писем"
33
  "Edit Template","Редактировать шаблон"
34
  "Email","Электронная почта (email)"
35
+ "Enter please your email","Введите свой Email"
36
  "Enter your email address","Введите адрес электронной почты (email)"
37
  "Error Code","Код ошибки"
38
  "Error Text","Текст ошибки"
app/locale/ru_RU/Mage_Page.csv CHANGED
@@ -1,6 +1,7 @@
1
  "%s Item(s)","%s шт."
2
  "&copy; 2008 Magento Demo Store. All Rights Reserved.","&copy; 2008 Magento Demo Store. Все права защищены."
3
  "&copy; 2012 Magento Demo Store. All Rights Reserved.","&copy; 2012 Magento Demo Store. Все права защищены."
 
4
  "(Shift-)Click or drag to change value","(Shift+)Нажмите или тяните для изменения значения"
5
  "(ver. %s)","(вер. %s)"
6
  "- Click on any of the time parts to increase it","- Нажмите на любую часть времени для её увеличения"
1
  "%s Item(s)","%s шт."
2
  "&copy; 2008 Magento Demo Store. All Rights Reserved.","&copy; 2008 Magento Demo Store. Все права защищены."
3
  "&copy; 2012 Magento Demo Store. All Rights Reserved.","&copy; 2012 Magento Demo Store. Все права защищены."
4
+ "&copy; 2013 Magento Demo Store. All Rights Reserved.","&copy; 2013 Magento Demo Store. Все права защищены."
5
  "(Shift-)Click or drag to change value","(Shift+)Нажмите или тяните для изменения значения"
6
  "(ver. %s)","(вер. %s)"
7
  "- Click on any of the time parts to increase it","- Нажмите на любую часть времени для её увеличения"
app/locale/ru_RU/Mage_Paygate.csv CHANGED
@@ -34,6 +34,7 @@
34
  "Merchant's Email","Email продавца"
35
  "Minimum Order Total","Минимальная сумма заказа"
36
  "New Order Status","Новый статус заказа"
 
37
  "Payment Action","Действие оплаты"
38
  "Payment authorization error.","Ошибка авторизации оплаты."
39
  "Payment authorization transaction has been declined.","Транзакция была отклонена в момент авторизации оплаты"
34
  "Merchant's Email","Email продавца"
35
  "Minimum Order Total","Минимальная сумма заказа"
36
  "New Order Status","Новый статус заказа"
37
+ "Parent Authorize.Net transaction (ID %s) expired","Parent Authorize.Net transaction (ID %s) expired"
38
  "Payment Action","Действие оплаты"
39
  "Payment authorization error.","Ошибка авторизации оплаты."
40
  "Payment authorization transaction has been declined.","Транзакция была отклонена в момент авторизации оплаты"
app/locale/ru_RU/Mage_Paypal.csv CHANGED
@@ -6,6 +6,12 @@
6
  "3D Secure Card Validation","3D Secure Card Validation"
7
  "3D Secure validation is required for Maestro cards. Supporting of American Express cards require additional agreement. Learn more at <a href=""http://www.paypal.com/amexupdate"">http://www.paypal.com/amexupdate</a>.","3D Secure validation is required for Maestro cards. Supporting of American Express cards require additional agreement. Learn more at <a href=""http://www.paypal.com/amexupdate"">http://www.paypal.com/amexupdate</a>."
8
  "<a href=""http://www.magentocommerce.com/paypal"">Start accepting payments via PayPal!</a>","<a href=""http://www.magentocommerce.com/paypal"">Начните принимать платежи через PayPal!</a>"
 
 
 
 
 
 
9
  "A value is required for live mode. Refer to your CardinalCommerce agreement.","A value is required for live mode. Refer to your CardinalCommerce agreement."
10
  "ACH Deposit (Hold for Dispute or Other Investigation)","ACH Deposit (Hold for Dispute or Other Investigation)"
11
  "ACH Deposit (Reversal)","ACH Deposit (Reversal)"
@@ -85,6 +91,11 @@
85
  "Bonus for first ACH Use","Бонус за первое использование ACH"
86
  "Both section above must be complete. ","Both section above must be complete. "
87
  "Buyer Credit Payment","Buyer Credit Payment"
 
 
 
 
 
88
  "Buyer\'s Tax ID","Buyer\'s Tax ID"
89
  "Buyer\'s Tax ID Type","Buyer\'s Tax ID Type"
90
  "By default it is ""reports.paypal.com"".","Значение по умолчанию ""reports.paypal.com""."
@@ -109,6 +120,7 @@
109
  "Click here if you are not redirected within 10 seconds...","Нажмите сюда, если вы не будете перенаправлены в течении 10 секунд..."
110
  "Close","Закрыть"
111
  "Company","Компания"
 
112
  "Completion Date","Completion Date"
113
  "Configure","Настроить"
114
  "Connect your merchant account with a PCI-compliant gateway that lets customers pay without leaving your site.","Connect your merchant account with a PCI-compliant gateway that lets customers pay without leaving your site."
@@ -139,6 +151,7 @@
139
  "Discount Tax","Налоговая скидка"
140
  "Display Express Checkout in the Payment Information step","Отображать Express Checkout на шаге информации об оплате"
141
  "Displays on catalog pages and homepage.","Отображается на страницах категорий и на главной странице."
 
142
  "Does not work if there are more than 10 shipping options available.","Не работает, если доступно более 10 вариантов доставки."
143
  "Don't have a PayPal account? Simply enter your email address.","Нет учётной записи PayPal? Просто укажите ваш адрес электронной почты."
144
  "Don’t have a PayPal merchant account? You can still accept credit card payments through the Payflow Pro Gateway.","Нет учётной записи продавца PayPal? You can still accept credit card payments through the Payflow Pro Gateway."
@@ -219,6 +232,9 @@
219
  "Hidden Virtual PayPal Debit Card Transaction","Hidden Virtual PayPal Debit Card Transaction"
220
  "Hold for Dispute Investigation","Hold for Dispute Investigation"
221
  "IPN ""%s"".","IPN ""%s""."
 
 
 
222
  "If empty, a default value will be used. Custom URL may be provided by CardinalCommerce agreement.","If empty, a default value will be used. Custom URL may be provided by CardinalCommerce agreement."
223
  "If not specified, Default Country from General Config will be used","Если не указано, то будет использована страна по умолчанию из общих настроек."
224
  "If this option is enabled, customer can change shipping address and shipping method on PayPal website. In live mode works via HTTPS protocol only.","If this option is enabled, customer can change shipping address and shipping method on PayPal website. In live mode works via HTTPS protocol only."
@@ -483,6 +499,8 @@
483
  "Transaction ID","ИД транзакции"
484
  "Transaction ID must not be empty.","ИД транзакции не должен быть пустым."
485
  "Transaction Information","Информация о транзакции"
 
 
486
  "Transfer Cart Line Items","Передавать позиции корзины"
487
  "Transfer Shipping Options","Передавать параметры доставки"
488
  "Triggered Fraud Filters","Triggered Fraud Filters"
6
  "3D Secure Card Validation","3D Secure Card Validation"
7
  "3D Secure validation is required for Maestro cards. Supporting of American Express cards require additional agreement. Learn more at <a href=""http://www.paypal.com/amexupdate"">http://www.paypal.com/amexupdate</a>.","3D Secure validation is required for Maestro cards. Supporting of American Express cards require additional agreement. Learn more at <a href=""http://www.paypal.com/amexupdate"">http://www.paypal.com/amexupdate</a>."
8
  "<a href=""http://www.magentocommerce.com/paypal"">Start accepting payments via PayPal!</a>","<a href=""http://www.magentocommerce.com/paypal"">Начните принимать платежи через PayPal!</a>"
9
+ "A case that has been resolved and close requires a reimbursement.","A case that has been resolved and close requires a reimbursement"
10
+ "A reversal has occurred on this transaction because of a customer dispute suspecting unauthorized spoof.","A reversal has occurred on this transaction because of a customer dispute suspecting unauthorized spoof."
11
+ "A reversal has occurred on this transaction because you have given the customer a refund.","A reversal has occurred on this transaction because you have given the customer a refund."
12
+ "A reversal has occurred on this transaction due to a chargeback by your customer.","A reversal has occurred on this transaction due to a chargeback by your customer."
13
+ "A reversal has occurred on this transaction due to a complaint about the transaction from your customer.","A reversal has occurred on this transaction due to a complaint about the transaction from your customer."
14
+ "A reversal has occurred on this transaction due to your customer triggering a money-back guarantee.","A reversal has occurred on this transaction due to your customer triggering a money-back guarantee."
15
  "A value is required for live mode. Refer to your CardinalCommerce agreement.","A value is required for live mode. Refer to your CardinalCommerce agreement."
16
  "ACH Deposit (Hold for Dispute or Other Investigation)","ACH Deposit (Hold for Dispute or Other Investigation)"
17
  "ACH Deposit (Reversal)","ACH Deposit (Reversal)"
91
  "Bonus for first ACH Use","Бонус за первое использование ACH"
92
  "Both section above must be complete. ","Both section above must be complete. "
93
  "Buyer Credit Payment","Buyer Credit Payment"
94
+ "Buyer claims that a possible duplicate payment was made to the merchant.","Покупатель утверждает, что возможно была произведена двойная оплата продавцу."
95
+ "Buyer claims that he did not receive goods or service.","Покупатель утверждает, что не получил товар или услугу."
96
+ "Buyer claims that he/she did not authorize transaction.","Buyer claims that he/she did not authorize transaction."
97
+ "Buyer claims that the goods or service received differ from merchant’s description of the goods or service.","Покупатель утверждает, что полученный товар или услуга отличается от описания, предоставленного продавцом."
98
+ "Buyer claims that the received merchandise is unsatisfactory, defective, or damaged.","Покупатель утверждает, что полученный товар неудовлетворительного качества, бракованный или сломан."
99
  "Buyer\'s Tax ID","Buyer\'s Tax ID"
100
  "Buyer\'s Tax ID Type","Buyer\'s Tax ID Type"
101
  "By default it is ""reports.paypal.com"".","Значение по умолчанию ""reports.paypal.com""."
120
  "Click here if you are not redirected within 10 seconds...","Нажмите сюда, если вы не будете перенаправлены в течении 10 секунд..."
121
  "Close","Закрыть"
122
  "Company","Компания"
123
+ "Complaint","Жалоба"
124
  "Completion Date","Completion Date"
125
  "Configure","Настроить"
126
  "Connect your merchant account with a PCI-compliant gateway that lets customers pay without leaving your site.","Connect your merchant account with a PCI-compliant gateway that lets customers pay without leaving your site."
151
  "Discount Tax","Налоговая скидка"
152
  "Display Express Checkout in the Payment Information step","Отображать Express Checkout на шаге информации об оплате"
153
  "Displays on catalog pages and homepage.","Отображается на страницах категорий и на главной странице."
154
+ "Dispute","Обсуждение"
155
  "Does not work if there are more than 10 shipping options available.","Не работает, если доступно более 10 вариантов доставки."
156
  "Don't have a PayPal account? Simply enter your email address.","Нет учётной записи PayPal? Просто укажите ваш адрес электронной почты."
157
  "Don’t have a PayPal merchant account? You can still accept credit card payments through the Payflow Pro Gateway.","Нет учётной записи продавца PayPal? You can still accept credit card payments through the Payflow Pro Gateway."
232
  "Hidden Virtual PayPal Debit Card Transaction","Hidden Virtual PayPal Debit Card Transaction"
233
  "Hold for Dispute Investigation","Hold for Dispute Investigation"
234
  "IPN ""%s"".","IPN ""%s""."
235
+ "IPN ""%s"". %s Transaction amount %s. Transaction ID: ""%s""","IPN ""%s"". %s Transaction amount %s. Transaction ID: ""%s"""
236
+ "IPN ""%s"". A dispute has been resolved and closed. %s Transaction amount %s.","IPN ""%s"". A dispute has been resolved and closed. %s Transaction amount %s."
237
+ "IPN ""%s"". Case type ""%s"". Case ID ""%s"" %s","IPN ""%s"". Case type ""%s"". Case ID ""%s"" %s"
238
  "If empty, a default value will be used. Custom URL may be provided by CardinalCommerce agreement.","If empty, a default value will be used. Custom URL may be provided by CardinalCommerce agreement."
239
  "If not specified, Default Country from General Config will be used","Если не указано, то будет использована страна по умолчанию из общих настроек."
240
  "If this option is enabled, customer can change shipping address and shipping method on PayPal website. In live mode works via HTTPS protocol only.","If this option is enabled, customer can change shipping address and shipping method on PayPal website. In live mode works via HTTPS protocol only."
499
  "Transaction ID","ИД транзакции"
500
  "Transaction ID must not be empty.","ИД транзакции не должен быть пустым."
501
  "Transaction Information","Информация о транзакции"
502
+ "Transaction reversal by PayPal administrators.","Transaction reversal by PayPal administrators."
503
+ "Transaction reversal due to fraud detected by PayPal administrators.","Transaction reversal due to fraud detected by PayPal administrators."
504
  "Transfer Cart Line Items","Передавать позиции корзины"
505
  "Transfer Shipping Options","Передавать параметры доставки"
506
  "Triggered Fraud Filters","Triggered Fraud Filters"
app/locale/ru_RU/Mage_Rule.csv CHANGED
@@ -23,6 +23,7 @@
23
  "Remove","Удалить"
24
  "Start at: %s","Начиная с: %s"
25
  "TRUE","ИСТИНА"
 
26
  "Websites must be specified.","Сайты должны быть указаны."
27
  "by","рядом с"
28
  "contains","содержит"
23
  "Remove","Удалить"
24
  "Start at: %s","Начиная с: %s"
25
  "TRUE","ИСТИНА"
26
+ "There is no information about associated entity type ""%s"".","Нет информации, связанной с типом сущности ""%s""."
27
  "Websites must be specified.","Сайты должны быть указаны."
28
  "by","рядом с"
29
  "contains","содержит"
app/locale/ru_RU/Mage_Sales.csv CHANGED
@@ -10,6 +10,7 @@
10
  "%s order(s) were not released from holding status.","Заказов не может быть возобновлено из статуса ""отложен"": %s."
11
  "* - Enter custom price excluding tax","* - Введите другую цену без учёта налога"
12
  "* - Enter custom price including tax","* - Введите другую цену включая налог"
 
13
  "-- Please Select --","-- Выберите --"
14
  "-- Please Select Billing Agreement--","-- Выберите соглашение о платеже --"
15
  "About This Order:","О заказе:"
@@ -200,8 +201,8 @@
200
  "Customer My Account Order Shipment View","Customer My Account Order Shipment View"
201
  "Customer My Account Order View","Customer My Account Order View"
202
  "Customer Name","Имя клиента"
203
- "Customer\'s Current Activities","Текущая активность клиента"
204
  "Customer's Current Activities","Текущая активность клиента"
 
205
  "Customs Value","Другое значение"
206
  "Date","Дата"
207
  "Date Shipped","Дата отправки"
@@ -280,9 +281,11 @@
280
  "ID","ИД"
281
  "ID #","ИД #"
282
  "IPN ""Refunded"". Refund issued by merchant. Registered notification about refunded amount of %s. Transaction ID: ""%s""","IPN ""Refunded"". Refund issued by merchant. Registered notification about refunded amount of %s. Transaction ID: ""%s"""
 
283
  "If empty, the default description above will be used.","Если не заполнено, то будет использовано описание по умолчанию, показанное выше."
284
  "If empty, the default error above will be used.","Если не заполнено, то будет использована ошибка по умолчанию, показанная выше."
285
  "If the invoice was created offline, try creating an offline creditmemo.","Если счёт был создан оффлайн, попробуйте создать оффлайн возврат платежа."
 
286
  "Incl. Tax","Включая налог"
287
  "Information","Информация"
288
  "Initial Fee","Первоначальный взнос"
@@ -465,6 +468,7 @@
465
  "Order credit memo","Возвраты платежа заказа"
466
  "Order does not allow to be canceled.","Заказ невозможно отменить."
467
  "Order invoice","Счёт заказа"
 
468
  "Order is suspended as its capture amount %s is suspected to be fraudulent.","Order is suspended as its capture amount %s is suspected to be fraudulent."
469
  "Order object is not specified.","Не указан объект заказа."
470
  "Order saving error: %s","Ошибка сохранения заказа: %s"
@@ -649,6 +653,7 @@
649
  "Select","Выбрать"
650
  "Select All","Выбрать все"
651
  "Select from existing customer addresses:","Выберите из существующих адресов клиента:"
 
652
  "Send Credit Memo Comment Email Copy To","Отправить копии письма с комментарием к возврату оплаты получателям"
653
  "Send Credit Memo Comments Email Copy Method","Метод отправки копии письма с комментарием к возврату оплаты"
654
  "Send Credit Memo Email Copy Method","Метод отправки копии письма о возврате платежа"
@@ -709,8 +714,11 @@
709
  "Size","Размер"
710
  "Sku","Артикул"
711
  "Sold to:","Покупатель:"
 
 
712
  "Some of the products below do not have all the required options. Please edit them and configure all the required options.","У некоторых товаров, указанных ниже, отсутствуют обязательные параметры. Пожалуйста, отредактируйте их и настройте все обязательные параметры."
713
  "Some of the products below do not have all the required options. Please remove them and add again with all the required options.","У некоторых товаров, показанных ниже, отсутствует часть обязательных параметров. Пожалуйста, удалите товары и добавьте снова со всеми необходимыми параметрами."
 
714
  "Sorry, no quotes are available for this order at this time.","Извините, в данный момент отсутствуют варианты выбора для этого заказа."
715
  "Source object is not specified.","Не указан источник объекта."
716
  "Specified profile does not exist.","Указанный профиль не существует."
@@ -742,7 +750,7 @@
742
  "Tax Amount","Сумма налога"
743
  "Tax Percent","Процент налога"
744
  "Telephone","Телефон"
745
- "The Order State ""%s"" must not be set manually.","Состояние заказа ""%s"" не должно устанавливаться в ручную."
746
  "The address total model should be extended from Mage_Sales_Model_Quote_Address_Total_Abstract.","Итоговая модель адреса должна расширять Mage_Sales_Model_Quote_Address_Total_Abstract."
747
  "The billing agreement ""%s"" has been canceled.","Платёжное соглашение ""%s"" отменено."
748
  "The billing agreement ""%s"" has been created.","Платёжное соглашение ""%s"" создано."
@@ -779,6 +787,8 @@
779
  "There are no printable documents related to selected orders.","Нет пригодных к печати документов, относящихся к выбранным заказам."
780
  "There are no recurring profiles yet.","У вас пока нет профилей повторяющихся платежей."
781
  "There are no shipping labels related to selected %s.","Нет связанных квитков доставки с выбранным %s."
 
 
782
  "There is no need to approve this payment.","Этот платёж не нужно утверждать."
783
  "There is no need to deny this payment.","Этот платёж не нужно отклонять."
784
  "There is no update for the payment.","Обновлений платежа нет."
@@ -846,13 +856,12 @@
846
  "Unknown Status","Неизвестный статус"
847
  "Unsupported transaction type ""%s"".","Неподдерживаемый тип транзакции ""%s""."
848
  "Update Changes","Обновить изменения"
849
- "Update Items and Qty\'s","Обновить товары и их кол-ва"
850
  "Update Items and Qty's","Обновить товары и их кол-ва"
 
851
  "Update Qty\'s","Обновить кол-ва"
852
  "Updated At","Обновлено"
853
  "Updated:","Обновлено:"
854
  "Use Aggregated Data (beta)","Использовать обработанные данные (beta)"
855
- "Improves dashboard performance but provides non-realtime data.","Ускоряет загрузку страницы Панель управления, но может отображать не все данные."
856
  "Use Order Status As Default","Использовать этот статус заказа по умолчанию"
857
  "Validate Each Address Separately in Multi-address Checkout","При оформлении заказа на несколько адресов проверять каждый адрес отдельно"
858
  "Value","Значение"
10
  "%s order(s) were not released from holding status.","Заказов не может быть возобновлено из статуса ""отложен"": %s."
11
  "* - Enter custom price excluding tax","* - Введите другую цену без учёта налога"
12
  "* - Enter custom price including tax","* - Введите другую цену включая налог"
13
+ "* Required Fields","* Обязательные поля"
14
  "-- Please Select --","-- Выберите --"
15
  "-- Please Select Billing Agreement--","-- Выберите соглашение о платеже --"
16
  "About This Order:","О заказе:"
201
  "Customer My Account Order Shipment View","Customer My Account Order Shipment View"
202
  "Customer My Account Order View","Customer My Account Order View"
203
  "Customer Name","Имя клиента"
 
204
  "Customer's Current Activities","Текущая активность клиента"
205
+ "Customer\'s Current Activities","Текущая активность клиента"
206
  "Customs Value","Другое значение"
207
  "Date","Дата"
208
  "Date Shipped","Дата отправки"
281
  "ID","ИД"
282
  "ID #","ИД #"
283
  "IPN ""Refunded"". Refund issued by merchant. Registered notification about refunded amount of %s. Transaction ID: ""%s""","IPN ""Refunded"". Refund issued by merchant. Registered notification about refunded amount of %s. Transaction ID: ""%s"""
284
+ "IPN ""Refunded"". Refund issued by merchant. Registered notification about refunded amount of %s. Transaction ID: ""%s"". Credit Memo has not been created. Please create offline Credit Memo.","IPN ""Refunded"". Refund issued by merchant. Registered notification about refunded amount of %s. Transaction ID: ""%s"". Credit Memo has not been created. Please create offline Credit Memo."
285
  "If empty, the default description above will be used.","Если не заполнено, то будет использовано описание по умолчанию, показанное выше."
286
  "If empty, the default error above will be used.","Если не заполнено, то будет использована ошибка по умолчанию, показанная выше."
287
  "If the invoice was created offline, try creating an offline creditmemo.","Если счёт был создан оффлайн, попробуйте создать оффлайн возврат платежа."
288
+ "Improves dashboard performance but provides non-realtime data.","Ускоряет загрузку страницы Панель управления, но может отображать не все данные."
289
  "Incl. Tax","Включая налог"
290
  "Information","Информация"
291
  "Initial Fee","Первоначальный взнос"
468
  "Order credit memo","Возвраты платежа заказа"
469
  "Order does not allow to be canceled.","Заказ невозможно отменить."
470
  "Order invoice","Счёт заказа"
471
+ "Order is suspended as its authorizing amount %s is suspected to be fraudulent.","Order is suspended as its authorizing amount %s is suspected to be fraudulent."
472
  "Order is suspended as its capture amount %s is suspected to be fraudulent.","Order is suspended as its capture amount %s is suspected to be fraudulent."
473
  "Order object is not specified.","Не указан объект заказа."
474
  "Order saving error: %s","Ошибка сохранения заказа: %s"
653
  "Select","Выбрать"
654
  "Select All","Выбрать все"
655
  "Select from existing customer addresses:","Выберите из существующих адресов клиента:"
656
+ "Selected option(s) or their combination is not currently available.","Выбранные параметры или их комбинация в данный момент недоступны."
657
  "Send Credit Memo Comment Email Copy To","Отправить копии письма с комментарием к возврату оплаты получателям"
658
  "Send Credit Memo Comments Email Copy Method","Метод отправки копии письма с комментарием к возврату оплаты"
659
  "Send Credit Memo Email Copy Method","Метод отправки копии письма о возврате платежа"
714
  "Size","Размер"
715
  "Sku","Артикул"
716
  "Sold to:","Покупатель:"
717
+ "Some item options or their combination are not currently available.","Некоторые параметры или их комбинация в данный момент недоступны."
718
+ "Some of the products below do not have all the required options.","У некоторых товаров, указанных ниже, отсутствуют обязательные параметры."
719
  "Some of the products below do not have all the required options. Please edit them and configure all the required options.","У некоторых товаров, указанных ниже, отсутствуют обязательные параметры. Пожалуйста, отредактируйте их и настройте все обязательные параметры."
720
  "Some of the products below do not have all the required options. Please remove them and add again with all the required options.","У некоторых товаров, показанных ниже, отсутствует часть обязательных параметров. Пожалуйста, удалите товары и добавьте снова со всеми необходимыми параметрами."
721
+ "Some of the selected options are not currently available.","Некоторые из выбранных параметров в данный момент недоступны."
722
  "Sorry, no quotes are available for this order at this time.","Извините, в данный момент отсутствуют варианты выбора для этого заказа."
723
  "Source object is not specified.","Не указан источник объекта."
724
  "Specified profile does not exist.","Указанный профиль не существует."
750
  "Tax Amount","Сумма налога"
751
  "Tax Percent","Процент налога"
752
  "Telephone","Телефон"
753
+ "The Order State ""%s"" must not be set manually.","Состояние заказа ""%s"" не должно устанавливаться вручную."
754
  "The address total model should be extended from Mage_Sales_Model_Quote_Address_Total_Abstract.","Итоговая модель адреса должна расширять Mage_Sales_Model_Quote_Address_Total_Abstract."
755
  "The billing agreement ""%s"" has been canceled.","Платёжное соглашение ""%s"" отменено."
756
  "The billing agreement ""%s"" has been created.","Платёжное соглашение ""%s"" создано."
787
  "There are no printable documents related to selected orders.","Нет пригодных к печати документов, относящихся к выбранным заказам."
788
  "There are no recurring profiles yet.","У вас пока нет профилей повторяющихся платежей."
789
  "There are no shipping labels related to selected %s.","Нет связанных квитков доставки с выбранным %s."
790
+ "There are no shipping labels related to selected orders.","Нет связанных квитков доставки с выбранными заказами."
791
+ "There are no shipping labels related to selected shipments.","Нет связанных квитков доставки с доставками."
792
  "There is no need to approve this payment.","Этот платёж не нужно утверждать."
793
  "There is no need to deny this payment.","Этот платёж не нужно отклонять."
794
  "There is no update for the payment.","Обновлений платежа нет."
856
  "Unknown Status","Неизвестный статус"
857
  "Unsupported transaction type ""%s"".","Неподдерживаемый тип транзакции ""%s""."
858
  "Update Changes","Обновить изменения"
 
859
  "Update Items and Qty's","Обновить товары и их кол-ва"
860
+ "Update Items and Qty\'s","Обновить товары и их кол-ва"
861
  "Update Qty\'s","Обновить кол-ва"
862
  "Updated At","Обновлено"
863
  "Updated:","Обновлено:"
864
  "Use Aggregated Data (beta)","Использовать обработанные данные (beta)"
 
865
  "Use Order Status As Default","Использовать этот статус заказа по умолчанию"
866
  "Validate Each Address Separately in Multi-address Checkout","При оформлении заказа на несколько адресов проверять каждый адрес отдельно"
867
  "Value","Значение"
app/locale/ru_RU/Mage_Shipping.csv CHANGED
@@ -13,7 +13,7 @@
13
  "Delivered on:","Поставлено:"
14
  "Delivered to:","Поставлено к:"
15
  "Description","Описание"
16
- "Displayed Error Message","Отображённое сообщение об ошибке"
17
  "Divide to equal weight (one request)","Разделить на одинаковые веса (один запрос)"
18
  "Duplicate Row #%s (Country ""%s"", Region/State ""%s"", Zip ""%s"" and Value ""%s"").","Продублировать строку #%s (Страна ""%s"", Регион/Штат ""%s"", Почтовый индекс ""%s"" и Значение ""%s"")."
19
  "Enabled","Включено"
13
  "Delivered on:","Поставлено:"
14
  "Delivered to:","Поставлено к:"
15
  "Description","Описание"
16
+ "Displayed Error Message","Отображаемое сообщение об ошибке"
17
  "Divide to equal weight (one request)","Разделить на одинаковые веса (один запрос)"
18
  "Duplicate Row #%s (Country ""%s"", Region/State ""%s"", Zip ""%s"" and Value ""%s"").","Продублировать строку #%s (Страна ""%s"", Регион/Штат ""%s"", Почтовый индекс ""%s"" и Значение ""%s"")."
19
  "Enabled","Включено"
app/locale/ru_RU/Mage_Tax.csv CHANGED
@@ -21,9 +21,11 @@
21
  "Back","Вернуться"
22
  "Before Discount","До скидки"
23
  "CSV","CSV"
 
24
  "Calculation Settings","Настройки вычисления"
25
  "Catalog Prices","Цены каталога"
26
  "Class Name","Название класса"
 
27
  "Code","Код"
28
  "Country","Страна"
29
  "County","Округ"
@@ -60,6 +62,7 @@
60
  "Grand Total (Incl.Tax)","Итого (включая налог)"
61
  "Grand Total Excl. Tax","Итого без налога"
62
  "Grand Total Incl. Tax","Итого, включая налог"
 
63
  "Import / Export Tax Rates","Импорт / Экспорт налоговых ставок"
64
  "Import Tax Rates","Импорт налоговых ставок"
65
  "Inc. Tax","Включая налог"
@@ -75,6 +78,7 @@
75
  "Manage Tax Rates","Управление налоговыми ставками"
76
  "Manage Tax Rules","Управление налоговыми правилами"
77
  "Manage Tax Zones & Rates","Управление налоговыми зонами и ставками"
 
78
  "Name","Название"
79
  "New Class","Новый класс"
80
  "New Rule","Новое правило"
@@ -85,6 +89,8 @@
85
  "Orders, Invoices, Credit Memos Display Settings","Настройки отображения заказов, счетов и возвратов"
86
  "Orders, Invoices, Creditmemos Display Settings","Настройки отображения заказов, счетов и возвратов"
87
  "Original price only","Только первоначальная цена"
 
 
88
  "Price Display Settings","Настройки отображения цены"
89
  "Priority","Приоритет"
90
  "Product Tax Class","Налоговый класс для товара"
@@ -92,8 +98,10 @@
92
  "Product Tax Classes","Налоговые классы для товара"
93
  "Range From","Диапазон от"
94
  "Range To","Диапазон до"
 
95
  "Rate","Ставка"
96
  "Rate Percent","Процентная ставка"
 
97
  "Reset","Сбросить"
98
  "Row Total","Итог строки"
99
  "Sales","Продажи"
@@ -117,6 +125,7 @@
117
  "Subtotal (Excl.Tax)","Предварительный итог (без налога)"
118
  "Subtotal (Incl. Tax)","Предварительный итог (включая налог)"
119
  "Subtotal (Incl.Tax)","Предварительный итог (включая налог)"
 
120
  "Tax","Налог"
121
  "Tax Calculation Based On","Вычисление налога основывается на"
122
  "Tax Calculation Method Based On","Метод вычисления налога основывается на"
@@ -143,11 +152,15 @@
143
  "This rule no longer exists.","Это правило больше не существует."
144
  "Total","Итого"
145
  "Unit Price","Цена за шт."
 
 
146
  "Whether catalog prices entered by admin include tax.","Цены каталога будут вводиться в панели администрирования включая налог."
147
  "Whether shipping amounts entered by admin or obtained from gateways include tax.","Стоимость доставки, вводимая в панели администрирования или получаемая из шлюзов включает налог."
148
  "Yes","Да"
149
  "You cannot delete this tax class as it is used for %d customer groups.","Вы не можете удалить этот налоговый класс, так как он используется для %d групп клиентов."
150
  "You cannot delete this tax class as it is used for %d products.","Вы не можете удалить этот налоговый класс, так как он используется для %d товаров."
151
  "You cannot delete this tax class as it is used in Tax Rules. You have to delete the rules it is used in first.","Вы не можете удалить этот налоговый класс, так как он используется в налоговых правилах. Вначале необходимо удалить правила, использующие этот класс."
 
152
  "Zip/Post Code","Почтовый индекс"
153
  "Zip/Post is Range","Диапазон почтовых индексов"
 
21
  "Back","Вернуться"
22
  "Before Discount","До скидки"
23
  "CSV","CSV"
24
+ "Calculate off subtotal only","Calculate off subtotal only"
25
  "Calculation Settings","Настройки вычисления"
26
  "Catalog Prices","Цены каталога"
27
  "Class Name","Название класса"
28
+ "Click here to go to <a href=""%s"">Tax configuration</a> and change your settings.","Нажмите сюда для перехода на страницу <a href=""%s"">конфигурации налогов</a> и измените ваши настройки."
29
  "Code","Код"
30
  "Country","Страна"
31
  "County","Округ"
62
  "Grand Total (Incl.Tax)","Итого (включая налог)"
63
  "Grand Total Excl. Tax","Итого без налога"
64
  "Grand Total Incl. Tax","Итого, включая налог"
65
+ "Ignore this notification","Игнорировать это уведомление"
66
  "Import / Export Tax Rates","Импорт / Экспорт налоговых ставок"
67
  "Import Tax Rates","Импорт налоговых ставок"
68
  "Inc. Tax","Включая налог"
78
  "Manage Tax Rates","Управление налоговыми ставками"
79
  "Manage Tax Rules","Управление налоговыми правилами"
80
  "Manage Tax Zones & Rates","Управление налоговыми зонами и ставками"
81
+ "Maximum zip code length is 9.","Максимальная длина почтового индекса 9 символов."
82
  "Name","Название"
83
  "New Class","Новый класс"
84
  "New Rule","Новое правило"
89
  "Orders, Invoices, Credit Memos Display Settings","Настройки отображения заказов, счетов и возвратов"
90
  "Orders, Invoices, Creditmemos Display Settings","Настройки отображения заказов, счетов и возвратов"
91
  "Original price only","Только первоначальная цена"
92
+ "Please fill all required fields with valid information.","Пожалуйста, заполните все обязательные поля корректной информацией."
93
+ "Please see <a href=""%s"">source</a> for more details.","Для дополнительной информации посетите этот <a href=""%s"">источник</a> (на английском)."
94
  "Price Display Settings","Настройки отображения цены"
95
  "Priority","Приоритет"
96
  "Product Tax Class","Налоговый класс для товара"
98
  "Product Tax Classes","Налоговые классы для товара"
99
  "Range From","Диапазон от"
100
  "Range To","Диапазон до"
101
+ "Range To should be equal or greater than Range From.","Диапазон от должен быть равен или больше чем Диапазон до."
102
  "Rate","Ставка"
103
  "Rate Percent","Процентная ставка"
104
+ "Rate Percent should be a positive number.","Процентная ставка должна быть положительным числом."
105
  "Reset","Сбросить"
106
  "Row Total","Итог строки"
107
  "Sales","Продажи"
125
  "Subtotal (Excl.Tax)","Предварительный итог (без налога)"
126
  "Subtotal (Incl. Tax)","Предварительный итог (включая налог)"
127
  "Subtotal (Incl.Tax)","Предварительный итог (включая налог)"
128
+ "Subtotal only","Только предварительный итог"
129
  "Tax","Налог"
130
  "Tax Calculation Based On","Вычисление налога основывается на"
131
  "Tax Calculation Method Based On","Метод вычисления налога основывается на"
152
  "This rule no longer exists.","Это правило больше не существует."
153
  "Total","Итого"
154
  "Unit Price","Цена за шт."
155
+ "Warning tax configuration can result in rounding errors","Предупреждение. Настройки налогов могут привести к ошибкам округления"
156
+ "Warning tax discount configuration might result in different discounts than a customer might expect","Предупреждение. Настройки налогов для скидок могут привести к суммам, отличным от тех, что ожидает клиент"
157
  "Whether catalog prices entered by admin include tax.","Цены каталога будут вводиться в панели администрирования включая налог."
158
  "Whether shipping amounts entered by admin or obtained from gateways include tax.","Стоимость доставки, вводимая в панели администрирования или получаемая из шлюзов включает налог."
159
  "Yes","Да"
160
  "You cannot delete this tax class as it is used for %d customer groups.","Вы не можете удалить этот налоговый класс, так как он используется для %d групп клиентов."
161
  "You cannot delete this tax class as it is used for %d products.","Вы не можете удалить этот налоговый класс, так как он используется для %d товаров."
162
  "You cannot delete this tax class as it is used in Tax Rules. You have to delete the rules it is used in first.","Вы не можете удалить этот налоговый класс, так как он используется в налоговых правилах. Вначале необходимо удалить правила, использующие этот класс."
163
+ "Zip code should not contain characters other than digits.","Почтовый индекс должен содержать только цифры."
164
  "Zip/Post Code","Почтовый индекс"
165
  "Zip/Post is Range","Диапазон почтовых индексов"
166
+ "for store(s)","для магазина(ов)"
app/locale/ru_RU/Mage_Usa.csv CHANGED
@@ -45,6 +45,7 @@
45
  "Customer services","Customer services"
46
  "DHL","DHL"
47
  "DHL (Deprecated)","DHL (Deprecated)"
 
48
  "Debug","Debug"
49
  "Default Package Height","Высота посылки по умолчанию"
50
  "Default Package Length","Длинна посылки по умолчанию"
@@ -98,6 +99,17 @@
98
  "FedEx Tube","FedEx Tube"
99
  "First Overnight","First Overnight"
100
  "First-Class","Первый-класс"
 
 
 
 
 
 
 
 
 
 
 
101
  "Flat","Flat"
102
  "Flat-Rate Box","Flat-Rate Box"
103
  "Flat-Rate Envelope","Flat-Rate Envelope"
@@ -109,6 +121,10 @@
109
  "Gateway XML URL","URL XML шлюза"
110
  "Gift","Подарок"
111
  "Girth","Girth"
 
 
 
 
112
  "Globalmail business","Globalmail business"
113
  "Ground","Наземный"
114
  "Ground Commercial","Наземный коммерческий"
@@ -144,6 +160,7 @@
144
  "Length","Длина"
145
  "Letter","Письмо"
146
  "Library","Библиотека"
 
147
  "Live","Live"
148
  "Machinable","Machinable"
149
  "Maximum Package Weight (Please consult your shipping carrier for maximum supported shipping weight)","Maximum Package Weight (Please consult your shipping carrier for maximum supported shipping weight)"
@@ -196,6 +213,63 @@
196
  "Please, specify origin country","Please, specify origin country"
197
  "Pounds","Фунты"
198
  "Priority Mail","Priority Mail"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
199
  "Priority Overnight","Priority Overnight"
200
  "Product content code is invalid","Product content code is invalid"
201
  "Product name is missing","Отсутствует название товара"
@@ -233,6 +307,8 @@
233
  "Shipment is not available.","Shipment is not available."
234
  "Shipment picked up","Shipment picked up"
235
  "Shipper Number","Shipper Number"
 
 
236
  "Shipping Key","Shipping Key"
237
  "Shipping Key (International)","Shipping Key (International)"
238
  "Show Method if Not Applicable","Show Method if Not Applicable"
@@ -244,6 +320,7 @@
244
  "Specific","Specific"
245
  "Sprintline","Sprintline"
246
  "Standard Overnight","Standard Overnight"
 
247
  "Station","Станция"
248
  "Subtotal","Предварительный итог"
249
  "Subtotal With Discount","Предварительный итог со скидкой"
@@ -287,6 +364,7 @@
287
  "UPS Worldwide Express PlusSM","UPS Worldwide Express PlusSM"
288
  "UPS Worldwide Saver","UPS Worldwide Saver"
289
  "USPS","USPS"
 
290
  "Unable to retrieve tracking","Невозможно получить отслеживание"
291
  "United Parcel Service","United Parcel Service"
292
  "United Parcel Service XML","United Parcel Service XML"
45
  "Customer services","Customer services"
46
  "DHL","DHL"
47
  "DHL (Deprecated)","DHL (Deprecated)"
48
+ "DHL service is not available at %s date","DHL service is not available at %s date"
49
  "Debug","Debug"
50
  "Default Package Height","Высота посылки по умолчанию"
51
  "Default Package Length","Длинна посылки по умолчанию"
99
  "FedEx Tube","FedEx Tube"
100
  "First Overnight","First Overnight"
101
  "First-Class","Первый-класс"
102
+ "First-Class Mail International Large Envelope","First-Class Mail International Large Envelope"
103
+ "First-Class Mail International Letter","First-Class Mail International Letter"
104
+ "First-Class Mail International Postcard","First-Class Mail International Postcard"
105
+ "First-Class Mail Large Envelope","First-Class Mail Large Envelope"
106
+ "First-Class Mail Large Postcards","First-Class Mail Large Postcards"
107
+ "First-Class Mail Letter","First-Class Mail Letter"
108
+ "First-Class Mail Parcel","First-Class Mail Parcel"
109
+ "First-Class Mail Postcards","First-Class Mail Postcards"
110
+ "First-Class Package International Service","First-Class Package International Service"
111
+ "First-Class Package Service","First-Class Package Service"
112
+ "First-Class Package Service Hold For Pickup","First-Class Package Service Hold For Pickup"
113
  "Flat","Flat"
114
  "Flat-Rate Box","Flat-Rate Box"
115
  "Flat-Rate Envelope","Flat-Rate Envelope"
121
  "Gateway XML URL","URL XML шлюза"
122
  "Gift","Подарок"
123
  "Girth","Girth"
124
+ "Global Express Guaranteed (GXG)","Global Express Guaranteed (GXG)"
125
+ "Global Express Guaranteed Document","Global Express Guaranteed Document"
126
+ "Global Express Guaranteed Non-Document Non-Rectangular","Global Express Guaranteed Non-Document Non-Rectangular"
127
+ "Global Express Guaranteed Non-Document Rectangular","Global Express Guaranteed Non-Document Rectangular"
128
  "Globalmail business","Globalmail business"
129
  "Ground","Наземный"
130
  "Ground Commercial","Наземный коммерческий"
160
  "Length","Длина"
161
  "Letter","Письмо"
162
  "Library","Библиотека"
163
+ "Library Mail","Library Mail"
164
  "Live","Live"
165
  "Machinable","Machinable"
166
  "Maximum Package Weight (Please consult your shipping carrier for maximum supported shipping weight)","Maximum Package Weight (Please consult your shipping carrier for maximum supported shipping weight)"
213
  "Please, specify origin country","Please, specify origin country"
214
  "Pounds","Фунты"
215
  "Priority Mail","Priority Mail"
216
+ "Priority Mail Express","Priority Mail Express"
217
+ "Priority Mail Express Flat Rate Boxes","Priority Mail Express Flat Rate Boxes"
218
+ "Priority Mail Express Flat Rate Boxes Hold For Pickup","Priority Mail Express Flat Rate Boxes Hold For Pickup"
219
+ "Priority Mail Express Flat Rate Envelope","Priority Mail Express Flat Rate Envelope"
220
+ "Priority Mail Express Flat Rate Envelope Hold For Pickup","Priority Mail Express Flat Rate Envelope Hold For Pickup"
221
+ "Priority Mail Express Hold For Pickup","Priority Mail Express Hold For Pickup"
222
+ "Priority Mail Express International","Priority Mail Express International"
223
+ "Priority Mail Express International Flat Rate Boxes","Priority Mail Express International Flat Rate Boxes"
224
+ "Priority Mail Express International Flat Rate Envelope","Priority Mail Express International Flat Rate Envelope"
225
+ "Priority Mail Express International Legal Flat Rate Envelope","Priority Mail Express International Legal Flat Rate Envelope"
226
+ "Priority Mail Express International Padded Flat Rate Envelope","Priority Mail Express International Padded Flat Rate Envelope"
227
+ "Priority Mail Express Legal Flat Rate Envelope","Priority Mail Express Legal Flat Rate Envelope"
228
+ "Priority Mail Express Legal Flat Rate Envelope Hold For Pickup","Priority Mail Express Legal Flat Rate Envelope Hold For Pickup"
229
+ "Priority Mail Express Padded Flat Rate Envelope","Priority Mail Express Padded Flat Rate Envelope"
230
+ "Priority Mail Express Padded Flat Rate Envelope Hold For Pickup","Priority Mail Express Padded Flat Rate Envelope Hold For Pickup"
231
+ "Priority Mail Express Sunday/Holiday Delivery","Priority Mail Express Sunday/Holiday Delivery"
232
+ "Priority Mail Express Sunday/Holiday Delivery Flat Rate Boxes","Priority Mail Express Sunday/Holiday Delivery Flat Rate Boxes"
233
+ "Priority Mail Express Sunday/Holiday Delivery Flat Rate Envelope","Priority Mail Express Sunday/Holiday Delivery Flat Rate Envelope"
234
+ "Priority Mail Express Sunday/Holiday Delivery Legal Flat Rate Envelope","Priority Mail Express Sunday/Holiday Delivery Legal Flat Rate Envelope"
235
+ "Priority Mail Express Sunday/Holiday Delivery Padded Flat Rate Envelope","Priority Mail Express Sunday/Holiday Delivery Padded Flat Rate Envelope"
236
+ "Priority Mail Flat Rate Envelope","Priority Mail Flat Rate Envelope"
237
+ "Priority Mail Flat Rate Envelope Hold For Pickup","Priority Mail Flat Rate Envelope Hold For Pickup"
238
+ "Priority Mail Gift Card Flat Rate Envelope","Priority Mail Gift Card Flat Rate Envelope"
239
+ "Priority Mail Gift Card Flat Rate Envelope Hold For Pickup","Priority Mail Gift Card Flat Rate Envelope Hold For Pickup"
240
+ "Priority Mail Hold For Pickup","Priority Mail Hold For Pickup"
241
+ "Priority Mail International","Priority Mail International"
242
+ "Priority Mail International DVD Flat Rate priced box","Priority Mail International DVD Flat Rate priced box"
243
+ "Priority Mail International Flat Rate Envelope","Priority Mail International Flat Rate Envelope"
244
+ "Priority Mail International Gift Card Flat Rate Envelope","Priority Mail International Gift Card Flat Rate Envelope"
245
+ "Priority Mail International Large Flat Rate Box","Priority Mail International Large Flat Rate Box"
246
+ "Priority Mail International Large Video Flat Rate priced box","Priority Mail International Large Video Flat Rate priced box"
247
+ "Priority Mail International Legal Flat Rate Envelope","Priority Mail International Legal Flat Rate Envelope"
248
+ "Priority Mail International Medium Flat Rate Box","Priority Mail International Medium Flat Rate Box"
249
+ "Priority Mail International Padded Flat Rate Envelope","Priority Mail International Padded Flat Rate Envelope"
250
+ "Priority Mail International Small Flat Rate Box","Priority Mail International Small Flat Rate Box"
251
+ "Priority Mail International Small Flat Rate Envelope","Priority Mail International Small Flat Rate Envelope"
252
+ "Priority Mail International Window Flat Rate Envelope","Priority Mail International Window Flat Rate Envelope"
253
+ "Priority Mail Large Flat Rate Box","Priority Mail Large Flat Rate Box"
254
+ "Priority Mail Large Flat Rate Box Hold For Pickup","Priority Mail Large Flat Rate Box Hold For Pickup"
255
+ "Priority Mail Legal Flat Rate Envelope","Priority Mail Legal Flat Rate Envelope"
256
+ "Priority Mail Legal Flat Rate Envelope Hold For Pickup","Priority Mail Legal Flat Rate Envelope Hold For Pickup"
257
+ "Priority Mail Medium Flat Rate Box","Priority Mail Medium Flat Rate Box"
258
+ "Priority Mail Medium Flat Rate Box Hold For Pickup","Priority Mail Medium Flat Rate Box Hold For Pickup"
259
+ "Priority Mail Padded Flat Rate Envelope","Priority Mail Padded Flat Rate Envelope"
260
+ "Priority Mail Padded Flat Rate Envelope Hold For Pickup","Priority Mail Padded Flat Rate Envelope Hold For Pickup"
261
+ "Priority Mail Regional Rate Box A","Priority Mail Regional Rate Box A"
262
+ "Priority Mail Regional Rate Box A Hold For Pickup","Priority Mail Regional Rate Box A Hold For Pickup"
263
+ "Priority Mail Regional Rate Box B","Priority Mail Regional Rate Box B"
264
+ "Priority Mail Regional Rate Box B Hold For Pickup","Priority Mail Regional Rate Box B Hold For Pickup"
265
+ "Priority Mail Regional Rate Box C","Priority Mail Regional Rate Box C"
266
+ "Priority Mail Regional Rate Box C Hold For Pickup","Priority Mail Regional Rate Box C Hold For Pickup"
267
+ "Priority Mail Small Flat Rate Box","Priority Mail Small Flat Rate Box"
268
+ "Priority Mail Small Flat Rate Box Hold For Pickup","Priority Mail Small Flat Rate Box Hold For Pickup"
269
+ "Priority Mail Small Flat Rate Envelope","Priority Mail Small Flat Rate Envelope"
270
+ "Priority Mail Small Flat Rate Envelope Hold For Pickup","Priority Mail Small Flat Rate Envelope Hold For Pickup"
271
+ "Priority Mail Window Flat Rate Envelope","Priority Mail Window Flat Rate Envelope"
272
+ "Priority Mail Window Flat Rate Envelope Hold For Pickup","Priority Mail Window Flat Rate Envelope Hold For Pickup"
273
  "Priority Overnight","Priority Overnight"
274
  "Product content code is invalid","Product content code is invalid"
275
  "Product name is missing","Отсутствует название товара"
307
  "Shipment is not available.","Shipment is not available."
308
  "Shipment picked up","Shipment picked up"
309
  "Shipper Number","Shipper Number"
310
+ "Shipping Accept XML URL","Shipping Accept XML URL"
311
+ "Shipping Confirm XML URL","Shipping Confirm XML URL"
312
  "Shipping Key","Shipping Key"
313
  "Shipping Key (International)","Shipping Key (International)"
314
  "Show Method if Not Applicable","Show Method if Not Applicable"
320
  "Specific","Specific"
321
  "Sprintline","Sprintline"
322
  "Standard Overnight","Standard Overnight"
323
+ "Standard Post","Standard Post"
324
  "Station","Станция"
325
  "Subtotal","Предварительный итог"
326
  "Subtotal With Discount","Предварительный итог со скидкой"
364
  "UPS Worldwide Express PlusSM","UPS Worldwide Express PlusSM"
365
  "UPS Worldwide Saver","UPS Worldwide Saver"
366
  "USPS","USPS"
367
+ "USPS GXG Envelopes","USPS GXG Envelopes"
368
  "Unable to retrieve tracking","Невозможно получить отслеживание"
369
  "United Parcel Service","United Parcel Service"
370
  "United Parcel Service XML","United Parcel Service XML"
app/locale/ru_RU/Mage_Weee.csv CHANGED
@@ -16,4 +16,5 @@
16
  "Including FPT only","Включая только FPT"
17
  "Total","Всего"
18
  "Total Incl. Tax","Всего, включая налог"
 
19
  "Total incl. tax","Всего, включая налог"
16
  "Including FPT only","Включая только FPT"
17
  "Total","Всего"
18
  "Total Incl. Tax","Всего, включая налог"
19
+ "Total excl. tax","Всего без налога"
20
  "Total incl. tax","Всего, включая налог"
app/locale/ru_RU/Mage_Widget.csv CHANGED
@@ -1,76 +1,77 @@
1
- "%s","%s"
2
- "-- Please Select --","-- Выберите --"
3
- "Actions","Действия"
4
- "Add Layout Update","Добавить обновление макета"
5
- "Add New Widget Instance","Добавить новый экземпляр виджета"
6
- "All","Все"
7
- "All Pages","Все страницы"
8
- "All Product Types","Все типы товаров"
9
- "Anchor Categories","Зафиксированные категории"
10
- "Apply","Применить"
11
- "Assign to Store Views","Назначить представлениям магазина"
12
- "Big Image","Большое изображение"
13
- "Block Reference","Номер блока"
14
- "CMS","CMS"
15
- "Categories","Категорий"
16
- "Choose...","Выбрать..."
17
- "Close","Закрыть"
18
- "Continue","Продолжить"
19
- "Default Template","Шаблон по умолчанию"
20
- "Delete","Удалить"
21
- "Design Package/Theme","Дизайн Пакет/Тема"
22
- "Export to:","Экспортировать в:"
23
- "Frontend Properties","Свойства пользовательской части"
24
- "Generic Pages","Generic страницы"
25
- "Images","Изображения"
26
- "Insert Widget","Вставить виджет"
27
- "Insert Widget...","Вставить виджет..."
28
- "Layout Updates","Обновления макета"
29
- "Manage Widget Instances","Управление экземплярами виджетов"
30
- "New Instance","Новый экземпляр"
31
- "New Widget Instance","Новый экземпляр виджета"
32
- "Next page","Следующая страница"
33
- "Non-Anchor Categories","Не зафиксированные категории"
34
- "Not Selected","Не выбрано"
35
- "Open Chooser","Выбрать"
36
- "Page","Страница"
37
- "Please Select Block Reference First","Выберите сначала номер блока"
38
- "Previous page","Предыдущая страница"
39
- "Products","Товары"
40
- "Remove Layout Update","Удалить обновление макета"
41
- "Save and Continue Edit","Сохранить и продолжить редактирование"
42
- "Select All","Выбрать все"
43
- "Select Visible","Выбрать видимые"
44
- "Settings","Настройки"
45
- "Sort Order","Порядок сортировки"
46
- "Sort Order of widget instances in the same block reference","Порядок сортировки экземпляров виджета в одном блоке"
47
- "Specific %s","Определённый %s"
48
- "Specified Page","Указанная страница"
49
- "Template","Шаблон"
50
- "The information in this tab has been changed.","Информация в этой закладке была изменена."
51
- "The widget instance has been deleted.","Экземпляр виджета удалён."
52
- "The widget instance has been saved.","Экземпляр виджета сохранён."
53
- "This tab contains invalid data. Please solve the problem before saving.","Эта закладка содержит неверные данные. Пожалуйста, решите проблему перед сохранением."
54
- "Thumbnail","Мини-изображение"
55
- "Total %d records found","Всего найдено записей %d"
56
- "Type","Тип"
57
- "Undefined Design Package or Theme.","Не определён Пакет дизайна или Тема."
58
- "Unselect All","Снять все"
59
- "Unselect Visible","Снять выбор с видимых"
60
- "View","Выводить"
61
- "Widget","Виджет"
62
- "Widget ""%s""","Виджет ""%s"""
63
- "Widget ID","ИД виджета"
64
- "Widget Insertion","Вставка виджета"
65
- "Widget Instance","Экземпляр виджета"
66
- "Widget Instance Title","Заголовок экземпляра виджета"
67
- "Widget Options","Параметры виджета"
68
- "Widget Type","Тип виджета"
69
- "Widget Type is not specified","Не указан тип виджета"
70
- "Widget instance is not full complete to create.","Экземпляр виджета ещё не готов для создания."
71
- "Widgets","Виджеты"
72
- "Wrong widget instance specified.","Указан неверный экземпляр виджета."
73
- "Wrong wigdet instance specified.","Указан неверный экземпляр виджета."
74
- "items selected","позиций выбрано"
75
- "of %s pages","из %s страниц"
76
- "per page","на страницу"
 
1
+ "%s","%s"
2
+ "-- Please Select --","-- Выберите --"
3
+ "Actions","Действия"
4
+ "Add Layout Update","Добавить обновление макета"
5
+ "Add New Widget Instance","Добавить новый экземпляр виджета"
6
+ "All","Все"
7
+ "All Pages","Все страницы"
8
+ "All Product Types","Все типы товаров"
9
+ "An error occurred during saving a widget: %s","Ошибка при сохранении виджета: %s"
10
+ "Anchor Categories","Зафиксированные категории"
11
+ "Apply","Применить"
12
+ "Assign to Store Views","Назначить представлениям магазина"
13
+ "Big Image","Большое изображение"
14
+ "Block Reference","Номер блока"
15
+ "CMS","CMS"
16
+ "Categories","Категорий"
17
+ "Choose...","Выбрать..."
18
+ "Close","Закрыть"
19
+ "Continue","Продолжить"
20
+ "Default Template","Шаблон по умолчанию"
21
+ "Delete","Удалить"
22
+ "Design Package/Theme","Дизайн Пакет/Тема"
23
+ "Export to:","Экспортировать в:"
24
+ "Frontend Properties","Свойства пользовательской части"
25
+ "Generic Pages","Generic страницы"
26
+ "Images","Изображения"
27
+ "Insert Widget","Вставить виджет"
28
+ "Insert Widget...","Вставить виджет..."
29
+ "Layout Updates","Обновления макета"
30
+ "Manage Widget Instances","Управление экземплярами виджетов"
31
+ "New Instance","Новый экземпляр"
32
+ "New Widget Instance","Новый экземпляр виджета"
33
+ "Next page","Следующая страница"
34
+ "Non-Anchor Categories","Не зафиксированные категории"
35
+ "Not Selected","Не выбрано"
36
+ "Open Chooser","Выбрать"
37
+ "Page","Страница"
38
+ "Please Select Block Reference First","Выберите сначала номер блока"
39
+ "Previous page","Предыдущая страница"
40
+ "Products","Товары"
41
+ "Remove Layout Update","Удалить обновление макета"
42
+ "Save and Continue Edit","Сохранить и продолжить редактирование"
43
+ "Select All","Выбрать все"
44
+ "Select Visible","Выбрать видимые"
45
+ "Settings","Настройки"
46
+ "Sort Order","Порядок сортировки"
47
+ "Sort Order of widget instances in the same block reference","Порядок сортировки экземпляров виджета в одном блоке"
48
+ "Specific %s","Определённый %s"
49
+ "Specified Page","Указанная страница"
50
+ "Template","Шаблон"
51
+ "The information in this tab has been changed.","Информация в этой закладке была изменена."
52
+ "The widget instance has been deleted.","Экземпляр виджета удалён."
53
+ "The widget instance has been saved.","Экземпляр виджета сохранён."
54
+ "This tab contains invalid data. Please solve the problem before saving.","Эта закладка содержит неверные данные. Пожалуйста, решите проблему перед сохранением."
55
+ "Thumbnail","Мини-изображение"
56
+ "Total %d records found","Всего найдено записей %d"
57
+ "Type","Тип"
58
+ "Undefined Design Package or Theme.","Не определён Пакет дизайна или Тема."
59
+ "Unselect All","Снять все"
60
+ "Unselect Visible","Снять выбор с видимых"
61
+ "View","Выводить"
62
+ "Widget","Виджет"
63
+ "Widget ""%s""","Виджет ""%s"""
64
+ "Widget ID","ИД виджета"
65
+ "Widget Insertion","Вставка виджета"
66
+ "Widget Instance","Экземпляр виджета"
67
+ "Widget Instance Title","Заголовок экземпляра виджета"
68
+ "Widget Options","Параметры виджета"
69
+ "Widget Type","Тип виджета"
70
+ "Widget Type is not specified","Не указан тип виджета"
71
+ "Widget instance is not full complete to create.","Экземпляр виджета ещё не готов для создания."
72
+ "Widgets","Виджеты"
73
+ "Wrong widget instance specified.","Указан неверный экземпляр виджета."
74
+ "Wrong wigdet instance specified.","Указан неверный экземпляр виджета."
75
+ "items selected","позиций выбрано"
76
+ "of %s pages","из %s страниц"
77
+ "per page","на страницу"
app/locale/ru_RU/Mage_Wishlist.csv CHANGED
@@ -86,6 +86,7 @@
86
  "This product(s) is currently out of stock","Этого товара в данный момент нет в наличии"
87
  "Unable to add the following product(s) to shopping cart: %s.","Эти товары невозможно добавить в корзину покупок: %s."
88
  "Update Wishlist","Сохранить изменения в листе пожеланий"
 
89
  "User description","Описание пользователя"
90
  "View Details","Подробнее"
91
  "View Product","Просмотреть товар"
86
  "This product(s) is currently out of stock","Этого товара в данный момент нет в наличии"
87
  "Unable to add the following product(s) to shopping cart: %s.","Эти товары невозможно добавить в корзину покупок: %s."
88
  "Update Wishlist","Сохранить изменения в листе пожеланий"
89
+ "User Description","Описание пользователя"
90
  "User description","Описание пользователя"
91
  "View Details","Подробнее"
92
  "View Product","Просмотреть товар"
app/locale/ru_RU/Mage_XmlConnect.csv CHANGED
@@ -1,5 +1,6 @@
1
  " "," "
2
  " But cart has some errors."," Но в корзине есть ошибки."
 
3
  """Description"" is more than %d characters long","""Description"" is more than %d characters long"
4
  """Title"" is more than %d characters long","""Title"" is more than %d characters long"
5
  """id"" attribute is required for a ""%s"" field.","""id"" attribute is required for a ""%s"" field."
@@ -7,42 +8,77 @@
7
  """message"" attribute is required for ""%s"" validator rule.","""message"" attribute is required for ""%s"" validator rule."
8
  "%1$s has been added to your wishlist.","%1$s has been added to your wishlist."
9
  "%1$s incl tax.","%1$s incl tax."
 
10
  "%s API Key required.","%s API Key required."
11
  "%s Application ID required.","%s Application ID required."
12
  "%s Secret Key required.","%s Secret Key required."
13
  "%s attribute is required.","%s attribute is required."
 
14
  "%s has been added to your cart.","%s has been added to your cart."
 
 
15
  "(Includes more countries than those listed below. As the application owner, you are responsible for complying with country-specific laws related to the distribution or sale of your application into that country, including your home country.)","(Includes more countries than those listed below. As the application owner, you are responsible for complying with country-specific laws related to the distribution or sale of your application into that country, including your home country.)"
 
16
  "*Subject to change","*Subject to change"
 
17
  "10:40 AM","10:40 AM"
 
 
 
18
  "80px x 80px","80px x 80px"
19
  "80x80 px","80x80 px"
20
  "<a href=""%s"" target=""_blank"">Login</a> to Urabn Airship.","<a href=""%s"" target=""_blank"">Login</a> to Urabn Airship."
 
21
  "A Catalog Only App will not support functions such as add to cart, add to wishlist, or login.","A Catalog Only App will not support functions such as add to cart, add to wishlist, or login."
22
  "A new password has been sent.","A new password has been sent."
 
 
23
  "Account","Account"
 
 
24
  "Account confirmation is required. Please check your email for the confirmation link.","Account confirmation is required. Please check your email for the confirmation link."
25
  "Account information has been saved.","Account information has been saved."
26
  "Action","Action"
 
 
 
27
  "Activate","Activate"
28
  "Activate PayPal Checkout","Activate PayPal Checkout"
29
  "Activate PayPal MECL","Activate PayPal MECL"
30
  "Activation Key","Activation Key"
 
 
 
31
  "Add App","Add App"
 
32
  "Add More Templates","Add More Templates"
 
33
  "Add New Template","Add New Template"
34
  "Add Page","Добавить страницу"
 
 
 
35
  "Add to Cart","Добавить в корзину"
36
  "Add to Wishlist","Добавить в пожелания"
 
 
37
  "Additional Address","Дополнительный адрес"
38
  "Additional Countries","Дополнительные страны"
 
39
  "Additional Product Info","Дополнительная информация о товаре"
40
  "Address","Адрес"
41
  "Address 2","Адрес 2"
 
 
 
 
42
  "Address data not specified.","Не указаны данные адреса."
43
  "Address does not belong to this customer.","Адрес не принадлежит этому клиенту."
44
  "Address has been deleted.","Адрес удалён."
45
  "Address has been saved.","Адрес сохранён."
 
 
 
46
  "Administrative contact for this app and for app submission issues.","Administrative contact for this app and for app submission issues."
47
  "Advanced Settings","Дополнительные настройки"
48
  "After submitting the App to Magento, please contact <a href=""mailto:%1$s"">%1$s</a> to receive the Application Key, Application Secret and Application Master Secret.","After submitting the App to Magento, please contact <a href=""mailto:%1$s"">%1$s</a> to receive the Application Key, Application Secret and Application Master Secret."
@@ -53,12 +89,19 @@
53
  "AirMail message","AirMail message"
54
  "AirMail templates","AirMail templates"
55
  "All Allowed Countries","Все разрешённые страны"
 
56
  "All locations","All locations"
 
 
 
57
  "An account with this email address already exists.","An account with this email address already exists."
58
  "An error occurred while adding item to wishlist.","An error occurred while adding item to wishlist."
59
  "An error occurred while deleting the address.","An error occurred while deleting the address."
60
  "An error occurred while loading categories.","An error occurred while loading categories."
61
  "An error occurred while loading category filters.","An error occurred while loading category filters."
 
 
 
62
  "An error occurred while loading wishlist.","An error occurred while loading wishlist."
63
  "An error occurred while processing your order. Please contact us or try again later.","An error occurred while processing your order. Please contact us or try again later."
64
  "An error occurred while processing your request.","An error occurred while processing your request."
@@ -81,6 +124,7 @@
81
  "App Stores","App Stores"
82
  "App Submission History","App Submission History"
83
  "App Title","App Title"
 
84
  "App code required.","App code required."
85
  "App does not exist.","App does not exist."
86
  "App has been deleted.","App has been deleted."
@@ -95,17 +139,37 @@
95
  "Application Master Secret","Application Master Secret"
96
  "Application Name","Application Name"
97
  "Application Secret","Application Secret"
98
- "Apply Theme","Apply Theme"
 
 
99
  "Apply will automatically resize this image for display in the App Store and on users’ devices. A gloss (i.e. gradient) will also be applied, so you do not need to apply a gradient. Image must be at least 512x512","Apply will automatically resize this image for display in the App Store and on users’ devices. A gloss (i.e. gradient) will also be applied, so you do not need to apply a gradient. Image must be at least 512x512"
 
 
 
 
 
 
100
  "Are you sure you want to delete this theme? This change will affect all applications.","Are you sure you want to delete this theme? This change will affect all applications."
101
- "Are you sure you want to do this?","Are you sure you want to do this?"
 
102
  "Are you sure you whant to cancel a message?","Are you sure you whant to cancel a message?"
103
  "Are you sure you whant to delete a message?","Are you sure you whant to delete a message?"
104
  "Are you sure you what to cancel selected records?","Are you sure you what to cancel selected records?"
105
  "Are you sure you what to delete selected records?","Are you sure you what to delete selected records?"
 
 
 
106
  "As a Magento customer, Urban Airship is offering you unlimited Push Notifications and Rich Push for $100/year* along with a 60 day free trial.","As a Magento customer, Urban Airship is offering you unlimited Push Notifications and Rich Push for $100/year* along with a 60 day free trial."
 
 
 
107
  "At last one application has to be created.","At last one application has to be created."
 
108
  "Authentication complete.","Authentication complete."
 
 
 
 
109
  "Back","Back"
110
  "Back to App Edit","Back to App Edit"
111
  "Background Color","Background Color"
@@ -113,18 +177,28 @@
113
  "Balance Change","Изменение баланса"
114
  "Balance History","История баланса"
115
  "Banner on Home Screen","Banner on Home Screen"
 
116
  "Banner on Home Screen (landscape mode) image missing.","Banner on Home Screen (landscape mode) image missing."
 
117
  "Banner on Home Screen (portrait mode) image missing.","Banner on Home Screen (portrait mode) image missing."
118
  "Banner on Home Screen <br />(landscape mode)","Banner on Home Screen <br />(landscape mode)"
119
  "Banner on Home Screen <br />(portrait mode)","Banner on Home Screen <br />(portrait mode)"
120
  "Banner on Home Screen image missing.","Banner on Home Screen image missing."
 
 
 
121
  "Billing Address","Billing Address"
 
122
  "Billing address has been set.","Billing address has been set."
 
123
  "Buy %1$s for %2$s","Buy %1$s for %2$s"
124
  "Buy %1$s for %2$s (%3$s incl. tax) each","Buy %1$s for %2$s (%3$s incl. tax) each"
125
  "Buy %1$s for %2$s each","Buy %1$s for %2$s each"
126
  "Buy %1$s with %2$s discount each","Buy %1$s with %2$s discount each"
 
127
  "Buyer country is not allowed by store.","Buyer country is not allowed by store."
 
 
128
  "Cache Lifetime (seconds)","Cache Lifetime (seconds)"
129
  "Cache Management","Cache Management"
130
  "Can\'t add item to shopping cart.","Can\'t add item to shopping cart."
@@ -133,6 +207,7 @@
133
  "Can\'t create wishlist.","Can\'t create wishlist."
134
  "Can\'t delete ""%s"" theme.","Can\'t delete ""%s"" theme."
135
  "Can\'t load XML.","Can\'t load XML."
 
136
  "Can\'t load application with code ""%s""","Can\'t load application with code ""%s"""
137
  "Can\'t load application with id ""%s""","Can\'t load application with id ""%s"""
138
  "Can\'t load cart info.","Can\'t load cart info."
@@ -140,13 +215,14 @@
140
  "Can\'t load customer form.","Can\'t load customer form."
141
  "Can\'t load default themes.","Can\'t load default themes."
142
  "Can\'t load selected theme. Please check your media folder permissions.","Can\'t load selected theme. Please check your media folder permissions."
 
143
  "Can\'t open submission form.","Can\'t open submission form."
144
- "Can\'t read file ""%s"".","Can\'t read file ""%s""."
145
- "Can\'t remove the item.","Can\'t remove the item."
146
  "Can\'t reset theme.","Can\'t reset theme."
147
- "Can\'t save address.","Can\'t save address."
148
- "Can\'t save the customer.","Can\'t save the customer."
149
- "Can\'t save theme.","Can\'t save theme."
150
  "Can\'t show configuration.","Can\'t show configuration."
151
  "Can\'t specify product.","Can\'t specify product."
152
  "Can\'t submit application.","Can\'t submit application."
@@ -155,80 +231,122 @@
155
  "Can\t copy file ""%s"" to ""%s"".","Can\t copy file ""%s"" to ""%s""."
156
  "Cancel","Cancel"
157
  "Canceled","Canceled"
 
158
  "Cancelled","Cancelled"
159
  "Cannot apply gift card.","Cannot apply gift card."
 
160
  "Cannot load theme ""%s"".","Cannot load theme ""%s""."
161
  "Cannot redeem Gift Card.","Cannot redeem Gift Card."
162
  "Cannot remove gift card.","Cannot remove gift card."
163
  "Cannot save theme ""%s"". Incorrect data received","Cannot save theme ""%s"". Incorrect data received"
 
164
  "Card Verification Number","Card Verification Number"
165
  "Card verification number is wrong","Card verification number is wrong"
166
  "Carrier","Carrier"
167
- "Cart","Cart"
168
- "Cart has been updated.","Cart has been updated."
169
  "Cart has some errors.","Cart has some errors."
170
- "Cart is empty.","Cart is empty."
171
  "Cart line items are not eligible for exporting to PayPal API","Cart line items are not eligible for exporting to PayPal API"
172
  "Catalog Only App?","Catalog Only App?"
 
173
  "Category Button Color","Category Button Color"
174
  "Category Item Background Color","Category Item Background Color"
 
175
  "Chairs","Chairs"
176
  "Change Orientation","Change Orientation"
177
  "Change Password","Change Password"
178
  "Changes have been saved to theme.","Changes have been saved to theme."
 
 
 
 
 
 
 
 
179
  "Checkout has been initialized.","Checkout has been initialized."
 
 
 
 
 
180
  "City","City"
 
 
181
  "Color Themes","Color Themes"
182
  "Colors","Colors"
 
183
  "Company","Company"
184
  "Completed","Completed"
 
 
185
  "Confirm New Password","Confirm New Password"
186
  "Confirm Password","Confirm Password"
 
 
187
  "Contact Email","Contact Email"
188
  "Contact Information","Contact Information"
 
189
  "Container is not defined.","Container is not defined."
190
  "Content","Content"
 
191
  "Copyright","Copyright"
192
  "Copyright Page Logo","Copyright Page Logo"
 
193
  "Copyright Page Logo <br />(iPhone 4 retina)","Copyright Page Logo <br />(iPhone 4 retina)"
194
  "Copyright page logo","Copyright page logo"
 
 
195
  "Countries Payment Applicable From","Countries Payment Applicable From"
196
- "Country","Country"
197
  "Country options don\'t recognized for ""%s"".","Country options don\'t recognized for ""%s""."
198
  "Coupon code %s is not valid.","Coupon code %s is not valid."
199
  "Coupon code %s was applied.","Coupon code %s was applied."
200
  "Coupon code is empty.","Coupon code is empty."
201
  "Coupon code was canceled.","Coupon code was canceled."
 
 
202
  "Creating a Template is allowed only for applications which have device type iPhone.","Creating a Template is allowed only for applications which have device type iPhone."
203
  "Credit Card","Credit Card"
204
  "Credit Card %s","Credit Card %s"
205
  "Credit Card Number","Credit Card Number"
206
  "Credit Card Type","Credit Card Type"
207
  "Credit card number does not match credit card type.","Credit card number does not match credit card type."
 
208
  "Current Balance: %s","Current Balance: %s"
209
  "Current Password","Current Password"
210
  "Currently, PayPal MEP is not available for the Android application","Currently, PayPal MEP is not available for the Android application"
 
211
  "Custom App Icon","Custom App Icon"
 
212
  "Custom App Icon <br />(iPhone 4 retina)","Custom App Icon <br />(iPhone 4 retina)"
213
  "Custom Colors","Custom Colors"
 
214
  "Custom application icon","Custom application icon"
 
 
215
  "Customer authentication problem.","Customer authentication problem."
216
  "Customer balance available in enterprise version of Magento only.","Customer balance available in enterprise version of Magento only."
217
  "Customer balance is disabled for current store","Customer balance is disabled for current store"
218
  "Customer email not specified.","Customer email not specified."
219
  "Customer logout problem.","Customer logout problem."
220
  "Customer not logged in.","Customer not logged in."
 
221
  "DD","DD"
222
  "Date","Дата"
223
  "Date Created","Дата создания"
224
  "Date Submitted","Date Submitted"
225
  "Date Updated","Дата обновления"
 
226
  "Day","День"
227
  "Deeper Messaging and Engagement with Rich Push.","Deeper Messaging and Engagement with Rich Push."
228
  "Default Billing Address","Default Billing Address"
229
  "Default Shipping Address","Default Shipping Address"
230
  "Default Theme","Default Theme"
 
231
  "Delete","Удалить"
 
232
  "Delete theme","Удалить тему"
233
  "Deleted","Удалено"
234
  "Description","Описание"
@@ -240,18 +358,37 @@
240
  "Device","Device"
241
  "Device Information","Device Information"
242
  "Device Type","Device Type"
 
243
  "Device doesn\'t recognized. Unable to load a template.","Device doesn\'t recognized. Unable to load a template."
244
  "Device doesn\'t recognized: ""%s"". Unable to load a helper.","Device doesn\'t recognized: ""%s"". Unable to load a helper."
245
  "Device doesn\'t recognized: ""%s"". Unable to load preview model.","Device doesn\'t recognized: ""%s"". Unable to load preview model."
 
 
 
 
 
 
 
246
  "Edit","Edit"
 
 
247
  "Edit AirMail Message","Edit AirMail Message"
248
  "Edit AirMail Message Queue #%s","Edit AirMail Message Queue #%s"
249
  "Edit App ""%s""","Edit App ""%s"""
250
  "Edit Filter","Edit Filter"
 
 
251
  "Edit Template ""%s""","Edit Template ""%s"""
 
 
 
252
  "Element with id %s already exists","Element with id %s already exists"
253
  "Email","Email"
254
  "Email Address","Email Address"
 
 
 
 
255
  "Enable AirMail Message Push notification","Enable AirMail Message Push notification"
256
  "Enable Facebook","Enable Facebook"
257
  "Enable Flurry Analytics","Enable Flurry Analytics"
@@ -259,8 +396,20 @@
259
  "Enable LinkedIn","Enable LinkedIn"
260
  "Enable Standard Checkout","Enable Standard Checkout"
261
  "Enable Twitter","Enable Twitter"
 
 
 
 
 
 
 
 
 
 
 
262
  "Error while processing file ""%s"".","Error while processing file ""%s""."
263
  "Error while reading data from Payment Bridge. Please, try again.","Error while reading data from Payment Bridge. Please, try again."
 
264
  "Error while uploading file ""%s"".","Error while uploading file ""%s""."
265
  "Error while uploading file ""%s"". Disallowed file type. Only ""jpg"", ""jpeg"", ""gif"", ""png"" are allowed.","Error while uploading file ""%s"". Disallowed file type. Only ""jpg"", ""jpeg"", ""gif"", ""png"" are allowed."
266
  "Error.","Ошибка."
@@ -271,20 +420,37 @@
271
  "Extend the life of your app with Urban Airship Push Notifications.","Extend the life of your app with Urban Airship Push Notifications."
272
  "Extensions","Extensions"
273
  "FILTERS APPLIED","FILTERS APPLIED"
 
274
  "Facebook API","Facebook API"
275
  "Facebook Application ID","Facebook Application ID"
 
276
  "Fax","Факс"
277
  "File can\'t be uploaded.","File can\'t be uploaded."
278
  "File doesn\'t exist ""%s"".","File doesn\'t exist ""%s""."
 
 
279
  "First Name","First Name"
 
280
  "Flurry API Code","Flurry API Code"
281
  "Flurry Analytics","Flurry Analytics"
282
  "Flurry Analytics Site","Flurry Analytics Site"
283
  "Flurry Api Code","Flurry Api Code"
284
  "Fonts","Fonts"
 
 
 
 
285
  "Free","Free"
 
 
 
 
 
 
286
  "Funk Leaf","Funk Leaf"
 
287
  "General","General"
 
288
  "Get Activation Key","Get Activation Key"
289
  "Get Content from CMS Page","Get Content from CMS Page"
290
  "Gift Card ""%s"" was added.","Gift Card ""%s"" was added."
@@ -295,6 +461,8 @@
295
  "Gift Card code is empty.","Gift Card code is empty."
296
  "Gift Card: %s","Gift Card: %s"
297
  "Gift card account available in enterprise version of Magento only.","Gift card account available in enterprise version of Magento only."
 
 
298
  "Grand Total (Excl. Tax)","Grand Total (Excl. Tax)"
299
  "Grand Total (Incl. Tax)","Grand Total (Incl. Tax)"
300
  "Guest","Гость"
@@ -305,21 +473,37 @@
305
  "Hot Red","Hot Red"
306
  "How do you rate this product?","How do you rate this product?"
307
  "How to incorporate Urban Airship within your application:","How to incorporate Urban Airship within your application:"
 
 
308
  "ID","ИД"
 
309
  "Icon that will appear on the user\'s device after they download your app. Recommended size: 48px x 48px.","Icon that will appear on the user\'s device after they download your app. Recommended size: 48px x 48px."
 
310
  "Icon that will appear on the user\'s device after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Recommended size: 72px x 72px.","Icon that will appear on the user\'s device after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Recommended size: 72px x 72px."
 
 
311
  "Icon that will appear on the user\'s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Recommended size: 114px x 114px.","Icon that will appear on the user\'s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Recommended size: 114px x 114px."
312
  "Icon that will appear on the user’s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Recommended size: 57px x 57px at 72 dpi.","Icon that will appear on the user’s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Recommended size: 57px x 57px at 72 dpi."
313
  "Icons","Icons"
314
  "If leave this field empty, the message will be sent immediately","If leave this field empty, the message will be sent immediately"
315
  "If you want to disable the cache on the application side, leave the field empty. Warning! When disabling cache, the application will take time to load each page.","If you want to disable the cache on the application side, leave the field empty. Warning! When disabling cache, the application will take time to load each page."
 
 
 
316
  "Image file was not found.","Image file was not found."
 
 
 
 
317
  "Image that appears on first screen while your app is loading. Required size: 1024px x 768px.","Image that appears on first screen while your app is loading. Required size: 1024px x 768px."
318
  "Image that appears on first screen while your app is loading. Required size: 320px x 455px.","Image that appears on first screen while your app is loading. Required size: 320px x 455px."
319
  "Image that appears on first screen while your app is loading. Required size: 320px x 460px.","Image that appears on first screen while your app is loading. Required size: 320px x 460px."
320
  "Image that appears on first screen while your app is loading. Required size: 640px x 920px.","Image that appears on first screen while your app is loading. Required size: 640px x 920px."
321
  "Image that appears on first screen while your app is loading. Required size: 768px x 1024px.","Image that appears on first screen while your app is loading. Required size: 768px x 1024px."
 
 
322
  "Images","Images"
 
323
  "In Queue","In Queue"
324
  "In Stock","In Stock"
325
  "In addition, click here to review Urban Airship\'s Terms of Service: <a href=""%s"" target=""_blank"">click here</a>.","In addition, click here to review Urban Airship\'s Terms of Service: <a href=""%s"" target=""_blank"">click here</a>."
@@ -327,6 +511,9 @@
327
  "In order to submit your app, you need to first purchase a <a href=""%s"" target=""_blank"">%s</a> from MagentoCommerce","In order to submit your app, you need to first purchase a <a href=""%s"" target=""_blank"">%s</a> from MagentoCommerce"
328
  "Inactive Tabs","Inactive Tabs"
329
  "Incl. Tax","Incl. Tax"
 
 
 
330
  "Invalid XML.","Invalid XML."
331
  "Invalid current password.","Invalid current password."
332
  "Invalid customer data.","Invalid customer data."
@@ -337,26 +524,77 @@
337
  "Invalid shipping method.","Invalid shipping method."
338
  "Issue Number","Issue Number"
339
  "It\'s not allowed to delete submitted application.","It\'s not allowed to delete submitted application."
 
 
340
  "Item has been added to cart.","Item has been added to cart."
341
  "Item has been deleted from cart.","Item has been deleted from cart."
342
  "Item has been removed from wishlist.","Item has been removed from wishlist."
 
343
  "Items were updated. But can\'t update wishlist.","Items were updated. But can\'t update wishlist."
 
344
  "Key","Key"
345
  "Keywords","Keywords"
346
  "Label","Label"
 
 
347
  "Large iTunes Icon","Large iTunes Icon"
 
348
  "Large icon that appears in the iTunes App Store. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Required size: 512px x 512px.","Large icon that appears in the iTunes App Store. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Required size: 512px x 512px."
 
 
349
  "Last Name","Last Name"
 
 
 
 
 
350
  "LinkedIn API","LinkedIn API"
351
  "LinkedIn API Key","LinkedIn API Key"
 
 
352
  "LinkedIn Secret Key","LinkedIn Secret Key"
 
 
 
353
  "Loader Splash Screen","Loader Splash Screen"
 
 
 
354
  "Loader Splash Screen <br />(iPhone 4 retina)","Loader Splash Screen <br />(iPhone 4 retina)"
355
  "Loader Splash Screen <br />(landscape mode)","Loader Splash Screen <br />(landscape mode)"
356
  "Loader Splash Screen <br />(portrait mode)","Loader Splash Screen <br />(portrait mode)"
 
 
 
 
 
 
 
 
 
 
 
357
  "Loading Preview...","Загружается предварительный просмотр..."
 
 
 
 
 
 
 
 
 
 
 
 
358
  "Locations","Locations"
359
  "Log In","Log In"
 
 
 
 
 
 
360
  "Login and password are required.","Login and password are required."
361
  "Logo in Header","Logo in Header"
362
  "Logo in Header image missing.","Logo in Header image missing."
@@ -373,7 +611,11 @@
373
  "Manage Mobile App","Manage Mobile App"
374
  "Maximum length is 140","Maximum length is 140"
375
  "Maximum length is 255","Maximum length is 255"
 
 
376
  "Merchant Label","Merchant Label"
 
 
377
  "Message Queue","Message Queue"
378
  "Message Settings","Message Settings"
379
  "Message Templates","Message Templates"
@@ -383,8 +625,14 @@
383
  "Message can be edited when status of the message is ""In Queue"" only.","Message can be edited when status of the message is ""In Queue"" only."
384
  "Message can not be edited when it\'s status NOT is ""IN QUEUE"".","Message can not be edited when it\'s status NOT is ""IN QUEUE""."
385
  "Message content","Message content"
 
386
  "Message title","Message title"
 
 
387
  "Messages cannot be sent more than %d times in an hour.","Messages cannot be sent more than %d times in an hour."
 
 
 
388
  "Mobile","Mobile"
389
  "Mobile Express Checkout has been canceled.","Mobile Express Checkout has been canceled."
390
  "Mobile Express Checkout processed successfully.","Mobile Express Checkout processed successfully."
@@ -393,23 +641,44 @@
393
  "More","More"
394
  "More Info","More Info"
395
  "More Tabs","More Tabs"
 
 
 
 
 
 
396
  "Name on Card","Name on Card"
397
  "Name that appears beneath your app when users install it to their device. We recommend choosing a name that is 10-12 characters and that your customers will recognize.","Name that appears beneath your app when users install it to their device. We recommend choosing a name that is 10-12 characters and that your customers will recognize."
398
  "Name that appears beneath your app when users install it to their device. We recommend choosing a name that is 10-12 characters and that your customers will recognize. %s chars max.","Name that appears beneath your app when users install it to their device. We recommend choosing a name that is 10-12 characters and that your customers will recognize. %s chars max."
399
  "New AirMail Message","New AirMail Message"
400
  "New AirMail Message Queue","New AirMail Message Queue"
401
  "New App","New App"
 
402
  "New Password","New Password"
403
  "New Template","New Template"
 
404
  "Nickname","Nickname"
 
405
  "No Payment Information Required","No Payment Information Required"
 
 
406
  "No items were specifed to update.","No items were specifed to update."
407
  "No items were updated.","No items were updated."
408
  "No product selected.","No product selected."
 
409
  "No shipping method required.","No shipping method required."
410
  "No such file ""%s"".","No such file ""%s""."
411
  "Not Submitted","Not Submitted"
 
412
  "Notice","Notice"
 
 
 
 
 
 
 
 
413
  "One or more keywords that describe your app. Keywords are matched to users\' searches in the App Store and help return accurate search results. Separate multiple keywords with commas. 100 chars is maximum.","One or more keywords that describe your app. Keywords are matched to users\' searches in the App Store and help return accurate search results. Separate multiple keywords with commas. 100 chars is maximum."
414
  "One or more keywords that describe your app. Keywords are matched to users` searches in the App Store and help return accurate search results. Separate multiple keywords with commas. 100 chars is maximum.","One or more keywords that describe your app. Keywords are matched to users` searches in the App Store and help return accurate search results. Separate multiple keywords with commas. 100 chars is maximum."
415
  "Onepage checkout is disabled.","Onepage checkout is disabled."
@@ -417,18 +686,40 @@
417
  "Only default theme can be reset","Only default theme can be reset"
418
  "Only free apps are allowed in this version.","Only free apps are allowed in this version."
419
  "Only registered users can write reviews. Please, log in or register.","Only registered users can write reviews. Please, log in or register."
 
 
420
  "Options menu items","Options menu items"
 
 
421
  "Order #%s - %s","Order #%s - %s"
422
  "Order Date: %s","Order Date: %s"
 
 
 
 
 
 
 
 
 
423
  "Order id is not specified.","Order id is not specified."
424
  "Order id not specified.","Order id not specified."
425
  "Order is not available.","Order is not available."
426
  "Ordered","Ordered"
 
 
 
 
427
  "Output format is not specified. Please, specify ""format"" key in constructor, or set it using setFormat().","Output format is not specified. Please, specify ""format"" key in constructor, or set it using setFormat()."
 
428
  "POST data is not valid.","POST data is not valid."
429
  "Pages","Pages"
430
  "Password","Пароль"
431
  "Password fields cannot be empty.","Поле Пароль не может быть пустым."
 
 
 
 
432
  "PayPal MECL is the mobile version of PayPal\'s Express Checkout service. You can choose to use MECL alongside standard checkout, or use it as your only checkout method for Magento Mobile.","PayPal MECL is the mobile version of PayPal\'s Express Checkout service. You can choose to use MECL alongside standard checkout, or use it as your only checkout method for Magento Mobile."
433
  "PayPal MEP","PayPal MEP"
434
  "PayPal Mobile Embedded Payment (MEP)","PayPal Mobile Embedded Payment (MEP)"
@@ -438,13 +729,17 @@
438
  "Payer Email: %s","Payer Email: %s"
439
  "Payment Applicable From","Payment Applicable From"
440
  "Payment Bridge module unavailable.","Payment Bridge module unavailable."
 
441
  "Payment Method","Payment Method"
442
  "Payment Method has been set.","Payment Method has been set."
443
  "Payment Methods","Payment Methods"
 
444
  "Payment method was successfully set.","Payment method was successfully set."
445
  "Paypal MEP doesn\'t support checkout with any discount.","Paypal MEP doesn\'t support checkout with any discount."
446
  "Paypal Merchant Account Email.","Paypal Merchant Account Email."
447
  "Paypal Merchant Account Username.","Paypal Merchant Account Username."
 
 
448
  "Please <a href=""%s"" target=""_blank"">click here</a> to see how to setup and retrieve API credentials.","Please <a href=""%s"" target=""_blank"">click here</a> to see how to setup and retrieve API credentials."
449
  "Please Select Application","Please Select Application"
450
  "Please Select Device Type","Please Select Device Type"
@@ -454,6 +749,7 @@
454
  "Please enter a valid URL. Protocol is required (http://, https:// or ftp://)","Please enter a valid URL. Protocol is required (http://, https:// or ftp://)"
455
  "Please enter a valid date.","Please enter a valid date."
456
  "Please enter a valid email address. For example johndoe@domain.com.","Please enter a valid email address. For example johndoe@domain.com."
 
457
  "Please enter issue number or start date for switch/solo card type.","Please enter issue number or start date for switch/solo card type."
458
  "Please enter the Activation Key.","Please enter the Activation Key."
459
  "Please enter the Copyright.","Please enter the Copyright."
@@ -462,8 +758,13 @@
462
  "Please enter the Resubmission Key.","Please enter the Resubmission Key."
463
  "Please enter the Title.","Please enter the Title."
464
  "Please make sure your passwords match.","Please make sure your passwords match."
 
465
  "Please select an option.","Please select an option."
466
  "Please select at least one country.","Please select at least one country."
 
 
 
 
467
  "Please upload an image for ""App Background (landscape mode)"" field from Design Tab.","Please upload an image for ""App Background (landscape mode)"" field from Design Tab."
468
  "Please upload an image for ""App Background (portrait mode)"" field from Design Tab.","Please upload an image for ""App Background (portrait mode)"" field from Design Tab."
469
  "Please upload an image for ""App Background"" field from Design Tab.","Please upload an image for ""App Background"" field from Design Tab."
@@ -474,32 +775,68 @@
474
  "Please use letters only (a-z or A-Z) in this field.","Please use letters only (a-z or A-Z) in this field."
475
  "Please use numbers only in this field. Please avoid spaces or other characters such as dots or commas.","Please use numbers only in this field. Please avoid spaces or other characters such as dots or commas."
476
  "Please use only letters (a-z or A-Z) or numbers (0-9) only in this field. No spaces or other characters are allowed.","Please use only letters (a-z or A-Z) or numbers (0-9) only in this field. No spaces or other characters are allowed."
 
 
 
 
 
 
 
 
477
  "Prefix","Prefix"
478
  "Preset Theme","Preset Theme"
479
  "Preview","Preview"
480
  "Price","Цена"
481
  "Price Font Color","Цена. Цвет шрифта"
 
 
482
  "Primary Color","Primary Color"
483
  "Primary Font Color","Primary Font Color"
484
  "Problem changing or sending password.","Problem changing or sending password."
 
 
 
 
 
485
  "Product Name3 ","Product Name3 "
486
  "Product Name3 1","Product Name3 1"
487
  "Product Name3 2","Product Name3 2"
 
 
 
 
 
 
 
488
  "Product is unavailable.","Product is unavailable."
 
 
489
  "Product was not specified.","Product was not specified."
490
  "Product(s) currently out of stock.","Product(s) currently out of stock."
 
 
491
  "Purchase Order Number","Purchase Order Number"
492
  "Push Notification","Push Notification"
493
  "Push Notifications allow you to send messages directly to the people who have installed your app on their device. Send messages to your full audience even when your app is closed. Push Notifications are one of the best ways to keep your app active by delivering valuable content directly to your customers. Learn more about Push Notifications - <a href=""%1$s"" target=""_blank"">%1$s</a>","Push Notifications allow you to send messages directly to the people who have installed your app on their device. Send messages to your full audience even when your app is closed. Push Notifications are one of the best ways to keep your app active by delivering valuable content directly to your customers. Learn more about Push Notifications - <a href=""%1$s"" target=""_blank"">%1$s</a>"
494
  "Push Title","Push Title"
495
  "Push message","Push message"
496
  "Push title","Push title"
 
 
 
 
497
  "Queue Date","Queue Date"
498
  "Queue Message","Queue Message"
499
  "Queue does not exist.","Queue does not exist."
500
  "Queue is allowed only for applications with enabled Push Notification.","Queue is allowed only for applications with enabled Push Notification."
501
  "Quote instance is required.","Quote instance is required."
 
 
 
 
 
502
  "Recipient Information","Recipient Information"
 
503
  "Recommended size 1024px x 344px. Note: Image size affects the performance of your app.","Recommended size 1024px x 344px. Note: Image size affects the performance of your app."
504
  "Recommended size 1024px x 704px. Note: Image size affects the performance of your app.","Recommended size 1024px x 704px. Note: Image size affects the performance of your app."
505
  "Recommended size 320px x 230px. Note: Image size affects the performance of your app. Keep your image size below 50 KB for optimal performance.","Recommended size 320px x 230px. Note: Image size affects the performance of your app. Keep your image size below 50 KB for optimal performance."
@@ -510,52 +847,123 @@
510
  "Recommended size 480px x 250px. Note: Image size affects the performance of your app. Keep your image size below 75 KB for optimal performance.","Recommended size 480px x 250px. Note: Image size affects the performance of your app. Keep your image size below 75 KB for optimal performance."
511
  "Recommended size 768px x 294px. Note: Image size affects the performance of your app.","Recommended size 768px x 294px. Note: Image size affects the performance of your app."
512
  "Recommended size 768px x 960px. Note: Image size affects the performance of your app.","Recommended size 768px x 960px. Note: Image size affects the performance of your app."
 
 
 
 
 
513
  "Redemption functionality is disabled.","Redemption functionality is disabled."
514
  "Refunded","Refunded"
 
 
 
 
 
515
  "Regular and confirmation passwords must be equal","Regular and confirmation passwords must be equal"
516
  "Related Product Background Color","Related Product Background Color"
 
 
 
 
 
 
 
 
 
 
517
  "Request internal error.","Request internal error."
 
 
518
  "Reset","Reset"
519
  "Reset Successful","Reset Successful"
520
  "Reset theme to default","Reset theme to default"
521
  "Resubmission Key","Resubmission Key"
522
  "Resubmit","Resubmit"
523
  "Resubmit App","Resubmit App"
 
524
  "Resubmit Application","Resubmit Application"
 
 
 
 
525
  "Review","Отзыв"
526
  "Rich Push allows you to create and send engaging experiences by adding HTML and other rich media components to your push notifications. Moving beyond alerts and badge updates, Rich Push takes users into the app while displaying content in a customizable WebKit view. Create branded messages that engage your users with new content and information, all without having to update your app. Learn more about Rich Push - <a href=""%1$s"" target=""_blank"">%1$s</a>","Rich Push allows you to create and send engaging experiences by adding HTML and other rich media components to your push notifications. Moving beyond alerts and badge updates, Rich Push takes users into the app while displaying content in a customizable WebKit view. Create branded messages that engage your users with new content and information, all without having to update your app. Learn more about Rich Push - <a href=""%1$s"" target=""_blank"">%1$s</a>"
527
  "SORT BY:","СОРТИРОВАТЬ ПО:"
 
 
528
  "Save","Сохранить"
529
  "Save As","Сохранить как"
530
  "Save Theme","Сохранить тему"
531
  "Save and Continue Edit","Сохранить и продолжить редактирование"
532
  "Save and Submit App","Save and Submit App"
533
  "Save in address book","Save in address book"
 
 
 
 
 
534
  "Screens:","Screens:"
535
  "Scroll Background Color","Scroll Background Color"
536
  "Search","Search"
 
 
 
537
  "Secondary Color","Secondary Color"
538
  "Secondary Font Color","Secondary Font Color"
 
 
539
  "Select All","Выбрать все"
 
 
 
 
 
540
  "Select Template","Select Template"
 
 
 
 
 
541
  "Selected product is unavailable.","Selected product is unavailable."
 
542
  "Sender Information","Sender Information"
 
 
543
  "Settings","Settings"
 
 
 
 
 
544
  "Shipped","Shipped"
 
545
  "Shipping Address","Shipping Address"
546
  "Shipping Method","Shipping Method"
 
547
  "Shipping address has been set.","Shipping address has been set."
 
548
  "Shipping method has been set.","Shipping method has been set."
549
  "Shipping method is required","Shipping method is required"
550
  "Shipping method successfully updated","Shipping method successfully updated"
551
  "Shipping to this address is not possible.","Shipping to this address is not possible."
552
  "Shop","Shop"
 
 
 
553
  "Shopping cart is empty.","Shopping cart is empty."
 
 
 
 
554
  "Sky Blue","Sky Blue"
555
  "Social Networking","Social Networking"
556
  "Some emails were not sent.","Some emails were not sent."
557
  "Sorry, no payment options are available for this order at this time.","Sorry, no payment options are available for this order at this time."
558
  "Sorry, no quotes are available for this order at this time.","Sorry, no quotes are available for this order at this time."
 
 
 
 
559
  "Specific Countries","Specific Countries"
560
  "Specified address does not exist.","Specified address does not exist."
561
  "Specified invalid app code.","Specified invalid app code."
@@ -566,16 +974,27 @@
566
  "Start Date","Start Date"
567
  "Start Date - Month","Start Date - Month"
568
  "Start Date - Year","Start Date - Year"
 
 
 
 
 
569
  "State/Province","State/Province"
570
  "Status","Статус"
 
 
571
  "Store Credit payment is not being used in your shopping cart.","Store Credit payment is not being used in your shopping cart."
572
  "Store View","Store View"
 
 
573
  "Store logo that is displayed on copyright page of app. Preferred size: 100px x 100px.","Store logo that is displayed on copyright page of app. Preferred size: 100px x 100px."
574
  "Store logo that is displayed on copyright page of app. Preferred size: 200px x 200px.","Store logo that is displayed on copyright page of app. Preferred size: 200px x 200px."
575
  "Store logo that will be displayed on copyright page of application ","Store logo that will be displayed on copyright page of application "
 
576
  "Street Address","Street Address"
577
  "Street Address %s","Street Address %s"
578
  "Street Address 2","Street Address 2"
 
579
  "Submission","Submission"
580
  "Submission Fields","Submission Fields"
581
  "Submission History","Submission History"
@@ -585,11 +1004,24 @@
585
  "Submit App failure. %s","Submit App failure. %s"
586
  "Submit App failure. Invalid activation key provided","Submit App failure. Invalid activation key provided"
587
  "Submit Application","Submit Application"
 
588
  "Submitted","Submitted"
 
 
589
  "Subtotal (Excl. Tax)","Subtotal (Excl. Tax)"
590
  "Subtotal (Incl. Tax)","Subtotal (Incl. Tax)"
 
 
 
 
 
 
 
 
 
591
  "Suffix","Suffix"
592
  "Summary of Your Review","Summary of Your Review"
 
593
  "T-Shirts","T-Shirts"
594
  "Tabs","Tabs"
595
  "Tax","Налог"
@@ -604,13 +1036,31 @@
604
  "Template does not exist.","Template does not exist."
605
  "Template for new AirMail Message does not exist.","Template for new AirMail Message does not exist."
606
  "Template has been deleted.","Template has been deleted."
 
607
  "Text length does not satisfy specified max text range.","Text length does not satisfy specified max text range."
608
  "Text length does not satisfy specified min text range.","Text length does not satisfy specified min text range"
609
  "Thank you for registering!","Thank you for registering!"
610
  "Thank you for your purchase! ","Thank you for your purchase! "
 
611
  "The Mailbox title will be shown in the More Info tab. To understand more about the title, please <a target=""_blank"" href=""http://www.magentocommerce.com/img/product/mobile/helpers/mail_box_title.png"">click here</a>","The Mailbox title will be shown in the More Info tab. To understand more about the title, please <a target=""_blank"" href=""http://www.magentocommerce.com/img/product/mobile/helpers/mail_box_title.png"">click here</a>"
 
 
 
 
 
 
 
612
  "The icon that appears in the Android Market. Recommended size: 512px x 512px. Maximum size: 1024 KB.","The icon that appears in the Android Market. Recommended size: 512px x 512px. Maximum size: 1024 KB."
 
 
 
 
 
 
613
  "The store credit payment has been removed from shopping cart.","The store credit payment has been removed from shopping cart."
 
 
 
614
  "Theme configurations are successfully reset.","Theme configurations are successfully reset."
615
  "Theme has been created.","Тема создана."
616
  "Theme has been delete.","Тема удалена."
@@ -618,21 +1068,53 @@
618
  "Theme label can\'t be empty","Название темы не может быть пустым"
619
  "Theme label:","Название темы:"
620
  "Theme name is not set.","Theme name is not set."
 
 
 
 
 
 
 
621
  "There were some problems with the data.","There were some problems with the data."
622
  "This email address was not found in our records.","This email address was not found in our records."
 
623
  "This icon will be used for users’ devices in case if different than AppSore icon needed. ","This icon will be used for users’ devices in case if different than AppSore icon needed. "
624
  "This is a required field.","This is a required field."
625
  "This is the description that will appear in the iTunes marketplace. ","This is the description that will appear in the iTunes marketplace. "
626
  "This is the name that will appear beneath your app when users install it to their device. . We recommend choosing a name that is 10-12 characters in length, and that your customers will recognize.","This is the name that will appear beneath your app when users install it to their device. . We recommend choosing a name that is 10-12 characters in length, and that your customers will recognize."
 
627
  "This will appear in the info section of your App (example: Copyright 2010 – Your Company, Inc.)","This will appear in the info section of your App (example: Copyright 2010 – Your Company, Inc.)"
628
  "Title","Title"
629
  "Title bar","Title bar"
 
 
 
630
  "To activate PayPal MEP payment method activate Express checkout first. ","To activate PayPal MEP payment method activate Express checkout first. "
 
 
 
 
631
  "Token has not been set.","Token has not been set."
 
 
 
 
632
  "Total incl. Tax: %1$s","Total incl. Tax: %1$s"
 
 
 
 
 
 
633
  "Twitter API","Twitter API"
634
  "Twitter API Key","Twitter API Key"
 
 
635
  "Twitter Secret Key","Twitter Secret Key"
 
 
 
 
636
  "Unable to cancel Mobile Express Checkout.","Unable to cancel Mobile Express Checkout."
637
  "Unable to cancel queue.","Unable to cancel queue."
638
  "Unable to collect cart totals.","Unable to collect cart totals."
@@ -647,10 +1129,12 @@
647
  "Unable to initialize return action.","Unable to initialize return action."
648
  "Unable to load addresses.","Unable to load addresses."
649
  "Unable to load application form.","Unable to load application form."
 
650
  "Unable to load billing address form.","Unable to load billing address form."
651
  "Unable to load billing address.","Unable to load billing address."
652
  "Unable to load categories.","Unable to load categories."
653
  "Unable to load checkout.","Unable to load checkout."
 
654
  "Unable to load order list.","Unable to load order list."
655
  "Unable to load order review.","Unable to load order review."
656
  "Unable to load product gallery.","Unable to load product gallery."
@@ -666,6 +1150,7 @@
666
  "Unable to process preview.","Unable to process preview."
667
  "Unable to render a gift card account.","Unable to render a gift card account."
668
  "Unable to render an order.","Unable to render an order."
 
669
  "Unable to render the store credits.","Unable to render the store credits."
670
  "Unable to save app.","Unable to save app."
671
  "Unable to save message.","Unable to save message."
@@ -676,25 +1161,44 @@
676
  "Unable to start Mobile Express Checkout.","Unable to start Mobile Express Checkout."
677
  "Unable to update shipping method.","Unable to update shipping method."
678
  "Undefined","Undefined"
 
 
679
  "Unknown Error","Unknown Error"
680
  "Unknown Error.","Unknown Error."
 
 
681
  "Unsupported character in path: ""%s""","Unsupported character in path: ""%s"""
682
  "Unsupported value type received","Unsupported value type received"
 
683
  "Update Preview","Update Preview"
 
 
684
  "Upon receiving these credentials, please fill in the corresponding fields.","Upon receiving these credentials, please fill in the corresponding fields."
685
  "Urban Airship Push Notification","Urban Airship Push Notification"
 
686
  "Use Store Credit (%s available)","Use Store Credit (%s available)"
687
  "Use as my default billing address","Use as my default billing address"
688
  "Use as my default shipping address","Use as my default shipping address"
 
 
 
689
  "Username","Username"
690
  "Users will see this image as the first screen while your application is loading. It is a 320x460 image.","Users will see this image as the first screen while your application is loading. It is a 320x460 image."
 
 
691
  "View Details","View Details"
692
  "View Gallery","View Gallery"
 
693
  "Warning: All related AirMail messages will be deleted!","Warning: All related AirMail messages will be deleted!"
 
694
  "Website is offline.","Website is offline."
 
695
  "Wishlist has been cleared.","Wishlist has been cleared."
696
  "Wishlist has been updated.","Wishlist has been updated."
697
  "Wishlist has been updated. But there are accrued some errors while updating some items.","Wishlist has been updated. But there are accrued some errors while updating some items."
 
 
 
698
  "Wrong Android background image orientation has been specified: ""%s"".","Wrong Android background image orientation has been specified: ""%s""."
699
  "Wrong Ipad background image orientation has been specified: ""%s"".","Wrong Ipad background image orientation has been specified: ""%s""."
700
  "Wrong PayPal Mobile Express Checkout Token specified.","Wrong PayPal Mobile Express Checkout Token specified."
@@ -704,23 +1208,40 @@
704
  "Wrong theme format.","Wrong theme format."
705
  "YYYY","YYYY"
706
  "Year","Год"
 
707
  "You are already logged in.","You are already logged in."
 
708
  "You can set any additional countries added by Apple Store.","You can set any additional countries added by Apple Store."
709
  "You can set any price you want for your app, or you can give it away for free. Most apps range from $0.99 - $4.99","You can set any price you want for your app, or you can give it away for free. Most apps range from $0.99 - $4.99"
710
  "You can watch statistics here.","You can watch statistics here."
 
 
 
 
 
 
 
711
  "You need to enable PayPal Express Checkout first from the Payment configuration before enabling PayPal MECL.","You need to enable PayPal Express Checkout first from the Payment configuration before enabling PayPal MECL."
712
  "You will receive an order confirmation email with details of your order and a link to track its progress.","You will receive an order confirmation email with details of your order and a link to track its progress."
713
  "Your current balance is:","Ваш текущий баланс:"
714
  "Your order # is: %s. ","Your order # is: %s. "
 
 
715
  "Your review has been accepted for moderation.","Your review has been accepted for moderation."
 
716
  "Zip/Postal Code","Zip/Postal Code"
717
  "\'%s\' exceeds the allowed file size: %d (bytes)","\'%s\' exceeds the allowed file size: %d (bytes)"
718
  "\'%s\' height exceeds allowed value of %d px","\'%s\' height exceeds allowed value of %d px"
719
  "\'%s\' is not a valid file extension. Allowed extensions: %s","\'%s\' is not a valid file extension. Allowed extensions: %s"
720
  "\'%s\' width exceeds allowed value of %d px","\'%s\' width exceeds allowed value of %d px"
721
  "and","и"
 
722
  "each","каждый"
 
723
  "iPad","iPad"
724
  "iPhone","iPhone"
 
 
 
725
  "save","сохранить"
726
  "ver. %s","вер. %s"
1
  " "," "
2
  " But cart has some errors."," Но в корзине есть ошибки."
3
+ " Note: Image size affects the performance of your app."," Note: Image size affects the performance of your app."
4
  """Description"" is more than %d characters long","""Description"" is more than %d characters long"
5
  """Title"" is more than %d characters long","""Title"" is more than %d characters long"
6
  """id"" attribute is required for a ""%s"" field.","""id"" attribute is required for a ""%s"" field."
8
  """message"" attribute is required for ""%s"" validator rule.","""message"" attribute is required for ""%s"" validator rule."
9
  "%1$s has been added to your wishlist.","%1$s has been added to your wishlist."
10
  "%1$s incl tax.","%1$s incl tax."
11
+ "%@ is not correct","%@ is not correct"
12
  "%s API Key required.","%s API Key required."
13
  "%s Application ID required.","%s Application ID required."
14
  "%s Secret Key required.","%s Secret Key required."
15
  "%s attribute is required.","%s attribute is required."
16
+ "%s fields is required","%s fields is required"
17
  "%s has been added to your cart.","%s has been added to your cart."
18
+ "%s id:","%s id:"
19
+ "%s was updated in your shopping cart.","%s was updated in your shopping cart."
20
  "(Includes more countries than those listed below. As the application owner, you are responsible for complying with country-specific laws related to the distribution or sale of your application into that country, including your home country.)","(Includes more countries than those listed below. As the application owner, you are responsible for complying with country-specific laws related to the distribution or sale of your application into that country, including your home country.)"
21
+ "* - field is required","* - field is required"
22
  "*Subject to change","*Subject to change"
23
+ "1. Please select type of the action:","1. Please select type of the action:"
24
  "10:40 AM","10:40 AM"
25
+ "2. Please select a page","2. Please select a page"
26
+ "2. Type Category Name","2. Type Category Name"
27
+ "2. Type Product Name","2. Type Product Name"
28
  "80px x 80px","80px x 80px"
29
  "80x80 px","80x80 px"
30
  "<a href=""%s"" target=""_blank"">Login</a> to Urabn Airship.","<a href=""%s"" target=""_blank"">Login</a> to Urabn Airship."
31
+ "<a href=""%s"" target=""_blank"">Login</a> to Urban Airship.","<a href=""%s"" target=""_blank"">Login</a> to Urban Airship."
32
  "A Catalog Only App will not support functions such as add to cart, add to wishlist, or login.","A Catalog Only App will not support functions such as add to cart, add to wishlist, or login."
33
  "A new password has been sent.","A new password has been sent."
34
+ "About","About"
35
+ "Access forbidden","Access forbidden"
36
  "Account","Account"
37
+ "Account Information","Account Information"
38
+ "Account Settings","Account Settings"
39
  "Account confirmation is required. Please check your email for the confirmation link.","Account confirmation is required. Please check your email for the confirmation link."
40
  "Account information has been saved.","Account information has been saved."
41
  "Action","Action"
42
+ "Action type does\'t recognized","Action type does\'t recognized"
43
+ "Action type does\'t recognized.","Action type does\'t recognized."
44
+ "Action type doesn\'t recognized.","Action type doesn\'t recognized."
45
  "Activate","Activate"
46
  "Activate PayPal Checkout","Activate PayPal Checkout"
47
  "Activate PayPal MECL","Activate PayPal MECL"
48
  "Activation Key","Activation Key"
49
+ "Add","Добавить"
50
+ "Add Action","Добавить действие"
51
+ "Add Address from Contacts","Add Address from Contacts"
52
  "Add App","Add App"
53
+ "Add Custom","Add Custom"
54
  "Add More Templates","Add More Templates"
55
+ "Add New Address","Add New Address"
56
  "Add New Template","Add New Template"
57
  "Add Page","Добавить страницу"
58
+ "Add To Wishlist","Add To Wishlist"
59
+ "Add a billing address","Add a billing address"
60
+ "Add a shipping address","Add a shipping address"
61
  "Add to Cart","Добавить в корзину"
62
  "Add to Wishlist","Добавить в пожелания"
63
+ "Adding Product to Cart...","Adding Product to Cart..."
64
+ "Adding Product to WishList...","Adding Product to WishList..."
65
  "Additional Address","Дополнительный адрес"
66
  "Additional Countries","Дополнительные страны"
67
+ "Additional Info","Additional Info"
68
  "Additional Product Info","Дополнительная информация о товаре"
69
  "Address","Адрес"
70
  "Address 2","Адрес 2"
71
+ "Address Book","Address Book"
72
+ "Address Book Updated","Address Book Updated"
73
+ "Address Info","Address Info"
74
+ "Address book is empty","Address book is empty"
75
  "Address data not specified.","Не указаны данные адреса."
76
  "Address does not belong to this customer.","Адрес не принадлежит этому клиенту."
77
  "Address has been deleted.","Адрес удалён."
78
  "Address has been saved.","Адрес сохранён."
79
+ "Admin Application Settings","Admin Application Settings"
80
+ "Admin Mobile Application","Admin Mobile Application"
81
+ "Admin application has not been enabled","Admin application has not been enabled"
82
  "Administrative contact for this app and for app submission issues.","Administrative contact for this app and for app submission issues."
83
  "Advanced Settings","Дополнительные настройки"
84
  "After submitting the App to Magento, please contact <a href=""mailto:%1$s"">%1$s</a> to receive the Application Key, Application Secret and Application Master Secret.","After submitting the App to Magento, please contact <a href=""mailto:%1$s"">%1$s</a> to receive the Application Key, Application Secret and Application Master Secret."
89
  "AirMail message","AirMail message"
90
  "AirMail templates","AirMail templates"
91
  "All Allowed Countries","Все разрешённые страны"
92
+ "All Images","Все изображения"
93
  "All locations","All locations"
94
+ "Amount","Amount"
95
+ "Amount in %@","Amount in %@"
96
+ "Amounts","Amounts"
97
  "An account with this email address already exists.","An account with this email address already exists."
98
  "An error occurred while adding item to wishlist.","An error occurred while adding item to wishlist."
99
  "An error occurred while deleting the address.","An error occurred while deleting the address."
100
  "An error occurred while loading categories.","An error occurred while loading categories."
101
  "An error occurred while loading category filters.","An error occurred while loading category filters."
102
+ "An error occurred while loading configuration.","An error occurred while loading configuration."
103
+ "An error occurred while loading localization.","An error occurred while loading localization."
104
+ "An error occurred while loading login form.","An error occurred while loading login form."
105
  "An error occurred while loading wishlist.","An error occurred while loading wishlist."
106
  "An error occurred while processing your order. Please contact us or try again later.","An error occurred while processing your order. Please contact us or try again later."
107
  "An error occurred while processing your request.","An error occurred while processing your request."
124
  "App Stores","App Stores"
125
  "App Submission History","App Submission History"
126
  "App Title","App Title"
127
+ "App code","App code"
128
  "App code required.","App code required."
129
  "App does not exist.","App does not exist."
130
  "App has been deleted.","App has been deleted."
139
  "Application Master Secret","Application Master Secret"
140
  "Application Name","Application Name"
141
  "Application Secret","Application Secret"
142
+ "Application doesn\'t exist.","Application doesn\'t exist."
143
+ "Apply","Применить"
144
+ "Apply Theme","Применить тему"
145
  "Apply will automatically resize this image for display in the App Store and on users’ devices. A gloss (i.e. gradient) will also be applied, so you do not need to apply a gradient. Image must be at least 512x512","Apply will automatically resize this image for display in the App Store and on users’ devices. A gloss (i.e. gradient) will also be applied, so you do not need to apply a gradient. Image must be at least 512x512"
146
+ "Applying Coupon Code","Applying Coupon Code"
147
+ "Applying Gift Card %@","Applying Gift Card %@"
148
+ "Are you sure you want to cancel a message?","Are you sure you want to cancel a message?"
149
+ "Are you sure you want to cancel selected records?","Are you sure you want to cancel selected records?"
150
+ "Are you sure you want to delete a message?","Are you sure you want to delete a message?"
151
+ "Are you sure you want to delete selected records?","Are you sure you want to delete selected records?"
152
  "Are you sure you want to delete this theme? This change will affect all applications.","Are you sure you want to delete this theme? This change will affect all applications."
153
+ "Are you sure you want to do this?","Вы действительно хотите это сделать?"
154
+ "Are you sure you want to remove this item?","Вы действительно хотите удалить эту позицию?"
155
  "Are you sure you whant to cancel a message?","Are you sure you whant to cancel a message?"
156
  "Are you sure you whant to delete a message?","Are you sure you whant to delete a message?"
157
  "Are you sure you what to cancel selected records?","Are you sure you what to cancel selected records?"
158
  "Are you sure you what to delete selected records?","Are you sure you what to delete selected records?"
159
+ "As Low As","As Low As"
160
+ "As Low Excl. Tax","As Low Excl. Tax"
161
+ "As Low Incl. Tax","As Low Incl. Tax"
162
  "As a Magento customer, Urban Airship is offering you unlimited Push Notifications and Rich Push for $100/year* along with a 60 day free trial.","As a Magento customer, Urban Airship is offering you unlimited Push Notifications and Rich Push for $100/year* along with a 60 day free trial."
163
+ "As low as","As low as"
164
+ "As low as excl. tax","As low as excl. tax"
165
+ "As low as incl. tax","As low as incl. tax"
166
  "At last one application has to be created.","At last one application has to be created."
167
+ "At least one option should be selected","At least one option should be selected"
168
  "Authentication complete.","Authentication complete."
169
+ "Authentication to %@ did failed...","Authentication to %@ did failed..."
170
+ "Average Order Amount","Average Order Amount"
171
+ "Average Orders","Average Orders"
172
+ "Average Rating","Average Rating"
173
  "Back","Back"
174
  "Back to App Edit","Back to App Edit"
175
  "Background Color","Background Color"
177
  "Balance Change","Изменение баланса"
178
  "Balance History","История баланса"
179
  "Banner on Home Screen","Banner on Home Screen"
180
+ "Banner on Home Screen (landscape mode)","Banner on Home Screen (landscape mode)"
181
  "Banner on Home Screen (landscape mode) image missing.","Banner on Home Screen (landscape mode) image missing."
182
+ "Banner on Home Screen (portrait mode)","Banner on Home Screen (portrait mode)"
183
  "Banner on Home Screen (portrait mode) image missing.","Banner on Home Screen (portrait mode) image missing."
184
  "Banner on Home Screen <br />(landscape mode)","Banner on Home Screen <br />(landscape mode)"
185
  "Banner on Home Screen <br />(portrait mode)","Banner on Home Screen <br />(portrait mode)"
186
  "Banner on Home Screen image missing.","Banner on Home Screen image missing."
187
+ "Banners on Home Screen","Banners on Home Screen"
188
+ "Best Sellers","Best Sellers"
189
+ "Billing","Billing"
190
  "Billing Address","Billing Address"
191
+ "Billing address","Billing address"
192
  "Billing address has been set.","Billing address has been set."
193
+ "Bundle Products","Bundle Products"
194
  "Buy %1$s for %2$s","Buy %1$s for %2$s"
195
  "Buy %1$s for %2$s (%3$s incl. tax) each","Buy %1$s for %2$s (%3$s incl. tax) each"
196
  "Buy %1$s for %2$s each","Buy %1$s for %2$s each"
197
  "Buy %1$s with %2$s discount each","Buy %1$s with %2$s discount each"
198
+ "Buy More & Save","Buy More & Save"
199
  "Buyer country is not allowed by store.","Buyer country is not allowed by store."
200
+ "CMS Page","CMS Page"
201
+ "CMS Pages haven\'t been found.","CMS Pages haven\'t been found."
202
  "Cache Lifetime (seconds)","Cache Lifetime (seconds)"
203
  "Cache Management","Cache Management"
204
  "Can\'t add item to shopping cart.","Can\'t add item to shopping cart."
207
  "Can\'t create wishlist.","Can\'t create wishlist."
208
  "Can\'t delete ""%s"" theme.","Can\'t delete ""%s"" theme."
209
  "Can\'t load XML.","Can\'t load XML."
210
+ "Can\'t load admin application settings.","Can\'t load admin application settings."
211
  "Can\'t load application with code ""%s""","Can\'t load application with code ""%s"""
212
  "Can\'t load application with id ""%s""","Can\'t load application with id ""%s"""
213
  "Can\'t load cart info.","Can\'t load cart info."
215
  "Can\'t load customer form.","Can\'t load customer form."
216
  "Can\'t load default themes.","Can\'t load default themes."
217
  "Can\'t load selected theme. Please check your media folder permissions.","Can\'t load selected theme. Please check your media folder permissions."
218
+ "Can\'t load template with id ""%s""","Невозможно загрузить шаблон с ид ""%s"""
219
  "Can\'t open submission form.","Can\'t open submission form."
220
+ "Can\'t read file ""%s"".","Невозможно прочитать файл ""%s""."
221
+ "Can\'t remove the item.","Невозможно удалить позицию."
222
  "Can\'t reset theme.","Can\'t reset theme."
223
+ "Can\'t save address.","Невозможно сохранить адрес."
224
+ "Can\'t save the customer.","Невозможно сохранить клиента."
225
+ "Can\'t save theme.","Невозможно сохранить тему."
226
  "Can\'t show configuration.","Can\'t show configuration."
227
  "Can\'t specify product.","Can\'t specify product."
228
  "Can\'t submit application.","Can\'t submit application."
231
  "Can\t copy file ""%s"" to ""%s"".","Can\t copy file ""%s"" to ""%s""."
232
  "Cancel","Cancel"
233
  "Canceled","Canceled"
234
+ "Canceling PayPal ...","Canceling PayPal ..."
235
  "Cancelled","Cancelled"
236
  "Cannot apply gift card.","Cannot apply gift card."
237
+ "Cannot configure product.","Cannot configure product."
238
  "Cannot load theme ""%s"".","Cannot load theme ""%s""."
239
  "Cannot redeem Gift Card.","Cannot redeem Gift Card."
240
  "Cannot remove gift card.","Cannot remove gift card."
241
  "Cannot save theme ""%s"". Incorrect data received","Cannot save theme ""%s"". Incorrect data received"
242
+ "Cannot update the item.","Невозможно обновить позицию."
243
  "Card Verification Number","Card Verification Number"
244
  "Card verification number is wrong","Card verification number is wrong"
245
  "Carrier","Carrier"
246
+ "Cart","Корзина"
247
+ "Cart has been updated.","Корзина обновлена."
248
  "Cart has some errors.","Cart has some errors."
249
+ "Cart is empty.","Корзина пуста."
250
  "Cart line items are not eligible for exporting to PayPal API","Cart line items are not eligible for exporting to PayPal API"
251
  "Catalog Only App?","Catalog Only App?"
252
+ "Category","Категория"
253
  "Category Button Color","Category Button Color"
254
  "Category Item Background Color","Category Item Background Color"
255
+ "Cc:","Cc:"
256
  "Chairs","Chairs"
257
  "Change Orientation","Change Orientation"
258
  "Change Password","Change Password"
259
  "Changes have been saved to theme.","Changes have been saved to theme."
260
+ "Check","Check"
261
+ "Check Gift Card",""Check Gift Card"
262
+ "Check Gift Card Promo Redeemed","Check Gift Card Promo Redeemed"
263
+ "Checking Gift Card %@","Checking Gift Card %@"
264
+ "Checkout","Checkout"
265
+ "Checkout Page Registration","Checkout Page Registration"
266
+ "Checkout as Guest","Checkout as Guest"
267
+ "Checkout as Guest or Register","Checkout as Guest or Register"
268
  "Checkout has been initialized.","Checkout has been initialized."
269
+ "Checkout initialization...","Checkout initialization..."
270
+ "Checkout initialized!","Checkout initialized!"
271
+ "Choose Store View","Choose Store View"
272
+ "Choose amount","Choose amount"
273
+ "Choose file","Choose file"
274
  "City","City"
275
+ "Clear","Clear"
276
+ "Close","Close"
277
  "Color Themes","Color Themes"
278
  "Colors","Colors"
279
+ "Commiting updates...","Commiting updates..."
280
  "Company","Company"
281
  "Completed","Completed"
282
+ "Configuration data have been saved","Configuration data have been saved"
283
+ "Configure Cart Item","Configure Cart Item"
284
  "Confirm New Password","Confirm New Password"
285
  "Confirm Password","Confirm Password"
286
+ "Connecting","Connecting"
287
+ "Connection Error\nWe\'re sorry. The app is experiencing connection problems. The app requires a network connection to operate.","Connection Error\nWe\'re sorry. The app is experiencing connection problems. The app requires a network connection to operate."
288
  "Contact Email","Contact Email"
289
  "Contact Information","Contact Information"
290
+ "ContactsAreEmpty","ContactsAreEmpty"
291
  "Container is not defined.","Container is not defined."
292
  "Content","Content"
293
+ "Continue","Continue"
294
  "Copyright","Copyright"
295
  "Copyright Page Logo","Copyright Page Logo"
296
+ "Copyright Page Logo (iPhone 4 retina)","Copyright Page Logo (iPhone 4 retina)"
297
  "Copyright Page Logo <br />(iPhone 4 retina)","Copyright Page Logo <br />(iPhone 4 retina)"
298
  "Copyright page logo","Copyright page logo"
299
+ "Copyright: Magento (c) 2010","Copyright: Magento (c) 2010"
300
+ "Countries","Страны"
301
  "Countries Payment Applicable From","Countries Payment Applicable From"
302
+ "Country","Страна"
303
  "Country options don\'t recognized for ""%s"".","Country options don\'t recognized for ""%s""."
304
  "Coupon code %s is not valid.","Coupon code %s is not valid."
305
  "Coupon code %s was applied.","Coupon code %s was applied."
306
  "Coupon code is empty.","Coupon code is empty."
307
  "Coupon code was canceled.","Coupon code was canceled."
308
+ "Create Account","Create Account"
309
+ "Create an Account","Create an Account"
310
  "Creating a Template is allowed only for applications which have device type iPhone.","Creating a Template is allowed only for applications which have device type iPhone."
311
  "Credit Card","Credit Card"
312
  "Credit Card %s","Credit Card %s"
313
  "Credit Card Number","Credit Card Number"
314
  "Credit Card Type","Credit Card Type"
315
  "Credit card number does not match credit card type.","Credit card number does not match credit card type."
316
+ "Cross Sells","Cross Sells"
317
  "Current Balance: %s","Current Balance: %s"
318
  "Current Password","Current Password"
319
  "Currently, PayPal MEP is not available for the Android application","Currently, PayPal MEP is not available for the Android application"
320
+ "Currently, the system does not support the viewing of the order detail.","Currently, the system does not support the viewing of the order detail."
321
  "Custom App Icon","Custom App Icon"
322
+ "Custom App Icon (iPhone 4 retina)","Custom App Icon (iPhone 4 retina)"
323
  "Custom App Icon <br />(iPhone 4 retina)","Custom App Icon <br />(iPhone 4 retina)"
324
  "Custom Colors","Custom Colors"
325
+ "Custom amount","Custom amount"
326
  "Custom application icon","Custom application icon"
327
+ "Customer","Customer"
328
+ "Customer Name","Customer Name"
329
  "Customer authentication problem.","Customer authentication problem."
330
  "Customer balance available in enterprise version of Magento only.","Customer balance available in enterprise version of Magento only."
331
  "Customer balance is disabled for current store","Customer balance is disabled for current store"
332
  "Customer email not specified.","Customer email not specified."
333
  "Customer logout problem.","Customer logout problem."
334
  "Customer not logged in.","Customer not logged in."
335
+ "Customers","Customers"
336
  "DD","DD"
337
  "Date","Дата"
338
  "Date Created","Дата создания"
339
  "Date Submitted","Date Submitted"
340
  "Date Updated","Дата обновления"
341
+ "Date:","Date:"
342
  "Day","День"
343
  "Deeper Messaging and Engagement with Rich Push.","Deeper Messaging and Engagement with Rich Push."
344
  "Default Billing Address","Default Billing Address"
345
  "Default Shipping Address","Default Shipping Address"
346
  "Default Theme","Default Theme"
347
+ "Default themes are missed.","Default themes are missed."
348
  "Delete","Удалить"
349
+ "Delete Action","Delete Action"
350
  "Delete theme","Удалить тему"
351
  "Deleted","Удалено"
352
  "Description","Описание"
358
  "Device","Device"
359
  "Device Information","Device Information"
360
  "Device Type","Device Type"
361
+ "Device doesn\'t recognized","Device doesn\'t recognized"
362
  "Device doesn\'t recognized. Unable to load a template.","Device doesn\'t recognized. Unable to load a template."
363
  "Device doesn\'t recognized: ""%s"". Unable to load a helper.","Device doesn\'t recognized: ""%s"". Unable to load a helper."
364
  "Device doesn\'t recognized: ""%s"". Unable to load preview model.","Device doesn\'t recognized: ""%s"". Unable to load preview model."
365
+ "Device type doesn\'t recognized.","Device type doesn\'t recognized."
366
+ "Discount code is empty","Discount code is empty"
367
+ "Discount:","Скидка:"
368
+ "Done","Done"
369
+ "Downloadable Products Updated","Downloadable Products Updated"
370
+ "Downloads limit:","Downloads limit:"
371
+ "E-mail","E-mail"
372
  "Edit","Edit"
373
+ "Edit Action","Edit Action"
374
+ "Edit Address","Edit Address"
375
  "Edit AirMail Message","Edit AirMail Message"
376
  "Edit AirMail Message Queue #%s","Edit AirMail Message Queue #%s"
377
  "Edit App ""%s""","Edit App ""%s"""
378
  "Edit Filter","Edit Filter"
379
+ "Edit Image","Edit Image"
380
+ "Edit Mail List","Edit Mail List"
381
  "Edit Template ""%s""","Edit Template ""%s"""
382
+ "Edit filter","Edit filter"
383
+ "Edit note","Edit note"
384
+ "Either remote URL or application code was not set. Please make sure you filled all the values and try again.","Either remote URL or application code was not set. Please make sure you filled all the values and try again."
385
  "Element with id %s already exists","Element with id %s already exists"
386
  "Email","Email"
387
  "Email Address","Email Address"
388
+ "Email address you provided is not valid. Please provide a valid one.","Email address you provided is not valid. Please provide a valid one."
389
+ "Email is not correct","Email is not correct"
390
+ "Email is not specified","Email is not specified"
391
+ "Enable Admin Application","Enable Admin Application"
392
  "Enable AirMail Message Push notification","Enable AirMail Message Push notification"
393
  "Enable Facebook","Enable Facebook"
394
  "Enable Flurry Analytics","Enable Flurry Analytics"
396
  "Enable LinkedIn","Enable LinkedIn"
397
  "Enable Standard Checkout","Enable Standard Checkout"
398
  "Enable Twitter","Enable Twitter"
399
+ "Enter Name","Enter Name"
400
+ "Enter discount code first.","Enter discount code first."
401
+ "Enter discount code if any","Enter discount code if any"
402
+ "Enter e-mail","Enter e-mail"
403
+ "Enter giftcard promo code here","Enter giftcard promo code here"
404
+ "Enter text","Enter text"
405
+ "Enter the gift card code","Enter the gift card code"
406
+ "Error","Error"
407
+ "Error Loading Configuration Format","Error Loading Configuration Format"
408
+ "Error during shortening url","Error during shortening url"
409
+ "Error message text is missed.","Error message text is missed."
410
  "Error while processing file ""%s"".","Error while processing file ""%s""."
411
  "Error while reading data from Payment Bridge. Please, try again.","Error while reading data from Payment Bridge. Please, try again."
412
+ "Error while reading remote data","Error while reading remote data"
413
  "Error while uploading file ""%s"".","Error while uploading file ""%s""."
414
  "Error while uploading file ""%s"". Disallowed file type. Only ""jpg"", ""jpeg"", ""gif"", ""png"" are allowed.","Error while uploading file ""%s"". Disallowed file type. Only ""jpg"", ""jpeg"", ""gif"", ""png"" are allowed."
415
  "Error.","Ошибка."
420
  "Extend the life of your app with Urban Airship Push Notifications.","Extend the life of your app with Urban Airship Push Notifications."
421
  "Extensions","Extensions"
422
  "FILTERS APPLIED","FILTERS APPLIED"
423
+ "Facebook","Facebook"
424
  "Facebook API","Facebook API"
425
  "Facebook Application ID","Facebook Application ID"
426
+ "Facebook post failed...","Facebook post failed..."
427
  "Fax","Факс"
428
  "File can\'t be uploaded.","File can\'t be uploaded."
429
  "File doesn\'t exist ""%s"".","File doesn\'t exist ""%s""."
430
+ "Filter","Filter"
431
+ "Filters","Filters"
432
  "First Name","First Name"
433
+ "Fixed amounts","Fixed amounts"
434
  "Flurry API Code","Flurry API Code"
435
  "Flurry Analytics","Flurry Analytics"
436
  "Flurry Analytics Site","Flurry Analytics Site"
437
  "Flurry Api Code","Flurry Api Code"
438
  "Fonts","Fonts"
439
+ "Forgot Password","Forgot Password"
440
+ "Forgot Password?","Forgot Password?"
441
+ "Forgot your password?","Forgot your password?"
442
+ "Form","Form"
443
  "Free","Free"
444
+ "From","From"
445
+ "From Excl. Tax","From Excl. Tax"
446
+ "From Incl. Tax","From Incl. Tax"
447
+ "From excl. tax","From excl. tax"
448
+ "From incl. tax","From incl. tax"
449
+ "Full Description","Full Description"
450
  "Funk Leaf","Funk Leaf"
451
+ "Gallery","Gallery"
452
  "General","General"
453
+ "Generate Offline Catalog","Generate Offline Catalog"
454
  "Get Activation Key","Get Activation Key"
455
  "Get Content from CMS Page","Get Content from CMS Page"
456
  "Gift Card ""%s"" was added.","Gift Card ""%s"" was added."
461
  "Gift Card code is empty.","Gift Card code is empty."
462
  "Gift Card: %s","Gift Card: %s"
463
  "Gift card account available in enterprise version of Magento only.","Gift card account available in enterprise version of Magento only."
464
+ "Giftcard promo code","Giftcard promo code"
465
+ "Grand Total","Grand Total"
466
  "Grand Total (Excl. Tax)","Grand Total (Excl. Tax)"
467
  "Grand Total (Incl. Tax)","Grand Total (Incl. Tax)"
468
  "Guest","Гость"
473
  "Hot Red","Hot Red"
474
  "How do you rate this product?","How do you rate this product?"
475
  "How to incorporate Urban Airship within your application:","How to incorporate Urban Airship within your application:"
476
+ "I Agree","I Agree"
477
+ "I agree to the Terms and Conditions","I agree to the Terms and Conditions"
478
  "ID","ИД"
479
+ "Icon that will appear on the user\'s device after they download your app.","Icon that will appear on the user\'s device after they download your app."
480
  "Icon that will appear on the user\'s device after they download your app. Recommended size: 48px x 48px.","Icon that will appear on the user\'s device after they download your app. Recommended size: 48px x 48px."
481
+ "Icon that will appear on the user\'s device after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple).","Icon that will appear on the user\'s device after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple)."
482
  "Icon that will appear on the user\'s device after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Recommended size: 72px x 72px.","Icon that will appear on the user\'s device after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Recommended size: 72px x 72px."
483
+ "Icon that will appear on the user\'s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple).","Icon that will appear on the user\'s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple)."
484
+ "Icon that will appear on the user\'s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple).","Icon that will appear on the user\'s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple)."
485
  "Icon that will appear on the user\'s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Recommended size: 114px x 114px.","Icon that will appear on the user\'s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Recommended size: 114px x 114px."
486
  "Icon that will appear on the user’s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Recommended size: 57px x 57px at 72 dpi.","Icon that will appear on the user’s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Recommended size: 57px x 57px at 72 dpi."
487
  "Icons","Icons"
488
  "If leave this field empty, the message will be sent immediately","If leave this field empty, the message will be sent immediately"
489
  "If you want to disable the cache on the application side, leave the field empty. Warning! When disabling cache, the application will take time to load each page.","If you want to disable the cache on the application side, leave the field empty. Warning! When disabling cache, the application will take time to load each page."
490
+ "Image %s is required.","Image %s is required."
491
+ "Image action has been saved.","Image action has been saved."
492
+ "Image does not exist. Please reload this page.","Image does not exist. Please reload this page."
493
  "Image file was not found.","Image file was not found."
494
+ "Image has been deleted.","Image has been deleted."
495
+ "Image id is required.","Image id is required."
496
+ "Image limits don\'t recognized for ""%s"" image type","Image limits don\'t recognized for ""%s"" image type"
497
+ "Image that appears on first screen while your app is loading.","Image that appears on first screen while your app is loading."
498
  "Image that appears on first screen while your app is loading. Required size: 1024px x 768px.","Image that appears on first screen while your app is loading. Required size: 1024px x 768px."
499
  "Image that appears on first screen while your app is loading. Required size: 320px x 455px.","Image that appears on first screen while your app is loading. Required size: 320px x 455px."
500
  "Image that appears on first screen while your app is loading. Required size: 320px x 460px.","Image that appears on first screen while your app is loading. Required size: 320px x 460px."
501
  "Image that appears on first screen while your app is loading. Required size: 640px x 920px.","Image that appears on first screen while your app is loading. Required size: 640px x 920px."
502
  "Image that appears on first screen while your app is loading. Required size: 768px x 1024px.","Image that appears on first screen while your app is loading. Required size: 768px x 1024px."
503
+ "Image type doesn\'t recognized: ""%s"".","Image type doesn\'t recognized: ""%s""."
504
+ "Image type is required.","Image type is required."
505
  "Images","Images"
506
+ "Images order has been updated.","Images order has been updated."
507
  "In Queue","In Queue"
508
  "In Stock","In Stock"
509
  "In addition, click here to review Urban Airship\'s Terms of Service: <a href=""%s"" target=""_blank"">click here</a>.","In addition, click here to review Urban Airship\'s Terms of Service: <a href=""%s"" target=""_blank"">click here</a>."
511
  "In order to submit your app, you need to first purchase a <a href=""%s"" target=""_blank"">%s</a> from MagentoCommerce","In order to submit your app, you need to first purchase a <a href=""%s"" target=""_blank"">%s</a> from MagentoCommerce"
512
  "Inactive Tabs","Inactive Tabs"
513
  "Incl. Tax","Incl. Tax"
514
+ "Incl. tax","Incl. tax"
515
+ "Initialization PayPal ...","Initialization PayPal ..."
516
+ "Initialization of the PayPal checkout failed!","Initialization of the PayPal checkout failed!"
517
  "Invalid XML.","Invalid XML."
518
  "Invalid current password.","Invalid current password."
519
  "Invalid customer data.","Invalid customer data."
524
  "Invalid shipping method.","Invalid shipping method."
525
  "Issue Number","Issue Number"
526
  "It\'s not allowed to delete submitted application.","It\'s not allowed to delete submitted application."
527
+ "Item","Item"
528
+ "Item Options","Item Options"
529
  "Item has been added to cart.","Item has been added to cart."
530
  "Item has been deleted from cart.","Item has been deleted from cart."
531
  "Item has been removed from wishlist.","Item has been removed from wishlist."
532
+ "Items","Items"
533
  "Items were updated. But can\'t update wishlist.","Items were updated. But can\'t update wishlist."
534
+ "Keep your image size below %s KB for optimal performance.","Keep your image size below %s KB for optimal performance."
535
  "Key","Key"
536
  "Keywords","Keywords"
537
  "Label","Label"
538
+ "Landscape app Background","Landscape app Background"
539
+ "Landscape banners on Home Screen","Landscape banners on Home Screen"
540
  "Large iTunes Icon","Large iTunes Icon"
541
+ "Large icon that appears in the iTunes App Store. You do not need to apply a gradient or soft edges (this is done automatically by Apple).","Large icon that appears in the iTunes App Store. You do not need to apply a gradient or soft edges (this is done automatically by Apple)"
542
  "Large icon that appears in the iTunes App Store. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Required size: 512px x 512px.","Large icon that appears in the iTunes App Store. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Required size: 512px x 512px."
543
+ "Last 5 Orders","Last 5 Orders"
544
+ "Last 5 Search Terms","Last 5 Search Terms"
545
  "Last Name","Last Name"
546
+ "Last update: %@","Last update: %@"
547
+ "Lifetime Sales","Lifetime Sales"
548
+ "LindedIn","LindedIn"
549
+ "Link:","Link:"
550
+ "LinkedIn","LinkedIn"
551
  "LinkedIn API","LinkedIn API"
552
  "LinkedIn API Key","LinkedIn API Key"
553
+ "LinkedIn Authorization","LinkedIn Authorization"
554
+ "LinkedIn Autorization","LinkedIn Autorization"
555
  "LinkedIn Secret Key","LinkedIn Secret Key"
556
+ "Linkedin post failed...","Linkedin post failed..."
557
+ "List of downloadable products is empty","List of downloadable products is empty"
558
+ "Load more items","Load more items"
559
  "Loader Splash Screen","Loader Splash Screen"
560
+ "Loader Splash Screen (iPhone 4 retina)","Loader Splash Screen (iPhone 4 retina)"
561
+ "Loader Splash Screen (landscape mode)","Loader Splash Screen (landscape mode)"
562
+ "Loader Splash Screen (portrait mode)","Loader Splash Screen (portrait mode)"
563
  "Loader Splash Screen <br />(iPhone 4 retina)","Loader Splash Screen <br />(iPhone 4 retina)"
564
  "Loader Splash Screen <br />(landscape mode)","Loader Splash Screen <br />(landscape mode)"
565
  "Loader Splash Screen <br />(portrait mode)","Loader Splash Screen <br />(portrait mode)"
566
+ "Loading %@...","Loading %@..."
567
+ "Loading Account Form...","Loading Account Form..."
568
+ "Loading Address Book...","Loading Address Book..."
569
+ "Loading Address Form...","Loading Address Form..."
570
+ "Loading CMS page ...","Loading CMS page ..."
571
+ "Loading Cart...","Loading Cart..."
572
+ "Loading Gallery...","Loading Gallery..."
573
+ "Loading Login Form...","Loading Login Form..."
574
+ "Loading My Downloadable Products...","Loading My Downloadable Products..."
575
+ "Loading Order Details","Loading Order Details"
576
+ "Loading Orders List...","Loading Orders List..."
577
  "Loading Preview...","Загружается предварительный просмотр..."
578
+ "Loading Product Options...","Loading Product Options..."
579
+ "Loading Products...","Loading Products..."
580
+ "Loading Registration Form...","Loading Registration Form..."
581
+ "Loading Restore Password Form...","Loading Restore Password Form..."
582
+ "Loading Store Credit...","Loading Store Credit..."
583
+ "Loading WishList...","Loading WishList..."
584
+ "Loading Write Review Form...","Loading Write Review Form..."
585
+ "Loading category ...","Loading category ..."
586
+ "Loading more items...","Loading more items..."
587
+ "Loading product ...","Loading product ..."
588
+ "Loading shipping methods ...","Loading shipping methods ..."
589
+ "Loading...","Loading..."
590
  "Locations","Locations"
591
  "Log In","Log In"
592
+ "Log Out","Log Out"
593
+ "Log in to Admin Panel","Log in to Admin Panel"
594
+ "Log into Account","Log into Account"
595
+ "Log into your account","Log into your account"
596
+ "Log out Account","Log out Account"
597
+ "LogInMessageTitle","LogInMessageTitle"
598
  "Login and password are required.","Login and password are required."
599
  "Logo in Header","Logo in Header"
600
  "Logo in Header image missing.","Logo in Header image missing."
611
  "Manage Mobile App","Manage Mobile App"
612
  "Maximum length is 140","Maximum length is 140"
613
  "Maximum length is 255","Maximum length is 255"
614
+ "Maximum size: %s KB.","Maximum size: %s KB."
615
+ "Maximum: %.2f","Maximum: %.2f"
616
  "Merchant Label","Merchant Label"
617
+ "Merge","Merge"
618
+ "Message","Message"
619
  "Message Queue","Message Queue"
620
  "Message Settings","Message Settings"
621
  "Message Templates","Message Templates"
625
  "Message can be edited when status of the message is ""In Queue"" only.","Message can be edited when status of the message is ""In Queue"" only."
626
  "Message can not be edited when it\'s status NOT is ""IN QUEUE"".","Message can not be edited when it\'s status NOT is ""IN QUEUE""."
627
  "Message content","Message content"
628
+ "Message text is missed.","Message text is missed."
629
  "Message title","Message title"
630
+ "Message too long, please use 140 symbols","Message too long, please use 140 symbols"
631
+ "Message type doesn\'t recognized","Message type doesn\'t recognized"
632
  "Messages cannot be sent more than %d times in an hour.","Messages cannot be sent more than %d times in an hour."
633
+ "Minimize","Minimize"
634
+ "Minimum %@, maximum %@","Minimum %@, maximum %@"
635
+ "Minimum: %.2f","Minimum: %.2f"
636
  "Mobile","Mobile"
637
  "Mobile Express Checkout has been canceled.","Mobile Express Checkout has been canceled."
638
  "Mobile Express Checkout processed successfully.","Mobile Express Checkout processed successfully."
641
  "More","More"
642
  "More Info","More Info"
643
  "More Tabs","More Tabs"
644
+ "Most Viewed Products","Most Viewed Products"
645
+ "My Account","My Account"
646
+ "My Downloadable Products","My Downloadable Products"
647
+ "My Orders","My Orders"
648
+ "My Wishlist","My Wishlist"
649
+ "Name","Name"
650
  "Name on Card","Name on Card"
651
  "Name that appears beneath your app when users install it to their device. We recommend choosing a name that is 10-12 characters and that your customers will recognize.","Name that appears beneath your app when users install it to their device. We recommend choosing a name that is 10-12 characters and that your customers will recognize."
652
  "Name that appears beneath your app when users install it to their device. We recommend choosing a name that is 10-12 characters and that your customers will recognize. %s chars max.","Name that appears beneath your app when users install it to their device. We recommend choosing a name that is 10-12 characters and that your customers will recognize. %s chars max."
653
  "New AirMail Message","New AirMail Message"
654
  "New AirMail Message Queue","New AirMail Message Queue"
655
  "New App","New App"
656
+ "New Customers","New Customers"
657
  "New Password","New Password"
658
  "New Template","New Template"
659
+ "New to Our Store?","Впервые в нашем магазине?"
660
  "Nickname","Nickname"
661
+ "No","Нет"
662
  "No Payment Information Required","No Payment Information Required"
663
+ "No Ratings","No Ratings"
664
+ "No internet connection. Retry later ...","No internet connection. Retry later ..."
665
  "No items were specifed to update.","No items were specifed to update."
666
  "No items were updated.","No items were updated."
667
  "No product selected.","No product selected."
668
+ "No products found. Please retry with other term","No products found. Please retry with other term"
669
  "No shipping method required.","No shipping method required."
670
  "No such file ""%s"".","No such file ""%s""."
671
  "Not Submitted","Not Submitted"
672
+ "Note: Image size affects the performance of your app.","Note: Image size affects the performance of your app."
673
  "Notice","Notice"
674
+ "Number of Orders","Number of Orders"
675
+ "Number of Uses","Number of Uses"
676
+ "OK","OK"
677
+ "OR, Pay with Standard Checkout","OR, Pay with Standard Checkout"
678
+ "Offline Catalog","Offline Catalog"
679
+ "Offline cart stored on server","Offline cart stored on server"
680
+ "Offline catalog export complete.","Offline catalog export complete."
681
+ "Offline catalog export failed.","Offline catalog export failed."
682
  "One or more keywords that describe your app. Keywords are matched to users\' searches in the App Store and help return accurate search results. Separate multiple keywords with commas. 100 chars is maximum.","One or more keywords that describe your app. Keywords are matched to users\' searches in the App Store and help return accurate search results. Separate multiple keywords with commas. 100 chars is maximum."
683
  "One or more keywords that describe your app. Keywords are matched to users` searches in the App Store and help return accurate search results. Separate multiple keywords with commas. 100 chars is maximum.","One or more keywords that describe your app. Keywords are matched to users` searches in the App Store and help return accurate search results. Separate multiple keywords with commas. 100 chars is maximum."
684
  "Onepage checkout is disabled.","Onepage checkout is disabled."
686
  "Only default theme can be reset","Only default theme can be reset"
687
  "Only free apps are allowed in this version.","Only free apps are allowed in this version."
688
  "Only registered users can write reviews. Please, log in or register.","Only registered users can write reviews. Please, log in or register."
689
+ "Open","Open"
690
+ "Options","Options"
691
  "Options menu items","Options menu items"
692
+ "Order","Заказ"
693
+ "Order #","Заказ #"
694
  "Order #%s - %s","Order #%s - %s"
695
  "Order Date: %s","Order Date: %s"
696
+ "Order Details Updated","Order Details Updated"
697
+ "Order ID","Order ID"
698
+ "Order ID:","Order ID:"
699
+ "Order Info","Order Info"
700
+ "Order List Updated","Order List Updated"
701
+ "Order Number","Order Number"
702
+ "Order Review","Order Review"
703
+ "Order canceled","Order canceled"
704
+ "Order failed","Order failed"
705
  "Order id is not specified.","Order id is not specified."
706
  "Order id not specified.","Order id not specified."
707
  "Order is not available.","Order is not available."
708
  "Ordered","Ordered"
709
+ "Ordered Items","Ordered Items"
710
+ "Orders","Orders"
711
+ "Other amount","Other amount"
712
+ "Out of Stock","Out of Stock"
713
  "Output format is not specified. Please, specify ""format"" key in constructor, or set it using setFormat().","Output format is not specified. Please, specify ""format"" key in constructor, or set it using setFormat()."
714
+ "Overall Activity","Overall Activity"
715
  "POST data is not valid.","POST data is not valid."
716
  "Pages","Pages"
717
  "Password","Пароль"
718
  "Password fields cannot be empty.","Поле Пароль не может быть пустым."
719
+ "Password is not specified","Password is not specified"
720
+ "Password:","Password:"
721
+ "PayPal","PayPal"
722
+ "PayPal Checkout","PayPal Checkout"
723
  "PayPal MECL is the mobile version of PayPal\'s Express Checkout service. You can choose to use MECL alongside standard checkout, or use it as your only checkout method for Magento Mobile.","PayPal MECL is the mobile version of PayPal\'s Express Checkout service. You can choose to use MECL alongside standard checkout, or use it as your only checkout method for Magento Mobile."
724
  "PayPal MEP","PayPal MEP"
725
  "PayPal Mobile Embedded Payment (MEP)","PayPal Mobile Embedded Payment (MEP)"
729
  "Payer Email: %s","Payer Email: %s"
730
  "Payment Applicable From","Payment Applicable From"
731
  "Payment Bridge module unavailable.","Payment Bridge module unavailable."
732
+ "Payment Information","Payment Information"
733
  "Payment Method","Payment Method"
734
  "Payment Method has been set.","Payment Method has been set."
735
  "Payment Methods","Payment Methods"
736
+ "Payment method","Payment method"
737
  "Payment method was successfully set.","Payment method was successfully set."
738
  "Paypal MEP doesn\'t support checkout with any discount.","Paypal MEP doesn\'t support checkout with any discount."
739
  "Paypal Merchant Account Email.","Paypal Merchant Account Email."
740
  "Paypal Merchant Account Username.","Paypal Merchant Account Username."
741
+ "Place Order","Place Order"
742
+ "Placing order ...","Placing order ..."
743
  "Please <a href=""%s"" target=""_blank"">click here</a> to see how to setup and retrieve API credentials.","Please <a href=""%s"" target=""_blank"">click here</a> to see how to setup and retrieve API credentials."
744
  "Please Select Application","Please Select Application"
745
  "Please Select Device Type","Please Select Device Type"
749
  "Please enter a valid URL. Protocol is required (http://, https:// or ftp://)","Please enter a valid URL. Protocol is required (http://, https:// or ftp://)"
750
  "Please enter a valid date.","Please enter a valid date."
751
  "Please enter a valid email address. For example johndoe@domain.com.","Please enter a valid email address. For example johndoe@domain.com."
752
+ "Please enter at least one email recipient","Please enter at least one email recipient"
753
  "Please enter issue number or start date for switch/solo card type.","Please enter issue number or start date for switch/solo card type."
754
  "Please enter the Activation Key.","Please enter the Activation Key."
755
  "Please enter the Copyright.","Please enter the Copyright."
758
  "Please enter the Resubmission Key.","Please enter the Resubmission Key."
759
  "Please enter the Title.","Please enter the Title."
760
  "Please make sure your passwords match.","Please make sure your passwords match."
761
+ "Please save application first.","Please save application first."
762
  "Please select an option.","Please select an option."
763
  "Please select at least one country.","Please select at least one country."
764
+ "Please select payment method to cover a quote","Please select payment method to cover a quote"
765
+ "Please set email","Please set email"
766
+ "Please specify payment method","Please specify payment method"
767
+ "Please specify shipping method","Please specify shipping method"
768
  "Please upload an image for ""App Background (landscape mode)"" field from Design Tab.","Please upload an image for ""App Background (landscape mode)"" field from Design Tab."
769
  "Please upload an image for ""App Background (portrait mode)"" field from Design Tab.","Please upload an image for ""App Background (portrait mode)"" field from Design Tab."
770
  "Please upload an image for ""App Background"" field from Design Tab.","Please upload an image for ""App Background"" field from Design Tab."
775
  "Please use letters only (a-z or A-Z) in this field.","Please use letters only (a-z or A-Z) in this field."
776
  "Please use numbers only in this field. Please avoid spaces or other characters such as dots or commas.","Please use numbers only in this field. Please avoid spaces or other characters such as dots or commas."
777
  "Please use only letters (a-z or A-Z) or numbers (0-9) only in this field. No spaces or other characters are allowed.","Please use only letters (a-z or A-Z) or numbers (0-9) only in this field. No spaces or other characters are allowed."
778
+ "Please wait...","Please wait..."
779
+ "Please, specify gift card amount!","Please, specify gift card amount!"
780
+ "Portrait app Background","Portrait app Background"
781
+ "Portrait banners on Home Screen","Portrait banners on Home Screen"
782
+ "Post data is empty.","Post data is empty."
783
+ "Post this product to your wall","Post this product to your wall"
784
+ "Posting to e-mails","Posting to e-mails"
785
+ "Preferred size: %spx x %spx.","Preferred size: %spx x %spx."
786
  "Prefix","Prefix"
787
  "Preset Theme","Preset Theme"
788
  "Preview","Preview"
789
  "Price","Цена"
790
  "Price Font Color","Цена. Цвет шрифта"
791
+ "Price excluding tax","Price excluding tax"
792
+ "Price including tax","Price including tax"
793
  "Primary Color","Primary Color"
794
  "Primary Font Color","Primary Font Color"
795
  "Problem changing or sending password.","Problem changing or sending password."
796
+ "Proceed to Checkout","Proceed to Checkout"
797
+ "Product","Product"
798
+ "Product Added to Cart","Product Added to Cart"
799
+ "Product Added to Wishlist","Product Added to Wishlist"
800
+ "Product Gallery Updated","Product Gallery Updated"
801
  "Product Name3 ","Product Name3 "
802
  "Product Name3 1","Product Name3 1"
803
  "Product Name3 2","Product Name3 2"
804
+ "Product Options Updated","Product Options Updated"
805
+ "Product Removed From Wishlist","Product Removed From Wishlist"
806
+ "Product Reviews Updated","Product Reviews Updated"
807
+ "Product SKU","Product SKU"
808
+ "Product Updated","Product Updated"
809
+ "Product added","Product added"
810
+ "Product is out of stock","Product is out of stock"
811
  "Product is unavailable.","Product is unavailable."
812
+ "Product only available on the website.","Product only available on the website."
813
+ "Product succesfully added to cart","Product succesfully added to cart"
814
  "Product was not specified.","Product was not specified."
815
  "Product(s) currently out of stock.","Product(s) currently out of stock."
816
+ "Products","Products"
817
+ "Pull Down To Update..","Pull Down To Update.."
818
  "Purchase Order Number","Purchase Order Number"
819
  "Push Notification","Push Notification"
820
  "Push Notifications allow you to send messages directly to the people who have installed your app on their device. Send messages to your full audience even when your app is closed. Push Notifications are one of the best ways to keep your app active by delivering valuable content directly to your customers. Learn more about Push Notifications - <a href=""%1$s"" target=""_blank"">%1$s</a>","Push Notifications allow you to send messages directly to the people who have installed your app on their device. Send messages to your full audience even when your app is closed. Push Notifications are one of the best ways to keep your app active by delivering valuable content directly to your customers. Learn more about Push Notifications - <a href=""%1$s"" target=""_blank"">%1$s</a>"
821
  "Push Title","Push Title"
822
  "Push message","Push message"
823
  "Push title","Push title"
824
+ "Qty","Qty"
825
+ "Qty:","Qty:"
826
+ "Quantity","Quantity"
827
+ "Quantity:","Quantity:"
828
  "Queue Date","Queue Date"
829
  "Queue Message","Queue Message"
830
  "Queue does not exist.","Queue does not exist."
831
  "Queue is allowed only for applications with enabled Push Notification.","Queue is allowed only for applications with enabled Push Notification."
832
  "Quote instance is required.","Quote instance is required."
833
+ "Quote item is not found.","Quote item is not found."
834
+ "Range param doesn\'t recognized","Range param doesn\'t recognized"
835
+ "Ratings and Reviews","Ratings and Reviews"
836
+ "Read the Terms and Conditions","Read the Terms and Conditions"
837
+ "Recent Activity","Recent Activity"
838
  "Recipient Information","Recipient Information"
839
+ "Recommended size %spx x %spx.","Recommended size %spx x %spx."
840
  "Recommended size 1024px x 344px. Note: Image size affects the performance of your app.","Recommended size 1024px x 344px. Note: Image size affects the performance of your app."
841
  "Recommended size 1024px x 704px. Note: Image size affects the performance of your app.","Recommended size 1024px x 704px. Note: Image size affects the performance of your app."
842
  "Recommended size 320px x 230px. Note: Image size affects the performance of your app. Keep your image size below 50 KB for optimal performance.","Recommended size 320px x 230px. Note: Image size affects the performance of your app. Keep your image size below 50 KB for optimal performance."
847
  "Recommended size 480px x 250px. Note: Image size affects the performance of your app. Keep your image size below 75 KB for optimal performance.","Recommended size 480px x 250px. Note: Image size affects the performance of your app. Keep your image size below 75 KB for optimal performance."
848
  "Recommended size 768px x 294px. Note: Image size affects the performance of your app.","Recommended size 768px x 294px. Note: Image size affects the performance of your app."
849
  "Recommended size 768px x 960px. Note: Image size affects the performance of your app.","Recommended size 768px x 960px. Note: Image size affects the performance of your app."
850
+ "Recommended size: %spx x %spx at %s dpi.","Recommended size: %spx x %spx at %s dpi."
851
+ "Recommended size: %spx x %spx.","Recommended size: %spx x %spx."
852
+ "Recover","Recover"
853
+ "Redeem","Redeem"
854
+ "Redeeming Gift Card %@","Redeeming Gift Card %@"
855
  "Redemption functionality is disabled.","Redemption functionality is disabled."
856
  "Refunded","Refunded"
857
+ "Regions","Regions"
858
+ "Register","Register"
859
+ "Registering cart ...","Registering cart ..."
860
+ "Registering user ...","Registering user ..."
861
+ "Regular","Regular"
862
  "Regular and confirmation passwords must be equal","Regular and confirmation passwords must be equal"
863
  "Related Product Background Color","Related Product Background Color"
864
+ "Release To Update...","Release To Update..."
865
+ "Relevance","Relevance"
866
+ "Remaining downloads","Remaining downloads"
867
+ "Remove","Remove"
868
+ "Remove Address...","Remove Address..."
869
+ "Removing %@...","Removing %@..."
870
+ "Removing Coupon...","Removing Coupon..."
871
+ "Removing Gift Card...","Removing Gift Card..."
872
+ "Removing Product from WishList...","Removing Product from WishList..."
873
+ "Removing Store Credit...","Removing Store Credit..."
874
  "Request internal error.","Request internal error."
875
+ "Request param %s is missed","Request param %s is missed"
876
+ "Required size: %spx x %spx.","Required size: %spx x %spx."
877
  "Reset","Reset"
878
  "Reset Successful","Reset Successful"
879
  "Reset theme to default","Reset theme to default"
880
  "Resubmission Key","Resubmission Key"
881
  "Resubmit","Resubmit"
882
  "Resubmit App","Resubmit App"
883
+ "Resubmit App failure. %s","Resubmit App failure. %s"
884
  "Resubmit Application","Resubmit Application"
885
+ "Results","Results"
886
+ "Revenue","Revenue"
887
+ "Revert","Revert"
888
+ "Revert Discount","Revert Discount"
889
  "Review","Отзыв"
890
  "Rich Push allows you to create and send engaging experiences by adding HTML and other rich media components to your push notifications. Moving beyond alerts and badge updates, Rich Push takes users into the app while displaying content in a customizable WebKit view. Create branded messages that engage your users with new content and information, all without having to update your app. Learn more about Rich Push - <a href=""%1$s"" target=""_blank"">%1$s</a>","Rich Push allows you to create and send engaging experiences by adding HTML and other rich media components to your push notifications. Moving beyond alerts and badge updates, Rich Push takes users into the app while displaying content in a customizable WebKit view. Create branded messages that engage your users with new content and information, all without having to update your app. Learn more about Rich Push - <a href=""%1$s"" target=""_blank"">%1$s</a>"
891
  "SORT BY:","СОРТИРОВАТЬ ПО:"
892
+ "Sample","Sample"
893
+ "Samples","Samples"
894
  "Save","Сохранить"
895
  "Save As","Сохранить как"
896
  "Save Theme","Сохранить тему"
897
  "Save and Continue Edit","Сохранить и продолжить редактирование"
898
  "Save and Submit App","Save and Submit App"
899
  "Save in address book","Save in address book"
900
+ "Saving Address...","Saving Address..."
901
+ "Saving changes ...","Saving changes ..."
902
+ "Saving shipping address ...","Saving shipping address ..."
903
+ "Saving shipping methods ...","Saving shipping methods ..."
904
+ "Screen resolution is not supported","Screen resolution is not supported"
905
  "Screens:","Screens:"
906
  "Scroll Background Color","Scroll Background Color"
907
  "Search","Search"
908
+ "Search Term","Search Term"
909
+ "Search Updated","Search Updated"
910
+ "Searching for %@...","Searching for %@..."
911
  "Secondary Color","Secondary Color"
912
  "Secondary Font Color","Secondary Font Color"
913
+ "See all","See all"
914
+ "Select %@","Select %@"
915
  "Select All","Выбрать все"
916
+ "Select Chart","Select Chart"
917
+ "Select Links","Select Links"
918
+ "Select Options","Select Options"
919
+ "Select Payment Method","Select Payment Method"
920
+ "Select Range","Select Range"
921
  "Select Template","Select Template"
922
+ "Select a","Select a"
923
+ "Select a Billing Address","Select a Billing Address"
924
+ "Select a Shipping Address","Select a Shipping Address"
925
+ "Select from Address Book","Select from Address Book"
926
+ "Select shipping method","Select shipping method"
927
  "Selected product is unavailable.","Selected product is unavailable."
928
+ "Send","Send"
929
  "Sender Information","Sender Information"
930
+ "Sending e-mail failed...","Sending e-mail failed..."
931
+ "Set","Set"
932
  "Settings","Settings"
933
+ "Shake device to reset the filter","Shake device to reset the filter"
934
+ "Share","Share"
935
+ "Share on LinkedIn","Share on LinkedIn"
936
+ "Share on Twitter","Share on Twitter"
937
+ "Ship method","Ship method"
938
  "Shipped","Shipped"
939
+ "Shipping","Shipping"
940
  "Shipping Address","Shipping Address"
941
  "Shipping Method","Shipping Method"
942
+ "Shipping address","Shipping address"
943
  "Shipping address has been set.","Shipping address has been set."
944
+ "Shipping method","Shipping method"
945
  "Shipping method has been set.","Shipping method has been set."
946
  "Shipping method is required","Shipping method is required"
947
  "Shipping method successfully updated","Shipping method successfully updated"
948
  "Shipping to this address is not possible.","Shipping to this address is not possible."
949
  "Shop","Shop"
950
+ "Shop All","Shop All"
951
+ "Shop Updated","Shop Updated"
952
+ "Shopping Cart","Shopping Cart"
953
  "Shopping cart is empty.","Shopping cart is empty."
954
+ "Show Password","Show Password"
955
+ "Sign In","Sign In"
956
+ "Signing In...","Signing In..."
957
+ "Signing Out ...","Signing Out ..."
958
  "Sky Blue","Sky Blue"
959
  "Social Networking","Social Networking"
960
  "Some emails were not sent.","Some emails were not sent."
961
  "Sorry, no payment options are available for this order at this time.","Sorry, no payment options are available for this order at this time."
962
  "Sorry, no quotes are available for this order at this time.","Sorry, no quotes are available for this order at this time."
963
+ "Sorry, there are no items in this category.","Sorry, there are no items in this category."
964
+ "Special","Special"
965
+ "Special Excl. Tax","Special Excl. Tax"
966
+ "Special Incl. Tax","Special Incl. Tax"
967
  "Specific Countries","Specific Countries"
968
  "Specified address does not exist.","Specified address does not exist."
969
  "Specified invalid app code.","Specified invalid app code."
974
  "Start Date","Start Date"
975
  "Start Date - Month","Start Date - Month"
976
  "Start Date - Year","Start Date - Year"
977
+ "Starting At","Starting At"
978
+ "Starting At Excl. Tax","Starting At Excl. Tax"
979
+ "Starting At Incl. Tax","Starting At Incl. Tax"
980
+ "Starting at excl. tax","Starting at excl. tax"
981
+ "Starting at incl. tax","Starting at incl. tax"
982
  "State/Province","State/Province"
983
  "Status","Статус"
984
+ "Storage of offline cart on server failed. Please retry later","Storage of offline cart on server failed. Please retry later"
985
+ "Store Credit Info Updated","Store Credit Info Updated"
986
  "Store Credit payment is not being used in your shopping cart.","Store Credit payment is not being used in your shopping cart."
987
  "Store View","Store View"
988
+ "Store credit","Store credit"
989
+ "Store logo that is displayed on copyright page of app.","Store logo that is displayed on copyright page of app."
990
  "Store logo that is displayed on copyright page of app. Preferred size: 100px x 100px.","Store logo that is displayed on copyright page of app. Preferred size: 100px x 100px."
991
  "Store logo that is displayed on copyright page of app. Preferred size: 200px x 200px.","Store logo that is displayed on copyright page of app. Preferred size: 200px x 200px."
992
  "Store logo that will be displayed on copyright page of application ","Store logo that will be displayed on copyright page of application "
993
+ "Store switcher hasn\'t been defined","Store switcher hasn\'t been defined"
994
  "Street Address","Street Address"
995
  "Street Address %s","Street Address %s"
996
  "Street Address 2","Street Address 2"
997
+ "Subject:","Subject:"
998
  "Submission","Submission"
999
  "Submission Fields","Submission Fields"
1000
  "Submission History","Submission History"
1004
  "Submit App failure. %s","Submit App failure. %s"
1005
  "Submit App failure. Invalid activation key provided","Submit App failure. Invalid activation key provided"
1006
  "Submit Application","Submit Application"
1007
+ "Submit Review","Submit Review"
1008
  "Submitted","Submitted"
1009
+ "Submitting Review...","Submitting Review..."
1010
+ "Subtotal","Subtotal"
1011
  "Subtotal (Excl. Tax)","Subtotal (Excl. Tax)"
1012
  "Subtotal (Incl. Tax)","Subtotal (Incl. Tax)"
1013
+ "Subtotal Excl. Tax","Subtotal Excl. Tax"
1014
+ "Subtotal Incl. Tax","Subtotal Incl. Tax"
1015
+ "Subtotal excluding tax","Subtotal excluding tax"
1016
+ "Subtotal incl. tax:","Subtotal incl. tax:"
1017
+ "Subtotal including tax","Subtotal including tax"
1018
+ "Subtotal:","Subtotal:"
1019
+ "Success","Success"
1020
+ "Successfully posted to Facebook","Successfully posted to Facebook"
1021
+ "Successfully posted to Linkedin","Successfully posted to Linkedin"
1022
  "Suffix","Suffix"
1023
  "Summary of Your Review","Summary of Your Review"
1024
+ "Swipe a product to reveal more options","Swipe a product to reveal more options"
1025
  "T-Shirts","T-Shirts"
1026
  "Tabs","Tabs"
1027
  "Tax","Налог"
1036
  "Template does not exist.","Template does not exist."
1037
  "Template for new AirMail Message does not exist.","Template for new AirMail Message does not exist."
1038
  "Template has been deleted.","Template has been deleted."
1039
+ "Terms And Conditions","Terms And Conditions"
1040
  "Text length does not satisfy specified max text range.","Text length does not satisfy specified max text range."
1041
  "Text length does not satisfy specified min text range.","Text length does not satisfy specified min text range"
1042
  "Thank you for registering!","Thank you for registering!"
1043
  "Thank you for your purchase! ","Thank you for your purchase! "
1044
+ "The %s field should be filled.","The %s field should be filled."
1045
  "The Mailbox title will be shown in the More Info tab. To understand more about the title, please <a target=""_blank"" href=""http://www.magentocommerce.com/img/product/mobile/helpers/mail_box_title.png"">click here</a>","The Mailbox title will be shown in the More Info tab. To understand more about the title, please <a target=""_blank"" href=""http://www.magentocommerce.com/img/product/mobile/helpers/mail_box_title.png"">click here</a>"
1046
+ "The application is currently inactive.\nPlease try again later.","The application is currently inactive.\nPlease try again later."
1047
+ "The cart is empty","The cart is empty"
1048
+ "The custom amount value should be higher than 0.","The custom amount value should be higher than 0."
1049
+ "The custom amount value should not be higher than %s.","The custom amount value should not be higher than %s."
1050
+ "The custom amount value should not be lower than %s.","The custom amount value should not be lower than %s."
1051
+ "The following email(s) are either mistyped or have incorrect format. Check them and try again:\n","The following email(s) are either mistyped or have incorrect format. Check them and try again:\n"
1052
+ "The icon that appears in the Android Market.","The icon that appears in the Android Market."
1053
  "The icon that appears in the Android Market. Recommended size: 512px x 512px. Maximum size: 1024 KB.","The icon that appears in the Android Market. Recommended size: 512px x 512px. Maximum size: 1024 KB."
1054
+ "The length of the text in the %s field is too big. Please shorten the text.","The length of the text in the %s field is too big. Please shorten the text."
1055
+ "The max length of the field ""%@"" is %d!","The max length of the field ""%@"" is %d!"
1056
+ "The minimum password length is 6","The minimum password length is 6"
1057
+ "The server responded with invalid data.","The server responded with invalid data."
1058
+ "The shortening service returned status code %d indicating a client side error.","The shortening service returned status code %d indicating a client side error."
1059
+ "The shortening service returned status code %d indicating a server side error.","The shortening service returned status code %d indicating a server side error."
1060
  "The store credit payment has been removed from shopping cart.","The store credit payment has been removed from shopping cart."
1061
+ "The value is too big!","The value is too big!"
1062
+ "The value should not be greater than %.2f!","The value should not be greater than %.2f!"
1063
+ "The value should not be less than %.2f!","The value should not be less than %.2f!"
1064
  "Theme configurations are successfully reset.","Theme configurations are successfully reset."
1065
  "Theme has been created.","Тема создана."
1066
  "Theme has been delete.","Тема удалена."
1068
  "Theme label can\'t be empty","Название темы не может быть пустым"
1069
  "Theme label:","Название темы:"
1070
  "Theme name is not set.","Theme name is not set."
1071
+ "There are files that were selected but not uploaded yet. After switching to another tab your selections may be lost. Do you wish to continue ?","There are files that were selected but not uploaded yet. After switching to another tab your selections may be lost. Do you wish to continue ?"
1072
+ "There are no items here","There are no items here"
1073
+ "There are no items in your cart","There are no items in your cart"
1074
+ "There is an error in loading an app\'s configuration","There is an error in loading an app\'s configuration"
1075
+ "There is an error in retrieving the data. Please try again later","There is an error in retrieving the data. Please try again later"
1076
+ "There is no addresses for this contact","There is no addresses for this contact"
1077
+ "There is no store credit history!","There is no store credit history!"
1078
  "There were some problems with the data.","There were some problems with the data."
1079
  "This email address was not found in our records.","This email address was not found in our records."
1080
+ "This functionality disabled in offline mode","This functionality disabled in offline mode"
1081
  "This icon will be used for users’ devices in case if different than AppSore icon needed. ","This icon will be used for users’ devices in case if different than AppSore icon needed. "
1082
  "This is a required field.","This is a required field."
1083
  "This is the description that will appear in the iTunes marketplace. ","This is the description that will appear in the iTunes marketplace. "
1084
  "This is the name that will appear beneath your app when users install it to their device. . We recommend choosing a name that is 10-12 characters in length, and that your customers will recognize.","This is the name that will appear beneath your app when users install it to their device. . We recommend choosing a name that is 10-12 characters in length, and that your customers will recognize."
1085
+ "This product has no images.","This product has no images."
1086
  "This will appear in the info section of your App (example: Copyright 2010 – Your Company, Inc.)","This will appear in the info section of your App (example: Copyright 2010 – Your Company, Inc.)"
1087
  "Title","Title"
1088
  "Title bar","Title bar"
1089
+ "To","To"
1090
+ "To Excl. Tax","To Excl. Tax"
1091
+ "To Incl. Tax","To Incl. Tax"
1092
  "To activate PayPal MEP payment method activate Express checkout first. ","To activate PayPal MEP payment method activate Express checkout first. "
1093
+ "To excl. tax","To excl. tax"
1094
+ "To incl. tax","To incl. tax"
1095
+ "To preview the newly uploaded images, please save your application first.","To preview the newly uploaded images, please save your application first."
1096
+ "To:","To:"
1097
  "Token has not been set.","Token has not been set."
1098
+ "Too many recipients have been set. Max amount of recipients is:","Too many recipients have been set. Max amount of recipients is:"
1099
+ "Top Search Terms","Top Search Terms"
1100
+ "Total","Total"
1101
+ "Total Order Amount","Total Order Amount"
1102
  "Total incl. Tax: %1$s","Total incl. Tax: %1$s"
1103
+ "Total incl. tax","Total incl. tax"
1104
+ "Totals","Totals"
1105
+ "Touch and hold a product to delete from shopping cart","Touch and hold a product to delete from shopping cart"
1106
+ "Touch and hold a product to reveal more options","Touch and hold a product to reveal more options"
1107
+ "Try Again","Try Again"
1108
+ "Twitter","Twitter"
1109
  "Twitter API","Twitter API"
1110
  "Twitter API Key","Twitter API Key"
1111
+ "Twitter Authorization","Twitter Authorization"
1112
+ "Twitter Autorization","Twitter Autorization"
1113
  "Twitter Secret Key","Twitter Secret Key"
1114
+ "Twitter post failed...","Twitter post failed..."
1115
+ "Type","Type"
1116
+ "Type and data is required","Type and data is required"
1117
+ "URL","URL"
1118
  "Unable to cancel Mobile Express Checkout.","Unable to cancel Mobile Express Checkout."
1119
  "Unable to cancel queue.","Unable to cancel queue."
1120
  "Unable to collect cart totals.","Unable to collect cart totals."
1129
  "Unable to initialize return action.","Unable to initialize return action."
1130
  "Unable to load addresses.","Unable to load addresses."
1131
  "Unable to load application form.","Unable to load application form."
1132
+ "Unable to load banners.","Unable to load banners."
1133
  "Unable to load billing address form.","Unable to load billing address form."
1134
  "Unable to load billing address.","Unable to load billing address."
1135
  "Unable to load categories.","Unable to load categories."
1136
  "Unable to load checkout.","Unable to load checkout."
1137
+ "Unable to load localization.","Unable to load localization."
1138
  "Unable to load order list.","Unable to load order list."
1139
  "Unable to load order review.","Unable to load order review."
1140
  "Unable to load product gallery.","Unable to load product gallery."
1150
  "Unable to process preview.","Unable to process preview."
1151
  "Unable to render a gift card account.","Unable to render a gift card account."
1152
  "Unable to render an order.","Unable to render an order."
1153
+ "Unable to render downloadable products.","Unable to render downloadable products."
1154
  "Unable to render the store credits.","Unable to render the store credits."
1155
  "Unable to save app.","Unable to save app."
1156
  "Unable to save message.","Unable to save message."
1161
  "Unable to start Mobile Express Checkout.","Unable to start Mobile Express Checkout."
1162
  "Unable to update shipping method.","Unable to update shipping method."
1163
  "Undefined","Undefined"
1164
+ "Unit Price","Unit Price"
1165
+ "Unit Price:","Unit Price:"
1166
  "Unknown Error","Unknown Error"
1167
  "Unknown Error.","Unknown Error."
1168
+ "Unknown Payment Bridge Error","Unknown Payment Bridge Error"
1169
+ "Unknown error ocured. Please retry later","Unknown error ocured. Please retry later"
1170
  "Unsupported character in path: ""%s""","Unsupported character in path: ""%s"""
1171
  "Unsupported value type received","Unsupported value type received"
1172
+ "Update Comment Error","Update Comment Error"
1173
  "Update Preview","Update Preview"
1174
+ "Updating ...","Updating ..."
1175
+ "Updating Cart...","Updating Cart..."
1176
  "Upon receiving these credentials, please fill in the corresponding fields.","Upon receiving these credentials, please fill in the corresponding fields."
1177
  "Urban Airship Push Notification","Urban Airship Push Notification"
1178
+ "Use Billing Address","Use Billing Address"
1179
  "Use Store Credit (%s available)","Use Store Credit (%s available)"
1180
  "Use as my default billing address","Use as my default billing address"
1181
  "Use as my default shipping address","Use as my default shipping address"
1182
+ "Use billing address for shipping","Use billing address for shipping"
1183
+ "User Name:","User Name:"
1184
+ "User session is expired","User session is expired"
1185
  "Username","Username"
1186
  "Users will see this image as the first screen while your application is loading. It is a 320x460 image.","Users will see this image as the first screen while your application is loading. It is a 320x460 image."
1187
+ "Version","Версия"
1188
+ "View Cart","View Cart"
1189
  "View Details","View Details"
1190
  "View Gallery","View Gallery"
1191
+ "View Wishlist","View Wishlist"
1192
  "Warning: All related AirMail messages will be deleted!","Warning: All related AirMail messages will be deleted!"
1193
+ "Website is offline","Website is offline"
1194
  "Website is offline.","Website is offline."
1195
+ "WishList Updated","WishList Updated"
1196
  "Wishlist has been cleared.","Wishlist has been cleared."
1197
  "Wishlist has been updated.","Wishlist has been updated."
1198
  "Wishlist has been updated. But there are accrued some errors while updating some items.","Wishlist has been updated. But there are accrued some errors while updating some items."
1199
+ "Wishlist is empty.","Wishlist is empty."
1200
+ "Write a Review","Write a Review"
1201
+ "Write a review","Write a review"
1202
  "Wrong Android background image orientation has been specified: ""%s"".","Wrong Android background image orientation has been specified: ""%s""."
1203
  "Wrong Ipad background image orientation has been specified: ""%s"".","Wrong Ipad background image orientation has been specified: ""%s""."
1204
  "Wrong PayPal Mobile Express Checkout Token specified.","Wrong PayPal Mobile Express Checkout Token specified."
1208
  "Wrong theme format.","Wrong theme format."
1209
  "YYYY","YYYY"
1210
  "Year","Год"
1211
+ "Yes","Да"
1212
  "You are already logged in.","You are already logged in."
1213
+ "You are not logged in","You are not logged in"
1214
  "You can set any additional countries added by Apple Store.","You can set any additional countries added by Apple Store."
1215
  "You can set any price you want for your app, or you can give it away for free. Most apps range from $0.99 - $4.99","You can set any price you want for your app, or you can give it away for free. Most apps range from $0.99 - $4.99"
1216
  "You can watch statistics here.","You can watch statistics here."
1217
+ "You canceled your order. Touch ""Pay with PayPal"" to try again.","You canceled your order. Touch ""Pay with PayPal"" to try again."
1218
+ "You have entered an incorrect decimal value in the custom amount field. Provide a valid value.","You have entered an incorrect decimal value in the custom amount field. Provide a valid value."
1219
+ "You have placed no orders.","You have placed no orders."
1220
+ "You have uncommitted actions. Commit?","You have uncommitted actions. Commit?"
1221
+ "You may also like","You may also like"
1222
+ "You must login first","You must login first"
1223
+ "You must read and agree to the Terms and Conditions before placing your order.","You must read and agree to the Terms and Conditions before placing your order."
1224
  "You need to enable PayPal Express Checkout first from the Payment configuration before enabling PayPal MECL.","You need to enable PayPal Express Checkout first from the Payment configuration before enabling PayPal MECL."
1225
  "You will receive an order confirmation email with details of your order and a link to track its progress.","You will receive an order confirmation email with details of your order and a link to track its progress."
1226
  "Your current balance is:","Ваш текущий баланс:"
1227
  "Your order # is: %s. ","Your order # is: %s. "
1228
+ "Your order cannot be completed at this time as there is no payment methods available for it.","Your order cannot be completed at this time as there is no payment methods available for it."
1229
+ "Your order failed. Touch ""Pay with PayPal"" to try again.","Your order failed. Touch ""Pay with PayPal"" to try again."
1230
  "Your review has been accepted for moderation.","Your review has been accepted for moderation."
1231
+ "Your tweet has been sent. Thanks for sharing this product on Twitter","Your tweet has been sent. Thanks for sharing this product on Twitter"
1232
  "Zip/Postal Code","Zip/Postal Code"
1233
  "\'%s\' exceeds the allowed file size: %d (bytes)","\'%s\' exceeds the allowed file size: %d (bytes)"
1234
  "\'%s\' height exceeds allowed value of %d px","\'%s\' height exceeds allowed value of %d px"
1235
  "\'%s\' is not a valid file extension. Allowed extensions: %s","\'%s\' is not a valid file extension. Allowed extensions: %s"
1236
  "\'%s\' width exceeds allowed value of %d px","\'%s\' width exceeds allowed value of %d px"
1237
  "and","и"
1238
+ "as Guest","as Guest"
1239
  "each","каждый"
1240
+ "field is required","field is required"
1241
  "iPad","iPad"
1242
  "iPhone","iPhone"
1243
+ "image_id is required","image_id is required"
1244
+ "not set","not set"
1245
+ "required","required"
1246
  "save","сохранить"
1247
  "ver. %s","вер. %s"
package.xml CHANGED
@@ -1,19 +1,19 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>ET_RussianLanguagePack</name>
4
- <version>1.3.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://shop.etwebsolutions.com/eng/etws-license-free-v1">ETWS Free License (EFL1)</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>&#x420;&#x443;&#x441;&#x441;&#x43A;&#x438;&#x439; &#x43F;&#x435;&#x440;&#x435;&#x432;&#x43E;&#x434; &#x434;&#x43B;&#x44F; Magento Community Edition</summary>
10
- <description>&#x41F;&#x435;&#x440;&#x435;&#x432;&#x43E;&#x434; Magento &#x432;&#x435;&#x440;&#x441;&#x438;&#x438; 1.3.x-1.7.x&#xD;
11
  &#x41B;&#x44E;&#x431;&#x44B;&#x435; &#x437;&#x430;&#x43C;&#x435;&#x447;&#x430;&#x43D;&#x438;&#x44F; &#x438; &#x43F;&#x43E;&#x436;&#x435;&#x43B;&#x430;&#x43D;&#x438;&#x44F; &#x43F;&#x43E; &#x43F;&#x435;&#x440;&#x435;&#x432;&#x43E;&#x434;&#x443; &#x43F;&#x440;&#x43E;&#x441;&#x44C;&#x431;&#x430; &#x43F;&#x43E;&#x441;&#x44B;&#x43B;&#x430;&#x442;&#x44C; &#x43D;&#x430; &#x435;-&#x43C;&#x430;&#x439;&#x43B; support@etwebsolutions.com</description>
12
  <notes>Translation.</notes>
13
- <authors><author><name>Jurij</name><user>niro</user><email>support@etwebsolutions.com</email></author></authors>
14
- <date>2012-12-18</date>
15
- <time>11:39:16</time>
16
- <contents><target name="magelocale"><dir name="ru_RU"><file name="ET_RussianLanguagePack.csv" hash="4e26c21da01668cd274379cda6329418"/><file name="Find_Feed.csv" hash="4be56da5752a307a97e81aa5702dd77e"/><file name="Mage_AdminNotification.csv" hash="82f1b41c2a77fd7253e56858151c9053"/><file name="Mage_Adminhtml.csv" hash="aebe1aa821c039e6430459f0ab759745"/><file name="Mage_Api.csv" hash="919e7213322064af4d39568798188af5"/><file name="Mage_Api2.csv" hash="eab0bd30c65ae440a24fbfa887493149"/><file name="Mage_Authorizenet.csv" hash="638f45b20a3434178f42ba95da16063e"/><file name="Mage_Backup.csv" hash="b6d26a5249904e913c726c3514b083fc"/><file name="Mage_Bundle.csv" hash="46d2b90b54f8a00e7e62de692ecf726f"/><file name="Mage_Captcha.csv" hash="4d068c4a5e6e1765427e30f8c89aca16"/><file name="Mage_Catalog.csv" hash="57c2c29d37d1e4204bf9965681833c19"/><file name="Mage_CatalogInventory.csv" hash="eed9368f5fa492ff5afb2591be2955c5"/><file name="Mage_CatalogRule.csv" hash="c08c269c40865710f911656fa20e9d1b"/><file name="Mage_CatalogSearch.csv" hash="56bab9e156cda2a0d6c6309672e7a70c"/><file name="Mage_Centinel.csv" hash="1825888ce47a117721215fb3fd68cd84"/><file name="Mage_Checkout.csv" hash="d1849e00a19e9f37f1e08695c534cc91"/><file name="Mage_Cms.csv" hash="4d72eabb856d89e851c7a32044f445c4"/><file name="Mage_Compiler.csv" hash="61f7884a8db259ebabc1ddad46970721"/><file name="Mage_Connect.csv" hash="35f2c5b162a0f0ffffd7dc8687020132"/><file name="Mage_Contacts.csv" hash="19db985977284877c6089040f7ac9c21"/><file name="Mage_Core.csv" hash="b87fed70be7a83e58f91c01d6d97f335"/><file name="Mage_Cron.csv" hash="6ab580ad11f582b7fc5bf8402ef0df8b"/><file name="Mage_CurrencySymbol.csv" hash="fc43e970b2da841ffa86364b870298c8"/><file name="Mage_Customer.csv" hash="4ff637a4b152132aca9f009d33d0c9fa"/><file name="Mage_Dataflow.csv" hash="c6ea2039d7670f9b4e356befe4ba9d92"/><file name="Mage_Directory.csv" hash="6ed5f1ca283f5bd27d33d14ec5df2eb4"/><file name="Mage_Downloadable.csv" hash="04012ee574038f9ebd3520510a28b2e6"/><file name="Mage_Eav.csv" hash="4659bdd79b5302fe4ce94cb62cfd7ba7"/><file name="Mage_GiftMessage.csv" hash="d86f55e57c6d415a850d854efb09ceed"/><file name="Mage_GoogleAnalytics.csv" hash="2c850a5437a82a7e357626070dd901e7"/><file name="Mage_GoogleBase.csv" hash="a9596491212e60ecf7745a01342fc91c"/><file name="Mage_GoogleCheckout.csv" hash="9360bc87b1b21f44d53004c8df568014"/><file name="Mage_GoogleOptimizer.csv" hash="8b2cc5279abb4d3b42a1cd27100d77ae"/><file name="Mage_ImportExport.csv" hash="57dcb1beba90af269040935013f45444"/><file name="Mage_Index.csv" hash="aa6b8a0e91e153c5af0876658220db45"/><file name="Mage_Install.csv" hash="fbd28726262b0d8cced3ff9e5fe2b850"/><file name="Mage_Log.csv" hash="cac1ef193b1239c1594a9af045efe009"/><file name="Mage_Media.csv" hash="1a5836daef6a5cfa6b0a0ca646eb361f"/><file name="Mage_Newsletter.csv" hash="9b5508dce423bae677f999e97fc5d8b1"/><file name="Mage_Oauth.csv" hash="3e8113b73bf2f240a6279b73324b682f"/><file name="Mage_Page.csv" hash="40a01cb8dab7b8a9e23558282224ef67"/><file name="Mage_PageCache.csv" hash="1052b4281d4ae405d49b3f2b4576bc5a"/><file name="Mage_Paygate.csv" hash="035c4b429c36f50dd4ba5ed0129fcf68"/><file name="Mage_Payment.csv" hash="81cdb7a54324632612f9f8fd2361e72f"/><file name="Mage_Paypal.csv" hash="3e3d3c83612c7a7cc0a8d3ce0d8770e1"/><file name="Mage_PaypalUk.csv" hash="c5caab49a0a2b3df2ddc3828c51c06d5"/><file name="Mage_Persistent.csv" hash="73e3cd32eb26408a916ff8f79cae9eea"/><file name="Mage_Poll.csv" hash="a3027ab936b3466748ae5966720b16a9"/><file name="Mage_ProductAlert.csv" hash="486d55d7242c177928f5d67a7120788c"/><file name="Mage_Rating.csv" hash="0fe5fe4a9566817ee027797f56c63846"/><file name="Mage_Reports.csv" hash="03db8966ee76d106135649888d1acf63"/><file name="Mage_Review.csv" hash="516195e2361ebf88a4839a33430e9379"/><file name="Mage_Rss.csv" hash="10f7dc36008e12a01ea7ceed47bd44d9"/><file name="Mage_Rule.csv" hash="9b5d1af0e8441b8b5cd1267082768133"/><file name="Mage_Sales.csv" hash="c92ae9697dd8257a538865e0ac032274"/><file name="Mage_SalesRule.csv" hash="0aa67d4a27346cfaa43406a13747d98c"/><file name="Mage_Sendfriend.csv" hash="bf9428e5325943a6d0aecdf800194dfa"/><file name="Mage_Shipping.csv" hash="17bb6d7cd297483eaca491845b93943e"/><file name="Mage_Sitemap.csv" hash="1a700443553e048e5b0f6d58a9704c3a"/><file name="Mage_Tag.csv" hash="0783fce84785e64ea79a5b07f0adcfca"/><file name="Mage_Tax.csv" hash="a015041342af0402ac79d1a1fb5e8861"/><file name="Mage_Usa.csv" hash="c59e8cf070eeb08bcb2856f2864d3b4a"/><file name="Mage_Weee.csv" hash="e2ad978bce15cd2483f3ca2dfa898885"/><file name="Mage_Widget.csv" hash="69656b9722e7d743ec2df464ce578ddc"/><file name="Mage_Wishlist.csv" hash="0ae485d102e0b6ccb9c0e72913f80778"/><file name="Mage_XmlConnect.csv" hash="9b441f6a06179e18cc0bbcfb8ee0d376"/><file name="Phoenix_Moneybookers.csv" hash="998e824e567a2e26a7127dbf03734374"/><dir name="template"><dir name="email"><file name="account_new.html" hash="c285154ab910322c8fb2d2e38e94b88d"/><file name="account_new_confirmation.html" hash="db479f3789a0e8965a90eb6ab834ee49"/><file name="account_new_confirmed.html" hash="79bf020335d65dbb290f8bef6c666002"/><file name="account_password_reset_confirmation.html" hash="55369244ada435e1058410b4808c3954"/><file name="admin_password_new.html" hash="e74db081f0518f20ac6bffa2ef66bb6d"/><file name="admin_password_reset_confirmation.html" hash="4ccee0a7b2692becafd25e308e7072f1"/><file name="contact_form.html" hash="65a01955228937f6cbae45b661fd82df"/><file name="currency_update_warning.html" hash="f56a7f42102df45481d8f0032a08f660"/><file name="log_clean_warning.html" hash="c12f72d2a988bca3046cbaf9742b61d7"/><file name="moneybookers_activateemail.html" hash="100d3a9df7d924497e297525d5cd60c5"/><file name="newsletter_subscr_confirm.html" hash="48cb3ff3a3f8fec19633fe5bd6e2a9a3"/><file name="newsletter_subscr_success.html" hash="d46e3d3b35011625d7d103301bfdff2f"/><file name="newsletter_unsub_success.html" hash="41d5105cf8edcaa8b3caa740e7cbed3d"/><file name="password_new.html" hash="3e9bcfe2cc08d1d78004dce15588851e"/><file name="payment_failed.html" hash="53fae58f3f058492ad9ceccf548d3017"/><file name="product_alert_cron_error.html" hash="45540948c18dcfafb8a550e29d5153b6"/><file name="product_price_alert.html" hash="6493f820855379e213373ea4e5dacc85"/><file name="product_share.html" hash="336a619582d578d8c1693867ccc1a864"/><file name="product_stock_alert.html" hash="91729f50a99dd682cdc35df27229cc26"/><dir name="sales"><file name="creditmemo_new.html" hash="dd3b08b8e2f70519761054c9b0f7c802"/><file name="creditmemo_new_guest.html" hash="b8ad1c4e3e12d71acf256ef3a0fa6301"/><file name="creditmemo_update.html" hash="95d717bf1494b53cb61c6ead05c8556b"/><file name="creditmemo_update_guest.html" hash="38e20742bb388fc67c6605b52dcc2e91"/><file name="invoice_new.html" hash="5d44b181d499a122191dc27556121e26"/><file name="invoice_new_guest.html" hash="b07a3df90449768aa9261ae7301958e0"/><file name="invoice_update.html" hash="f468f469a6077ed062ec9b557afdf213"/><file name="invoice_update_guest.html" hash="54a45c518bb66e83d3ce999065eeeb73"/><file name="order_new.html" hash="54184e4b9c9082633994acd772b64c02"/><file name="order_new_guest.html" hash="912667b473244c2940f5dc8e0bd19fc7"/><file name="order_update.html" hash="e73af5f83bf6e9fb1b35714270c243ff"/><file name="order_update_guest.html" hash="f603a9d402ae83316610b3481beac1d8"/><file name="shipment_new.html" hash="9edbe1cc2661363df7c528f6e5e4ac86"/><file name="shipment_new_guest.html" hash="7a198a78db4a3b0900ff2ca766a1c1ad"/><file name="shipment_update.html" hash="5e625c21ab2028bc9aebbda43420a576"/><file name="shipment_update_guest.html" hash="cc6a86ddf1d6e1f7b0a4a5785011ee80"/></dir><file name="sitemap_generate_warning.html" hash="fce7bb8996e6aca9720829480e624568"/><file name="token.html" hash="1f6ed9bbc039f74f8b188edbdebd3b10"/><file name="wishlist_share.html" hash="97a4237bdaeace5d7a182346edd3932e"/></dir></dir></dir></target><target name="magecommunity"><dir name="ET"><dir name="RussianLanguagePack"><dir name="Block"><dir name="Adminhtml"><file name="Support.php" hash="e74f7bb3ef494d742e4fb83fbed51a64"/></dir></dir><dir name="Helper"><file name="Data.php" hash="ba96c7333ee3250ae298047cc45d5931"/></dir><dir name="etc"><file name="config.xml" hash="dd4c5e7b2fd52c73dfcb7f5a47cf1d09"/><file name="system.xml" hash="9810119747b3e7e5c253fd4b912aaabf"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="ET_RussianLanguagePack.xml" hash="ba7064ede912a24be194bb2ba61f2c40"/></dir></target></contents>
17
  <compatible/>
18
- <dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
19
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>ET_RussianLanguagePack</name>
4
+ <version>1.4.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://shop.etwebsolutions.com/eng/etws-license-free-v1">ETWS Free License (EFL1)</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>&#x420;&#x443;&#x441;&#x441;&#x43A;&#x438;&#x439; &#x43F;&#x435;&#x440;&#x435;&#x432;&#x43E;&#x434; &#x434;&#x43B;&#x44F; Magento Community Edition</summary>
10
+ <description>&#x41F;&#x435;&#x440;&#x435;&#x432;&#x43E;&#x434; Magento &#x432;&#x435;&#x440;&#x441;&#x438;&#x438; 1.3.x-1.8.x&#xD;
11
  &#x41B;&#x44E;&#x431;&#x44B;&#x435; &#x437;&#x430;&#x43C;&#x435;&#x447;&#x430;&#x43D;&#x438;&#x44F; &#x438; &#x43F;&#x43E;&#x436;&#x435;&#x43B;&#x430;&#x43D;&#x438;&#x44F; &#x43F;&#x43E; &#x43F;&#x435;&#x440;&#x435;&#x432;&#x43E;&#x434;&#x443; &#x43F;&#x440;&#x43E;&#x441;&#x44C;&#x431;&#x430; &#x43F;&#x43E;&#x441;&#x44B;&#x43B;&#x430;&#x442;&#x44C; &#x43D;&#x430; &#x435;-&#x43C;&#x430;&#x439;&#x43B; support@etwebsolutions.com</description>
12
  <notes>Translation.</notes>
13
+ <authors><author><name>Jurij</name><user>auto-converted</user><email>support@etwebsolutions.com</email></author></authors>
14
+ <date>2013-11-25</date>
15
+ <time>08:58:52</time>
16
+ <contents><target name="magelocale"><dir name="ru_RU"><dir name="template"><dir name="email"><dir name="sales"><file name="creditmemo_new.html" hash="dd3b08b8e2f70519761054c9b0f7c802"/><file name="creditmemo_new_guest.html" hash="b8ad1c4e3e12d71acf256ef3a0fa6301"/><file name="creditmemo_update.html" hash="95d717bf1494b53cb61c6ead05c8556b"/><file name="creditmemo_update_guest.html" hash="38e20742bb388fc67c6605b52dcc2e91"/><file name="invoice_new.html" hash="5d44b181d499a122191dc27556121e26"/><file name="invoice_new_guest.html" hash="b07a3df90449768aa9261ae7301958e0"/><file name="invoice_update.html" hash="f468f469a6077ed062ec9b557afdf213"/><file name="invoice_update_guest.html" hash="54a45c518bb66e83d3ce999065eeeb73"/><file name="order_new.html" hash="54184e4b9c9082633994acd772b64c02"/><file name="order_new_guest.html" hash="912667b473244c2940f5dc8e0bd19fc7"/><file name="order_update.html" hash="e73af5f83bf6e9fb1b35714270c243ff"/><file name="order_update_guest.html" hash="f603a9d402ae83316610b3481beac1d8"/><file name="shipment_new.html" hash="9edbe1cc2661363df7c528f6e5e4ac86"/><file name="shipment_new_guest.html" hash="7a198a78db4a3b0900ff2ca766a1c1ad"/><file name="shipment_update.html" hash="5e625c21ab2028bc9aebbda43420a576"/><file name="shipment_update_guest.html" hash="cc6a86ddf1d6e1f7b0a4a5785011ee80"/></dir><file name="account_new.html" hash="c285154ab910322c8fb2d2e38e94b88d"/><file name="account_new_confirmation.html" hash="db479f3789a0e8965a90eb6ab834ee49"/><file name="account_new_confirmed.html" hash="79bf020335d65dbb290f8bef6c666002"/><file name="account_password_reset_confirmation.html" hash="55369244ada435e1058410b4808c3954"/><file name="admin_password_new.html" hash="e74db081f0518f20ac6bffa2ef66bb6d"/><file name="admin_password_reset_confirmation.html" hash="4ccee0a7b2692becafd25e308e7072f1"/><file name="contact_form.html" hash="65a01955228937f6cbae45b661fd82df"/><file name="currency_update_warning.html" hash="f56a7f42102df45481d8f0032a08f660"/><file name="log_clean_warning.html" hash="c12f72d2a988bca3046cbaf9742b61d7"/><file name="moneybookers_activateemail.html" hash="100d3a9df7d924497e297525d5cd60c5"/><file name="newsletter_subscr_confirm.html" hash="48cb3ff3a3f8fec19633fe5bd6e2a9a3"/><file name="newsletter_subscr_success.html" hash="d46e3d3b35011625d7d103301bfdff2f"/><file name="newsletter_unsub_success.html" hash="41d5105cf8edcaa8b3caa740e7cbed3d"/><file name="password_new.html" hash="3e9bcfe2cc08d1d78004dce15588851e"/><file name="payment_failed.html" hash="53fae58f3f058492ad9ceccf548d3017"/><file name="product_alert_cron_error.html" hash="45540948c18dcfafb8a550e29d5153b6"/><file name="product_price_alert.html" hash="6493f820855379e213373ea4e5dacc85"/><file name="product_share.html" hash="336a619582d578d8c1693867ccc1a864"/><file name="product_stock_alert.html" hash="91729f50a99dd682cdc35df27229cc26"/><file name="sitemap_generate_warning.html" hash="fce7bb8996e6aca9720829480e624568"/><file name="token.html" hash="1f6ed9bbc039f74f8b188edbdebd3b10"/><file name="wishlist_share.html" hash="97a4237bdaeace5d7a182346edd3932e"/></dir></dir><file name="ET_RussianLanguagePack.csv" hash="9acc465f47cce6e3eac587c6c1b55aa3"/><file name="Find_Feed.csv" hash="4be56da5752a307a97e81aa5702dd77e"/><file name="Mage_AdminNotification.csv" hash="82f1b41c2a77fd7253e56858151c9053"/><file name="Mage_Adminhtml.csv" hash="f4ea621f3d8330a003d23f5e5cdd1514"/><file name="Mage_Api.csv" hash="919e7213322064af4d39568798188af5"/><file name="Mage_Api2.csv" hash="2f1f61281b911a3bc9bf0f9ea86f57a4"/><file name="Mage_Authorizenet.csv" hash="638f45b20a3434178f42ba95da16063e"/><file name="Mage_Backup.csv" hash="90bc59761d80eb0e8696906756467d34"/><file name="Mage_Bundle.csv" hash="8c68f9a26f8228227a132f365c19ec76"/><file name="Mage_Captcha.csv" hash="4d068c4a5e6e1765427e30f8c89aca16"/><file name="Mage_Catalog.csv" hash="86334cd985d92dc68f0e440325718096"/><file name="Mage_CatalogInventory.csv" hash="789a667165f711a576a9578ec0e2b982"/><file name="Mage_CatalogRule.csv" hash="c08c269c40865710f911656fa20e9d1b"/><file name="Mage_CatalogSearch.csv" hash="56bab9e156cda2a0d6c6309672e7a70c"/><file name="Mage_Centinel.csv" hash="1825888ce47a117721215fb3fd68cd84"/><file name="Mage_Checkout.csv" hash="1bf8f973de20b28d1dfbef9ea903a3f3"/><file name="Mage_Cms.csv" hash="4d72eabb856d89e851c7a32044f445c4"/><file name="Mage_Compiler.csv" hash="61f7884a8db259ebabc1ddad46970721"/><file name="Mage_Connect.csv" hash="35f2c5b162a0f0ffffd7dc8687020132"/><file name="Mage_Contacts.csv" hash="19db985977284877c6089040f7ac9c21"/><file name="Mage_Core.csv" hash="b00e3e5b6390dcf911adb73cbfb1c523"/><file name="Mage_Cron.csv" hash="6ab580ad11f582b7fc5bf8402ef0df8b"/><file name="Mage_CurrencySymbol.csv" hash="fc43e970b2da841ffa86364b870298c8"/><file name="Mage_Customer.csv" hash="624d67d179a64123a907a2ef0a4e4a6f"/><file name="Mage_Dataflow.csv" hash="c6ea2039d7670f9b4e356befe4ba9d92"/><file name="Mage_Directory.csv" hash="6ed5f1ca283f5bd27d33d14ec5df2eb4"/><file name="Mage_Downloadable.csv" hash="04012ee574038f9ebd3520510a28b2e6"/><file name="Mage_Eav.csv" hash="f1bec4f5b8f519f22c8b151f89685c43"/><file name="Mage_GiftMessage.csv" hash="d86f55e57c6d415a850d854efb09ceed"/><file name="Mage_GoogleAnalytics.csv" hash="2c850a5437a82a7e357626070dd901e7"/><file name="Mage_GoogleBase.csv" hash="a9596491212e60ecf7745a01342fc91c"/><file name="Mage_GoogleCheckout.csv" hash="230c32ca409ea9a47c05a2033cb8e0e4"/><file name="Mage_GoogleOptimizer.csv" hash="8b2cc5279abb4d3b42a1cd27100d77ae"/><file name="Mage_ImportExport.csv" hash="57dcb1beba90af269040935013f45444"/><file name="Mage_Index.csv" hash="aa6b8a0e91e153c5af0876658220db45"/><file name="Mage_Install.csv" hash="3aeab2dbc0c35b0bb504af1d1b54d3bf"/><file name="Mage_Log.csv" hash="cac1ef193b1239c1594a9af045efe009"/><file name="Mage_Media.csv" hash="1a5836daef6a5cfa6b0a0ca646eb361f"/><file name="Mage_Newsletter.csv" hash="117e9f3b279dd53d39b3f56b9dd5dbe7"/><file name="Mage_Oauth.csv" hash="3e8113b73bf2f240a6279b73324b682f"/><file name="Mage_Page.csv" hash="dafed2d9a3ad7372179085231b39c69e"/><file name="Mage_PageCache.csv" hash="1052b4281d4ae405d49b3f2b4576bc5a"/><file name="Mage_Paygate.csv" hash="23a7bab6df45e16d8e33e52395b672ca"/><file name="Mage_Payment.csv" hash="81cdb7a54324632612f9f8fd2361e72f"/><file name="Mage_Paypal.csv" hash="9323b383777c1f9b602b490c31f6558d"/><file name="Mage_PaypalUk.csv" hash="c5caab49a0a2b3df2ddc3828c51c06d5"/><file name="Mage_Persistent.csv" hash="73e3cd32eb26408a916ff8f79cae9eea"/><file name="Mage_Poll.csv" hash="a3027ab936b3466748ae5966720b16a9"/><file name="Mage_ProductAlert.csv" hash="486d55d7242c177928f5d67a7120788c"/><file name="Mage_Rating.csv" hash="0fe5fe4a9566817ee027797f56c63846"/><file name="Mage_Reports.csv" hash="03db8966ee76d106135649888d1acf63"/><file name="Mage_Review.csv" hash="516195e2361ebf88a4839a33430e9379"/><file name="Mage_Rss.csv" hash="10f7dc36008e12a01ea7ceed47bd44d9"/><file name="Mage_Rule.csv" hash="e87a603b121a62a797ef13b05ad35bc4"/><file name="Mage_Sales.csv" hash="2926b6ad1b89c8ac8d21dffb683e5a53"/><file name="Mage_SalesRule.csv" hash="0aa67d4a27346cfaa43406a13747d98c"/><file name="Mage_Sendfriend.csv" hash="bf9428e5325943a6d0aecdf800194dfa"/><file name="Mage_Shipping.csv" hash="ad7cffcf607a9e22a749f6a448986c0f"/><file name="Mage_Sitemap.csv" hash="1a700443553e048e5b0f6d58a9704c3a"/><file name="Mage_Tag.csv" hash="0783fce84785e64ea79a5b07f0adcfca"/><file name="Mage_Tax.csv" hash="7d2f8795a8f900d0de4412b2dd62c0e0"/><file name="Mage_Usa.csv" hash="22c96e8b6c8cb1c48d3ea8ea5714c966"/><file name="Mage_Weee.csv" hash="9d6162cb7020fea546228c168754df8c"/><file name="Mage_Widget.csv" hash="238d286f32f4a37740452276ffece0ae"/><file name="Mage_Wishlist.csv" hash="fe91e8f718e6555956af9e4112badde7"/><file name="Mage_XmlConnect.csv" hash="04404cb9d6355d42da3173da727606c4"/><file name="Phoenix_Moneybookers.csv" hash="998e824e567a2e26a7127dbf03734374"/></dir></target><target name="magecommunity"><dir name="ET"><dir name="RussianLanguagePack"><dir name="Block"><dir name="Adminhtml"><file name="Support.php" hash="d0fdb45e781172909a6d9ec010987c9a"/></dir></dir><dir name="Helper"><file name="Data.php" hash="ba96c7333ee3250ae298047cc45d5931"/></dir><dir name="etc"><file name="config.xml" hash="dc8c44be5f116c89df4fe824bf8501fc"/><file name="system.xml" hash="9810119747b3e7e5c253fd4b912aaabf"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="ET_RussianLanguagePack.xml" hash="ba7064ede912a24be194bb2ba61f2c40"/></dir></target></contents>
17
  <compatible/>
18
+ <dependencies/>
19
  </package>