ET_RussianLanguagePack - Version 1.5.5

Version Notes

Translation.

Download this release

Release Info

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


Code changes from version 1.5.3 to 1.5.5

Files changed (79) hide show
  1. app/code/community/ET/RussianLanguagePack/Block/Adminhtml/Support.php +104 -107
  2. app/code/community/ET/RussianLanguagePack/etc/config.xml +1 -1
  3. app/locale/ru_RU/ET_Currencymanager.csv +77 -0
  4. app/locale/ru_RU/ET_IpSecurity.csv +57 -0
  5. app/locale/ru_RU/Mage_Adminhtml.csv +23 -2
  6. app/locale/ru_RU/Mage_Bundle.csv +1 -0
  7. app/locale/ru_RU/Mage_Catalog.csv +18 -2
  8. app/locale/ru_RU/Mage_CatalogInventory.csv +3 -0
  9. app/locale/ru_RU/Mage_CatalogSearch.csv +1 -0
  10. app/locale/ru_RU/Mage_Checkout.csv +29 -5
  11. app/locale/ru_RU/Mage_ConfigurableSwatches.csv +18 -0
  12. app/locale/ru_RU/Mage_Core.csv +20 -0
  13. app/locale/ru_RU/Mage_Customer.csv +15 -10
  14. app/locale/ru_RU/Mage_Directory.csv +2 -0
  15. app/locale/ru_RU/Mage_Downloadable.csv +4 -0
  16. app/locale/ru_RU/Mage_GoogleAnalytics.csv +2 -0
  17. app/locale/ru_RU/Mage_Log.csv +2 -0
  18. app/locale/ru_RU/Mage_Newsletter.csv +1 -0
  19. app/locale/ru_RU/Mage_Oauth.csv +1 -0
  20. app/locale/ru_RU/Mage_Page.csv +10 -1
  21. app/locale/ru_RU/Mage_Payment.csv +23 -22
  22. app/locale/ru_RU/Mage_Paypal.csv +44 -1
  23. app/locale/ru_RU/Mage_Persistent.csv +17 -11
  24. app/locale/ru_RU/Mage_Reports.csv +2 -0
  25. app/locale/ru_RU/Mage_Review.csv +9 -0
  26. app/locale/ru_RU/Mage_Sales.csv +29 -25
  27. app/locale/ru_RU/Mage_SalesRule.csv +1 -0
  28. app/locale/ru_RU/Mage_Shipping.csv +1 -1
  29. app/locale/ru_RU/Mage_Tag.csv +1 -0
  30. app/locale/ru_RU/Mage_Tax.csv +2 -0
  31. app/locale/ru_RU/Mage_Usa.csv +2 -0
  32. app/locale/ru_RU/Mage_Widget.csv +3 -0
  33. app/locale/ru_RU/Mage_Wishlist.csv +5 -0
  34. app/locale/ru_RU/template/email/et_ipsecurity.html +7 -0
  35. app/locale/ru_RU/template/email/et_ipsecurity_admin.html +7 -0
  36. app/locale/ru_RU/templates_1910/email/account_new.html +45 -0
  37. app/locale/ru_RU/templates_1910/email/account_new_confirmation.html +52 -0
  38. app/locale/ru_RU/templates_1910/email/account_new_confirmed.html +39 -0
  39. app/locale/ru_RU/templates_1910/email/account_password_reset_confirmation.html +34 -0
  40. app/locale/ru_RU/templates_1910/email/admin_password_new.html +27 -0
  41. app/locale/ru_RU/templates_1910/email/admin_password_reset_confirmation.html +36 -0
  42. app/locale/ru_RU/templates_1910/email/contact_form.html +12 -0
  43. app/locale/ru_RU/templates_1910/email/currency_update_warning.html +7 -0
  44. app/locale/ru_RU/templates_1910/email/html/footer.html +11 -0
  45. app/locale/ru_RU/templates_1910/email/html/header.html +45 -0
  46. app/locale/ru_RU/templates_1910/email/log_clean_warning.html +7 -0
  47. app/locale/ru_RU/templates_1910/email/moneybookers_activateemail.html +6 -0
  48. app/locale/ru_RU/templates_1910/email/newsletter_subscr_confirm.html +31 -0
  49. app/locale/ru_RU/templates_1910/email/newsletter_subscr_success.html +14 -0
  50. app/locale/ru_RU/templates_1910/email/newsletter_unsub_success.html +14 -0
  51. app/locale/ru_RU/templates_1910/email/password_new.html +26 -0
  52. app/locale/ru_RU/templates_1910/email/payment_failed.html +68 -0
  53. app/locale/ru_RU/templates_1910/email/product_alert_cron_error.html +7 -0
  54. app/locale/ru_RU/templates_1910/email/product_price_alert.html +19 -0
  55. app/locale/ru_RU/templates_1910/email/product_share.html +30 -0
  56. app/locale/ru_RU/templates_1910/email/product_stock_alert.html +19 -0
  57. app/locale/ru_RU/templates_1910/email/sales/creditmemo_new.html +98 -0
  58. app/locale/ru_RU/templates_1910/email/sales/creditmemo_new_guest.html +97 -0
  59. app/locale/ru_RU/templates_1910/email/sales/creditmemo_update.html +47 -0
  60. app/locale/ru_RU/templates_1910/email/sales/creditmemo_update_guest.html +47 -0
  61. app/locale/ru_RU/templates_1910/email/sales/invoice_new.html +99 -0
  62. app/locale/ru_RU/templates_1910/email/sales/invoice_new_guest.html +99 -0
  63. app/locale/ru_RU/templates_1910/email/sales/invoice_update.html +48 -0
  64. app/locale/ru_RU/templates_1910/email/sales/invoice_update_guest.html +46 -0
  65. app/locale/ru_RU/templates_1910/email/sales/order_new.html +99 -0
  66. app/locale/ru_RU/templates_1910/email/sales/order_new_guest.html +98 -0
  67. app/locale/ru_RU/templates_1910/email/sales/order_update.html +47 -0
  68. app/locale/ru_RU/templates_1910/email/sales/order_update_guest.html +46 -0
  69. app/locale/ru_RU/templates_1910/email/sales/shipment_new.html +100 -0
  70. app/locale/ru_RU/templates_1910/email/sales/shipment_new_guest.html +99 -0
  71. app/locale/ru_RU/templates_1910/email/sales/shipment_update.html +48 -0
  72. app/locale/ru_RU/templates_1910/email/sales/shipment_update_guest.html +46 -0
  73. app/locale/ru_RU/templates_1910/email/sitemap_generate_warning.html +7 -0
  74. app/locale/ru_RU/templates_1910/email/token.html +19 -0
  75. app/locale/ru_RU/templates_1910/email/wishlist_share.html +39 -0
  76. js/tiny_mce/plugins/autosave/langs/ru.js +3 -3
  77. js/tiny_mce/plugins/example/langs/ru.js +3 -3
  78. js/tiny_mce/plugins/example/langs/ru_dlg.js +3 -3
  79. package.xml +4 -4
app/code/community/ET/RussianLanguagePack/Block/Adminhtml/Support.php CHANGED
@@ -1,4 +1,5 @@
1
  <?php
 
2
  /**
3
  * NOTICE OF LICENSE
4
  *
@@ -16,117 +17,116 @@
16
  * @contacts support@etwebsolutions.com
17
  * @license http://shop.etwebsolutions.com/etws-license-free-v1/ ETWS Free License (EFL1)
18
  */
19
-
20
  class ET_RussianLanguagePack_Block_Adminhtml_Support
21
  extends Mage_Adminhtml_Block_Abstract
22
- implements Varien_Data_Form_Element_Renderer_Interface
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>
81
- <td class="developer-text">' .$moduleShortDescription. '</td>
82
  </tr>
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';
@@ -141,48 +141,45 @@ class ET_RussianLanguagePack_Block_Adminhtml_Support
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
- }
1
  <?php
2
+
3
  /**
4
  * NOTICE OF LICENSE
5
  *
17
  * @contacts support@etwebsolutions.com
18
  * @license http://shop.etwebsolutions.com/etws-license-free-v1/ ETWS Free License (EFL1)
19
  */
 
20
  class ET_RussianLanguagePack_Block_Adminhtml_Support
21
  extends Mage_Adminhtml_Block_Abstract
22
+ implements Varien_Data_Form_Element_Renderer_Interface
23
  {
24
  /**
25
  * Support tab
26
+ * version 2.0.1
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>
81
+ <td class="developer-text">' . $moduleShortDescription . '</td>
82
  </tr>
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';
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
+ default:
159
+ self::$_platformCode = self::PLATFORM_UNKNOWN;
160
+ }
 
 
161
  }
 
162
 
163
+ // if platform still unknown
164
+ if (self::$_platformCode == self::PLATFORM_UNKNOWN) {
165
+ $modulesArray = (array)Mage::getConfig()->getNode('modules')->children();
166
+ $isEnterprise = array_key_exists('Enterprise_Enterprise', $modulesArray);
167
+
168
+ $isProfessional = false; // TODO: how determine?
169
+ $isGo = false; // TODO: how?
170
+
171
+ if ($isEnterprise) {
172
+ self::$_platformCode = self::PLATFORM_EE;
173
+ } elseif ($isProfessional) {
174
+ self::$_platformCode = self::PLATFORM_PE;
175
+ } elseif ($isGo) {
176
+ self::$_platformCode = self::PLATFORM_GO;
177
+ } else {
178
+ self::$_platformCode = self::PLATFORM_CE;
179
+ }
180
  }
181
  }
182
+ return self::$_platformCode;
183
  }
 
 
184
 
185
+ }
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.5.3</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.5.4</version>
26
  <descr>
27
  <ru_RU><![CDATA[Русский перевод для Magento CE.]]>
28
  </ru_RU>
app/locale/ru_RU/ET_Currencymanager.csv ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "Currency Manager","Currency Manager"
2
+ "Remove","Удалить"
3
+ "* Select currency","* Выберите валюту"
4
+ "Currency Options","Параметры валюты"
5
+ "Enabled for Frontend","Включено для пользователей"
6
+ "Enabled for Admin","Включено для администраторов"
7
+ "Precision","Точность"
8
+ "Precision:","Точность:"
9
+ "Display precision","Точность отображения"
10
+ "Display precision:","Точность отображения:"
11
+ "Number of decimal (e.g. 0, 1, 2). Default: 0","Кол-во знаков после запятой (например: 0, 1, 2). По умолчанию: 0"
12
+ "Number of decimal (e.g. 0, 1, 2). Default: 0<br>Examples<br>4 => 12.3811<br>3 => 12.381<br>2 => 12.38<br>1 => 12.4<br>0 => 12<br>-1 => 10","Кол-во знаков после запятой (например: 0, 1, 2). По умолчанию: 0<br>Примеры<br>4 => 12.3811<br>3 => 12.381<br>2 => 12.38<br>1 => 12.4<br>0 => 12<br>-1 => 10"
13
+
14
+ "Symbol position","Позиция символа"
15
+ "Currency symbol use","Обозначение валюты"
16
+ "e.g. Symbol = Ls, Short name = LVL, Name = Latvian Lats","Например: Символ = руб., Код = RUB, Наименование = Российский рубль"
17
+ "Default","По умолчанию"
18
+ "Right","После цены"
19
+ "Left","Перед ценой"
20
+ "Do not use","не использовать"
21
+ "Use symbol","символ"
22
+ "Use short name","код"
23
+ "Use name","наименование"
24
+ "Yes","Да"
25
+ "No","Нет"
26
+ "Frontend specific options","Параметры для пользовательской части"
27
+ "Admin specific options","Параметры для панели администрирования"
28
+ "Currency options (global)","Параметры валюты (глобальные)"
29
+ "Currency options (for specific currency)","Параметры валюты (для конкретной валюты)"
30
+ "Exclude for checkout","Исключение для заказа"
31
+ "If Yes - options [Precision] and [Replace Zero Price] will not affect display of prices in checkout.","Если Да - параметры [Точность] и [Заменить нулевые цены] не будут влиять на отображение цены в заказе."
32
+ "Cut Zero Decimals","Отбрасывать нули после запятой"
33
+ "Cut Zero Decimals:","Отбрасывать нули после запятой:"
34
+ "If Yes price will be 99 instead of 99.00, but 99.99 if price 99.99","Если Да цена будет 99 вместо 99.00, но 99.99 при цене 99.99"
35
+ "Currency specific options","Параметры для конкретной валюты"
36
+ "Select currency:","Выберите валюту:"
37
+ "Symbol position:","Позиция символа:"
38
+ "Currency symbol use:","Обозначение валюты:"
39
+ "Replace symbol to:","Заменить символ на:"
40
+ "Replace Zero Price to:","Заменить нулевые цены на:"
41
+ "Replace Zero Price to","Заменить нулевые цены на"
42
+ "Add currency specific options","Добавить параметры, специфичные для валюты"
43
+ "Currency Manager information","Информация о модуле Currency Manager"
44
+ "Support by support@etwebsolutions.com <br /> You can hire our team for any customizations. Contact us at sales@etwebsolutions.com","Поддержка - support@etwebsolutions.com <br /> Вы можете нанять нашу команду для любых работ по Magento. Пишите на sales@etwebsolutions.com"
45
+ "Leave empty for disable replace","Оставьте пустым, если не хотите делать замену"
46
+ "Leave empty for global value use","Оставьте пустым для использования глобального значения"
47
+ "Used only if Cut Zero Decimals = Yes, default "",-""","Используется только при значении Отбрасывать нули после запятой = Да. По умолчанию: "",-"""
48
+ "Enable for Inputs","Применять для полей ввода цены"
49
+ "Suffix:","Заменить отброшенные нули на значение:"
50
+ "Replaces Cuted Zero Decimals","Заменить отброшенные нули на значение"
51
+ "Click here to configure currency additional display options","Перейти к дополнительным настройкам отображения валюты"
52
+ "Additional Options","Дополнительные настройки"
53
+ "Fix URL","Исправить адрес"
54
+ "Minimum number of digits after the decimal point","Минимальное кол-во знаков после запятой"
55
+ "Minimum number of digits after the decimal point:","Минимальное кол-во знаков после запятой:"
56
+ "Discard zeroes, leaving specified number of them. Cannot be greater than Display Precision setting. Default: 2. Available values: 1, 2, 3, 4.<br>Examples:<br>for value = 0<br> 9.0000 => 9<br> 9.9999 => 9.9999<br> 9.9000 => 9.9<br><br> for value = 2<br> 9.0000 => 9.00<br> 9.9999 => 9.9999<br> 9.9000 => 9.90","Отбросить нули, оставив указанное количество. Не может быть больше параметра Точность отображения. По умолчанию: 2. Доступные значения: 1, 2, 3, 4.<br>Примеры:<br>при значении = 0<br> 9.0000 => 9<br> 9.9999 => 9.9999<br> 9.9000 => 9.9<br><br> при значении = 2<br> 9.0000 => 9.00<br> 9.9999 => 9.9999<br> 9.9000 => 9.90"
57
+ "Unlike Display Precision, this setting discards only zeroes.<br>Example:<br>99.99 => 99.99<br>99.00 => 99","В отличии от Точности отображения данная настройка отбрасывает не все символы после запятой, а только нули.<br>Пример:<br>99.99 => 99.99<br>99.00 => 99"
58
+ "Extension:","Модуль:"
59
+ "<strong>%s</strong> (version %s)","<strong>%s</strong> (версия %s)"
60
+ "License:","Лицензия:"
61
+ "Short Description:","Краткое описание:"
62
+ "Documentation:","Документация:"
63
+ "Support:","Поддержка:"
64
+ "Advertisement:","Реклама:"
65
+ "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>."
66
+ "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>."
67
+
68
+ "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."
69
+ "In Magento by default when customer switches to another currency, he stays on the same page, but all parameters are omitted.<br><br><b>before switch:</b><br>site.com/category.html?color=24&price=100-200<br><b>after switch:</b><br>site.com/category.html<br><br>This setting allows to return customer to the same address, where he was before switching currency.","По умолчанию в Magento при переключении валюты клиент остаётся на текущей странице, но отбрасываются все параметры.<br><br><b>перед переключением:</b><br>site.com/category.html?color=24&price=100-200<br><b>после:</b><br>site.com/category.html<br><br>Данная настройка позволяет вернуться точно на тот же адрес, где клиент был до переключения валюты."
70
+ "",""
71
+ "",""
72
+ "",""
73
+ "",""
74
+ "",""
75
+ "",""
76
+ "",""
77
+ "",""
app/locale/ru_RU/ET_IpSecurity.csv ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "IP Security information","Информация о модуле IP Security"
2
+ "Security Violence to Frontend","Правило блокировки. Пользовательская часть"
3
+ "Security Violence to Admin","Правило блокировки. Панель администрирования"
4
+ "IP Security - Frontend","IP Security - Пользовательская часть"
5
+ "IP Security - Admin","IP Security - Панель администрирования"
6
+ "Allow these IPs","Разрешённые IP"
7
+ "Visitors with other IPs will be blocked.","Посетители с другими IP адресами будут заблокированы."
8
+ "Block these IPs","Заблокированные IP"
9
+ "Redirect to blank page","Перенаправить на пустую страницу"
10
+ "When blocking rule is triggered visitor will be redirected to a blank page with blocking rule description.","При сработавшем правиле блокировки посетитель будет перенаправлен на пустую страницу с указанием причины блокировки."
11
+ "Redirect to CMS page","Перенаправить на CMS страницу"
12
+ "Mail block events to","Оповестить при блокировке"
13
+ "You can specify multiple recipients. Comma separated. For example: admin1@example.com, admin2@example.com","Можно указывать несколько получателей. Разделитель запятая. Например: admin1@example.com,admin2@example.com"
14
+ "Email Template","Email. Шаблон"
15
+ "Store email","Email. Отправитель"
16
+ "Be careful not to lock yourself out!","Будьте осторожны: не заблокируйте себя!"
17
+ "Visitor will not be notified about blocking rule redirection.","Посетитель не будет предупреждён о срабатывании правила блокировки."
18
+ "IP Security - Maintenance page","IP Security - Техническое обслуживание"
19
+ "Store Offline","Технические работы"
20
+ "Except these IPs","IP - исключения"
21
+ "Visitors with these IPs will not be redirected to maintenance page.","Посетители с этими IP адресами не будут перенаправлены на страницу с сообщением о техническом обслуживании."
22
+ "Message","Сообщение о тех. обслуживании"
23
+ "Reminder message","Напоминание"
24
+ "This message will be shown on frontend for visitors with IP adresses from exception list while maintenance mode is on.","Это сообщение будет показываться в пользовательской части для посетителей с IP адресами из списка исключений во время технического обслуживания."
25
+ "For frontend only.","Только для пользовательской части."
26
+ "Email always","Оповещать всегда"
27
+ "Yes - mail notification will be sent every time when blocking rule applies. No - mail notification will be sent when IP is blocked for first time and each 10th time blocking occurs.","Да - оповещение будет отсылаться при каждой блокировке. Нет - оповещение будет отослано, если IP заблокирован первый раз или количество блокировок кратно 10."
28
+ "ET IP Security log","ET IP Security журнал"
29
+ "ET IP Security log table","ET IP Security журнал блокировок"
30
+ "Blocked IP","Блокированный IP"
31
+ "Qty blocked","Блокировано раз"
32
+ "First block","Первая блокировка"
33
+ "Last block","Последняя блокировка"
34
+ "Blocked from","Заблокировано в"
35
+ "Last block rule","Последнее сработашее правило"
36
+ "Not in allowed list","Нет в разрешённых"
37
+ "this method:","Этот метод:"
38
+ "returns","возвращает"
39
+ "Nothing","Ничего"
40
+ "Method to get IP","Метод получения IP"
41
+ "Current server values","Значения на этом сервере"
42
+ "Extension receives customer IP from server. Servers can store this information in different variables. Usually variable REMOTE_ADDR is used. But if your server is configured differently, you can select neccessary IP address get method.","Модуль получает IP адрес посетителя от сервера. Сервера могут хранить эту информацию в разных переменных. Обычно это переменная REMOTE_ADDR. Но если ваш сервер настроен по другому, то вы можете указать нужный метод получения IP адреса."
43
+ "Below is a list of standard variables where the server can store the IP address of the visitor, and what each of these variables contains on your server:<br><br>","Ниже представлен список стандартных переменных, в которых сервера могут хранить IP адрес посетителя, и что находится в каждой из этих переменных на вашем сервере:<br><br>"
44
+ "Global Settings","Глобальные настройки"
45
+
46
+ "Extension:","Модуль:"
47
+ "<strong>%s</strong> (version %s)","<strong>%s</strong> (версия %s)"
48
+ "License:","Лицензия:"
49
+ "Short Description:","Краткое описание:"
50
+ "Documentation:","Документация:"
51
+ "Support:","Поддержка:"
52
+ "Advertisement:","Реклама:"
53
+ "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>."
54
+ "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>."
55
+ "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."
56
+
57
+ "You can enter IP addresses, masks and ranges. Comments are added with character |. Each rule on separate row.<br>Example:<br>127.0.0.1|My address<br>10.*.*.*|internal company IPs<br>10.0.0.1-20.0.0.1|IP Range<br>10.0.0.192/26|IP Range","Можно указывать как IP адреса, так и маски адресов и диапазоны IP адресов. К каждому правилу можно добавить комментарий через символ |. По одному правилу на строку.<br>Пример:<br>127.0.0.1|My address<br>10.*.*.*|internal company IPs<br>10.0.0.1-20.0.0.1|IP Range<br>10.0.0.192/26|IP Range"
app/locale/ru_RU/Mage_Adminhtml.csv CHANGED
@@ -26,6 +26,7 @@
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.","- или нажмите и тяните для более быстрого выбора."
@@ -106,6 +107,7 @@
106
  "Add to Cart","Добавить в корзину"
107
  "Add to Wishlist","Добавить в лист пожеланий"
108
  "Additional Cache Management","Дополнительное управление кэшем"
 
109
  "Address Type:","Тип адреса:"
110
  "Admin","Администратор"
111
  "Advanced Admin Section","Расширенный раздел панели администрирования"
@@ -133,6 +135,7 @@
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."
@@ -147,6 +150,7 @@
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.","Ошибка при обновлении переадресации в каталоге."
@@ -317,6 +321,7 @@
317
  "Currency ""%s"" is used as %s in %s.","Валюта ""%s"" используется как %s в %s."
318
  "Currency Information","Информация о валюте"
319
  "Currency Setup Section","Раздел настроек валют"
 
320
  "Current Configuration Scope:","Текущая область действия конфигурации:"
321
  "Current Month","Текущий месяц"
322
  "Custom","Другой"
@@ -423,7 +428,7 @@
423
  "Email to a Friend","Отправить другу"
424
  "Email:","Электронная почта (email):"
425
  "Enable","Включить"
426
- "Enable Recurring Profile","Включить повторяющиеся платежи"
427
  "Enable Secure Token:","Включить маркер безопасности:"
428
  "Enabled","Включено"
429
  "Enclose Values In:","Заключить значения в:"
@@ -477,6 +482,7 @@
477
  "Fixed Product Tax","Фиксированный налог товара (FPT)"
478
  "Flush Catalog Images Cache","Очистить кэш изображений каталога"
479
  "Flush JavaScript/CSS Cache","Очистить кэш JavaScript/CSS"
 
480
  "Folder","Папка"
481
  "For category","Для категории"
482
  "For latest version visit: %s","Последняя версия доступна здесь: %s"
@@ -487,6 +493,7 @@
487
  "From","От"
488
  "GLOBAL","Глобально"
489
  "Gb","Гб"
 
490
  "General Information","Общая информация"
491
  "General Section","Общий раздел"
492
  "Get Image Base64","Получить изображение в Base64"
@@ -560,6 +567,7 @@
560
  "Invalid Secret Key. Please refresh the page.","Неверный секретный ключ. Пожалуйста, обновите страницу."
561
  "Invalid User Name or Password.","Неверное имя пользователя или пароль."
562
  "Invalid Username or Password.","Неверное имя пользователя или пароль."
 
563
  "Invalid directory: %s","Неверная папка: %s"
564
  "Invalid email address ""%s"".","Неверный адрес электронной почты ""%s""."
565
  "Invalid email address.","Неверный адрес электронной почты."
@@ -568,6 +576,7 @@
568
  "Invalid parent block for this block","Неверный родительский блок для этого блока"
569
  "Invalid parent block for this block.","Неверный родительский блок для этого блока."
570
  "Invalid password reset token.","Неверный ключ для сброса пароля."
 
571
  "Invalid sender name ""%s"". Please use only visible characters and spaces.","Неверное имя отправителя ""%s"". Пожалуйста, используйте только видимые символы и пробелы."
572
  "Invalid timezone","Неверная временная зона"
573
  "Invalidated","Недействительно"
@@ -674,6 +683,7 @@
674
  "Matched Expression","Подходящее выражение"
675
  "Max","Максимум"
676
  "Maximum","Максимум"
 
677
  "Maximum sender name length is 255. Please correct your settings.","Максимальная длина отправителя 255 символов. Пожалуйста, исправьте ваши настройки."
678
  "Mb","Мб"
679
  "Media (.avi, .flv, .swf)","Медиа (.avi, .flv, .swf)"
@@ -682,6 +692,7 @@
682
  "Meta Title","Заголовок Meta"
683
  "Min","Минимум"
684
  "Minimum","Минимум"
 
685
  "Model","Модель"
686
  "Month","Месяц"
687
  "More Tabs","Больше вкладок"
@@ -900,6 +911,7 @@
900
  "Popular","Популярный"
901
  "Position","Позиция"
902
  "Position of Watermark for %s","Позиция водяного знака для %s"
 
903
  "Pregenerated product images files.","Заранее созданные файлы изображений товаров."
904
  "Preset Theme","Предустановленная тема"
905
  "Prev. month (hold for menu)","Пред. месяц (не отпускать для меню)"
@@ -926,6 +938,7 @@
926
  "Products Most Viewed Report","Отчёт Самые просматриваемые товары"
927
  "Products Ordered","Заказанные товары"
928
  "Products in Carts","Товары в корзинах"
 
929
  "Profile Action","Действие с профилем"
930
  "Profile Actions XML","Профиль действий XML"
931
  "Profile Direction","Направление профиля"
@@ -957,13 +970,15 @@
957
  "Recent Orders","Последние заказы"
958
  "Recent statistics have been updated.","Последняя статистика обновлена."
959
  "Recommended","Рекомендуемая"
960
- "Recurring Profile View","Recurring Profile View"
 
961
  "Recursive Dir","Рекурсивная папка"
962
  "Redirect","Перенаправить"
963
  "Reference","Reference"
964
  "Reference ID","Reference ID"
965
  "Refresh","Обновить"
966
  "Refresh Now*","Обновить сейчас*"
 
967
  "Refresh Statistics","Обновить статистику"
968
  "Region/State","Регион/штат"
969
  "Regular Price:","Обычная цена:"
@@ -1038,6 +1053,8 @@
1038
  "Save User","Сохранить пользователя"
1039
  "Save and Continue Edit","Сохранить и продолжить редактирование"
1040
  "Save data and Create Package","Сохранить данные и Создать пакет"
 
 
1041
  "Screens:","Экраны:"
1042
  "Search","Найти"
1043
  "Search Index","Поисковый индекс"
@@ -1082,6 +1099,7 @@
1082
  "Shopping Cart Price Rules","Ценовые правила для корзины покупок"
1083
  "Shopping Cart from %s","Корзина из %s"
1084
  "Short Description","Краткое описание"
 
1085
  "Show / Hide Editor","Показать / Скрыть редактор"
1086
  "Show By","Показывать по"
1087
  "Show Report For","Показать отчёт для"
@@ -1183,6 +1201,7 @@
1183
  "The carrier needs to be specified.","Необходимо указать перевозчика."
1184
  "The catalog index has been rebuilt.","Индекс каталога перестроен."
1185
  "The catalog rewrites have been refreshed.","Переадресация в каталоге обновлена."
 
1186
  "The configuration has been saved.","Конфигурация сохранена."
1187
  "The credit memo has been canceled.","Возврат платежа отменён."
1188
  "The credit memo has been created.","Возврат платежа создан."
@@ -1209,6 +1228,7 @@
1209
  "The invoice has been voided.","Счёт аннулирован."
1210
  "The invoice no longer exists.","Счёт больше не существует."
1211
  "The item %s (SKU %s) does not exist in the catalog anymore.","Товар %s (Артикул %s) больше не существует в каталоге."
 
1212
  "The order does not allow creating an invoice.","Заказ не позволяет создать счёт."
1213
  "The order no longer exists.","Заказ больше не существует."
1214
  "The poll has been deleted.","Опрос удалён."
@@ -1224,6 +1244,7 @@
1224
  "The role has been saved.","Роль сохранена."
1225
  "The role has been successfully saved.","Роль успешно сохранена."
1226
  "The role has beensuccessfully saved.","Роль успешно сохранена."
 
1227
  "The search index has been rebuilt.","Поисковый индекс перестроен."
1228
  "The shipment has been created.","Доставка создана."
1229
  "The shipment has been created. The shipping label has been created.","Доставка создана. Квиток доставки создан."
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 month","- Используйте кнопки %s, %s для выбора месяца"
30
  "- Use the %s, %s buttons to select year","- Используйте кнопки %s, %s для выбора года"
31
  "- or Shift-click to decrease it","- или Shift+щелчок мышки для уменьшения"
32
  "- or click and drag for faster selection.","- или нажмите и тяните для более быстрого выбора."
107
  "Add to Cart","Добавить в корзину"
108
  "Add to Wishlist","Добавить в лист пожеланий"
109
  "Additional Cache Management","Дополнительное управление кэшем"
110
+ "Address","Адрес"
111
  "Address Type:","Тип адреса:"
112
  "Admin","Администратор"
113
  "Advanced Admin Section","Расширенный раздел панели администрирования"
135
  "Amounts","Доход"
136
  "An error has occured while syncronizing media storages.","Ошибка при синхронизации медиа хранилищ."
137
  "An error occurred while clearing the JavaScript/CSS cache.","Ошибка во время очистки кэша JavaScript/CSS."
138
+ "An error occurred while clearing the configurable swatches image cache.","Ошибка во время очистки кэша изображений настраиваемых товаров (configurable swatches)."
139
  "An error occurred while clearing the image cache.","Ошибка во время очистки кэша изображений."
140
  "An error occurred while creating the backup.","Ошибка при создании резервной копии."
141
  "An error occurred while deleting URL Rewrite.","Ошибка при удалении правил URL."
150
  "An error occurred while rebuilding the flat catalog category.","Ошибка построения каталога с горизонтальной структурой."
151
  "An error occurred while rebuilding the flat product catalog.","Ошибка построения товаров с горизонтальной структурой."
152
  "An error occurred while rebuilding the search index.","Ошибка перестроения поискового индекса."
153
+ "An error occurred while refreshing roles.","Ошибка при обновлении ролей."
154
  "An error occurred while refreshing the Catalog Rewrites.","Ошибка при обновлении переадресации в каталоге."
155
  "An error occurred while refreshing the Layered Navigation indices.","Ошибка при обновлении индексов многослойной навигации."
156
  "An error occurred while refreshing the catalog rewrites.","Ошибка при обновлении переадресации в каталоге."
321
  "Currency ""%s"" is used as %s in %s.","Валюта ""%s"" используется как %s в %s."
322
  "Currency Information","Информация о валюте"
323
  "Currency Setup Section","Раздел настроек валют"
324
+ "Current Admin Password","Текущий пароль администратора"
325
  "Current Configuration Scope:","Текущая область действия конфигурации:"
326
  "Current Month","Текущий месяц"
327
  "Custom","Другой"
428
  "Email to a Friend","Отправить другу"
429
  "Email:","Электронная почта (email):"
430
  "Enable","Включить"
431
+ "Enable Recurring Profile","Сделать товар периодической услугой"
432
  "Enable Secure Token:","Включить маркер безопасности:"
433
  "Enabled","Включено"
434
  "Enclose Values In:","Заключить значения в:"
482
  "Fixed Product Tax","Фиксированный налог товара (FPT)"
483
  "Flush Catalog Images Cache","Очистить кэш изображений каталога"
484
  "Flush JavaScript/CSS Cache","Очистить кэш JavaScript/CSS"
485
+ "Flush Swatch Images Cache","Очистить кэш изображений настраиваемых товаров"
486
  "Folder","Папка"
487
  "For category","Для категории"
488
  "For latest version visit: %s","Последняя версия доступна здесь: %s"
493
  "From","От"
494
  "GLOBAL","Глобально"
495
  "Gb","Гб"
496
+ "General","Общие"
497
  "General Information","Общая информация"
498
  "General Section","Общий раздел"
499
  "Get Image Base64","Получить изображение в Base64"
567
  "Invalid Secret Key. Please refresh the page.","Неверный секретный ключ. Пожалуйста, обновите страницу."
568
  "Invalid User Name or Password.","Неверное имя пользователя или пароль."
569
  "Invalid Username or Password.","Неверное имя пользователя или пароль."
570
+ "Invalid data","Неверные данные"
571
  "Invalid directory: %s","Неверная папка: %s"
572
  "Invalid email address ""%s"".","Неверный адрес электронной почты ""%s""."
573
  "Invalid email address.","Неверный адрес электронной почты."
576
  "Invalid parent block for this block","Неверный родительский блок для этого блока"
577
  "Invalid parent block for this block.","Неверный родительский блок для этого блока."
578
  "Invalid password reset token.","Неверный ключ для сброса пароля."
579
+ "Invalid response","Неверный формат ответа"
580
  "Invalid sender name ""%s"". Please use only visible characters and spaces.","Неверное имя отправителя ""%s"". Пожалуйста, используйте только видимые символы и пробелы."
581
  "Invalid timezone","Неверная временная зона"
582
  "Invalidated","Недействительно"
683
  "Matched Expression","Подходящее выражение"
684
  "Max","Максимум"
685
  "Maximum","Максимум"
686
+ "Maximum Payment Failures","Максимальное количество сбоев оплаты"
687
  "Maximum sender name length is 255. Please correct your settings.","Максимальная длина отправителя 255 символов. Пожалуйста, исправьте ваши настройки."
688
  "Mb","Мб"
689
  "Media (.avi, .flv, .swf)","Медиа (.avi, .flv, .swf)"
692
  "Meta Title","Заголовок Meta"
693
  "Min","Минимум"
694
  "Minimum","Минимум"
695
+ "Minimum Order Amount","Минимальная сумма заказа"
696
  "Model","Модель"
697
  "Month","Месяц"
698
  "More Tabs","Больше вкладок"
911
  "Popular","Популярный"
912
  "Position","Позиция"
913
  "Position of Watermark for %s","Позиция водяного знака для %s"
914
+ "Pregenerated configurable swatches image files.","Заранее созданные файлы изображений настраиваемых товаров."
915
  "Pregenerated product images files.","Заранее созданные файлы изображений товаров."
916
  "Preset Theme","Предустановленная тема"
917
  "Prev. month (hold for menu)","Пред. месяц (не отпускать для меню)"
938
  "Products Most Viewed Report","Отчёт Самые просматриваемые товары"
939
  "Products Ordered","Заказанные товары"
940
  "Products in Carts","Товары в корзинах"
941
+ "Products with recurring profile participate in catalog as nominal items.","Продукт с периодической услугой будет представлен в каталоге в виде номинального товара."
942
  "Profile Action","Действие с профилем"
943
  "Profile Actions XML","Профиль действий XML"
944
  "Profile Direction","Направление профиля"
970
  "Recent Orders","Последние заказы"
971
  "Recent statistics have been updated.","Последняя статистика обновлена."
972
  "Recommended","Рекомендуемая"
973
+ "Recurring Payment Profile","Параметры"
974
+ "Recurring Profile View","Обзор периодической услуги"
975
  "Recursive Dir","Рекурсивная папка"
976
  "Redirect","Перенаправить"
977
  "Reference","Reference"
978
  "Reference ID","Reference ID"
979
  "Refresh","Обновить"
980
  "Refresh Now*","Обновить сейчас*"
981
+ "Refresh Roles","Обновить роли"
982
  "Refresh Statistics","Обновить статистику"
983
  "Region/State","Регион/штат"
984
  "Regular Price:","Обычная цена:"
1053
  "Save User","Сохранить пользователя"
1054
  "Save and Continue Edit","Сохранить и продолжить редактирование"
1055
  "Save data and Create Package","Сохранить данные и Создать пакет"
1056
+ "Schedule","Основное"
1057
+ "Schedule Description","Описание услуги"
1058
  "Screens:","Экраны:"
1059
  "Search","Найти"
1060
  "Search Index","Поисковый индекс"
1099
  "Shopping Cart Price Rules","Ценовые правила для корзины покупок"
1100
  "Shopping Cart from %s","Корзина из %s"
1101
  "Short Description","Краткое описание"
1102
+ "Short description of the recurring payment. By default equals to the product name.","Краткое описание услуги. По умолчанию: название товара."
1103
  "Show / Hide Editor","Показать / Скрыть редактор"
1104
  "Show By","Показывать по"
1105
  "Show Report For","Показать отчёт для"
1201
  "The carrier needs to be specified.","Необходимо указать перевозчика."
1202
  "The catalog index has been rebuilt.","Индекс каталога перестроен."
1203
  "The catalog rewrites have been refreshed.","Переадресация в каталоге обновлена."
1204
+ "The configurable swatches image cache was cleaned.","Кэш изображений настраиваемых товаров очищен."
1205
  "The configuration has been saved.","Конфигурация сохранена."
1206
  "The credit memo has been canceled.","Возврат платежа отменён."
1207
  "The credit memo has been created.","Возврат платежа создан."
1228
  "The invoice has been voided.","Счёт аннулирован."
1229
  "The invoice no longer exists.","Счёт больше не существует."
1230
  "The item %s (SKU %s) does not exist in the catalog anymore.","Товар %s (Артикул %s) больше не существует в каталоге."
1231
+ "The number of scheduled payments that can fail before the profile is automatically suspended.","При превышении указанного числа, действие услуги будет приостановлено."
1232
  "The order does not allow creating an invoice.","Заказ не позволяет создать счёт."
1233
  "The order no longer exists.","Заказ больше не существует."
1234
  "The poll has been deleted.","Опрос удалён."
1244
  "The role has been saved.","Роль сохранена."
1245
  "The role has been successfully saved.","Роль успешно сохранена."
1246
  "The role has beensuccessfully saved.","Роль успешно сохранена."
1247
+ "The roles have been refreshed.","Роли обновлены."
1248
  "The search index has been rebuilt.","Поисковый индекс перестроен."
1249
  "The shipment has been created.","Доставка создана."
1250
  "The shipment has been created. The shipping label has been created.","Доставка создана. Квиток доставки создан."
app/locale/ru_RU/Mage_Bundle.csv CHANGED
@@ -53,6 +53,7 @@
53
  "Qty:","Кол-во:"
54
  "Radio Buttons","Радио-кнопки"
55
  "Required options are not selected.","Обязательные параметры не выбраны."
 
56
  "Selected required options are not available.","Выбранные обязательные параметры недоступны."
57
  "Separately","Отдельно"
58
  "Ship Bundle Items","Доставить набор"
53
  "Qty:","Кол-во:"
54
  "Radio Buttons","Радио-кнопки"
55
  "Required options are not selected.","Обязательные параметры не выбраны."
56
+ "SKU","Артикул"
57
  "Selected required options are not available.","Выбранные обязательные параметры недоступны."
58
  "Separately","Отдельно"
59
  "Ship Bundle Items","Доставить набор"
app/locale/ru_RU/Mage_Catalog.csv CHANGED
@@ -3,6 +3,7 @@
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.)","(Вернёт результат по запросу выше.)"
@@ -119,6 +120,7 @@
119
  "Backend Table","Backend таблица"
120
  "Backend Table Title","Название Backend таблицы"
121
  "Backorders","Задолженные заказы"
 
122
  "Based On","Основано на"
123
  "Before Order Confirmation","Перед подтверждением заказа"
124
  "Best Value","Лучшая оценка"
@@ -264,6 +266,7 @@
264
  "Delete category","Удалить категорию"
265
  "Delete product","Удалить товар"
266
  "Depends on design theme","Зависит от дизайна темы"
 
267
  "Descriptions","Описания"
268
  "Design","Дизайн"
269
  "Details","Подробности"
@@ -311,6 +314,7 @@
311
  "Field is not complete","Поле не заполнено"
312
  "File options format is not valid.","Формат файла параметров недействительный."
313
  "File upload failed","Закачка файла не удалась"
 
314
  "Filter model name must be declared.","Название модели фильтра должно быть объявлено."
315
  "Filter must be an object. Please set correct filter.","Фильтр должен быть объектом. Пожалуйста, установите правильный фильтр."
316
  "Filterable (no results)","Фильтруемый (нет результатов)"
@@ -336,6 +340,7 @@
336
  "Globally Editable","Редактируемые везде"
337
  "Go to Home Page","Перейти на главную страницу"
338
  "Grid","Сетка"
 
339
  "Group add","Добавить группу"
340
  "Group remove","Удалить группу"
341
  "Grouped Product","Сборный товар"
@@ -424,8 +429,11 @@
424
  "Maximum image width","Максимальная ширина изображения"
425
  "Maximum number of characters:","Максимальное кол-во знаков:"
426
  "Maximum number of price intervals is 100","Максимальное кол-во интервалов цены: 100"
 
 
427
  "Media Image","Медиа изображение"
428
  "Meta Information","Meta информация"
 
429
  "Minimum Advertised Price","Рекомендованная розничная цена"
430
  "Minimum Lines per Page","Минимальное количество строк на страницу"
431
  "Minimum Qty Allowed in Shopping Cart","Минимальное кол-во товаров, разрешённое в корзине"
@@ -436,6 +444,7 @@
436
  "Move category in tree","Переместить категорию в дереве"
437
  "Multi update product","Multi update product"
438
  "Must be in the allowed values list.","Должен быть в списке разрешённых значений."
 
439
  "N/A","Н/Д"
440
  "Name","Название"
441
  "Name in %s","Название в %s"
@@ -535,6 +544,7 @@
535
  "Product Extra Info","Дополнительная информация товара"
536
  "Product Flat Data","Product Flat Data"
537
  "Product ID","ИД товара"
 
538
  "Product Image Placeholders","Изображения товара по умолчанию"
539
  "Product Image Watermarks","Водяные знаки изображения товара"
540
  "Product Images","Изображения товара"
@@ -584,7 +594,7 @@
584
  "Quick simple product creation","Быстрое создание простого товара"
585
  "Records for ""","Записей для """
586
  "Records for ""%s"" store found.","Найдена запись для магазина ""%s""."
587
- "Recurring Profile","Повторяющиеся платежи"
588
  "Redirect","Перенаправление"
589
  "Redirect URL","URL переадресации"
590
  "Regular Price:","Обычная цена:"
@@ -607,6 +617,7 @@
607
  "Reorganize EAV product structure to flat structure","Реорганизовать EAV структуру товаров в горизонтальную структуру (flat)"
608
  "Reset","Сбросить"
609
  "Results","Результаты"
 
610
  "Retrieve attribute data","Получить данные атрибута"
611
  "Retrieve attribute list","Получить список атрибута"
612
  "Retrieve attribute options","Получить параметры атрибута"
@@ -669,6 +680,9 @@
669
  "Set special price","Установить цену особого предложения"
670
  "Set/Get current store view","Установить/получить текущее представление магазина"
671
  "Settings","Настройки"
 
 
 
672
  "Shop By","Фильтр"
673
  "Shopping Options","Доступные параметры"
674
  "Show","Показать"
@@ -684,6 +698,7 @@
684
  "Skipping import row, required field ""%s"" is not defined.","Пропуск строки при импорте, не определено обязательное поле ""%s""."
685
  "Skipping import row, store ""%s"" field does not exist.","Пропуск строки при импорте, несуществующее поле магазина ""%s""."
686
  "Skipping import row, the value ""%s"" is not valid for the ""%s"" field.","Пропуск строки при импорте, неверное значение ""%s"" поля ""%s""."
 
687
  "Some of the processed products have no SKU value defined. Please fill it prior to performing operations on these products.","У некоторых обработанных товаров не указаны значения артикула (SKU). Заполните их перед выполнением операций с этими товарами."
688
  "Some of the products below do not have all the required options. Please edit them and configure all the required options.","У некоторых товаров, указанных ниже, указаны не все обязательные параметры. Отредактируйте их и укажите все обязательные параметры."
689
  "Some of the selected item options are not currently available.","Некоторые из выбранных параметров позиции в данный момент недоступны."
@@ -762,6 +777,7 @@
762
  "This product no longer exists.","Товар больше не существует."
763
  "This search no longer exists.","Этот поиск больше не существует."
764
  "This setting will be applied when all prices in the specific price interval are equal.","Этот параметр применяется в случае, когда в интервале все цены одинаковы."
 
765
  "Tier Pricing","Дифференцированные цены"
766
  "Tile","Повторение"
767
  "Time Format","Формат времени"
@@ -829,6 +845,7 @@
829
  "Value for ""%s"" is invalid.","Неверное значение для ""%s""."
830
  "Value for ""%s"" is invalid: %s","Неверное значение для ""%s"" (%s)"
831
  "Varchar","Строковая величина"
 
832
  "View as","Вид"
833
  "Virtual Product","Виртуальный товар"
834
  "Visibility","Видимость"
@@ -881,4 +898,3 @@
881
  "select all","выбрать все"
882
  "unselect all","снять выбор со всех"
883
  "x","x"
884
- "View Details","Подробнее"
3
  "%s - %s","%s - %s"
4
  "%s Item(s)","%s шт."
5
  "%s and above","%s и больше"
6
+ "%s-%s of %s","%s-%s из %s"
7
  "(%d)","(%d)"
8
  "(Copy data from: %s)","(Скопировать данные из: %s)"
9
  "(Will make search for the query above return results for this search.)","(Вернёт результат по запросу выше.)"
120
  "Backend Table","Backend таблица"
121
  "Backend Table Title","Название Backend таблицы"
122
  "Backorders","Задолженные заказы"
123
+ "Base Image Width","Ширина базового изорбражения"
124
  "Based On","Основано на"
125
  "Before Order Confirmation","Перед подтверждением заказа"
126
  "Best Value","Лучшая оценка"
266
  "Delete category","Удалить категорию"
267
  "Delete product","Удалить товар"
268
  "Depends on design theme","Зависит от дизайна темы"
269
+ "Description","Описание"
270
  "Descriptions","Описания"
271
  "Design","Дизайн"
272
  "Details","Подробности"
314
  "Field is not complete","Поле не заполнено"
315
  "File options format is not valid.","Формат файла параметров недействительный."
316
  "File upload failed","Закачка файла не удалась"
317
+ "Filter","Фильтр"
318
  "Filter model name must be declared.","Название модели фильтра должно быть объявлено."
319
  "Filter must be an object. Please set correct filter.","Фильтр должен быть объектом. Пожалуйста, установите правильный фильтр."
320
  "Filterable (no results)","Фильтруемый (нет результатов)"
340
  "Globally Editable","Редактируемые везде"
341
  "Go to Home Page","Перейти на главную страницу"
342
  "Grid","Сетка"
343
+ "Group Price","Цена для группы"
344
  "Group add","Добавить группу"
345
  "Group remove","Удалить группу"
346
  "Grouped Product","Сборный товар"
429
  "Maximum image width","Максимальная ширина изображения"
430
  "Maximum number of characters:","Максимальное кол-во знаков:"
431
  "Maximum number of price intervals is 100","Максимальное кол-во интервалов цены: 100"
432
+ "Maximum width base product image will be scaled down to in pixels","Максимальная ширина базового изображения товара в пикселях до которого будет уменьшен оригинал"
433
+ "Maximum width small product image will be scaled down to in pixels","Максимальная ширина маленького изображения товара в пикселях до которого будет уменьшен оригинал"
434
  "Media Image","Медиа изображение"
435
  "Meta Information","Meta информация"
436
+ "Middle Name","Отчество"
437
  "Minimum Advertised Price","Рекомендованная розничная цена"
438
  "Minimum Lines per Page","Минимальное количество строк на страницу"
439
  "Minimum Qty Allowed in Shopping Cart","Минимальное кол-во товаров, разрешённое в корзине"
444
  "Move category in tree","Переместить категорию в дереве"
445
  "Multi update product","Multi update product"
446
  "Must be in the allowed values list.","Должен быть в списке разрешённых значений."
447
+ "My Account","Моя учётная запись"
448
  "N/A","Н/Д"
449
  "Name","Название"
450
  "Name in %s","Название в %s"
544
  "Product Extra Info","Дополнительная информация товара"
545
  "Product Flat Data","Product Flat Data"
546
  "Product ID","ИД товара"
547
+ "Product Image","Изображение товара"
548
  "Product Image Placeholders","Изображения товара по умолчанию"
549
  "Product Image Watermarks","Водяные знаки изображения товара"
550
  "Product Images","Изображения товара"
594
  "Quick simple product creation","Быстрое создание простого товара"
595
  "Records for ""","Записей для """
596
  "Records for ""%s"" store found.","Найдена запись для магазина ""%s""."
597
+ "Recurring Profile","Периодическая услуга"
598
  "Redirect","Перенаправление"
599
  "Redirect URL","URL переадресации"
600
  "Regular Price:","Обычная цена:"
617
  "Reorganize EAV product structure to flat structure","Реорганизовать EAV структуру товаров в горизонтальную структуру (flat)"
618
  "Reset","Сбросить"
619
  "Results","Результаты"
620
+ "Results per page","Результатов на странице"
621
  "Retrieve attribute data","Получить данные атрибута"
622
  "Retrieve attribute list","Получить список атрибута"
623
  "Retrieve attribute options","Получить параметры атрибута"
680
  "Set special price","Установить цену особого предложения"
681
  "Set/Get current store view","Установить/получить текущее представление магазина"
682
  "Settings","Настройки"
683
+ "Share Facebook","Поделиться в Facebook"
684
+ "Share on Facebook","Поделиться в Facebook"
685
+ "Share on Twitter","Поделиться в Twitter"
686
  "Shop By","Фильтр"
687
  "Shopping Options","Доступные параметры"
688
  "Show","Показать"
698
  "Skipping import row, required field ""%s"" is not defined.","Пропуск строки при импорте, не определено обязательное поле ""%s""."
699
  "Skipping import row, store ""%s"" field does not exist.","Пропуск строки при импорте, несуществующее поле магазина ""%s""."
700
  "Skipping import row, the value ""%s"" is not valid for the ""%s"" field.","Пропуск строки при импорте, неверное значение ""%s"" поля ""%s""."
701
+ "Small Image Width","Ширина маленького изображения"
702
  "Some of the processed products have no SKU value defined. Please fill it prior to performing operations on these products.","У некоторых обработанных товаров не указаны значения артикула (SKU). Заполните их перед выполнением операций с этими товарами."
703
  "Some of the products below do not have all the required options. Please edit them and configure all the required options.","У некоторых товаров, указанных ниже, указаны не все обязательные параметры. Отредактируйте их и укажите все обязательные параметры."
704
  "Some of the selected item options are not currently available.","Некоторые из выбранных параметров позиции в данный момент недоступны."
777
  "This product no longer exists.","Товар больше не существует."
778
  "This search no longer exists.","Этот поиск больше не существует."
779
  "This setting will be applied when all prices in the specific price interval are equal.","Этот параметр применяется в случае, когда в интервале все цены одинаковы."
780
+ "Tier Price","Дифференцированные цены"
781
  "Tier Pricing","Дифференцированные цены"
782
  "Tile","Повторение"
783
  "Time Format","Формат времени"
845
  "Value for ""%s"" is invalid.","Неверное значение для ""%s""."
846
  "Value for ""%s"" is invalid: %s","Неверное значение для ""%s"" (%s)"
847
  "Varchar","Строковая величина"
848
+ "View Details","Подробнее"
849
  "View as","Вид"
850
  "Virtual Product","Виртуальный товар"
851
  "Visibility","Видимость"
898
  "select all","выбрать все"
899
  "unselect all","снять выбор со всех"
900
  "x","x"
 
app/locale/ru_RU/Mage_CatalogInventory.csv CHANGED
@@ -28,10 +28,13 @@
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","Кол-во, при котором статус товара становится ""нет в наличии"""
28
  "No Backorders","Без задолженных заказов"
29
  "Not all products are available in the requested quantity","Не все товары есть в наличии в требуемом количестве"
30
  "Notify for Quantity Below","Уведомлять о количестве ниже"
31
+ "Only %s left","Осталось только %s"
32
  "Only X left Threshold","Only X left Threshold"
33
  "Out of Stock","нет в наличии"
34
+ "Product Name","Название товара"
35
  "Product Stock Options","Параметры наличия товара"
36
  "Products will still be shown by direct product URLs.","Товары всё ещё будут доступны по прямым URL товаров."
37
+ "Qty","Кол-во"
38
  "Qty Increments","Шаг количества"
39
  "Qty for Item's Status to Become Out of Stock","Кол-во, при котором статус товара становится ""нет в наличии"""
40
  "Qty for Items' Status to Become Out of Stock","Кол-во, при котором статус товара становится ""нет в наличии"""
app/locale/ru_RU/Mage_CatalogSearch.csv CHANGED
@@ -42,6 +42,7 @@
42
  "Search results for '%s'","Результаты поиска для '%s'"
43
  "Search results for: '%s'","Результаты поиска для: '%s'"
44
  "Search:","Поиск:"
 
45
  "Specified date is invalid.","Указанная дата неверна."
46
  "Subscribe to Feed","Подписаться на рассылку"
47
  "There are no search terms available.","Нет доступных поисковых выражений."
42
  "Search results for '%s'","Результаты поиска для '%s'"
43
  "Search results for: '%s'","Результаты поиска для: '%s'"
44
  "Search:","Поиск:"
45
+ "Show Autocomplete Results Count","Показывать количество результатов автозаполнения"
46
  "Specified date is invalid.","Указанная дата неверна."
47
  "Subscribe to Feed","Подписаться на рассылку"
48
  "There are no search terms available.","Нет доступных поисковых выражений."
app/locale/ru_RU/Mage_Checkout.csv CHANGED
@@ -1,5 +1,7 @@
1
  "%s was added to your shopping cart.","Товар <strong>%s</strong> успешно добавлен в корзину покупок."
2
  "%s was updated in your shopping cart.","Товар <strong>%s</strong> обновлён в корзине покупок."
 
 
3
  "* Required Fields","* Обязательные поля"
4
  "Add New Address","Добавить новый адрес"
5
  "Add New Condition","Добавить новое условие"
@@ -19,7 +21,9 @@
19
  "An error occurred in the process of payment","Ошибка во время процесса оплаты"
20
  "An error occurred while deleting this condition.","Ошибка при удалении этого условия."
21
  "An error occurred while saving this condition.","Ошибка при сохранении этого условия."
 
22
  "Apply Coupon","Использовать купон"
 
23
  "Are you sure you would like to remove this item from the shopping cart?","Вы действительно хотите удалить этот товар из корзины?"
24
  "Back","Вернуться"
25
  "Back to Billing Information","Вернуться к информации о плательщике"
@@ -30,6 +34,9 @@
30
  "Billing Address","Адрес плательщика"
31
  "Billing Information","Информация о плательщике"
32
  "Billing Information - %s","Информация о плательщике - %s"
 
 
 
33
  "Cancel Coupon","Отменить купон"
34
  "Cannot add item to the shopping cart.","Невозможно добавить товар в корзину."
35
  "Cannot add the item to shopping cart","Невозможно добавить товар в корзину"
@@ -42,6 +49,7 @@
42
  "Cannot update shopping cart.","Невозможно обновить корзину."
43
  "Cannot update the item.","Невозможно обновить позицию."
44
  "Card Verification Number Visual Reference","Информация о проверочном коде на карте"
 
45
  "Cart Product API","Api - товаров в корзине"
46
  "Cart Product Api","Api - товаров в корзине"
47
  "Cart Subtotal:","Итого в корзине:"
@@ -50,6 +58,7 @@
50
  "Checkbox Text","Текст для галочки"
51
  "Checkout","Оформить заказ"
52
  "Checkout Conditions","Условия оформления заказа"
 
53
  "Checkout Method","Метод оформления заказа"
54
  "Checkout Options","Параметры оформления заказа"
55
  "Checkout Progress Wrapper","Wrapper. Стадия оформления"
@@ -112,12 +121,15 @@
112
  "Edit item","Изменить позицию"
113
  "Edit item parameters","Изменить параметры позиции"
114
  "Email Address","Адрес электронной почты (email)"
 
 
115
  "Enable Onepage Checkout","Включить одностраничный заказ"
116
  "Enable Terms and Conditions","Включить Условия и Соглашения"
117
  "Enabled","Включено"
118
  "Enter a New Address","Введите новый адрес"
119
  "Enter your coupon code if you have one.","Введите код купона, если он у вас есть."
120
  "Enter your destination to get a shipping estimate.","Укажите Ваше местоположение для оценки стоимости доставки."
 
121
  "Estimate Shipping and Tax","Рассчитать стоимость доставки и величину налога"
122
  "Excl. Tax","Без налога"
123
  "Fast and easy check out","Быстрое оформление заказа"
@@ -142,6 +154,8 @@
142
  "Invalid method: %s","Неверный метод: %s"
143
  "Invalid shipping method.","Неверный метод доставки."
144
  "Item not found or already ordered","Товар не найден или уже заказан"
 
 
145
  "Items","Товары"
146
  "Items After","Позиции после"
147
  "Items Before","Позиции до"
@@ -153,9 +167,11 @@
153
  "Manage Terms and Conditions","Управление Условиями и Соглашениями"
154
  "Maximum Display Recently Added Item(s)","Максимальное количество последних добавленных позиций для показа"
155
  "Maximum qty allowed for Shipping to multiple addresses is %s","Максимальное кол-во товара, разрешённое к доставке по нескольким адресам: %s"
 
156
  "Minimum order amount is %s","Минимальное количество для заказа: %s"
157
  "Move","Переместить"
158
  "Move to Wishlist","Отложить в лист пожеланий"
 
159
  "Multishipping Checkout","Оформление заказа на несколько адресов"
160
  "Multishipping Checkout Address (Any) Form","Форма адреса (любого) оформления заказа на несколько адресов"
161
  "Multishipping Checkout Billing Address Creation","Создание адреса плательщика оформления заказа на несколько адресов"
@@ -198,7 +214,9 @@
198
  "Payment Failed Template","Шаблон сообщения о неудавшемся платеже"
199
  "Payment Information","Информация об оплате"
200
  "Payment Method","Метод оплаты"
 
201
  "Payment Methods After Checkout Button","Метод оплаты после кнопки Заказать"
 
202
  "Payment Methods Before Checkout Button","Метод оплаты перед кнопкой Заказать"
203
  "Payment method information","Информация о методе платежа"
204
  "Payment method is not defined","Не указан метод оплаты"
@@ -227,6 +245,7 @@
227
  "Products","Товары"
228
  "Qty","Кол-во"
229
  "Qty:","Кол-во:"
 
230
  "Quantity was recalculated from %d to %d","Количество было обновлено с %d на %d"
231
  "Quote Lifetime (days)","Время жизни квоты (дней)"
232
  "Quote item does not exist.","Quote item does not exist."
@@ -247,6 +266,7 @@
247
  "Retrieve information about shopping cart","Получить информацию о корзине покупок"
248
  "Review Order","Обзор заказа"
249
  "Review Order - %s","Обзор заказа - %s"
 
250
  "Sales","Продажи"
251
  "Save Condition","Сохранить условие"
252
  "Save in address book","Сохранить в адресной книге"
@@ -279,6 +299,8 @@
279
  "Shipping selection is not applicable.","Выбранная доставка не применима."
280
  "Shopping Cart","Корзина"
281
  "Shopping Cart Form Before","Корзина - форма до"
 
 
282
  "Shopping Cart Sidebar","Корзина - боковая панель"
283
  "Shopping Cart Sidebar Extra Actions","Корзина - боковая панель. Дополнительные действия"
284
  "Shopping Cart is Empty","Корзина пуста"
@@ -322,6 +344,7 @@
322
  "Total for this address","Итого для этого адреса"
323
  "Unable to set Payment Method.","Невозможно установить метод оплаты."
324
  "Unit Price","Цена за шт."
 
325
  "Update Cart","Обновить корзину"
326
  "Update Qty &amp; Addresses","Обновить количество и адреса"
327
  "Update Shopping Cart","Обновить корзину"
@@ -330,7 +353,9 @@
330
  "Update product(s) quantities in shopping cart","Обновить количества товаров в корзине покупок"
331
  "Use Billing Address","Использовать адрес плательщика"
332
  "VAT Number","Номер плательщика НДС"
 
333
  "We are processing your order and you will soon receive an email with details of the order. Once the order has shipped you will receive another email with a link to track its progress.","Мы обрабатываем ваш заказ. В ближайшее время вы получите электронное письмо с подробной информацией о заказе. После отправки заказа вы получите еще одно письмо со ссылкой для отслеживания пути посылки."
 
334
  "What's this?","Что это?"
335
  "You have no items in your shopping cart.","Ваша корзина покупок пуста."
336
  "You will receive an order confirmation email with details of your order and a link to track its progress.","Вы получите письмо на ваш адрес электронной почты (email) с подробной информацией о заказе и ссылкой на страницу, на которой можно проверить текущий статус заказа."
@@ -343,11 +368,10 @@
343
  "Your order has been received","Ваш заказ принят"
344
  "Your order has been received.","Ваш заказ принят."
345
  "Your order number is ","Номер вашего заказа "
346
- "Your recurring payment profiles:","Ваши профили повторяющихся платежей:"
347
  "Your shopping cart is empty","Ваша корзина покупок пуста"
 
348
  "Zip/Postal Code","Почтовый индекс"
 
 
349
  "osCommerce Orders","Заказы osCommerce"
350
- "Item was removed successfully.","Позиция успешно удалена."
351
- "Item was updated successfully.","Позиция успешно обновлена."
352
- "View Shopping Cart","Перейти в корзину"
353
- "Empty Cart","Очистить корзину"
1
  "%s was added to your shopping cart.","Товар <strong>%s</strong> успешно добавлен в корзину покупок."
2
  "%s was updated in your shopping cart.","Товар <strong>%s</strong> обновлён в корзине покупок."
3
+ "(Excl. Tax)","(Без налога)"
4
+ "(Incl. Tax)","(Включая налог)"
5
  "* Required Fields","* Обязательные поля"
6
  "Add New Address","Добавить новый адрес"
7
  "Add New Condition","Добавить новое условие"
21
  "An error occurred in the process of payment","Ошибка во время процесса оплаты"
22
  "An error occurred while deleting this condition.","Ошибка при удалении этого условия."
23
  "An error occurred while saving this condition.","Ошибка при сохранении этого условия."
24
+ "Apply","Применить"
25
  "Apply Coupon","Использовать купон"
26
+ "Are you sure you want to leave this page? You will need to go through the checkout steps again.","Вы действительно хотите покинуть эту страницу? Вам будет необходимо пройти через все шаги снова."
27
  "Are you sure you would like to remove this item from the shopping cart?","Вы действительно хотите удалить этот товар из корзины?"
28
  "Back","Вернуться"
29
  "Back to Billing Information","Вернуться к информации о плательщике"
34
  "Billing Address","Адрес плательщика"
35
  "Billing Information","Информация о плательщике"
36
  "Billing Information - %s","Информация о плательщике - %s"
37
+ "Can not remove the item.","Невозможно удалить позицию."
38
+ "Can not save item.","Невозможно сохранить позицию."
39
+ "Cancel","Отменить"
40
  "Cancel Coupon","Отменить купон"
41
  "Cannot add item to the shopping cart.","Невозможно добавить товар в корзину."
42
  "Cannot add the item to shopping cart","Невозможно добавить товар в корзину"
49
  "Cannot update shopping cart.","Невозможно обновить корзину."
50
  "Cannot update the item.","Невозможно обновить позицию."
51
  "Card Verification Number Visual Reference","Информация о проверочном коде на карте"
52
+ "Cart","Корзина"
53
  "Cart Product API","Api - товаров в корзине"
54
  "Cart Product Api","Api - товаров в корзине"
55
  "Cart Subtotal:","Итого в корзине:"
58
  "Checkbox Text","Текст для галочки"
59
  "Checkout","Оформить заказ"
60
  "Checkout Conditions","Условия оформления заказа"
61
+ "Checkout Forms Extra","Checkout Forms Extra"
62
  "Checkout Method","Метод оформления заказа"
63
  "Checkout Options","Параметры оформления заказа"
64
  "Checkout Progress Wrapper","Wrapper. Стадия оформления"
121
  "Edit item","Изменить позицию"
122
  "Edit item parameters","Изменить параметры позиции"
123
  "Email Address","Адрес электронной почты (email)"
124
+ "Empty Cart","Очистить корзину"
125
+ "Empty Shopping Cart Content Before","Empty Shopping Cart Content Before"
126
  "Enable Onepage Checkout","Включить одностраничный заказ"
127
  "Enable Terms and Conditions","Включить Условия и Соглашения"
128
  "Enabled","Включено"
129
  "Enter a New Address","Введите новый адрес"
130
  "Enter your coupon code if you have one.","Введите код купона, если он у вас есть."
131
  "Enter your destination to get a shipping estimate.","Укажите Ваше местоположение для оценки стоимости доставки."
132
+ "Estimate","Рассчитать"
133
  "Estimate Shipping and Tax","Рассчитать стоимость доставки и величину налога"
134
  "Excl. Tax","Без налога"
135
  "Fast and easy check out","Быстрое оформление заказа"
154
  "Invalid method: %s","Неверный метод: %s"
155
  "Invalid shipping method.","Неверный метод доставки."
156
  "Item not found or already ordered","Товар не найден или уже заказан"
157
+ "Item was removed successfully.","Позиция успешно удалена."
158
+ "Item was updated successfully.","Позиция успешно обновлена."
159
  "Items","Товары"
160
  "Items After","Позиции после"
161
  "Items Before","Позиции до"
167
  "Manage Terms and Conditions","Управление Условиями и Соглашениями"
168
  "Maximum Display Recently Added Item(s)","Максимальное количество последних добавленных позиций для показа"
169
  "Maximum qty allowed for Shipping to multiple addresses is %s","Максимальное кол-во товара, разрешённое к доставке по нескольким адресам: %s"
170
+ "Mini-cart promotion block","Mini-cart promotion block"
171
  "Minimum order amount is %s","Минимальное количество для заказа: %s"
172
  "Move","Переместить"
173
  "Move to Wishlist","Отложить в лист пожеланий"
174
+ "Move to wishlist","Отложить в лист пожеланий"
175
  "Multishipping Checkout","Оформление заказа на несколько адресов"
176
  "Multishipping Checkout Address (Any) Form","Форма адреса (любого) оформления заказа на несколько адресов"
177
  "Multishipping Checkout Billing Address Creation","Создание адреса плательщика оформления заказа на несколько адресов"
214
  "Payment Failed Template","Шаблон сообщения о неудавшемся платеже"
215
  "Payment Information","Информация об оплате"
216
  "Payment Method","Метод оплаты"
217
+ "Payment Methods After","Payment Methods After"
218
  "Payment Methods After Checkout Button","Метод оплаты после кнопки Заказать"
219
+ "Payment Methods Before","Payment Methods Before"
220
  "Payment Methods Before Checkout Button","Метод оплаты перед кнопкой Заказать"
221
  "Payment method information","Информация о методе платежа"
222
  "Payment method is not defined","Не указан метод оплаты"
245
  "Products","Товары"
246
  "Qty","Кол-во"
247
  "Qty:","Кол-во:"
248
+ "Quantity","Количество"
249
  "Quantity was recalculated from %d to %d","Количество было обновлено с %d на %d"
250
  "Quote Lifetime (days)","Время жизни квоты (дней)"
251
  "Quote item does not exist.","Quote item does not exist."
266
  "Retrieve information about shopping cart","Получить информацию о корзине покупок"
267
  "Review Order","Обзор заказа"
268
  "Review Order - %s","Обзор заказа - %s"
269
+ "SKU","Артикул"
270
  "Sales","Продажи"
271
  "Save Condition","Сохранить условие"
272
  "Save in address book","Сохранить в адресной книге"
299
  "Shipping selection is not applicable.","Выбранная доставка не применима."
300
  "Shopping Cart","Корзина"
301
  "Shopping Cart Form Before","Корзина - форма до"
302
+ "Shopping Cart Items After","Shopping Cart Items After"
303
+ "Shopping Cart Items Before","Shopping Cart Items Before"
304
  "Shopping Cart Sidebar","Корзина - боковая панель"
305
  "Shopping Cart Sidebar Extra Actions","Корзина - боковая панель. Дополнительные действия"
306
  "Shopping Cart is Empty","Корзина пуста"
344
  "Total for this address","Итого для этого адреса"
345
  "Unable to set Payment Method.","Невозможно установить метод оплаты."
346
  "Unit Price","Цена за шт."
347
+ "Update","Обновить"
348
  "Update Cart","Обновить корзину"
349
  "Update Qty &amp; Addresses","Обновить количество и адреса"
350
  "Update Shopping Cart","Обновить корзину"
353
  "Update product(s) quantities in shopping cart","Обновить количества товаров в корзине покупок"
354
  "Use Billing Address","Использовать адрес плательщика"
355
  "VAT Number","Номер плательщика НДС"
356
+ "View Shopping Cart","Перейти в корзину"
357
  "We are processing your order and you will soon receive an email with details of the order. Once the order has shipped you will receive another email with a link to track its progress.","Мы обрабатываем ваш заказ. В ближайшее время вы получите электронное письмо с подробной информацией о заказе. После отправки заказа вы получите еще одно письмо со ссылкой для отслеживания пути посылки."
358
+ "What&#39;s this?","Что это?"
359
  "What's this?","Что это?"
360
  "You have no items in your shopping cart.","Ваша корзина покупок пуста."
361
  "You will receive an order confirmation email with details of your order and a link to track its progress.","Вы получите письмо на ваш адрес электронной почты (email) с подробной информацией о заказе и ссылкой на страницу, на которой можно проверить текущий статус заказа."
368
  "Your order has been received","Ваш заказ принят"
369
  "Your order has been received.","Ваш заказ принят."
370
  "Your order number is ","Номер вашего заказа "
371
+ "Your recurring payment profiles:","Ваши периодические услуги:"
372
  "Your shopping cart is empty","Ваша корзина покупок пуста"
373
+ "Zip","Почтовый индекс"
374
  "Zip/Postal Code","Почтовый индекс"
375
+ "ok","ok"
376
+ "or","или"
377
  "osCommerce Orders","Заказы osCommerce"
 
 
 
 
app/locale/ru_RU/Mage_ConfigurableSwatches.csv ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "-- Please Select --","-- Выберите --"
2
+ "Add to Cart","Добавить в корзину"
3
+ "Choose an Option...","Выберите вариант..."
4
+ "Configurable Swatches","Изображения настраиваемых товаров"
5
+ "Enabled","Включено"
6
+ "General Settings","Основные настройки"
7
+ "Height","Высота"
8
+ "In Stock","В наличии"
9
+ "Innermost dimensions, not including border, in pixels","Внутренний размер, не включающий рамку, в пикселях"
10
+ "Out of Stock","Нет в наличии"
11
+ "Previous","Предыдущий"
12
+ "Product Attribute to Use for Swatches in Product Listing","Атрибуты товара для использования в списке товаров"
13
+ "Product Attributes to Show as Swatches in Product Detail","Атрибуты товара для показа в просмотре товара"
14
+ "Remove This Item","Удалить эту позицию"
15
+ "Swatch Dimensions in Layered Navigation","Размеры в многослойной навигации"
16
+ "Swatch Dimensions in Product Listing","Размеры в списке товаров"
17
+ "Swatch Dimensions on Product Detail Page","Размеры в просмотре товара"
18
+ "Width","Ширина"
app/locale/ru_RU/Mage_Core.csv CHANGED
@@ -6,6 +6,7 @@
6
  "<strong style=""color:red"">Warning!</strong> When using Store Code in URLs, in some cases system may not work properly if URLs without Store Codes are specified in the third party services (e.g. PayPal etc.).","<strong style=""color:red"">Внимание!</strong> При использовании кода магазина в URL, система может работать некорректно, если в сторонних сервисах (PayPal и т.п.) указан URL без кода магазина."
7
  "A category object is required for determining the product request path.","Для определения адреса товара требуется объект категории."
8
  "Add Block Names to Hints","Добавлять названия блоков к подсказкам"
 
9
  "Add Secret Key to URLs","Добавлять секретный ключ к ссылкам (URLs)"
10
  "Add Store Code to Urls","Добавлять код магазина к ссылкам (URLs)"
11
  "Admin","Панель администрирования"
@@ -14,10 +15,14 @@
14
  "Advanced","Расширенные"
15
  "After selecting a new media storage location, press the Synchronize button","После выбора расположения нового медиа хранилища нажмите кнопку Синхронизировать"
16
  "Allow Countries","Разрешённые страны"
 
 
17
  "Allow Symlinks","Разрешить символические ссылки"
18
  "Allowed IPs (comma separated)","Разрешённые IP адреса (через запятую)"
19
  "Allowed file types: ICO, PNG, GIF, JPEG, APNG, SVG. Not all browsers support all these formats!","Разрешённые типы файлов: ICO, PNG, GIF, JPEG, APNG, SVG. Не все браузеры поддерживают все форматы!"
20
  "Allowed file types: ICO, PNG, GIF, JPG, JPEG, APNG, SVG. Not all browsers support all these formats!","Разрешённые типы файлов: ICO, PNG, GIF, JPG, JPEG, APNG, SVG. Не все браузеры поддерживают все форматы!"
 
 
21
  "Allows customers to stay logged in when switching between different stores.","Позволяет клиенту оставаться авторизованным при переключении между различными магазинами."
22
  "Alternative text for next link in pagination menu. If empty, default arrow image will used.","Альтернативный текст для ссылки ""вперёд"" в переключении страниц. Если значение пустое, то будет использовано стандартное изображение стрелки."
23
  "Alternative text for previous link in pagination menu. If empty, default arrow image will used.","Альтернативный текст для ссылки ""назад"" в переключении страниц. Если значение пустое, то будет использовано стандартное изображение стрелки."
@@ -41,6 +46,7 @@
41
  "Before modifying the website code please make sure that it is not used in index.php.","Перед изменением кода сайта убедитесь, что он не используется на в файле index.php."
42
  "Block with name ""%s"" already exists","Блок с названием ""%s"" уже существует"
43
  "Browser Capabilities Detection","Определение возможностей браузера"
 
44
  "CSS Settings","Настройки CSS"
45
  "Cache Storage Management","Управление хранилищем кэша"
46
  "Cache storage may contain additional data. Are you sure that you want flush it?","Хранилище кэша может содержать и другие данные. Вы действительно хотите его полностью очистить?"
@@ -54,6 +60,7 @@
54
  "Card type does not match credit card number","Тип карты не совпадает с номером кредитной карты"
55
  "Card type does not match credit card number.","Тип карты не совпадает с номером кредитной карты."
56
  "Code","Код"
 
57
  "Controller file was loaded but class does not exist","Файл контроллера был загружен, но класс не существует"
58
  "Cookie Domain","Домен для cookie"
59
  "Cookie Lifetime","Время жизни cookie"
@@ -113,6 +120,10 @@
113
  "Edit Store","Редактировать магазин"
114
  "Edit Store View","Редактировать представление магазина"
115
  "Edit Website","Редактировать сайт"
 
 
 
 
116
  "Empty identifier field name","Пустое название поля идентификатора"
117
  "Empty main table name","Пустое название основной таблицы"
118
  "Enable Charts","Включить графики"
@@ -124,6 +135,7 @@
124
  "Error in file: ""%s"" - %s","Ошибка в файле: ""%s"" - %s"
125
  "Error: Passwords do not match","Ошибка: Пароли не совпадают"
126
  "European Union Countries","Страны Европейского союза"
 
127
  "Exceptions Log File Name","Название лог файла исключений"
128
  "Favicon Icon","Иконка Favicon"
129
  "File %s does not exist","Файл не существует: %s"
@@ -150,6 +162,7 @@
150
  "Host","Хост"
151
  "How many links to display at once.","Сколько ссылок отображать за раз."
152
  "ID Path for Specified Store","ИД пути для указанного магазина"
 
153
  "If the current frame position does not cover utmost pages, will render link to current position plus/minus this value.","Если текущее положение рамки не покрывает все страницы, будет создана ссылка на текущую позицию плюс/минус это значение."
154
  "Incorrect credit card expiration date","Неверная дата истечения срока действия расчётной карты"
155
  "Incorrect credit card expiration date.","Неверная дата истечения срока действия расчётной карты"
@@ -177,9 +190,11 @@
177
  "Logging from Mage::log(). File is located in {{base_dir}}/var/log","Лог Mage::log(). Файл находится в {{base_dir}}/var/log"
178
  "Logging from Mage::logException(). File is located in {{base_dir}}/var/log","Лог Mage::logException(). Файл находится в {{base_dir}}/var/log"
179
  "Login is Case Sensitive","Имя пользователя (Login) - регистрозависимое"
 
180
  "Logo Image","Изображение логотипа"
181
  "Logo Image Alt","Alt изображения логотипа"
182
  "Logo Image Src","Src изображения логотипа"
 
183
  "Magento info","Информация о Magento"
184
  "Magento info API","API информации о Magento"
185
  "Mail Sending Settings","Настройки отсылки электронных писем"
@@ -191,6 +206,7 @@
191
  "Merge CSS Files","Объединить файлы CSS"
192
  "Merge CSS Files (beta)","Объединить файлы CSS (beta)"
193
  "Merge JavaScript Files","Объединить файлы JavaScript"
 
194
  "Miscellaneous HTML","Различный HTML"
195
  "Miscellaneous Scripts","Разнообразные скрипты"
196
  "Model class does not exist: %s.","Модель класса не существует: %s."
@@ -203,7 +219,9 @@
203
  "New Store View","Новое представление магазина"
204
  "New Website","Новый сайт"
205
  "No","Нет"
 
206
  "Offloader header","Заголовок Offloader"
 
207
  "PHP SOAP extension is required.","Требуется расширение SOAP для PHP."
208
  "Package","Пакет"
209
  "Pagination","Нумерация страниц"
@@ -309,6 +327,7 @@
309
  "Set Return-Path","Установить Return-Path"
310
  "Set as Default","Установить значением по умолчанию"
311
  "Skin (Images / CSS)","Оболочка сайта (Изображения / CSS)"
 
312
  "Sort Order","Порядок сортировки"
313
  "Specified date/time ""%1$s"" do not match format ""%2$s"".","Указанная дата/время ""%1$s"" не соответствует формату ""%2$s""."
314
  "Start date cannot be greater than end date.","Дата начала не может быть больше даты окончания."
@@ -321,6 +340,7 @@
321
  "Store Contact Information","Контактная информация магазина"
322
  "Store Contact Telephone","Контактный телефон магазина"
323
  "Store Email Addresses","Адреса электронной почты (email) магазина"
 
324
  "Store Information","Информация о магазине"
325
  "Store Name","Название магазина"
326
  "Store View","Представление магазина"
6
  "<strong style=""color:red"">Warning!</strong> When using Store Code in URLs, in some cases system may not work properly if URLs without Store Codes are specified in the third party services (e.g. PayPal etc.).","<strong style=""color:red"">Внимание!</strong> При использовании кода магазина в URL, система может работать некорректно, если в сторонних сервисах (PayPal и т.п.) указан URL без кода магазина."
7
  "A category object is required for determining the product request path.","Для определения адреса товара требуется объект категории."
8
  "Add Block Names to Hints","Добавлять названия блоков к подсказкам"
9
+ "Add Secret Key To Url","Добавлять секретный ключ к ссылкам (URL)"
10
  "Add Secret Key to URLs","Добавлять секретный ключ к ссылкам (URLs)"
11
  "Add Store Code to Urls","Добавлять код магазина к ссылкам (URLs)"
12
  "Admin","Панель администрирования"
15
  "Advanced","Расширенные"
16
  "After selecting a new media storage location, press the Synchronize button","После выбора расположения нового медиа хранилища нажмите кнопку Синхронизировать"
17
  "Allow Countries","Разрешённые страны"
18
+ "Allow Magento Backend to run in frame","Разрешить запуск панели администрирования Magento в фрэйме"
19
+ "Allow Magento Frontend to run in frame","Разрешить запуск пользовательской части Magento в фрэйме"
20
  "Allow Symlinks","Разрешить символические ссылки"
21
  "Allowed IPs (comma separated)","Разрешённые IP адреса (через запятую)"
22
  "Allowed file types: ICO, PNG, GIF, JPEG, APNG, SVG. Not all browsers support all these formats!","Разрешённые типы файлов: ICO, PNG, GIF, JPEG, APNG, SVG. Не все браузеры поддерживают все форматы!"
23
  "Allowed file types: ICO, PNG, GIF, JPG, JPEG, APNG, SVG. Not all browsers support all these formats!","Разрешённые типы файлов: ICO, PNG, GIF, JPG, JPEG, APNG, SVG. Не все браузеры поддерживают все форматы!"
24
+ "Allowed file types: jpeg, gif, png.","Разрешённые типы файлов: jpeg, gif, png."
25
+ "Allowed file types: jpg, jpeg, gif, png. To make logo look good on high-resolution displays, upload an image that is 2x normal size and then specify 1x dimensions in width/height fields below.","Разрешённые типы файлов: jpg, jpeg, gif, png. Чтобы логотип выглядел хорошо на экранах с высоким разрешением, загрузите изображение 2х больше обычного, а в полях ширина/высота укажите размеры обычного изображения. <br>Пример: Если ваш логотип 100 х 50, то загрузите ихображение 200 х 100, а в поля ширина/высота впишите 100 х 50."
26
  "Allows customers to stay logged in when switching between different stores.","Позволяет клиенту оставаться авторизованным при переключении между различными магазинами."
27
  "Alternative text for next link in pagination menu. If empty, default arrow image will used.","Альтернативный текст для ссылки ""вперёд"" в переключении страниц. Если значение пустое, то будет использовано стандартное изображение стрелки."
28
  "Alternative text for previous link in pagination menu. If empty, default arrow image will used.","Альтернативный текст для ссылки ""назад"" в переключении страниц. Если значение пустое, то будет использовано стандартное изображение стрелки."
46
  "Before modifying the website code please make sure that it is not used in index.php.","Перед изменением кода сайта убедитесь, что он не используется на в файле index.php."
47
  "Block with name ""%s"" already exists","Блок с названием ""%s"" уже существует"
48
  "Browser Capabilities Detection","Определение возможностей браузера"
49
+ "CSRF protection","Защита CSRF"
50
  "CSS Settings","Настройки CSS"
51
  "Cache Storage Management","Управление хранилищем кэша"
52
  "Cache storage may contain additional data. Are you sure that you want flush it?","Хранилище кэша может содержать и другие данные. Вы действительно хотите его полностью очистить?"
60
  "Card type does not match credit card number","Тип карты не совпадает с номером кредитной карты"
61
  "Card type does not match credit card number.","Тип карты не совпадает с номером кредитной карты."
62
  "Code","Код"
63
+ "Comma-delimited list of files that will be included inside &lt;style&gt; tag for all templates that include use the '{{var non_inline_styles}}' variable. File path is relative to skin/frontend/PACKAGE/THEME/css/","Список файлов, разделённых запятыми. Файлы будут добавлены в тэг &lt;style&gt; для всех шаблонов писем, в которых используется переменная '{{var non_inline_styles}}'. Путь к файлам по отношению к skin/frontend/PACKAGE/THEME/css/"
64
  "Controller file was loaded but class does not exist","Файл контроллера был загружен, но класс не существует"
65
  "Cookie Domain","Домен для cookie"
66
  "Cookie Lifetime","Время жизни cookie"
120
  "Edit Store","Редактировать магазин"
121
  "Edit Store View","Редактировать представление магазина"
122
  "Edit Website","Редактировать сайт"
123
+ "Email - Footer","Письмо - Футер"
124
+ "Email - Header","Письмо - Шапка"
125
+ "Email Footer Template","Футер писем. Шаблон"
126
+ "Email Header Template","Шапка писем. Шаблон"
127
  "Empty identifier field name","Пустое название поля идентификатора"
128
  "Empty main table name","Пустое название основной таблицы"
129
  "Enable Charts","Включить графики"
135
  "Error in file: ""%s"" - %s","Ошибка в файле: ""%s"" - %s"
136
  "Error: Passwords do not match","Ошибка: Пароли не совпадают"
137
  "European Union Countries","Страны Европейского союза"
138
+ "Example format: 200x300.","Пример: 200x300."
139
  "Exceptions Log File Name","Название лог файла исключений"
140
  "Favicon Icon","Иконка Favicon"
141
  "File %s does not exist","Файл не существует: %s"
162
  "Host","Хост"
163
  "How many links to display at once.","Сколько ссылок отображать за раз."
164
  "ID Path for Specified Store","ИД пути для указанного магазина"
165
+ "If present, this will be included in all Transactional Emails","Если указано, то будет добавлено во все транзакционные письма"
166
  "If the current frame position does not cover utmost pages, will render link to current position plus/minus this value.","Если текущее положение рамки не покрывает все страницы, будет создана ссылка на текущую позицию плюс/минус это значение."
167
  "Incorrect credit card expiration date","Неверная дата истечения срока действия расчётной карты"
168
  "Incorrect credit card expiration date.","Неверная дата истечения срока действия расчётной карты"
190
  "Logging from Mage::log(). File is located in {{base_dir}}/var/log","Лог Mage::log(). Файл находится в {{base_dir}}/var/log"
191
  "Logging from Mage::logException(). File is located in {{base_dir}}/var/log","Лог Mage::logException(). Файл находится в {{base_dir}}/var/log"
192
  "Login is Case Sensitive","Имя пользователя (Login) - регистрозависимое"
193
+ "Logo Height","Высота логотипа"
194
  "Logo Image","Изображение логотипа"
195
  "Logo Image Alt","Alt изображения логотипа"
196
  "Logo Image Src","Src изображения логотипа"
197
+ "Logo Width","Ширина логотипа"
198
  "Magento info","Информация о Magento"
199
  "Magento info API","API информации о Magento"
200
  "Mail Sending Settings","Настройки отсылки электронных писем"
206
  "Merge CSS Files","Объединить файлы CSS"
207
  "Merge CSS Files (beta)","Объединить файлы CSS (beta)"
208
  "Merge JavaScript Files","Объединить файлы JavaScript"
209
+ "Message recipients data must be set.","Необходимо указать данные получателей."
210
  "Miscellaneous HTML","Различный HTML"
211
  "Miscellaneous Scripts","Разнообразные скрипты"
212
  "Model class does not exist: %s.","Модель класса не существует: %s."
219
  "New Store View","Новое представление магазина"
220
  "New Website","Новый сайт"
221
  "No","Нет"
222
+ "Non-inline CSS File(s)","Прикрепляемые CSS файлы"
223
  "Offloader header","Заголовок Offloader"
224
+ "Only necessary if image has been uploaded above. Enter number of pixels, without appending ""px"".","Значения нужны только в том случае, если было загружено изображение в поле выше. Укажите число пикселей, без ""px""."
225
  "PHP SOAP extension is required.","Требуется расширение SOAP для PHP."
226
  "Package","Пакет"
227
  "Pagination","Нумерация страниц"
327
  "Set Return-Path","Установить Return-Path"
328
  "Set as Default","Установить значением по умолчанию"
329
  "Skin (Images / CSS)","Оболочка сайта (Изображения / CSS)"
330
+ "Small Logo Image Src","Src изображения маленького логотипа"
331
  "Sort Order","Порядок сортировки"
332
  "Specified date/time ""%1$s"" do not match format ""%2$s"".","Указанная дата/время ""%1$s"" не соответствует формату ""%2$s""."
333
  "Start date cannot be greater than end date.","Дата начала не может быть больше даты окончания."
340
  "Store Contact Information","Контактная информация магазина"
341
  "Store Contact Telephone","Контактный телефон магазина"
342
  "Store Email Addresses","Адреса электронной почты (email) магазина"
343
+ "Store Hours of Operation","Время работы магазина"
344
  "Store Information","Информация о магазине"
345
  "Store Name","Название магазина"
346
  "Store View","Представление магазина"
app/locale/ru_RU/Mage_Customer.csv CHANGED
@@ -31,6 +31,7 @@
31
  "* Required Fields","* Обязательные поля"
32
  "A new password has been sent.","Новый пароль был отправлен."
33
  "ALL GROUPS","ВСЕ ГРУППЫ"
 
34
  "Account Dashboard","Панель управления"
35
  "Account Information","Данные учётной записи"
36
  "Account Sharing Options","Параметры разделения учётной записи"
@@ -52,6 +53,7 @@
52
  "All","Все"
53
  "All Store Views","Все представления магазинов"
54
  "All countries","Все страны"
 
55
  "Always optional.","Всегда необязательно"
56
  "Amount","Сумма"
57
  "An error occurred while deleting the address.","Ошибка при удалении адреса."
@@ -104,6 +106,7 @@
104
  "Create an Account","Создать учётную запись"
105
  "Create customer","Создать клиента"
106
  "Create customer address","Создать адрес клиента"
 
107
  "Current Password","Текущий пароль"
108
  "Customer","Клиент"
109
  "Customer API","API клиента"
@@ -166,6 +169,7 @@
166
  "Edit Customer's Address","Редактировать адрес клиента"
167
  "Edit Group","Изменить группу"
168
  "Edit Newsletters","Изменить новостные письма"
 
169
  "Email","Электронная почта (email)"
170
  "Email Address","Адрес электронной почты (email)"
171
  "Email Sender","Отправитель письма (email)"
@@ -180,7 +184,7 @@
180
  "First Name","Имя"
181
  "Forgot Email Sender","Отправитель письма о забытом пароле"
182
  "Forgot Email Template","Шаблон письма о забытом пароле"
183
- "Forgot Password","Забытый пароль"
184
  "Forgot Your Password","Забыли пароль"
185
  "Forgot Your Password?","Забыли пароль?"
186
  "Forgot and Remind Email Sender","Напоминание и забытый пароль. Отправитель письма"
@@ -241,6 +245,7 @@
241
  "Manage Addresses","Управление адресами"
242
  "Manage Customers","Управление клиентами"
243
  "Maximum length must be less then %s symbols","Максимальная длина должна быть меньше %s символов"
 
244
  "Middle Name/Initial","Отчество"
245
  "Missing email, skipping the record, line: %s","Отсутствует email, пропуск записи, строка: %s"
246
  "Missing email, skipping the record.","Отсутствует email, пропуск записи."
@@ -251,7 +256,6 @@
251
  "Missing website, skipping the record, line: %s","Отсутствует сайт, пропуск записи, строка: %s"
252
  "Month","Месяц"
253
  "My Account","Моя учётная запись"
254
- "Account","Учётная запись"
255
  "My Account Wrapper","Моя учётная запись. Wrapper"
256
  "My Dashboard","Моя панель управления"
257
  "My Orders","Мои заказы"
@@ -267,9 +271,9 @@
267
  "New Customers","Новые клиенты"
268
  "New Group","Новая группа"
269
  "New Password","Новый пароль"
270
- "New account","Новая учётная запись"
271
- "New account confirmation key","Код подтверждения новой учётной записи"
272
- "New account confirmed","Новая учётная запись подтверждена"
273
  "New password","Новый пароль"
274
  "New password field cannot be empty.","Поле Новый пароль не может быть пустым."
275
  "Newsletter","Информационный бюллетень"
@@ -348,11 +352,15 @@
348
  "Recovery Link Expiration Period (days)","Время действия ссылки восстановления (дни)"
349
  "Redirect Customer to Account Dashboard after Logging in","Перенаправить клиента в панель управления учётной записью после авторизации"
350
  "Refunded","Возвращено"
 
 
351
  "Registered Customers","Зарегистрированные клиенты"
352
  "Remind Email Template","Напоминание. Шаблон письма"
353
  "Remind Password","Напоминание пароля"
354
  "Remove","Удалить"
 
355
  "Require Emails Confirmation","Требуется подтверждение адреса электронной почты (email)"
 
356
  "Reset a Password","Сбросить пароль"
357
  "Retrieve address data","Получить данные адреса"
358
  "Retrieve address info","Получить информацию об адресе"
@@ -363,6 +371,7 @@
363
  "Retrieve customers","Получить клиентов"
364
  "Retrieve your confirmation link here","Получите ваш код подтверждения по электронной почте здесь"
365
  "Retrieve your password here","Восстановление пароля"
 
366
  "SKU","Артикул"
367
  "Sales Statistics","Статистика продаж"
368
  "Save","Сохранить"
@@ -399,6 +408,7 @@
399
  "Show Tax/VAT Number","Показывать номер плательщика НДС (ИНН)"
400
  "Show VAT Number on Frontend","Показывать номер плательщика НДС в пользовательской части"
401
  "Sign Up for Newsletter","Подписаться на рассылку"
 
402
  "Skipping import row, required field ""%s"" is not defined.","Пропуск строки, не определено обязательное поле ""%s""."
403
  "Skipping import row, website ""%s"" field does not exist.","Пропуск строки, не определено поле для сайта ""%s""."
404
  "State/Province","Штат/Провинция"
@@ -531,8 +541,3 @@
531
  "n/a","н/д"
532
  "or","или"
533
  "register","зарегистрируйся"
534
- "Register","Зарегистрироваться"
535
- "Already registered?","Уже зарегистрированы?"
536
- "Returning Customers","Вернувшиеся клиенты"
537
- "Sign in to speed up your checkout process","Авторизуйтесь для ускорения процесса оформления заказа"
538
- "Register and Checkout","Зарегистрироваться и оформить заказ"
31
  "* Required Fields","* Обязательные поля"
32
  "A new password has been sent.","Новый пароль был отправлен."
33
  "ALL GROUPS","ВСЕ ГРУППЫ"
34
+ "Account","Учётная запись"
35
  "Account Dashboard","Панель управления"
36
  "Account Information","Данные учётной записи"
37
  "Account Sharing Options","Параметры разделения учётной записи"
53
  "All","Все"
54
  "All Store Views","Все представления магазинов"
55
  "All countries","Все страны"
56
+ "Already registered?","Уже зарегистрированы?"
57
  "Always optional.","Всегда необязательно"
58
  "Amount","Сумма"
59
  "An error occurred while deleting the address.","Ошибка при удалении адреса."
106
  "Create an Account","Создать учётную запись"
107
  "Create customer","Создать клиента"
108
  "Create customer address","Создать адрес клиента"
109
+ "Current Admin Password","Текущий пароль администратора"
110
  "Current Password","Текущий пароль"
111
  "Customer","Клиент"
112
  "Customer API","API клиента"
169
  "Edit Customer's Address","Редактировать адрес клиента"
170
  "Edit Group","Изменить группу"
171
  "Edit Newsletters","Изменить новостные письма"
172
+ "Edit address","Изменить адрес"
173
  "Email","Электронная почта (email)"
174
  "Email Address","Адрес электронной почты (email)"
175
  "Email Sender","Отправитель письма (email)"
184
  "First Name","Имя"
185
  "Forgot Email Sender","Отправитель письма о забытом пароле"
186
  "Forgot Email Template","Шаблон письма о забытом пароле"
187
+ "Forgot Password","Учётная запись. Забытый пароль"
188
  "Forgot Your Password","Забыли пароль"
189
  "Forgot Your Password?","Забыли пароль?"
190
  "Forgot and Remind Email Sender","Напоминание и забытый пароль. Отправитель письма"
245
  "Manage Addresses","Управление адресами"
246
  "Manage Customers","Управление клиентами"
247
  "Maximum length must be less then %s symbols","Максимальная длина должна быть меньше %s символов"
248
+ "Middle Name","Отчество"
249
  "Middle Name/Initial","Отчество"
250
  "Missing email, skipping the record, line: %s","Отсутствует email, пропуск записи, строка: %s"
251
  "Missing email, skipping the record.","Отсутствует email, пропуск записи."
256
  "Missing website, skipping the record, line: %s","Отсутствует сайт, пропуск записи, строка: %s"
257
  "Month","Месяц"
258
  "My Account","Моя учётная запись"
 
259
  "My Account Wrapper","Моя учётная запись. Wrapper"
260
  "My Dashboard","Моя панель управления"
261
  "My Orders","Мои заказы"
271
  "New Customers","Новые клиенты"
272
  "New Group","Новая группа"
273
  "New Password","Новый пароль"
274
+ "New account","Учётная запись. Новая учётная запись"
275
+ "New account confirmation key","Учётная запись. Код подтверждения новой учётной записи"
276
+ "New account confirmed","Учётная запись. Новая учётная запись подтверждена"
277
  "New password","Новый пароль"
278
  "New password field cannot be empty.","Поле Новый пароль не может быть пустым."
279
  "Newsletter","Информационный бюллетень"
352
  "Recovery Link Expiration Period (days)","Время действия ссылки восстановления (дни)"
353
  "Redirect Customer to Account Dashboard after Logging in","Перенаправить клиента в панель управления учётной записью после авторизации"
354
  "Refunded","Возвращено"
355
+ "Register","Зарегистрироваться"
356
+ "Register and Checkout","Зарегистрироваться и оформить заказ"
357
  "Registered Customers","Зарегистрированные клиенты"
358
  "Remind Email Template","Напоминание. Шаблон письма"
359
  "Remind Password","Напоминание пароля"
360
  "Remove","Удалить"
361
+ "Remove address","Удалить адрес"
362
  "Require Emails Confirmation","Требуется подтверждение адреса электронной почты (email)"
363
+ "Require admin user to change user password","Требуется указать пароль от панели администратора для изменения пароля пользователя"
364
  "Reset a Password","Сбросить пароль"
365
  "Retrieve address data","Получить данные адреса"
366
  "Retrieve address info","Получить информацию об адресе"
371
  "Retrieve customers","Получить клиентов"
372
  "Retrieve your confirmation link here","Получите ваш код подтверждения по электронной почте здесь"
373
  "Retrieve your password here","Восстановление пароля"
374
+ "Returning Customers","Вернувшиеся клиенты"
375
  "SKU","Артикул"
376
  "Sales Statistics","Статистика продаж"
377
  "Save","Сохранить"
408
  "Show Tax/VAT Number","Показывать номер плательщика НДС (ИНН)"
409
  "Show VAT Number on Frontend","Показывать номер плательщика НДС в пользовательской части"
410
  "Sign Up for Newsletter","Подписаться на рассылку"
411
+ "Sign in to speed up your checkout process","Авторизуйтесь для ускорения процесса оформления заказа"
412
  "Skipping import row, required field ""%s"" is not defined.","Пропуск строки, не определено обязательное поле ""%s""."
413
  "Skipping import row, website ""%s"" field does not exist.","Пропуск строки, не определено поле для сайта ""%s""."
414
  "State/Province","Штат/Провинция"
541
  "n/a","н/д"
542
  "or","или"
543
  "register","зарегистрируйся"
 
 
 
 
 
app/locale/ru_RU/Mage_Directory.csv CHANGED
@@ -46,4 +46,6 @@
46
  "Undefined rate from ""%s-%s"".","Неопределённый курс от ""%s-%s""."
47
  "WARNING:","ВНИМАНИЕ:"
48
  "Webservicex","Webservicex"
 
 
49
  "Your current currency is: %s","Текущая валюта: %s"
46
  "Undefined rate from ""%s-%s"".","Неопределённый курс от ""%s-%s""."
47
  "WARNING:","ВНИМАНИЕ:"
48
  "Webservicex","Webservicex"
49
+ "Your Currency","Ваша валюта"
50
+ "Your Currency:","Ваша валюта:"
51
  "Your current currency is: %s","Текущая валюта: %s"
app/locale/ru_RU/Mage_Downloadable.csv CHANGED
@@ -46,6 +46,7 @@
46
  "Message:","Сообщение:"
47
  "Move","Переместить"
48
  "Move to Wishlist","Переместить в лист пожеланий"
 
49
  "My Downloadable Products","Мои цифровые товары"
50
  "Open Links in New Window","Открывать ссылки в новом окне"
51
  "Order #","Заказ #"
@@ -69,6 +70,7 @@
69
  "Remove links and samples from downloadable product","Удалить ссылки и образцы из скачиваемого товара"
70
  "Requested link does not exist.","Запрошенная ссылка не существует."
71
  "Retrieve links and samples list from downloadable product","Получить список ссылок и образцов скачиваемого товара"
 
72
  "Sample","Образец"
73
  "See price before order confirmation.","Посмотрите цены перед подтверждением заказа."
74
  "Shareable","Публичный"
@@ -77,6 +79,7 @@
77
  "Sort Order","Порядок сортировки"
78
  "Start Download","Начать скачивание"
79
  "Status","Статус"
 
80
  "The file does not exist.","Файл не существует."
81
  "The link has expired.","Ссылка больше не действительна."
82
  "The link is not available.","Ссылка не доступна."
@@ -85,6 +88,7 @@
85
  "To:","Кому:"
86
  "U","U"
87
  "Unlimited","Неограниченно"
 
88
  "Use Content-Disposition","Использовать Content-Disposition"
89
  "Use Default Value","Использовать значение по умолчанию"
90
  "View Order","Просмотреть заказ"
46
  "Message:","Сообщение:"
47
  "Move","Переместить"
48
  "Move to Wishlist","Переместить в лист пожеланий"
49
+ "Move to wishlist","Переместить в лист пожеланий"
50
  "My Downloadable Products","Мои цифровые товары"
51
  "Open Links in New Window","Открывать ссылки в новом окне"
52
  "Order #","Заказ #"
70
  "Remove links and samples from downloadable product","Удалить ссылки и образцы из скачиваемого товара"
71
  "Requested link does not exist.","Запрошенная ссылка не существует."
72
  "Retrieve links and samples list from downloadable product","Получить список ссылок и образцов скачиваемого товара"
73
+ "SKU","Артикул"
74
  "Sample","Образец"
75
  "See price before order confirmation.","Посмотрите цены перед подтверждением заказа."
76
  "Shareable","Публичный"
79
  "Sort Order","Порядок сортировки"
80
  "Start Download","Начать скачивание"
81
  "Status","Статус"
82
+ "Subtotal","Предварительный итог"
83
  "The file does not exist.","Файл не существует."
84
  "The link has expired.","Ссылка больше не действительна."
85
  "The link is not available.","Ссылка не доступна."
88
  "To:","Кому:"
89
  "U","U"
90
  "Unlimited","Неограниченно"
91
+ "Update","Обновить"
92
  "Use Content-Disposition","Использовать Content-Disposition"
93
  "Use Default Value","Использовать значение по умолчанию"
94
  "View Order","Просмотреть заказ"
app/locale/ru_RU/Mage_GoogleAnalytics.csv CHANGED
@@ -3,3 +3,5 @@
3
  "Enable IP anonymization","Включить анонимизацию IP"
4
  "Google API","Google API"
5
  "Google Analytics","Google Analytics"
 
 
3
  "Enable IP anonymization","Включить анонимизацию IP"
4
  "Google API","Google API"
5
  "Google Analytics","Google Analytics"
6
+ "Type","Тип"
7
+ "Universal Analytics","Universal Analytics"
app/locale/ru_RU/Mage_Log.csv CHANGED
@@ -1,8 +1,10 @@
 
1
  "Enable Log Cleaning","Включить очистку логов"
2
  "Error Email Recipient","Письмо об ошибке. Получатель"
3
  "Error Email Sender","Письмо об ошибке. Отправитель"
4
  "Error Email Template","Письмо об ошибке. Шаблон"
5
  "Frequency","Периодичность"
 
6
  "Log Cleaning","Очистка лога"
7
  "Log cleanup Warnings","Предупреждения очистки логов"
8
  "Save Log, Days","Хранить лог, дней"
1
+ "Enable Log","Влючить логирование"
2
  "Enable Log Cleaning","Включить очистку логов"
3
  "Error Email Recipient","Письмо об ошибке. Получатель"
4
  "Error Email Sender","Письмо об ошибке. Отправитель"
5
  "Error Email Template","Письмо об ошибке. Шаблон"
6
  "Frequency","Периодичность"
7
+ "Log","Log"
8
  "Log Cleaning","Очистка лога"
9
  "Log cleanup Warnings","Предупреждения очистки логов"
10
  "Save Log, Days","Хранить лог, дней"
app/locale/ru_RU/Mage_Newsletter.csv CHANGED
@@ -19,6 +19,7 @@
19
  "Customer","Клиент"
20
  "Customer First Name","Имя клиента"
21
  "Customer Last Name","Фамилия клиента"
 
22
  "Customer My Account Newsletter Subscriptions","Учётная запись клиента Подписка на рассылку"
23
  "Date Added","Дата добавления"
24
  "Date Updated","Дата обновления"
19
  "Customer","Клиент"
20
  "Customer First Name","Имя клиента"
21
  "Customer Last Name","Фамилия клиента"
22
+ "Customer Middle Name","Отчество клиента"
23
  "Customer My Account Newsletter Subscriptions","Учётная запись клиента Подписка на рассылку"
24
  "Date Added","Дата добавления"
25
  "Date Updated","Дата обновления"
app/locale/ru_RU/Mage_Oauth.csv CHANGED
@@ -39,6 +39,7 @@
39
  "Consumer Name","Имя пользователя"
40
  "Consumers","Пользователи"
41
  "Created At","Создано"
 
42
  "Customer","Клиент"
43
  "Customer My Account My OAuth Applications","Клиент Моя учётная запись Мои приложения OAuth"
44
  "Delete","Удалить"
39
  "Consumer Name","Имя пользователя"
40
  "Consumers","Пользователи"
41
  "Created At","Создано"
42
+ "Current Admin Password","Текущий пароль администратора"
43
  "Customer","Клиент"
44
  "Customer My Account My OAuth Applications","Клиент Моя учётная запись Мои приложения OAuth"
45
  "Delete","Удалить"
app/locale/ru_RU/Mage_Page.csv CHANGED
@@ -1,7 +1,10 @@
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","- Нажмите на любую часть времени для её увеличения"
@@ -16,6 +19,7 @@
16
  "2 columns with right bar","2 колонки с правой полосой"
17
  "3 columns","3 колонки"
18
  "About the calendar","О календаре"
 
19
  "All Empty Layout Pages","Все страницы с пустым макетом"
20
  "All One-Column Layout Pages","Все страницы с макетом в одну колонку"
21
  "All Pages","Все страницы"
@@ -45,7 +49,9 @@
45
  "JavaScript seem to be disabled in your browser.","Скорее всего в вашем браузере отключён JavaScript."
46
  "JavaScript seems to be disabled in your browser.","Скорее всего в вашем браузере отключён JavaScript."
47
  "Left Column","Левая колонка"
 
48
  "Main Content Area","Область основного содержимого"
 
49
  "Navigation Bar","Панель навигации"
50
  "Next","След."
51
  "Next month (hold for menu)","Следу. месяц (не отпускать для меню)"
@@ -58,9 +64,12 @@
58
  "Prev. month (hold for menu)","Пред. месяц (не отпускать для меню)"
59
  "Prev. year (hold for menu)","Пред. год (не отпускать для меню)"
60
  "Previous","Пред."
 
61
  "Redirecting...","Происходит перенаправление..."
62
  "Report All Bugs","Сообщайте обо всех ошибках"
 
63
  "Right Column","Правая колонка"
 
64
  "Select Store","Выберите магазин"
65
  "Select Store:","Выберите магазин:"
66
  "Select date","Выберите дату"
@@ -69,9 +78,9 @@
69
  "This website requires cookies to provide all of its features. For more information on what data is contained in the cookies, please see our <a href=""%s"">Privacy Policy page</a>. To accept cookies from this site, please click the Allow button below.","Для полноценной работы сайт использует cookie. Чтобы узнать, какая информация содержится в cookie, прочтите <a href=""%s"">страницу Политика конфиденциальности</a>. Чтобы принимать cookie от данного сайта, нажмите на кнопку Разрешить (см. ниже)."
70
  "Time selection:","Выбор времени:"
71
  "Time:","Время:"
 
72
  "Welcome, %s!","Добро пожаловать, %s!"
73
  "You must have JavaScript enabled in your browser to utilize the functionality of this website.","Вы должны включить JavaScript в вашем браузере, чтобы использовать все возможности этого сайта."
74
  "Your Language","Ваш язык"
75
  "Your Language:","Ваш язык:"
76
  "per page","на странице"
77
- "Quick Links","Быстрые ссылки"
1
  "%s Item(s)","%s шт."
2
+ "%s-%s of %s","%s-%s из %s"
3
  "&copy; 2008 Magento Demo Store. All Rights Reserved.","&copy; 2008 Magento Demo Store. Все права защищены."
4
  "&copy; 2012 Magento Demo Store. All Rights Reserved.","&copy; 2012 Magento Demo Store. Все права защищены."
5
  "&copy; 2013 Magento Demo Store. All Rights Reserved.","&copy; 2013 Magento Demo Store. Все права защищены."
6
+ "&copy; 2014 Magento Demo Store. All Rights Reserved.","&copy; 2014 Magento Demo Store. Все права защищены."
7
+ "&copy; 2015 Magento Demo Store. All Rights Reserved.","&copy; 2015 Magento Demo Store. Все права защищены."
8
  "(Shift-)Click or drag to change value","(Shift+)Нажмите или тяните для изменения значения"
9
  "(ver. %s)","(вер. %s)"
10
  "- Click on any of the time parts to increase it","- Нажмите на любую часть времени для её увеличения"
19
  "2 columns with right bar","2 колонки с правой полосой"
20
  "3 columns","3 колонки"
21
  "About the calendar","О календаре"
22
+ "Account","Учётная запись"
23
  "All Empty Layout Pages","Все страницы с пустым макетом"
24
  "All One-Column Layout Pages","Все страницы с макетом в одну колонку"
25
  "All Pages","Все страницы"
49
  "JavaScript seem to be disabled in your browser.","Скорее всего в вашем браузере отключён JavaScript."
50
  "JavaScript seems to be disabled in your browser.","Скорее всего в вашем браузере отключён JavaScript."
51
  "Left Column","Левая колонка"
52
+ "Left Column First (shows above main column on smaller screens)","Левая колонка сначала (будет отображаться над главной колонкой на маленьких экранах)"
53
  "Main Content Area","Область основного содержимого"
54
+ "Menu","Меню"
55
  "Navigation Bar","Панель навигации"
56
  "Next","След."
57
  "Next month (hold for menu)","Следу. месяц (не отпускать для меню)"
64
  "Prev. month (hold for menu)","Пред. месяц (не отпускать для меню)"
65
  "Prev. year (hold for menu)","Пред. год (не отпускать для меню)"
66
  "Previous","Пред."
67
+ "Quick Links","Быстрые ссылки"
68
  "Redirecting...","Происходит перенаправление..."
69
  "Report All Bugs","Сообщайте обо всех ошибках"
70
+ "Results per page","Результатов на странице"
71
  "Right Column","Правая колонка"
72
+ "Search","Поиск"
73
  "Select Store","Выберите магазин"
74
  "Select Store:","Выберите магазин:"
75
  "Select date","Выберите дату"
78
  "This website requires cookies to provide all of its features. For more information on what data is contained in the cookies, please see our <a href=""%s"">Privacy Policy page</a>. To accept cookies from this site, please click the Allow button below.","Для полноценной работы сайт использует cookie. Чтобы узнать, какая информация содержится в cookie, прочтите <a href=""%s"">страницу Политика конфиденциальности</a>. Чтобы принимать cookie от данного сайта, нажмите на кнопку Разрешить (см. ниже)."
79
  "Time selection:","Выбор времени:"
80
  "Time:","Время:"
81
+ "View All","Просмотреть всё"
82
  "Welcome, %s!","Добро пожаловать, %s!"
83
  "You must have JavaScript enabled in your browser to utilize the functionality of this website.","Вы должны включить JavaScript в вашем браузере, чтобы использовать все возможности этого сайта."
84
  "Your Language","Ваш язык"
85
  "Your Language:","Ваш язык:"
86
  "per page","на странице"
 
app/locale/ru_RU/Mage_Payment.csv CHANGED
@@ -1,21 +1,22 @@
1
- "%s %s cycle.","%s %s период."
 
2
  "--Please Select--","--Выберите--"
3
  "3D Secure Card Validation","3D Secure Card Validation"
4
  "3D Secure Credit Card Validation","3D Secure Credit Card Validation"
5
  "<label>Make Check payable to:</label> %s","<label>Сделать чек оплачиваемым для:</label> %s"
6
  "A value is required for live mode. Refer to your CardinalCommerce agreement.","A value is required for live mode. Refer to your CardinalCommerce agreement."
7
- "Allow Initial Fee Failure","Разрешить отсутствие первоначального взноса"
8
  "An internal reference ID is required to save the payment profile.","An internal reference ID is required to save the payment profile."
9
  "Authorize action is not available.","Authorize action is not available."
10
- "Auto Bill on Next Cycle","Auto Bill on Next Cycle"
11
  "Automatically Invoice All Items","Automatically Invoice All Items"
12
- "Automatically bill the outstanding balance amount in the next billing cycle (if there were failed payments).","Automatically bill the outstanding balance amount in the next billing cycle (if there were failed payments)."
13
  "Bank Transfer Payment","Bank Transfer Payment"
14
  "Billing Agreement status is not set.","Статус платёжного соглашения не установлен."
15
  "Billing Amount","Billing Amount"
16
- "Billing Frequency","Billing Frequency"
17
- "Billing Period","Billing Period"
18
- "Billing Period Unit","Billing Period Unit"
19
  "Billing period unit is not defined or wrong.","Billing period unit is not defined or wrong."
20
  "Cannot load configuration for payment method ""%s""","Cannot load configuration for payment method ""%s"""
21
  "Cannot retrieve payment method instance.","Cannot retrieve payment method instance."
@@ -43,10 +44,10 @@
43
  "Enabled","Включено"
44
  "Expiration Date","Дата истечения срока действия"
45
  "Expiration Date: %s/%s","Дата истечения срока действия: %s/%s"
46
- "Full name of the person receiving the product or service paid for by the recurring payment.","Full name of the person receiving the product or service paid for by the recurring payment."
47
  "Incorrect credit card expiration date.","Incorrect credit card expiration date."
48
  "Initial Fee","Первоначальный взнос"
49
- "Initial non-recurring payment amount due immediately upon profile creation.","Initial non-recurring payment amount due immediately upon profile creation."
50
  "Instructions","Инструкции"
51
  "Internal Reference ID","Internal Reference ID"
52
  "Invalid Credit Card Number","Invalid Credit Card Number"
@@ -54,10 +55,10 @@
54
  "Make Check Payable to","Сделать чек оплачиваемым для:"
55
  "Make Check payable to:","Сделать чек оплачиваемым для:"
56
  "Make Check payable to: %s","Сделать чек оплачиваемым для: %s"
57
- "Maximum Billing Cycles","Maximum Billing Cycles"
58
  "Maximum Order Total","Максимальная сумма заказа"
59
  "Maximum Payment Failures","Maximum Payment Failures"
60
- "Maximum Trial Billing Cycles","Maximum Trial Billing Cycles"
61
  "Merchant ID","ИД продавца"
62
  "Merchant Id","ИД продавца"
63
  "Minimum Order Total","Минимальная сумма заказа"
@@ -67,7 +68,7 @@
67
  "Name on the Card","Имя на карте"
68
  "Name on the Card: %s","Имя на карте: %s"
69
  "New Order Status","Статус нового заказа"
70
- "Number of billing periods that make up one billing cycle.","Number of billing periods that make up one billing cycle."
71
  "Order action is not available.","Order action is not available."
72
  "Overrides API URL that may be specified by a payment method.","Overrides API URL that may be specified by a payment method."
73
  "Password","Пароль"
@@ -90,12 +91,12 @@
90
  "Purchase Order Number","Номер заказа"
91
  "Purchase Order Number:","Номер заказа"
92
  "Purchase Order Number: %s","Номер заказа: %s"
93
- "Recurring Profile Start Date","Recurring Profile Start Date"
94
- "Recurring profile start date has invalid format.","Recurring profile start date has invalid format."
95
  "Reference ID is not set.","Reference ID is not set."
96
  "Refund action is not available.","Refund action is not available."
97
  "Repeats %s time(s).","Repeats %s time(s)."
98
- "Repeats until suspended or canceled.","Repeats until suspended or canceled."
99
  "Request Card Security Code","Request Card Security Code"
100
  "Saved CC","Saved CC"
101
  "Schedule Description","Schedule Description"
@@ -106,7 +107,7 @@
106
  "Severe 3D Secure Card Validation","Severe 3D Secure Card Validation"
107
  "Severe validation removes chargeback liability on merchant.","Severe validation removes chargeback liability on merchant."
108
  "Shipping Amount","Shipping Amount"
109
- "Short description of the recurring payment. By default equals to the product name.","Short description of the recurring payment. By default equals to the product name."
110
  "Sort Order","Порядок сортировки"
111
  "Start Date","Дата начала"
112
  "Start date has invalid format.","У даты начала неверный формат."
@@ -118,14 +119,14 @@
118
  "Tax Amount","Tax Amount"
119
  "Test Mode","Тестовый режим"
120
  "The date when billing for the profile begins.","The date when billing for the profile begins."
121
- "The number of billing cycles for payment period.","The number of billing cycles for payment period."
122
  "The number of scheduled payments that can fail before the profile is automatically suspended.","The number of scheduled payments that can fail before the profile is automatically suspended."
123
  "The payment review action is unavailable.","The payment review action is unavailable."
124
  "The requested Payment Method is not available.","The requested Payment Method is not available."
125
  "Title","Заголовок"
126
- "Trial Billing Amount","Trial Billing Amount"
127
- "Trial Billing Frequency","Trial Billing Frequency"
128
- "Trial Billing Period Unit","Trial Billing Period Unit"
129
  "Trial Period","Trial Period"
130
  "Trial billing amount is wrong.","Trial billing amount is wrong."
131
  "Trial billing period unit is wrong.","Trial billing period unit is wrong."
@@ -133,12 +134,12 @@
133
  "Trial period max cycles is wrong.","Trial period max cycles is wrong."
134
  "Two Weeks","Две недели"
135
  "Unable to save Billing Agreement:","Unable to save Billing Agreement:"
136
- "Unit for billing during the subscription period.","Unit for billing during the subscription period."
137
  "Unsupported currency code: %s.","Unsupported currency code: %s."
138
  "Void action is not available.","Void action is not available."
139
  "Week","Неделя"
140
  "What is this?","Что это?"
141
- "Whether to suspend the payment profile if the initial fee fails or add it to the outstanding balance.","Whether to suspend the payment profile if the initial fee fails or add it to the outstanding balance."
142
  "Wrong %s specified.","Wrong %s specified."
143
  "Wrong or empty billing amount specified.","Wrong or empty billing amount specified."
144
  "Year","Год"
1
+ "%s %s cycle.","Период: %s %s."
2
+ "* Required Fields","* Обязательные поля"
3
  "--Please Select--","--Выберите--"
4
  "3D Secure Card Validation","3D Secure Card Validation"
5
  "3D Secure Credit Card Validation","3D Secure Credit Card Validation"
6
  "<label>Make Check payable to:</label> %s","<label>Сделать чек оплачиваемым для:</label> %s"
7
  "A value is required for live mode. Refer to your CardinalCommerce agreement.","A value is required for live mode. Refer to your CardinalCommerce agreement."
8
+ "Allow Initial Fee Failure","Разрешить сбой оплаты первоначального взноса"
9
  "An internal reference ID is required to save the payment profile.","An internal reference ID is required to save the payment profile."
10
  "Authorize action is not available.","Authorize action is not available."
11
+ "Auto Bill on Next Cycle","Добавить задолженность к следующему периоду"
12
  "Automatically Invoice All Items","Automatically Invoice All Items"
13
+ "Automatically bill the outstanding balance amount in the next billing cycle (if there were failed payments).","Автоматически добавить сумму задолженности при следующем цикле оплаты (если были неудавшиеся платежи)."
14
  "Bank Transfer Payment","Bank Transfer Payment"
15
  "Billing Agreement status is not set.","Статус платёжного соглашения не установлен."
16
  "Billing Amount","Billing Amount"
17
+ "Billing Frequency","Количество оплат за период действия услуги"
18
+ "Billing Period","Периодичность оплаты"
19
+ "Billing Period Unit","Период действия услуги"
20
  "Billing period unit is not defined or wrong.","Billing period unit is not defined or wrong."
21
  "Cannot load configuration for payment method ""%s""","Cannot load configuration for payment method ""%s"""
22
  "Cannot retrieve payment method instance.","Cannot retrieve payment method instance."
44
  "Enabled","Включено"
45
  "Expiration Date","Дата истечения срока действия"
46
  "Expiration Date: %s/%s","Дата истечения срока действия: %s/%s"
47
+ "Full name of the person receiving the product or service paid for by the recurring payment.","Полное имя персоны, получившей товар или периодеческую услугу."
48
  "Incorrect credit card expiration date.","Incorrect credit card expiration date."
49
  "Initial Fee","Первоначальный взнос"
50
+ "Initial non-recurring payment amount due immediately upon profile creation.","Взымается один раз при оформлении услуги."
51
  "Instructions","Инструкции"
52
  "Internal Reference ID","Internal Reference ID"
53
  "Invalid Credit Card Number","Invalid Credit Card Number"
55
  "Make Check Payable to","Сделать чек оплачиваемым для:"
56
  "Make Check payable to:","Сделать чек оплачиваемым для:"
57
  "Make Check payable to: %s","Сделать чек оплачиваемым для: %s"
58
+ "Maximum Billing Cycles","Максимальное количество автопродлений услуги"
59
  "Maximum Order Total","Максимальная сумма заказа"
60
  "Maximum Payment Failures","Maximum Payment Failures"
61
+ "Maximum Trial Billing Cycles","Максимальное количество автопродлений услуги"
62
  "Merchant ID","ИД продавца"
63
  "Merchant Id","ИД продавца"
64
  "Minimum Order Total","Минимальная сумма заказа"
68
  "Name on the Card","Имя на карте"
69
  "Name on the Card: %s","Имя на карте: %s"
70
  "New Order Status","Статус нового заказа"
71
+ "Number of billing periods that make up one billing cycle.","Количество оплат, которые будут состовлять один цикл автопродления."
72
  "Order action is not available.","Order action is not available."
73
  "Overrides API URL that may be specified by a payment method.","Overrides API URL that may be specified by a payment method."
74
  "Password","Пароль"
91
  "Purchase Order Number","Номер заказа"
92
  "Purchase Order Number:","Номер заказа"
93
  "Purchase Order Number: %s","Номер заказа: %s"
94
+ "Recurring Profile Start Date","Начало действия периодической услуги"
95
+ "Recurring profile start date has invalid format.","Дата начала периодической услуги имеет некорректный формат."
96
  "Reference ID is not set.","Reference ID is not set."
97
  "Refund action is not available.","Refund action is not available."
98
  "Repeats %s time(s).","Repeats %s time(s)."
99
+ "Repeats until suspended or canceled.","Будет повторяться пока не закончится или услуга не будет отменена."
100
  "Request Card Security Code","Request Card Security Code"
101
  "Saved CC","Saved CC"
102
  "Schedule Description","Schedule Description"
107
  "Severe 3D Secure Card Validation","Severe 3D Secure Card Validation"
108
  "Severe validation removes chargeback liability on merchant.","Severe validation removes chargeback liability on merchant."
109
  "Shipping Amount","Shipping Amount"
110
+ "Short description of the recurring payment. By default equals to the product name.","Краткое описание услуги. По умолчанию: название товара."
111
  "Sort Order","Порядок сортировки"
112
  "Start Date","Дата начала"
113
  "Start date has invalid format.","У даты начала неверный формат."
119
  "Tax Amount","Tax Amount"
120
  "Test Mode","Тестовый режим"
121
  "The date when billing for the profile begins.","The date when billing for the profile begins."
122
+ "The number of billing cycles for payment period.","Если Вы оставите после пустым, то услуга будет автоматически продлеваться до тех пор, пока не будет отменена или приостановлена покупателем или администратором."
123
  "The number of scheduled payments that can fail before the profile is automatically suspended.","The number of scheduled payments that can fail before the profile is automatically suspended."
124
  "The payment review action is unavailable.","The payment review action is unavailable."
125
  "The requested Payment Method is not available.","The requested Payment Method is not available."
126
  "Title","Заголовок"
127
+ "Trial Billing Amount","Стоимость услуги на пробный период"
128
+ "Trial Billing Frequency","Количество оплат за период действия услуги"
129
+ "Trial Billing Period Unit","Период действия услуги"
130
  "Trial Period","Trial Period"
131
  "Trial billing amount is wrong.","Trial billing amount is wrong."
132
  "Trial billing period unit is wrong.","Trial billing period unit is wrong."
134
  "Trial period max cycles is wrong.","Trial period max cycles is wrong."
135
  "Two Weeks","Две недели"
136
  "Unable to save Billing Agreement:","Unable to save Billing Agreement:"
137
+ "Unit for billing during the subscription period.","Единица измерения периода."
138
  "Unsupported currency code: %s.","Unsupported currency code: %s."
139
  "Void action is not available.","Void action is not available."
140
  "Week","Неделя"
141
  "What is this?","Что это?"
142
+ "Whether to suspend the payment profile if the initial fee fails or add it to the outstanding balance.","Если Вы укажете значение ""Да"", то при сбое оплаты первоначального взноса система, несмотря на это, предоставит покупателю услугу, а первоначальный взнос попытается взять тогда, когда подойдёт время следующего платежа. Если же Вы укажете значение ""Нет"", то при сбое оплаты первоначального взноса, действие услуги будет приостановлено."
143
  "Wrong %s specified.","Wrong %s specified."
144
  "Wrong or empty billing amount specified.","Wrong or empty billing amount specified."
145
  "Year","Год"
app/locale/ru_RU/Mage_Paypal.csv CHANGED
@@ -1,10 +1,21 @@
1
  "$0 Auth","$0 Auth"
2
  "$1 Auth","$1 Auth"
3
  "-OR-","-ИЛИ-"
 
 
 
 
4
  "2-pixel perimeter around the header space.","Периметр вокруг пространства заголовка 2 пикселя."
 
 
 
 
5
  "3D Secure","3D Secure"
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."
@@ -48,6 +59,7 @@
48
  "Address","Адрес"
49
  "Address Verification System Response","Address Verification System Response"
50
  "Advanced Settings","Дополнительные настройки"
 
51
  "All the address information matched","All the address information matched"
52
  "Allow in Billing Agreement Wizard","Allow in Billing Agreement Wizard"
53
  "Allowable values: ""paypal"", ""primary"" (default), your_custom_value (a custom payment page style from your merchant account profile).","Allowable values: ""paypal"", ""primary"" (default), your_custom_value (a custom payment page style from your merchant account profile)."
@@ -107,6 +119,8 @@
107
  "CVV2 Check Result by PayPal","CVV2 Check Result by PayPal"
108
  "Can not send new order email.","Can not send new order email."
109
  "Cannot create target file for reading reports.","Cannot create target file for reading reports."
 
 
110
  "Centinel API URL","Centinel API URL"
111
  "Centinel Api URL","Centinel Api URL"
112
  "Centinel Custom API URL","Centinel Custom API URL"
@@ -116,7 +130,9 @@
116
  "Charge-off","Charge-off"
117
  "Chargeback","Chargeback"
118
  "Chargeback by customer.","Chargeback by customer."
 
119
  "Checkout with PayPal","Checkout with PayPal"
 
120
  "Choose a secure bundled payment solution for your business.","Choose a secure bundled payment solution for your business."
121
  "City","Город"
122
  "Click here if you are not redirected within 10 seconds...","Нажмите сюда, если вы не будете перенаправлены в течении 10 секунд..."
@@ -153,7 +169,10 @@
153
  "Direct Payment API","Direct Payment API"
154
  "Discount","Скидка"
155
  "Discount Tax","Налоговая скидка"
156
- "Display Express Checkout in the Payment Information step","Отображать Express Checkout на шаге информации об оплате"
 
 
 
157
  "Displays on catalog pages and homepage.","Отображается на страницах категорий и на главной странице."
158
  "Dispute","Обсуждение"
159
  "Does not work if there are more than 10 shipping options available.","Не работает, если доступно более 10 вариантов доставки."
@@ -161,6 +180,8 @@
161
  "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."
162
  "Dynamic","Dynamic"
163
  "EFT Funding (German banking)","EFT Funding (German banking)"
 
 
164
  "Edit Shopping Cart","Редактировать корзину"
165
  "Email Address","Email адрес"
166
  "Email Associated with PayPal Merchant Account","Email, привязанный к аккаунту торговца PayPal"
@@ -169,6 +190,7 @@
169
  "Enable Express Checkout","Включить Express Checkout"
170
  "Enable PayPal Guest Checkout","Включить PayPal Guest Checkout"
171
  "Enable Payflow Link","Включить Payflow Link"
 
172
  "Enable SSL verification","Включить проверку SSL"
173
  "Enable this Solution","Включить это решение"
174
  "Enabled","Включено"
@@ -227,15 +249,20 @@
227
  "General: reversal of a type not belonging to the other T11xx categories","General: reversal of a type not belonging to the other T11xx categories"
228
  "General: temporary hold of a type not belonging to the other T15xx categories","General: temporary hold of a type not belonging to the other T15xx categories"
229
  "Get Credentials from PayPal","Get Credentials from PayPal"
 
230
  "Gift Certificate Payment: purchase of Gift Certificate","Gift Certificate Payment: purchase of Gift Certificate"
231
  "Gift Certificate Redemption","Gift Certificate Redemption"
232
  "Gross Amount","Gross Amount"
 
233
  "Header Background Color","Хэдер - цвет заднего фона"
234
  "Header Border Color","Хэдер - цвет рамки"
235
  "Header Image URL","Хэдер - URL изображения"
236
  "Help","Помощь"
237
  "Hidden Virtual PayPal Debit Card Transaction","Hidden Virtual PayPal Debit Card Transaction"
238
  "Hold for Dispute Investigation","Hold for Dispute Investigation"
 
 
 
239
  "IPN ""%s"".","IPN ""%s""."
240
  "IPN ""%s"". %s Transaction amount %s. Transaction ID: ""%s""","IPN ""%s"". %s Transaction amount %s. Transaction ID: ""%s"""
241
  "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."
@@ -283,6 +310,7 @@
283
  "Merchant must upgrade account to Business or Premier status.","Merchant must upgrade account to Business or Premier status."
284
  "Merchant reference ID format is not supported.","Merchant reference ID format is not supported."
285
  "Merchants need to apply to PayPal for enabling billing agreements feature. Do not enable this option until PayPal confirms that billing agreements are enabled for your merchant account.","Merchants need to apply to PayPal for enabling billing agreements feature. Do not enable this option until PayPal confirms that billing agreements are enabled for your merchant account."
 
286
  "Mobile Payment (made via a mobile phone)","Mobile Payment (made via a mobile phone)"
287
  "Multi-currency issue. Merchant must manually accept or deny this payment from PayPal Account Overview.","Multi-currency issue. Merchant must manually accept or deny this payment from PayPal Account Overview."
288
  "N/A","Н/Д"
@@ -300,6 +328,7 @@
300
  "N/A. The merchant did not provide AVS information","N/A. The merchant did not provide AVS information"
301
  "N/A. The merchant has not implemented CVV2 code handling","N/A. The merchant has not implemented CVV2 code handling"
302
  "N/A. Unavailable","N/A. Unavailable"
 
303
  "Negative Balance","Отрицательный баланс"
304
  "Never","Никогда"
305
  "No","Нет"
@@ -356,6 +385,7 @@
356
  "PayPal Reference ID","PayPal Reference ID"
357
  "PayPal Reference ID Type","PayPal Reference ID Type"
358
  "PayPal Settlement Reports","PayPal Settlement Reports"
 
359
  "PayPal certificate does not exist.","Сертификат PayPal не существует."
360
  "PayPal certificate file is empty.","Файл PayPal сертификата пустой."
361
  "PayPal does not support processing orders with zero amount. To complete your purchase, proceed to the standard checkout process.","PayPal does not support processing orders with zero amount. To complete your purchase, proceed to the standard checkout process."
@@ -397,6 +427,7 @@
397
  "Payments Pro Hosted Solution","Payments Pro Hosted Solution"
398
  "Payments Pro and Express Checkout","Payments Pro and Express Checkout"
399
  "Payments Standard","Payments Standard"
 
400
  "Payments by PayPal (150 X 40)","Payments by PayPal (150 X 40)"
401
  "Payments by PayPal (150 X 60)","Payments by PayPal (150 X 60)"
402
  "Payments by cards + seller protection - <strong style=""color:red"">Contact PayPal before activating</strong>","Payments by cards + seller protection - <strong style=""color:red"">Contact PayPal before activating</strong>"
@@ -411,6 +442,7 @@
411
  "Please select region, state or province","Пожалуйста, выберите регион, область или район"
412
  "Please update order data to get shipping methods and rates","Пожалуйста, обновите данные заказа для получения методов доставки и тарифов"
413
  "Points Incentive Redemption","Points Incentive Redemption"
 
414
  "Postage Payment to either USPS or UPS","Postage Payment to either USPS or UPS"
415
  "Preapproved Payment (BillUser API), either sent or received","Preapproved Payment (BillUser API), either sent or received"
416
  "Preapproved Payment ID","Preapproved Payment ID"
@@ -418,14 +450,17 @@
418
  "Pro","Pro"
419
  "Process credit cards directly on your website with PayPal’s all-in-one online payment processing solution.","Process credit cards directly on your website with PayPal’s all-in-one online payment processing solution."
420
  "Process payments using your own internet merchant account.","Process payments using your own internet merchant account."
 
421
  "Product Name","Название товара"
422
  "Proxy Host","Адрес прокси сервера"
423
  "Proxy Port","Порт прокси сервера"
 
424
  "Qty","Кол-во"
425
  "Quick set-up service lets your customers securely complete transactions.","Quick set-up service lets your customers securely complete transactions."
426
  "Reauthorization","Reauthorization"
427
  "Reference Information","Reference Information"
428
  "Refund issued by merchant.","Refund issued by merchant."
 
429
  "Reimbursement for a chargeback.","Reimbursement for a chargeback."
430
  "Reimbursement of Chargeback","Reimbursement of Chargeback"
431
  "Report Date","Дата отчёта"
@@ -435,6 +470,7 @@
435
  "Require Customer's Billing Address","Require Customer's Billing Address"
436
  "Required PayPal Settings","Обязательные настройки PayPal"
437
  "Required Settings","Обязательные настройки"
 
438
  "Reversal","Reversal"
439
  "Reversal of General Account Hold","Reversal of General Account Hold"
440
  "Reversal of Points Usage","Reversal of Points Usage"
@@ -471,7 +507,10 @@
471
  "Shortcut Buttons Flavor","Shortcut Buttons Flavor"
472
  "Shortcut on Product View","Shortcut on Product View"
473
  "Shortcut on Shopping Cart","Shortcut on Shopping Cart"
 
474
  "Sign a billing agreement to streamline further purchases with PayPal.","Sign a billing agreement to streamline further purchases with PayPal."
 
 
475
  "Solo","Solo"
476
  "Some PayPal solutions conflict.","Some PayPal solutions conflict."
477
  "Sorry, no quotes are available for this order at this time.","Извините, в данный момент отсутствуют варианты выбора для этого заказа."
@@ -511,8 +550,10 @@
511
  "This operation requires an existing transaction object.","This operation requires an existing transaction object."
512
  "Time of Day","Time of Day"
513
  "Title","Заголовок"
 
514
  "Transaction ID","ИД транзакции"
515
  "Transaction ID must not be empty.","ИД транзакции не должен быть пустым."
 
516
  "Transaction Information","Информация о транзакции"
517
  "Transaction reversal by PayPal administrators.","Transaction reversal by PayPal administrators."
518
  "Transaction reversal due to fraud detected by PayPal administrators.","Transaction reversal due to fraud detected by PayPal administrators."
@@ -571,6 +612,7 @@
571
  "Website Payments Pro Settings","Website Payments Pro Settings"
572
  "Website Payments Pro and Express Checkout","Website Payments Pro and Express Checkout"
573
  "Website Payments Standard","Website Payments Standard"
 
574
  "Website Payments Standard Payment","Website Payments Standard Payment"
575
  "Website Payments Standard Settings","Website Payments Standard Settings"
576
  "What is PayPal?","Что такое PayPal?"
@@ -582,6 +624,7 @@
582
  "Wrong PayPal Express Checkout Token specified.","Wrong PayPal Express Checkout Token specified."
583
  "Wrong configuration of Payment Method","Wrong configuration of Payment Method"
584
  "Yes","Да"
 
585
  "Yes. Matched Address and five-didgit ZIP","Yes. Matched Address and five-didgit ZIP"
586
  "You cannot void a verification transaction","You cannot void a verification transaction"
587
  "You will be redirected to the PayPal website in a few seconds.","Вы будете перенаправлены на сайт PayPal через несколько секунд."
1
  "$0 Auth","$0 Auth"
2
  "$1 Auth","$1 Auth"
3
  "-OR-","-ИЛИ-"
4
+ "120 x 240","120 x 240"
5
+ "120 x 600","120 x 600"
6
+ "120 x 90","120 x 90"
7
+ "190 x 100","190 x 100"
8
  "2-pixel perimeter around the header space.","Периметр вокруг пространства заголовка 2 пикселя."
9
+ "234 x 400","234 x 400"
10
+ "234 x 60","234 x 60"
11
+ "250 x 250","250 x 250"
12
+ "300 x 50","300 x 50"
13
  "3D Secure","3D Secure"
14
  "3D Secure Card Validation","3D Secure Card Validation"
15
  "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>."
16
+ "468 x 60","468 x 60"
17
+ "728 x 90","728 x 90"
18
+ "800 x 66","800 x 66"
19
  "<a href=""http://www.magentocommerce.com/paypal"">Start accepting payments via PayPal!</a>","<a href=""http://www.magentocommerce.com/paypal"">Начните принимать платежи через PayPal!</a>"
20
  "A case that has been resolved and close requires a reimbursement.","A case that has been resolved and close requires a reimbursement"
21
  "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."
59
  "Address","Адрес"
60
  "Address Verification System Response","Address Verification System Response"
61
  "Advanced Settings","Дополнительные настройки"
62
+ "Advertise Paypal Credit","Advertise Paypal Credit"
63
  "All the address information matched","All the address information matched"
64
  "Allow in Billing Agreement Wizard","Allow in Billing Agreement Wizard"
65
  "Allowable values: ""paypal"", ""primary"" (default), your_custom_value (a custom payment page style from your merchant account profile).","Allowable values: ""paypal"", ""primary"" (default), your_custom_value (a custom payment page style from your merchant account profile)."
119
  "CVV2 Check Result by PayPal","CVV2 Check Result by PayPal"
120
  "Can not send new order email.","Can not send new order email."
121
  "Cannot create target file for reading reports.","Cannot create target file for reading reports."
122
+ "Catalog Category Page","Страница категории"
123
+ "Catalog Product Page","Страница товара"
124
  "Centinel API URL","Centinel API URL"
125
  "Centinel Api URL","Centinel Api URL"
126
  "Centinel Custom API URL","Centinel Custom API URL"
130
  "Charge-off","Charge-off"
131
  "Chargeback","Chargeback"
132
  "Chargeback by customer.","Chargeback by customer."
133
+ "Checkout Cart Page","Страница корзины"
134
  "Checkout with PayPal","Checkout with PayPal"
135
+ "Checkout with PayPal Paypal Credit","Checkout with PayPal Paypal Credit"
136
  "Choose a secure bundled payment solution for your business.","Choose a secure bundled payment solution for your business."
137
  "City","Город"
138
  "Click here if you are not redirected within 10 seconds...","Нажмите сюда, если вы не будете перенаправлены в течении 10 секунд..."
169
  "Direct Payment API","Direct Payment API"
170
  "Discount","Скидка"
171
  "Discount Tax","Налоговая скидка"
172
+ "Display","Пока"
173
+ "Display Express Checkout in the Payment Information step","Показывать Express Checkout на шаге информации об оплате"
174
+ "Display on Product Details Page","Показывать на странице товара"
175
+ "Display on Shopping Cart","Показывать в корзине"
176
  "Displays on catalog pages and homepage.","Отображается на страницах категорий и на главной странице."
177
  "Dispute","Обсуждение"
178
  "Does not work if there are more than 10 shipping options available.","Не работает, если доступно более 10 вариантов доставки."
180
  "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."
181
  "Dynamic","Dynamic"
182
  "EFT Funding (German banking)","EFT Funding (German banking)"
183
+ "Edit","Редактировать"
184
+ "Edit Payment Information","Редактировать платёжную информацию"
185
  "Edit Shopping Cart","Редактировать корзину"
186
  "Email Address","Email адрес"
187
  "Email Associated with PayPal Merchant Account","Email, привязанный к аккаунту торговца PayPal"
190
  "Enable Express Checkout","Включить Express Checkout"
191
  "Enable PayPal Guest Checkout","Включить PayPal Guest Checkout"
192
  "Enable Payflow Link","Включить Payflow Link"
193
+ "Enable Paypal Credit","Включить Paypal Credit"
194
  "Enable SSL verification","Включить проверку SSL"
195
  "Enable this Solution","Включить это решение"
196
  "Enabled","Включено"
249
  "General: reversal of a type not belonging to the other T11xx categories","General: reversal of a type not belonging to the other T11xx categories"
250
  "General: temporary hold of a type not belonging to the other T15xx categories","General: temporary hold of a type not belonging to the other T15xx categories"
251
  "Get Credentials from PayPal","Get Credentials from PayPal"
252
+ "Get Publisher ID from PayPal","Get Publisher ID from PayPal"
253
  "Gift Certificate Payment: purchase of Gift Certificate","Gift Certificate Payment: purchase of Gift Certificate"
254
  "Gift Certificate Redemption","Gift Certificate Redemption"
255
  "Gross Amount","Gross Amount"
256
+ "Header (center)","Header (center)"
257
  "Header Background Color","Хэдер - цвет заднего фона"
258
  "Header Border Color","Хэдер - цвет рамки"
259
  "Header Image URL","Хэдер - URL изображения"
260
  "Help","Помощь"
261
  "Hidden Virtual PayPal Debit Card Transaction","Hidden Virtual PayPal Debit Card Transaction"
262
  "Hold for Dispute Investigation","Hold for Dispute Investigation"
263
+ "Home Page","Главная страница"
264
+ "I'm sorry - but we are not able to complete your transaction. Please contact us so we can assist you.","I'm sorry - but we are not able to complete your transaction. Please contact us so we can assist you."
265
+ "I'm sorry - but we were not able to process your payment. Please try another payment method or contact us so we can assist you.","I'm sorry - but we were not able to process your payment. Please try another payment method or contact us so we can assist you."
266
  "IPN ""%s"".","IPN ""%s""."
267
  "IPN ""%s"". %s Transaction amount %s. Transaction ID: ""%s""","IPN ""%s"". %s Transaction amount %s. Transaction ID: ""%s"""
268
  "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."
310
  "Merchant must upgrade account to Business or Premier status.","Merchant must upgrade account to Business or Premier status."
311
  "Merchant reference ID format is not supported.","Merchant reference ID format is not supported."
312
  "Merchants need to apply to PayPal for enabling billing agreements feature. Do not enable this option until PayPal confirms that billing agreements are enabled for your merchant account.","Merchants need to apply to PayPal for enabling billing agreements feature. Do not enable this option until PayPal confirms that billing agreements are enabled for your merchant account."
313
+ "Mobile Optimized","Mobile Optimized"
314
  "Mobile Payment (made via a mobile phone)","Mobile Payment (made via a mobile phone)"
315
  "Multi-currency issue. Merchant must manually accept or deny this payment from PayPal Account Overview.","Multi-currency issue. Merchant must manually accept or deny this payment from PayPal Account Overview."
316
  "N/A","Н/Д"
328
  "N/A. The merchant did not provide AVS information","N/A. The merchant did not provide AVS information"
329
  "N/A. The merchant has not implemented CVV2 code handling","N/A. The merchant has not implemented CVV2 code handling"
330
  "N/A. Unavailable","N/A. Unavailable"
331
+ "Near Paypal Credit checkout button","Рядом с кнопкой Paypal Credit checkout"
332
  "Negative Balance","Отрицательный баланс"
333
  "Never","Никогда"
334
  "No","Нет"
385
  "PayPal Reference ID","PayPal Reference ID"
386
  "PayPal Reference ID Type","PayPal Reference ID Type"
387
  "PayPal Settlement Reports","PayPal Settlement Reports"
388
+ "PayPal Website Payments Standard","PayPal Website Payments Standard"
389
  "PayPal certificate does not exist.","Сертификат PayPal не существует."
390
  "PayPal certificate file is empty.","Файл PayPal сертификата пустой."
391
  "PayPal does not support processing orders with zero amount. To complete your purchase, proceed to the standard checkout process.","PayPal does not support processing orders with zero amount. To complete your purchase, proceed to the standard checkout process."
427
  "Payments Pro Hosted Solution","Payments Pro Hosted Solution"
428
  "Payments Pro and Express Checkout","Payments Pro and Express Checkout"
429
  "Payments Standard","Payments Standard"
430
+ "Payments Standard (Includes Express Checkout)","Payments Standard (Includes Express Checkout)"
431
  "Payments by PayPal (150 X 40)","Payments by PayPal (150 X 40)"
432
  "Payments by PayPal (150 X 60)","Payments by PayPal (150 X 60)"
433
  "Payments by cards + seller protection - <strong style=""color:red"">Contact PayPal before activating</strong>","Payments by cards + seller protection - <strong style=""color:red"">Contact PayPal before activating</strong>"
442
  "Please select region, state or province","Пожалуйста, выберите регион, область или район"
443
  "Please update order data to get shipping methods and rates","Пожалуйста, обновите данные заказа для получения методов доставки и тарифов"
444
  "Points Incentive Redemption","Points Incentive Redemption"
445
+ "Position","Position"
446
  "Postage Payment to either USPS or UPS","Postage Payment to either USPS or UPS"
447
  "Preapproved Payment (BillUser API), either sent or received","Preapproved Payment (BillUser API), either sent or received"
448
  "Preapproved Payment ID","Preapproved Payment ID"
450
  "Pro","Pro"
451
  "Process credit cards directly on your website with PayPal’s all-in-one online payment processing solution.","Process credit cards directly on your website with PayPal’s all-in-one online payment processing solution."
452
  "Process payments using your own internet merchant account.","Process payments using your own internet merchant account."
453
+ "Product","Товар"
454
  "Product Name","Название товара"
455
  "Proxy Host","Адрес прокси сервера"
456
  "Proxy Port","Порт прокси сервера"
457
+ "Publisher ID","Publisher ID"
458
  "Qty","Кол-во"
459
  "Quick set-up service lets your customers securely complete transactions.","Quick set-up service lets your customers securely complete transactions."
460
  "Reauthorization","Reauthorization"
461
  "Reference Information","Reference Information"
462
  "Refund issued by merchant.","Refund issued by merchant."
463
+ "Refunded amount of %s. Transaction ID: ""%s""","Refunded amount of %s. Transaction ID: ""%s"""
464
  "Reimbursement for a chargeback.","Reimbursement for a chargeback."
465
  "Reimbursement of Chargeback","Reimbursement of Chargeback"
466
  "Report Date","Дата отчёта"
470
  "Require Customer's Billing Address","Require Customer's Billing Address"
471
  "Required PayPal Settings","Обязательные настройки PayPal"
472
  "Required Settings","Обязательные настройки"
473
+ "Required to display a banner","Required to display a banner"
474
  "Reversal","Reversal"
475
  "Reversal of General Account Hold","Reversal of General Account Hold"
476
  "Reversal of Points Usage","Reversal of Points Usage"
507
  "Shortcut Buttons Flavor","Shortcut Buttons Flavor"
508
  "Shortcut on Product View","Shortcut on Product View"
509
  "Shortcut on Shopping Cart","Shortcut on Shopping Cart"
510
+ "Sidebar (right)","Sidebar (right)"
511
  "Sign a billing agreement to streamline further purchases with PayPal.","Sign a billing agreement to streamline further purchases with PayPal."
512
+ "Size","Размер"
513
+ "Skip Order Review Step","Пропустить шаг обзора заказа"
514
  "Solo","Solo"
515
  "Some PayPal solutions conflict.","Some PayPal solutions conflict."
516
  "Sorry, no quotes are available for this order at this time.","Извините, в данный момент отсутствуют варианты выбора для этого заказа."
550
  "This operation requires an existing transaction object.","This operation requires an existing transaction object."
551
  "Time of Day","Time of Day"
552
  "Title","Заголовок"
553
+ "To proceed to Checkout, please log in using your email address.","To proceed to Checkout, please log in using your email address."
554
  "Transaction ID","ИД транзакции"
555
  "Transaction ID must not be empty.","ИД транзакции не должен быть пустым."
556
+ "Transaction ID: ""%s""","ИД транзакции: ""%s"""
557
  "Transaction Information","Информация о транзакции"
558
  "Transaction reversal by PayPal administrators.","Transaction reversal by PayPal administrators."
559
  "Transaction reversal due to fraud detected by PayPal administrators.","Transaction reversal due to fraud detected by PayPal administrators."
612
  "Website Payments Pro Settings","Website Payments Pro Settings"
613
  "Website Payments Pro and Express Checkout","Website Payments Pro and Express Checkout"
614
  "Website Payments Standard","Website Payments Standard"
615
+ "Website Payments Standard (Includes Express Checkout)","Website Payments Standard (Includes Express Checkout)"
616
  "Website Payments Standard Payment","Website Payments Standard Payment"
617
  "Website Payments Standard Settings","Website Payments Standard Settings"
618
  "What is PayPal?","Что такое PayPal?"
624
  "Wrong PayPal Express Checkout Token specified.","Wrong PayPal Express Checkout Token specified."
625
  "Wrong configuration of Payment Method","Wrong configuration of Payment Method"
626
  "Yes","Да"
627
+ "Yes (PayPal recommends this option)","Да (PayPal рекомендует эту настройку)"
628
  "Yes. Matched Address and five-didgit ZIP","Yes. Matched Address and five-didgit ZIP"
629
  "You cannot void a verification transaction","You cannot void a verification transaction"
630
  "You will be redirected to the PayPal website in a few seconds.","Вы будете перенаправлены на сайт PayPal через несколько секунд."
app/locale/ru_RU/Mage_Persistent.csv CHANGED
@@ -7,10 +7,12 @@
7
  "Back","Вернуться"
8
  "By creating an account with our store, you will be able to move through the checkout process faster, store multiple shipping addresses, view and track your orders in your account and more.","Создав учётную запись на нашем сайте, вы будете тратить меньше времени на оформление заказа, сможете хранить несколько адресов доставки, отслеживать состояние заказов, а также многое другое."
9
  "Cannot load configuration from file %s.","Невозможно загрузить конфигурацию из файла %s."
 
10
  "Checkout as Guest","Оформить заказ как Гость"
 
11
  "Checkout as a Guest or Register","Оформить заказ как Гость или Зарегистрироваться"
12
  "City","Город"
13
- "Clear Persistence on Log Out","Очистить Persistence при выходе"
14
  "Close","Закрыть"
15
  "Company","Компания"
16
  "Confirm Password","Подтвердите пароль"
@@ -20,8 +22,9 @@
20
  "Easy access to your order history and status","Удобный доступ к истории и статусам ваших заказов"
21
  "Email Address","Адрес электронной почты (email)"
22
  "Enable ""Remember Me""","Включить ""Запомнить меня"""
23
- "Enable Persistence","Включить Persistence"
24
  "Fast and easy check out","Быстрое оформление заказа"
 
25
  "Fax","Факс"
26
  "Forgot Your Password?","Забыли пароль?"
27
  "Forgot your password?","Забыли пароль?"
@@ -32,26 +35,33 @@
32
  "Login Information","Информация для авторизации"
33
  "Login or Create an Account","Страница авторизации"
34
  "New Customers","Новые клиенты"
 
35
  "Password","Пароль"
36
- "Persist Shopping Cart","Persist корзина покупок"
37
- "Persistence Lifetime (seconds)","Время жизни Persistence (в секундах)"
38
- "Persistent Shopping Cart","Persistent корзина покупок"
39
  "Personal Information","Личная информация"
 
40
  "Please log in below:","Пожалуйста, введите информацию для входа:"
41
  "Please select region, state or province","Пожалуйста, выберите регион, область или район"
42
  "Register","Зарегистрируйтесь"
 
43
  "Register and save time!","Зарегистрируйтесь и экономьте время!"
44
  "Register to Create an Account","Зарегистрируйтесь для создания учётной записи"
45
  "Register with us for future convenience:","Зарегистрируйтесь на сайте для удобства в будущем:"
46
  "Registered Customers","Зарегистрированные клиенты"
 
47
  "Remember Me","Запомнить меня"
 
48
  "Save in address book","Сохранить в адресной книге"
 
49
  "Select State/Province...","Выберите Штат/провинцию..."
50
  "Select a billing address from your address book or enter a new address.","Выберите адрес, который будет использоваться при создании счёта, из вашей адресной книги или введите новый адрес."
51
  "Ship to different address","Доставить по другому адресу"
52
  "Ship to this address","Доставить на этот адрес"
53
  "Shopping cart has been updated with appropriate prices","Цены в корзине обновлены"
54
  "Sign Up for Newsletter","Подписаться на рассылку"
 
55
  "State/Province","Штат/Область"
56
  "Street Address","Адрес"
57
  "Street Address %s","Адрес %s"
@@ -59,12 +69,8 @@
59
  "Telephone","Телефон"
60
  "To proceed to Checkout, please log in using your email address.","Для перехода к оформлению заказа необходимо войти в систему."
61
  "VAT Number","Номер плательщика НДС (ИНН)"
 
62
  "Welcome, %s!","Добро пожаловать, %s!"
 
63
  "What\'s this?","Что это?"
64
  "Zip/Postal Code","Почтовый индекс"
65
- "Please enter the following information to create your account.","Пожалуйста, укажите следующую информацию для создания учётной записи."
66
- "New Here?","Впервые на нашем сайте?"
67
- "Registration is free and easy!","Регистрация бесплатная и не требует усилий!"
68
- "Faster checkout","Быстрое оформление заказа"
69
- "Save multiple shipping addresses","Возможность сохранения нескольких адресов доставки"
70
- "View and track orders and more","История заказов и многое другое"
7
  "Back","Вернуться"
8
  "By creating an account with our store, you will be able to move through the checkout process faster, store multiple shipping addresses, view and track your orders in your account and more.","Создав учётную запись на нашем сайте, вы будете тратить меньше времени на оформление заказа, сможете хранить несколько адресов доставки, отслеживать состояние заказов, а также многое другое."
9
  "Cannot load configuration from file %s.","Невозможно загрузить конфигурацию из файла %s."
10
+ "Checking &quot;Remember Me&quot; will let you access your shopping cart on this computer when you are logged out","Выбор галочки &quot;Запомнить меня&quot; позволит вам просматривать корзину покупок на этом компьютере когда вы разлогинитесь."
11
  "Checkout as Guest","Оформить заказ как Гость"
12
+ "Checkout as a Guest","Оформить заказ как Гость"
13
  "Checkout as a Guest or Register","Оформить заказ как Гость или Зарегистрироваться"
14
  "City","Город"
15
+ "Clear Persistence on Log Out","Очищать хранилище при выходе"
16
  "Close","Закрыть"
17
  "Company","Компания"
18
  "Confirm Password","Подтвердите пароль"
22
  "Easy access to your order history and status","Удобный доступ к истории и статусам ваших заказов"
23
  "Email Address","Адрес электронной почты (email)"
24
  "Enable ""Remember Me""","Включить ""Запомнить меня"""
25
+ "Enable Persistence","Включить хранение"
26
  "Fast and easy check out","Быстрое оформление заказа"
27
+ "Faster checkout","Быстрое оформление заказа"
28
  "Fax","Факс"
29
  "Forgot Your Password?","Забыли пароль?"
30
  "Forgot your password?","Забыли пароль?"
35
  "Login Information","Информация для авторизации"
36
  "Login or Create an Account","Страница авторизации"
37
  "New Customers","Новые клиенты"
38
+ "New Here?","Впервые на нашем сайте?"
39
  "Password","Пароль"
40
+ "Persist Shopping Cart","Хранить корзину покупок"
41
+ "Persistence Lifetime (seconds)","Время хранения (в секундах)"
42
+ "Persistent Shopping Cart","Постоянно хранить корзину покупок"
43
  "Personal Information","Личная информация"
44
+ "Please enter the following information to create your account.","Пожалуйста, укажите следующую информацию для создания учётной записи."
45
  "Please log in below:","Пожалуйста, введите информацию для входа:"
46
  "Please select region, state or province","Пожалуйста, выберите регион, область или район"
47
  "Register","Зарегистрируйтесь"
48
+ "Register and Checkout","Зарегистрироваться и оформить заказ"
49
  "Register and save time!","Зарегистрируйтесь и экономьте время!"
50
  "Register to Create an Account","Зарегистрируйтесь для создания учётной записи"
51
  "Register with us for future convenience:","Зарегистрируйтесь на сайте для удобства в будущем:"
52
  "Registered Customers","Зарегистрированные клиенты"
53
+ "Registration is free and easy!","Регистрация бесплатная и не требует усилий!"
54
  "Remember Me","Запомнить меня"
55
+ "Returning Customers","Вернувшиеся клиенты"
56
  "Save in address book","Сохранить в адресной книге"
57
+ "Save multiple shipping addresses","Возможность сохранения нескольких адресов доставки"
58
  "Select State/Province...","Выберите Штат/провинцию..."
59
  "Select a billing address from your address book or enter a new address.","Выберите адрес, который будет использоваться при создании счёта, из вашей адресной книги или введите новый адрес."
60
  "Ship to different address","Доставить по другому адресу"
61
  "Ship to this address","Доставить на этот адрес"
62
  "Shopping cart has been updated with appropriate prices","Цены в корзине обновлены"
63
  "Sign Up for Newsletter","Подписаться на рассылку"
64
+ "Sign in to speed up your checkout process","Авторизуйтесь для ускорения процесса заказа"
65
  "State/Province","Штат/Область"
66
  "Street Address","Адрес"
67
  "Street Address %s","Адрес %s"
69
  "Telephone","Телефон"
70
  "To proceed to Checkout, please log in using your email address.","Для перехода к оформлению заказа необходимо войти в систему."
71
  "VAT Number","Номер плательщика НДС (ИНН)"
72
+ "View and track orders and more","История заказов и многое другое"
73
  "Welcome, %s!","Добро пожаловать, %s!"
74
+ "What's this?","Что это?"
75
  "What\'s this?","Что это?"
76
  "Zip/Postal Code","Почтовый индекс"
 
 
 
 
 
 
app/locale/ru_RU/Mage_Reports.csv CHANGED
@@ -43,10 +43,12 @@
43
  "Downloads","Скачиваний"
44
  "Email","Электронная почта (email)"
45
  "Empty Rows","Пустые строки"
 
46
  "Excel XML","Excel XML"
47
  "Filter","Фильтр"
48
  "First Name","Имя"
49
  "From","от"
 
50
  "Guest","Гость"
51
  "Hits","Посещения"
52
  "ID","ИД"
43
  "Downloads","Скачиваний"
44
  "Email","Электронная почта (email)"
45
  "Empty Rows","Пустые строки"
46
+ "Enable Reports","Включить отчёты"
47
  "Excel XML","Excel XML"
48
  "Filter","Фильтр"
49
  "First Name","Имя"
50
  "From","от"
51
+ "General","Общие"
52
  "Guest","Гость"
53
  "Hits","Посещения"
54
  "ID","ИД"
app/locale/ru_RU/Mage_Review.csv CHANGED
@@ -2,11 +2,16 @@
2
  "%s Review(s)","Отзывы (%s)"
3
  "(Posted on %s)","(Отзыв написан %s)"
4
  "1 star","1 звезда"
 
5
  "2 stars","2 звезды"
 
6
  "3 stars","3 звезды"
 
7
  "4 stars","4 звезды"
 
8
  "5 stars","5 звёзд"
9
  "<a href=""%1$s"" onclick=""this.target=\'blank\'"">%2$s %3$s</a> <a href=""mailto:%4$s"">(%4$s)</a>","<a href=""%1$s"" onclick=""this.target=\'blank\'"">%2$s %3$s</a> <a href=""mailto:%4$s"">(%4$s)</a>"
 
10
  "Add New Review","Добавить новый отзыв"
11
  "Add Your Review","Добавьте ваш отзыв"
12
  "Administrator","Администратор"
@@ -39,6 +44,7 @@
39
  "Guest","Гость"
40
  "How do you rate this product?","Как вы оцениваете этот товар?"
41
  "ID","ИД"
 
42
  "Manage Ratings","Управление параметрами оценок"
43
  "My Product Reviews","Мои отзывы о товарах"
44
  "My Recent Reviews","Мои последние отзывы"
@@ -70,9 +76,11 @@
70
  "Review (submitted on %s):","Отзыв (написан %s):"
71
  "Review Details","Подробности отзыва"
72
  "Review Form Fields Before","Review Form Fields Before"
 
73
  "Review by <span>%s</span>","Отзыв пользователя <span>%s</span>"
74
  "Review can\'t be empty","Отзыв не может быть пустым"
75
  "Review summary can\'t be empty","Название отзыва не может быть пустым"
 
76
  "Reviews and Ratings","Отзывы и параметры оценки"
77
  "SKU","Артикул"
78
  "Save Review","Сохранить отзыв"
@@ -89,6 +97,7 @@
89
  "View Details","Подробнее"
90
  "Visible In","Отображается в"
91
  "Websites","Сайты"
 
92
  "Write Your Own Review","Напишите ваш собственный отзыв"
93
  "You have submitted no reviews.","Вы не оставляли отзывы о товарах на этом сайте."
94
  "You're reviewing:","Вы пишете отзыв на товар:"
2
  "%s Review(s)","Отзывы (%s)"
3
  "(Posted on %s)","(Отзыв написан %s)"
4
  "1 star","1 звезда"
5
+ "2 star","2 звезды"
6
  "2 stars","2 звезды"
7
+ "3 star","3 звезды"
8
  "3 stars","3 звезды"
9
+ "4 star","4 звезды"
10
  "4 stars","4 звезды"
11
+ "5 star","5 звёзд"
12
  "5 stars","5 звёзд"
13
  "<a href=""%1$s"" onclick=""this.target=\'blank\'"">%2$s %3$s</a> <a href=""mailto:%4$s"">(%4$s)</a>","<a href=""%1$s"" onclick=""this.target=\'blank\'"">%2$s %3$s</a> <a href=""mailto:%4$s"">(%4$s)</a>"
14
+ "<a href=""%1$s"" onclick=""this.target=\'blank\'"">%2$s</a> <a href=""mailto:%3$s"">(%3$s)</a>","<a href=""%1$s"" onclick=""this.target=\'blank\'"">%2$s</a> <a href=""mailto:%3$s"">(%3$s)</a>"
15
  "Add New Review","Добавить новый отзыв"
16
  "Add Your Review","Добавьте ваш отзыв"
17
  "Administrator","Администратор"
44
  "Guest","Гость"
45
  "How do you rate this product?","Как вы оцениваете этот товар?"
46
  "ID","ИД"
47
+ "Let us know your thoughts","Поделитесь своими мыслями"
48
  "Manage Ratings","Управление параметрами оценок"
49
  "My Product Reviews","Мои отзывы о товарах"
50
  "My Recent Reviews","Мои последние отзывы"
76
  "Review (submitted on %s):","Отзыв (написан %s):"
77
  "Review Details","Подробности отзыва"
78
  "Review Form Fields Before","Review Form Fields Before"
79
+ "Review by %s","Отзыв пользователя %s"
80
  "Review by <span>%s</span>","Отзыв пользователя <span>%s</span>"
81
  "Review can\'t be empty","Отзыв не может быть пустым"
82
  "Review summary can\'t be empty","Название отзыва не может быть пустым"
83
+ "Reviews","Отзывы"
84
  "Reviews and Ratings","Отзывы и параметры оценки"
85
  "SKU","Артикул"
86
  "Save Review","Сохранить отзыв"
97
  "View Details","Подробнее"
98
  "Visible In","Отображается в"
99
  "Websites","Сайты"
100
+ "What's your nickname?","Назовите себя"
101
  "Write Your Own Review","Напишите ваш собственный отзыв"
102
  "You have submitted no reviews.","Вы не оставляли отзывы о товарах на этом сайте."
103
  "You're reviewing:","Вы пишете отзыв на товар:"
app/locale/ru_RU/Mage_Sales.csv CHANGED
@@ -86,7 +86,7 @@
86
  "Back","Вернуться"
87
  "Back to Billing Agreements","Вернуться к Платёжным соглашениям"
88
  "Back to My Orders","Вернуться к Моим заказам"
89
- "Back to Recurring Profiles","Вернуться к Профилям повторяющихся платежей"
90
  "Backordered","Зарезервировано"
91
  "Bestsellers","Хиты продаж"
92
  "Bill to Name","Оплата на имя"
@@ -181,8 +181,8 @@
181
  "Credit Memo Email Sender","Письмо о возврате платежа. Отправитель"
182
  "Credit Memo Email Template","Письмо о возврате платежа. Шаблон"
183
  "Credit Memo Email Template for Guest","Письмо о возврате платежа. Шаблон для гостя"
184
- "Credit Memo Update","Изменение возврат платежа"
185
- "Credit Memo Update for Guest","Изменение возврат платежа для гостя"
186
  "Credit Memos","Возвраты платежей"
187
  "Credit memo canceling problem.","Ошибка при отмене возврата платежа."
188
  "Credit memo cannot be canceled.","Возврат платежа не может быть отменён."
@@ -192,10 +192,11 @@
192
  "Custom Price","Другая цена"
193
  "Custom Value","Другое значение"
194
  "Customer","Клиент"
195
- "Customer Can Define Start Date","Клиент может устанавливать дату начала"
196
  "Customer Email","Адрес электронной почты клиента"
197
  "Customer Group","Группа клиента"
198
  "Customer Last Name","Фамилия клиента"
 
199
  "Customer My Account Order Creditmemo View","Customer My Account Order Creditmemo View"
200
  "Customer My Account Order History","Customer My Account Order History"
201
  "Customer My Account Order Invoice View","Customer My Account Order Invoice View"
@@ -320,8 +321,8 @@
320
  "Invoice Email Sender","Письмо со счётом. Отправитель"
321
  "Invoice Email Template","Письмо со счётом. Шаблон"
322
  "Invoice Email Template for Guest","Письмо со счётом. Шаблон для гостя"
323
- "Invoice Update","Изменение счёта"
324
- "Invoice Update for Guest","Изменения счёта для гостя"
325
  "Invoice and Packing Slip Design","Дизайн счёта и упаковочного листа"
326
  "Invoice and Ship","Выписать счёт и отправить"
327
  "Invoice canceling problem.","Ошибка отмены счёта."
@@ -332,6 +333,7 @@
332
  "Invoice void problem","Проблема аннулирования счёта"
333
  "Invoice will be created without communication with payment gateway.","Счёт будет создан без связи с платёжным шлюзом."
334
  "Invoiced","Оплачен"
 
335
  "Invoices","Счета"
336
  "Is Closed","Закрыт"
337
  "Item","Позиция"
@@ -366,6 +368,7 @@
366
  "Maximum shipping amount allowed to refund is: %s","Максимально разрешённое количество к отправке для возврата: %s"
367
  "Message","Сообщение"
368
  "Message:","Сообщение:"
 
369
  "Minimum Amount","Минимальное количество"
370
  "Minimum Order Amount","Минимальное количество заказа"
371
  "Mixed","Смешанный"
@@ -381,23 +384,23 @@
381
  "Name","Имя"
382
  "New","Новый"
383
  "New Billing Agreement","Новое платёжное соглашение"
384
- "New Credit Memo","Новый возврат платежа"
385
- "New Credit Memo for Guest","Новый возврат платежа для гостя"
386
  "New Credit Memo for Invoice #%s","Новый возврат платежа для счёта #%s"
387
  "New Credit Memo for Order #%s","Новый возврат платежа для заказа #%s"
388
- "New Invoice","Новый счёт"
389
  "New Invoice and Shipment for Order #%s","Новый счёт и доставка для заказа #%s"
390
- "New Invoice for Guest","Новый счёт для гостя"
391
  "New Invoice for Order #%s","Новый счёт для заказа #%s"
392
- "New Order","Новый заказ"
393
  "New Order Confirmation Email Sender","Письмо с подтверждением нового заказа. Отправитель"
394
  "New Order Confirmation Template","Письмо с подтверждением нового заказа. Шаблон"
395
  "New Order Confirmation Template for Guest","Письмо с подтверждением нового заказа. Шаблон для гостя"
396
  "New Order RSS","RSS новых заказов"
397
  "New Order Status","Новый статус заказа"
398
- "New Order for Guest","Новый заказ для гостя"
399
- "New Shipment","Новая доставка"
400
- "New Shipment for Guest","Новая доставка для гостя"
401
  "New Shipment for Order #%s","Новая доставка для заказа #%s"
402
  "Newsletter Subscription","Подписка на новости"
403
  "No","Нет"
@@ -467,8 +470,8 @@
467
  "Order Taxes Report Grouped by Tax Rates","Отчёт ""Налоги заказа, с группировкой по налоговой ставке"""
468
  "Order Total","Сумма заказа"
469
  "Order Totals","Итоги по заказу"
470
- "Order Update","Изменение заказа"
471
- "Order Update for Guest","Изменение заказа для гостя"
472
  "Order View","Просмотр заказа"
473
  "Order credit memo","Возвраты платежа заказа"
474
  "Order does not allow to be canceled.","Заказ невозможно отменить."
@@ -488,7 +491,7 @@
488
  "Orders and Returns","Заказы и возвраты"
489
  "Orders and Returns Search Form","Заказы и возвраты. Форма поиска"
490
  "Original Price","Первоначальная цена"
491
- "Original order item that recurring payment profile correspondss to.","Первоначальная позиция заказа, на которую ссылается профиль регулярного платежа."
492
  "PDF Credit Memos","PDF возвраты платежей"
493
  "PDF Invoices","PDF счета"
494
  "PDF Packingslips","PDF упаковочный лист"
@@ -555,7 +558,7 @@
555
  "Products should be added to package(s)","Товары должны быть добавлены в пакет(ы)"
556
  "Profile #%s","Профиль #%s"
557
  "Profile Information","Информация о профиле"
558
- "Profile State","Состояние профиля"
559
  "Profit","Прибыль"
560
  "Promotion Coupons Usage Report","Отчёт ""Использование купонов"""
561
  "Proper payment object must be set.","Должен быть установлен правильный объект платежа."
@@ -581,10 +584,10 @@
581
  "Recently Compared Products","Товары, которые недавно сравнивали"
582
  "Recently Viewed","Вы недавно просматривали"
583
  "Recently Viewed Products","Вы недавно просматривали"
584
- "Recurring Profile # %s","Профиль повторяющегося платежа # %s"
585
- "Recurring Profile Initial Fee","Первоначальный взнос повторяющегося платежа"
586
- "Recurring Profiles","Профили повторяющихся платежей"
587
- "Recurring Profiles (beta)","Профили повторяющихся платежей (бета)"
588
  "Reference ID","Reference ID"
589
  "Reference ID:","Reference ID:"
590
  "Refresh","Обновить"
@@ -696,8 +699,8 @@
696
  "Shipment Email Sender","Письмо о доставке. Отправитель"
697
  "Shipment Email Template","Письмо о доставке. Шаблон"
698
  "Shipment Email Template for Guest","Письмо о доставке. Шаблон для гостя"
699
- "Shipment Update","Изменение доставки"
700
- "Shipment Update for Guest","Изменение доставки для гостя"
701
  "Shipments","Доставки"
702
  "Shipped","Доставлено"
703
  "Shipped By","Отправлено"
@@ -790,7 +793,7 @@
790
  "The value that you entered is not valid.","Введённое значение неправильное."
791
  "There are no billing agreements yet.","У вас пока нет платёжных соглашений."
792
  "There are no printable documents related to selected orders.","Нет пригодных к печати документов, относящихся к выбранным заказам."
793
- "There are no recurring profiles yet.","У вас пока нет профилей повторяющихся платежей."
794
  "There are no shipping labels related to selected %s.","Нет связанных квитков доставки с выбранным %s."
795
  "There are no shipping labels related to selected orders.","Нет связанных квитков доставки с выбранными заказами."
796
  "There are no shipping labels related to selected shipments.","Нет связанных квитков доставки с доставками."
@@ -892,6 +895,7 @@
892
  "You have placed no orders.","У вас пока нет оформленных заказов."
893
  "You will be redirected to the payment system website.","Вы будете перенаправлены на сайт платёжной системы."
894
  "Your credit card will be charged for","С кредитной карточки будет снята сумма"
 
895
  "ZIP/Post Code","Почтовый индекс"
896
  "Zip/Postal Code","Почтовый индекс"
897
  "cm","см"
86
  "Back","Вернуться"
87
  "Back to Billing Agreements","Вернуться к Платёжным соглашениям"
88
  "Back to My Orders","Вернуться к Моим заказам"
89
+ "Back to Recurring Profiles","Вернуться к периодическим услугам"
90
  "Backordered","Зарезервировано"
91
  "Bestsellers","Хиты продаж"
92
  "Bill to Name","Оплата на имя"
181
  "Credit Memo Email Sender","Письмо о возврате платежа. Отправитель"
182
  "Credit Memo Email Template","Письмо о возврате платежа. Шаблон"
183
  "Credit Memo Email Template for Guest","Письмо о возврате платежа. Шаблон для гостя"
184
+ "Credit Memo Update","Возврат платежа. Изменение возврата платежа"
185
+ "Credit Memo Update for Guest","Возврат платежа. Изменение возврата платежа для гостя"
186
  "Credit Memos","Возвраты платежей"
187
  "Credit memo canceling problem.","Ошибка при отмене возврата платежа."
188
  "Credit memo cannot be canceled.","Возврат платежа не может быть отменён."
192
  "Custom Price","Другая цена"
193
  "Custom Value","Другое значение"
194
  "Customer","Клиент"
195
+ "Customer Can Define Start Date","Клиент может устанавливать дату начала услуги"
196
  "Customer Email","Адрес электронной почты клиента"
197
  "Customer Group","Группа клиента"
198
  "Customer Last Name","Фамилия клиента"
199
+ "Customer Middle Name","Отчество клиента"
200
  "Customer My Account Order Creditmemo View","Customer My Account Order Creditmemo View"
201
  "Customer My Account Order History","Customer My Account Order History"
202
  "Customer My Account Order Invoice View","Customer My Account Order Invoice View"
321
  "Invoice Email Sender","Письмо со счётом. Отправитель"
322
  "Invoice Email Template","Письмо со счётом. Шаблон"
323
  "Invoice Email Template for Guest","Письмо со счётом. Шаблон для гостя"
324
+ "Invoice Update","Счёт. Изменение счёта"
325
+ "Invoice Update for Guest","Счёт. Изменения счёта для гостя"
326
  "Invoice and Packing Slip Design","Дизайн счёта и упаковочного листа"
327
  "Invoice and Ship","Выписать счёт и отправить"
328
  "Invoice canceling problem.","Ошибка отмены счёта."
333
  "Invoice void problem","Проблема аннулирования счёта"
334
  "Invoice will be created without communication with payment gateway.","Счёт будет создан без связи с платёжным шлюзом."
335
  "Invoiced","Оплачен"
336
+ "Invoiced:","Оплачено:"
337
  "Invoices","Счета"
338
  "Is Closed","Закрыт"
339
  "Item","Позиция"
368
  "Maximum shipping amount allowed to refund is: %s","Максимально разрешённое количество к отправке для возврата: %s"
369
  "Message","Сообщение"
370
  "Message:","Сообщение:"
371
+ "Middle Name","Отчество"
372
  "Minimum Amount","Минимальное количество"
373
  "Minimum Order Amount","Минимальное количество заказа"
374
  "Mixed","Смешанный"
384
  "Name","Имя"
385
  "New","Новый"
386
  "New Billing Agreement","Новое платёжное соглашение"
387
+ "New Credit Memo","Возврат платежа. Новый возврат платежа"
388
+ "New Credit Memo for Guest","Возврат платежа. Новый возврат платежа для гостя"
389
  "New Credit Memo for Invoice #%s","Новый возврат платежа для счёта #%s"
390
  "New Credit Memo for Order #%s","Новый возврат платежа для заказа #%s"
391
+ "New Invoice","Счёт. Новый счёт"
392
  "New Invoice and Shipment for Order #%s","Новый счёт и доставка для заказа #%s"
393
+ "New Invoice for Guest","Счёт. Новый счёт для гостя"
394
  "New Invoice for Order #%s","Новый счёт для заказа #%s"
395
+ "New Order","Заказ. Новый заказ"
396
  "New Order Confirmation Email Sender","Письмо с подтверждением нового заказа. Отправитель"
397
  "New Order Confirmation Template","Письмо с подтверждением нового заказа. Шаблон"
398
  "New Order Confirmation Template for Guest","Письмо с подтверждением нового заказа. Шаблон для гостя"
399
  "New Order RSS","RSS новых заказов"
400
  "New Order Status","Новый статус заказа"
401
+ "New Order for Guest","Заказ. Новый заказ для гостя"
402
+ "New Shipment","Доставка. Новая доставка"
403
+ "New Shipment for Guest","Доставка. Новая доставка для гостя"
404
  "New Shipment for Order #%s","Новая доставка для заказа #%s"
405
  "Newsletter Subscription","Подписка на новости"
406
  "No","Нет"
470
  "Order Taxes Report Grouped by Tax Rates","Отчёт ""Налоги заказа, с группировкой по налоговой ставке"""
471
  "Order Total","Сумма заказа"
472
  "Order Totals","Итоги по заказу"
473
+ "Order Update","Заказ. Изменение заказа"
474
+ "Order Update for Guest","Заказ. Изменение заказа для гостя"
475
  "Order View","Просмотр заказа"
476
  "Order credit memo","Возвраты платежа заказа"
477
  "Order does not allow to be canceled.","Заказ невозможно отменить."
491
  "Orders and Returns","Заказы и возвраты"
492
  "Orders and Returns Search Form","Заказы и возвраты. Форма поиска"
493
  "Original Price","Первоначальная цена"
494
+ "Original order item that recurring payment profile correspondss to.","Первоначальная позиция заказа, на которую ссылается периодическая услуга."
495
  "PDF Credit Memos","PDF возвраты платежей"
496
  "PDF Invoices","PDF счета"
497
  "PDF Packingslips","PDF упаковочный лист"
558
  "Products should be added to package(s)","Товары должны быть добавлены в пакет(ы)"
559
  "Profile #%s","Профиль #%s"
560
  "Profile Information","Информация о профиле"
561
+ "Profile State","Состояние услуги"
562
  "Profit","Прибыль"
563
  "Promotion Coupons Usage Report","Отчёт ""Использование купонов"""
564
  "Proper payment object must be set.","Должен быть установлен правильный объект платежа."
584
  "Recently Compared Products","Товары, которые недавно сравнивали"
585
  "Recently Viewed","Вы недавно просматривали"
586
  "Recently Viewed Products","Вы недавно просматривали"
587
+ "Recurring Profile # %s","Периодическая услуга # %s"
588
+ "Recurring Profile Initial Fee","Первоначальный взнос"
589
+ "Recurring Profiles","Периодические услуги"
590
+ "Recurring Profiles (beta)","Периодические услуги (бета)"
591
  "Reference ID","Reference ID"
592
  "Reference ID:","Reference ID:"
593
  "Refresh","Обновить"
699
  "Shipment Email Sender","Письмо о доставке. Отправитель"
700
  "Shipment Email Template","Письмо о доставке. Шаблон"
701
  "Shipment Email Template for Guest","Письмо о доставке. Шаблон для гостя"
702
+ "Shipment Update","Доставка. Изменение доставки"
703
+ "Shipment Update for Guest","Доставка. Изменение доставки для гостя"
704
  "Shipments","Доставки"
705
  "Shipped","Доставлено"
706
  "Shipped By","Отправлено"
793
  "The value that you entered is not valid.","Введённое значение неправильное."
794
  "There are no billing agreements yet.","У вас пока нет платёжных соглашений."
795
  "There are no printable documents related to selected orders.","Нет пригодных к печати документов, относящихся к выбранным заказам."
796
+ "There are no recurring profiles yet.","У вас пока нет периодических услуг."
797
  "There are no shipping labels related to selected %s.","Нет связанных квитков доставки с выбранным %s."
798
  "There are no shipping labels related to selected orders.","Нет связанных квитков доставки с выбранными заказами."
799
  "There are no shipping labels related to selected shipments.","Нет связанных квитков доставки с доставками."
895
  "You have placed no orders.","У вас пока нет оформленных заказов."
896
  "You will be redirected to the payment system website.","Вы будете перенаправлены на сайт платёжной системы."
897
  "Your credit card will be charged for","С кредитной карточки будет снята сумма"
898
+ "ZIP Code","Почтовый индекс"
899
  "ZIP/Post Code","Почтовый индекс"
900
  "Zip/Postal Code","Почтовый индекс"
901
  "cm","см"
app/locale/ru_RU/Mage_SalesRule.csv CHANGED
@@ -134,6 +134,7 @@
134
  "Update prices using the following information","Обновить цены, используя следующую информацию"
135
  "Update product's %s %s: %s","Обновить у товара %s %s: %s"
136
  "Update the Product","Обновить товар"
 
137
  "Use Auto Generation","Использовать автоматическое создание"
138
  "Used","Использовано"
139
  "Uses per Coupon","Использований на купон"
134
  "Update prices using the following information","Обновить цены, используя следующую информацию"
135
  "Update product's %s %s: %s","Обновить у товара %s %s: %s"
136
  "Update the Product","Обновить товар"
137
+ "Usage limit enforced for logged in customers only","Ограничения работают только для авторизованных клиентов"
138
  "Use Auto Generation","Использовать автоматическое создание"
139
  "Used","Использовано"
140
  "Uses per Coupon","Использований на купон"
app/locale/ru_RU/Mage_Shipping.csv CHANGED
@@ -19,6 +19,7 @@
19
  "Duplicate Row #%s (Country ""%s"", Region/State ""%s"", Zip ""%s"" and Value ""%s"").","Продублировать строку #%s (Страна ""%s"", Регион/Штат ""%s"", Почтовый индекс ""%s"" и Значение ""%s"")."
20
  "Enabled","Включено"
21
  "Error:","Ошибка:"
 
22
  "Export","Экспорт"
23
  "File has not been imported. See the following list of errors: %s","Файл не импортирован. Список ошибок: %s"
24
  "Fixed","Фиксированное значение"
@@ -91,4 +92,3 @@
91
  "ZIP/Postal Code","Почтовый индекс"
92
  "contact us","свяжитесь с нами"
93
  "email us at ","напишите нам на "
94
- "Estimate","Рассчитать"
19
  "Duplicate Row #%s (Country ""%s"", Region/State ""%s"", Zip ""%s"" and Value ""%s"").","Продублировать строку #%s (Страна ""%s"", Регион/Штат ""%s"", Почтовый индекс ""%s"" и Значение ""%s"")."
20
  "Enabled","Включено"
21
  "Error:","Ошибка:"
22
+ "Estimate","Рассчитать"
23
  "Export","Экспорт"
24
  "File has not been imported. See the following list of errors: %s","Файл не импортирован. Список ошибок: %s"
25
  "Fixed","Фиксированное значение"
92
  "ZIP/Postal Code","Почтовый индекс"
93
  "contact us","свяжитесь с нами"
94
  "email us at ","напишите нам на "
 
app/locale/ru_RU/Mage_Tag.csv CHANGED
@@ -42,6 +42,7 @@
42
  "Last Name","Фамилия"
43
  "List","Список"
44
  "Manage Tags","Управление метками"
 
45
  "My Recent Tags","Мои последние метки"
46
  "My Tags","Мои метки"
47
  "Name","Название"
42
  "Last Name","Фамилия"
43
  "List","Список"
44
  "Manage Tags","Управление метками"
45
+ "Middle Name","Отчество"
46
  "My Recent Tags","Мои последние метки"
47
  "My Tags","Мои метки"
48
  "Name","Название"
app/locale/ru_RU/Mage_Tax.csv CHANGED
@@ -51,6 +51,7 @@
51
  "Edit Class '%s'","Редактировать класс '%s'"
52
  "Edit Rule","Редактировать правило"
53
  "Edit Tax Rate","Редактировать налоговую ставку"
 
54
  "Excel XML","Excel XML"
55
  "Excl. Tax","Без налога"
56
  "Excl. Tax:","Без налога:"
@@ -155,6 +156,7 @@
155
  "Warning tax configuration can result in rounding errors","Предупреждение. Настройки налогов могут привести к ошибкам округления"
156
  "Warning tax configuration can result in unexpected FPT prices on applicable devices","Предупреждение. Настройки налогов могут привести к неожиданным FPT ценам на подходящих устройствах"
157
  "Warning tax discount configuration might result in different discounts than a customer might expect","Предупреждение. Настройки налогов для скидок могут привести к суммам, отличным от тех, что ожидает клиент"
 
158
  "Whether catalog prices entered by admin include tax.","Цены каталога будут вводиться в панели администрирования включая налог."
159
  "Whether shipping amounts entered by admin or obtained from gateways include tax.","Стоимость доставки, вводимая в панели администрирования или получаемая из шлюзов включает налог."
160
  "Yes","Да"
51
  "Edit Class '%s'","Редактировать класс '%s'"
52
  "Edit Rule","Редактировать правило"
53
  "Edit Tax Rate","Редактировать налоговую ставку"
54
+ "Enable Cross Border Trade","Включить Cross Border Trade"
55
  "Excel XML","Excel XML"
56
  "Excl. Tax","Без налога"
57
  "Excl. Tax:","Без налога:"
156
  "Warning tax configuration can result in rounding errors","Предупреждение. Настройки налогов могут привести к ошибкам округления"
157
  "Warning tax configuration can result in unexpected FPT prices on applicable devices","Предупреждение. Настройки налогов могут привести к неожиданным FPT ценам на подходящих устройствах"
158
  "Warning tax discount configuration might result in different discounts than a customer might expect","Предупреждение. Настройки налогов для скидок могут привести к суммам, отличным от тех, что ожидает клиент"
159
+ "When catalog price includes tax, enable this setting will fix the price no matter what the customer's tax rate is.","Если цены каталога включают налог, включение этой настройки зафиксирует цену. Налоговый класс для клиента не будет учитываться."
160
  "Whether catalog prices entered by admin include tax.","Цены каталога будут вводиться в панели администрирования включая налог."
161
  "Whether shipping amounts entered by admin or obtained from gateways include tax.","Стоимость доставки, вводимая в панели администрирования или получаемая из шлюзов включает налог."
162
  "Yes","Да"
app/locale/ru_RU/Mage_Usa.csv CHANGED
@@ -161,10 +161,12 @@
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)"
167
  "Media Mail","Media Mail"
 
168
  "Medical express","Medical express"
169
  "Medium Express Box","Medium Express Box"
170
  "Merchandise","Merchandise"
161
  "Letter","Письмо"
162
  "Library","Библиотека"
163
  "Library Mail","Library Mail"
164
+ "Library Mail Parcel","Library Mail Parcel"
165
  "Live","Live"
166
  "Machinable","Machinable"
167
  "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)"
168
  "Media Mail","Media Mail"
169
+ "Media Mail Parcel","Media Mail Parcel"
170
  "Medical express","Medical express"
171
  "Medium Express Box","Medium Express Box"
172
  "Merchandise","Merchandise"
app/locale/ru_RU/Mage_Widget.csv CHANGED
@@ -20,9 +20,12 @@
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...","Вставить виджет..."
20
  "Default Template","Шаблон по умолчанию"
21
  "Delete","Удалить"
22
  "Design Package/Theme","Дизайн Пакет/Тема"
23
+ "Error occurs during loading chooser.","Error occurs during loading chooser."
24
  "Export to:","Экспортировать в:"
25
  "Frontend Properties","Свойства пользовательской части"
26
  "Generic Pages","Generic страницы"
27
+ "Go to Next page","Пререйти на следующую страницу"
28
+ "Go to Previous page","Перейти к предыдущей странице"
29
  "Images","Изображения"
30
  "Insert Widget","Вставить виджет"
31
  "Insert Widget...","Вставить виджет..."
app/locale/ru_RU/Mage_Wishlist.csv CHANGED
@@ -4,6 +4,7 @@
4
  "%d product(s) have been added to shopping cart: %s.","Добавлено в корзину: %d шт. (%s)."
5
  "%s for ""%s"".","%s для ""%s""."
6
  "%s has been moved to wishlist %s","%s перемещён в лист пожеланий %s"
 
7
  "%s's Wishlist","Лист пожеланий пользователя %s"
8
  "* Required Fields","* Обязательные поля"
9
  "Add All to Cart","Добавить все в корзину"
@@ -26,6 +27,7 @@
26
  "Cannot add item to shopping cart","Невозможно добавить позицию в корзину покупок"
27
  "Cannot add the following product(s) to shopping cart: %s.","Невозможно добавить следующие товары в корзину покупок: %s."
28
  "Cannot add the item to shopping cart.","Невозможно добавить позицию в корзину покупок."
 
29
  "Cannot configure product","Невозможно настроить товар"
30
  "Cannot create wishlist.","Невозможно создать лист пожеланий."
31
  "Cannot load wishlist item","Невозможно загрузить позицию листа пожеланий"
@@ -70,10 +72,12 @@
70
  "Please enter a valid email addresses, separated by commas. For example johndoe@domain.com, johnsmith@domain.com.","Пожалуйста, введите правильные адреса электронной почты (emails), разделённые запятыми. Например: ivanivanov@domain.com, ivanpetrov@domain.com."
71
  "Please input a valid email address.","Пожалуйста, введите правильный адрес электронной почты (email)."
72
  "Please, enter your comments...","Пожалуйста, введите ваши комментарии..."
 
73
  "Product","Товар"
74
  "Product Details and Comment","Информация о товаре и комментарии"
75
  "Product(s) %s have required options. Each of them can be added to cart separately only.","У товаров %s есть обязательные параметры. Каждый из них может быть добавлен в корзину покупок только по отдельности."
76
  "Product(s) %s have required options. Each product can only be added individually.","Товар(ы) %s с обязательными параметрами. Каждый товар может быть добавлен только индивидуально."
 
77
  "RSS Feed","RSS канал"
78
  "RSS link to %s's wishlist","RSS ссылка на лист пожеланий (%s)"
79
  "Remove Item","Удалить позицию"
@@ -81,6 +85,7 @@
81
  "Remove item","Удалить позицию"
82
  "Requested cart item doesn't exist","Запрошенная позиция корзины не существует"
83
  "Requested wishlist doesn't exist","Запрошенный лист пожеланий не существует"
 
84
  "Share Options","Параметры публикации"
85
  "Share Wishlist","Опубликовать лист пожеланий"
86
  "Share Your Wishlist","Публикация вашего листа пожеланий"
4
  "%d product(s) have been added to shopping cart: %s.","Добавлено в корзину: %d шт. (%s)."
5
  "%s for ""%s"".","%s для ""%s""."
6
  "%s has been moved to wishlist %s","%s перемещён в лист пожеланий %s"
7
+ "%s was added to your shopping cart.","Товар %s успешно добавлен в корзину покупок."
8
  "%s's Wishlist","Лист пожеланий пользователя %s"
9
  "* Required Fields","* Обязательные поля"
10
  "Add All to Cart","Добавить все в корзину"
27
  "Cannot add item to shopping cart","Невозможно добавить позицию в корзину покупок"
28
  "Cannot add the following product(s) to shopping cart: %s.","Невозможно добавить следующие товары в корзину покупок: %s."
29
  "Cannot add the item to shopping cart.","Невозможно добавить позицию в корзину покупок."
30
+ "Cannot add the selected product to shopping cart because the product was removed from the wishlist","Невозможно добавить выбранный товар в корзину, так как он был удалён из листа пожеланий"
31
  "Cannot configure product","Невозможно настроить товар"
32
  "Cannot create wishlist.","Невозможно создать лист пожеланий."
33
  "Cannot load wishlist item","Невозможно загрузить позицию листа пожеланий"
72
  "Please enter a valid email addresses, separated by commas. For example johndoe@domain.com, johnsmith@domain.com.","Пожалуйста, введите правильные адреса электронной почты (emails), разделённые запятыми. Например: ivanivanov@domain.com, ivanpetrov@domain.com."
73
  "Please input a valid email address.","Пожалуйста, введите правильный адрес электронной почты (email)."
74
  "Please, enter your comments...","Пожалуйста, введите ваши комментарии..."
75
+ "Price","Цена"
76
  "Product","Товар"
77
  "Product Details and Comment","Информация о товаре и комментарии"
78
  "Product(s) %s have required options. Each of them can be added to cart separately only.","У товаров %s есть обязательные параметры. Каждый из них может быть добавлен в корзину покупок только по отдельности."
79
  "Product(s) %s have required options. Each product can only be added individually.","Товар(ы) %s с обязательными параметрами. Каждый товар может быть добавлен только индивидуально."
80
+ "Qty","Кол-во"
81
  "RSS Feed","RSS канал"
82
  "RSS link to %s's wishlist","RSS ссылка на лист пожеланий (%s)"
83
  "Remove Item","Удалить позицию"
85
  "Remove item","Удалить позицию"
86
  "Requested cart item doesn't exist","Запрошенная позиция корзины не существует"
87
  "Requested wishlist doesn't exist","Запрошенный лист пожеланий не существует"
88
+ "SKU","Артикул"
89
  "Share Options","Параметры публикации"
90
  "Share Wishlist","Опубликовать лист пожеланий"
91
  "Share Your Wishlist","Публикация вашего листа пожеланий"
app/locale/ru_RU/template/email/et_ipsecurity.html ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ <!--@subject IP Security - сработало правило блокировки @-->
2
+ Запрещён доступ к {{var storetype}} ({{var url}}) с
3
+
4
+ ip: {{var ip}}
5
+ ip маски: {{var ip_rule}}
6
+
7
+ время: {{var date}}
app/locale/ru_RU/template/email/et_ipsecurity_admin.html ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ <!--@subject IP Security - сработало правило блокировки @-->
2
+ Запрещён доступ к {{var storetype}} ({{var url}}) c
3
+
4
+ ip: {{var ip}}
5
+ ip маски: {{var ip_rule}}
6
+
7
+ время: {{var date}}
app/locale/ru_RU/templates_1910/email/account_new.html ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Добро пожаловать, {{var customer.name}}! @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "htmlescape var=$customer.name":"Customer Name",
6
+ "store url=\"customer/account/\"":"Customer Account Url",
7
+ "var customer.email":"Customer Email",
8
+ "htmlescape var=$customer.password":"Customer Password"}
9
+ @-->
10
+
11
+ <!--@styles
12
+ @-->
13
+
14
+ {{template config_path="design/email/header"}}
15
+ {{inlinecss file="email-inline.css"}}
16
+
17
+ <table cellpadding="0" cellspacing="0" border="0">
18
+ <tr>
19
+ <td class="action-content">
20
+ <h1>Добро пожаловать на сайт {{var store.getFrontendName()}}.</h1>
21
+ <p>Для входа в свою учётную запись на сайте просто нажмите <a href="{{store url="customer/account/"}}">Войти</a> или <a href="{{store url="customer/account/"}}">Моя учётная запись</a> вверху справа на любой странице, и введите адрес своей электронной почты (e-mail) и пароль.</p>
22
+ <p class="highlighted-text">
23
+ Данные для авторизации на сайте:<br/>
24
+ <strong>Email</strong>: {{var customer.email}}<!--<br/>
25
+ <strong>Пароль</strong>: {{htmlescape var=$customer.password}}-->
26
+ </p>
27
+ <p>Когда Вы войдёте в свою учётную запись, вам будут доступны следующие функции:</p>
28
+ <ul>
29
+ <li>Оформлять заказы быстрее, используя данные, введенные во время предыдущих посещений сайта</li>
30
+ <li>Проверять статусы ваших заказов</li>
31
+ <li>Просматривать историю заказов</li>
32
+ <li>Изменять информацию об учётной записи</li>
33
+ <li>Менять пароль</li>
34
+ <li>Сохранять дополнительные адреса (для доставки товаров нескольким родственникам или друзьям!)</li>
35
+ </ul>
36
+ <p>
37
+ Если у Вас возникли вопросы, пожалуйста, свяжитесь с нами по адресу
38
+ <a href="mailto:{{var store_email}}">{{var store_email}}</a>
39
+ {{depend store_phone}} или по телефону <a href="tel:{{var phone}}">{{var store_phone}}</a>{{/depend}}.
40
+ </p>
41
+ </td>
42
+ </tr>
43
+ </table>
44
+
45
+ {{template config_path="design/email/footer"}}
app/locale/ru_RU/templates_1910/email/account_new_confirmation.html ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Подтверждение учётной записи для {{var customer.name}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "store url=\"customer/account/\"":"Customer Account Url",
7
+ "htmlescape var=$customer.name":"Customer Name",
8
+ "var customer.email":"Customer Email",
9
+ "store url=\"customer/account/confirm/\" _query_id=$customer.id _query_key=$customer.confirmation _query_back_url=$back_url":"Confirmation Url",
10
+ "htmlescape var=$customer.password":"Customer password"}
11
+ @-->
12
+
13
+ <!--@styles
14
+ @-->
15
+
16
+ {{template config_path="design/email/header"}}
17
+ {{inlinecss file="email-inline.css"}}
18
+
19
+ <table cellpadding="0" cellspacing="0" border="0">
20
+ <tr>
21
+ <td>
22
+ <table cellpadding="0" cellspacing="0" border="0">
23
+ <tr>
24
+ <td class="action-content">
25
+ <h1>{{htmlescape var=$customer.name}},</h1>
26
+ <p>Чтобы использовать Ваш адрес электронной почты {{var customer.email}} для входа на сайт, его необходимо подтвердить.</p>
27
+ <p class="highlighted-text">
28
+ Данные для авторизации на сайте:<br/>
29
+ <strong>Email:</strong> {{var customer.email}}<!--<br/>
30
+ <strong>Пароль:</strong> {{htmlescape var=$customer.password}}-->
31
+ </p>
32
+ <p>Чтобы подтвердить адрес электронной почты и сразу авторизироваться на сайте, пожалуйста, воспользуйтесь ссылкой подтверждения (данную ссылку можно использовать только один раз):</p>
33
+ <table cellspacing="0" cellpadding="0" class="action-button" >
34
+ <tr>
35
+ <td>
36
+ <a href="{{store url="customer/account/confirm/" _query_id=$customer.id _query_key=$customer.confirmation _query_back_url=$back_url}}"><span>Подтвердить учётную запись</span></a>
37
+ </td>
38
+ </tr>
39
+ </table>
40
+ <p>
41
+ Если у Вас возникли вопросы, пожалуйста, свяжитесь с нами по адресу
42
+ <a href="mailto:{{var store_email}}">{{var store_email}}</a>
43
+ {{depend store_phone}} или по телефону <a href="tel:{{var phone}}">{{var store_phone}}</a>{{/depend}}.
44
+ </p>
45
+ </td>
46
+ </tr>
47
+ </table>
48
+ </td>
49
+ </tr>
50
+ </table>
51
+
52
+ {{template config_path="design/email/footer"}}
app/locale/ru_RU/templates_1910/email/account_new_confirmed.html ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Добро пожаловать, {{var customer.name}}! @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$customer.name":"Customer Name",
7
+ "store url=\"customer/account/\"":"Customer Account Url"}
8
+ @-->
9
+
10
+ <!--@styles
11
+ @-->
12
+
13
+ {{template config_path="design/email/header"}}
14
+ {{inlinecss file="email-inline.css"}}
15
+
16
+ <table cellpadding="0" cellspacing="0" border="0">
17
+ <tr>
18
+ <td class="action-content">
19
+ <h1>{{htmlescape var=$customer.name}},</h1>
20
+ <p>Для входа в свою учётную запись на сайте просто нажмите <a href="{{store url="customer/account/"}}">Войти</a> или <a href="{{store url="customer/account/"}}">Моя учётная запись</a> вверху справа на любой странице, и введите адрес своей электронной почты (e-mail) и пароль.</p>
21
+ <p>Когда Вы войдёте в свою учётную запись, вам будут доступны следующие функции:</p>
22
+ <ul>
23
+ <li>Оформлять заказы быстрее, используя данные, введенные во время предыдущих посещений сайта</li>
24
+ <li>Проверять статусы ваших заказов</li>
25
+ <li>Просматривать историю заказов</li>
26
+ <li>Изменять информацию об учётной записи</li>
27
+ <li>Менять пароль</li>
28
+ <li>Сохранять дополнительные адреса (для доставки товаров нескольким родственникам или друзьям!)</li>
29
+ </ul>
30
+ <p>
31
+ Если у Вас возникли вопросы, пожалуйста, свяжитесь с нами по адресу
32
+ <a href="mailto:{{var store_email}}">{{var store_email}}</a>
33
+ {{depend store_phone}} или по телефону <a href="tel:{{var phone}}">{{var store_phone}}</a>{{/depend}}.
34
+ </p>
35
+ </td>
36
+ </tr>
37
+ </table>
38
+
39
+ {{template config_path="design/email/footer"}}
app/locale/ru_RU/templates_1910/email/account_password_reset_confirmation.html ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Подтверждение сброса пароля для {{var customer.name}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$customer.name":"Customer Name",
7
+ "store url=\"customer/account/resetpassword/\" _query_id=$customer.id _query_token=$customer.rp_token":"Reset Password URL"}
8
+ @-->
9
+
10
+ <!--@styles
11
+ @-->
12
+
13
+ {{template config_path="design/email/header"}}
14
+ {{inlinecss file="email-inline.css"}}
15
+
16
+ <table cellpadding="0" cellspacing="0" border="0">
17
+ <tr>
18
+ <td class="action-content">
19
+ <h1>{{htmlescape var=$customer.name}},</h1>
20
+ <p>Мы получили запрос на изменение пароля Вашей учётной записи.</p>
21
+ <p>Если Вы отправляли запрос на изменение пароля, пожалуйста, перейдите по этой ссылке:</p>
22
+ <table cellspacing="0" cellpadding="0" class="action-button" >
23
+ <tr>
24
+ <td>
25
+ <a href="{{store url="customer/account/resetpassword/" _query_id=$customer.id _query_token=$customer.rp_token}}"><span>Сбросить пароль</span></a>
26
+ </td>
27
+ </tr>
28
+ </table>
29
+ <p>Если Вы не отправляли запрос, или решили не менять пароль, то просто проигнорируйте это письмо - пароль останется прежним.</p>
30
+ </td>
31
+ </tr>
32
+ </table>
33
+
34
+ {{template config_path="design/email/footer"}}
app/locale/ru_RU/templates_1910/email/admin_password_new.html ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Новый пароль для {{var user.name}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$user.name":"Admin Name",
7
+ "htmlescape var=$password":"Admin Password",
8
+ "store url=\"adminhtml/system_account/\"":"Admin Account Url"}
9
+ @-->
10
+
11
+ <!--@styles
12
+ @-->
13
+
14
+ {{template config_path="design/email/header"}}
15
+ {{inlinecss file="email-inline.css"}}
16
+
17
+ <table cellpadding="0" cellspacing="0" border="0">
18
+ <tr>
19
+ <td class="action-content">
20
+ <h1>{{htmlescape var=$user.name}},</h1>
21
+ <p><strong>Ваш новый пароль:</strong> {{htmlescape var=$password}}</p>
22
+ <p>Вы можете изменить Ваш пароль в любое время, посетив на сайте раздел <a href="{{store url="adminhtml/system_account/"}}">Моя учётная запись</a>.</p>
23
+ </td>
24
+ </tr>
25
+ </table>
26
+
27
+ {{template config_path="design/email/footer"}}
app/locale/ru_RU/templates_1910/email/admin_password_reset_confirmation.html ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Подтверждение сброса пароля для {{var user.name}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$user.name":"Admin Name",
7
+ "store url=\"adminhtml/index/resetpassword/\" _query_id=$user.id _query_token=$user.rp_token":"Reset Password URL",
8
+ "store url=\"adminhtml/system_account/\"":"Admin Account Url"}
9
+ @-->
10
+
11
+ <!--@styles
12
+ @-->
13
+
14
+ {{template config_path="design/email/header"}}
15
+ {{inlinecss file="email-inline.css"}}
16
+
17
+ <table cellpadding="0" cellspacing="0" border="0">
18
+ <tr>
19
+ <td class="action-content">
20
+ <h1>{{htmlescape var=$user.name}},</h1>
21
+ <p>Мы получили запрос на изменение пароля Вашей учётной записи.</p>
22
+ <p>Вы можете изменить Ваш пароль в любое время, посетив на сайте раздел <a href="{{store url="adminhtml/system_account/"}}">Моя учётная запись</a>.</p>
23
+ <p>Если Вы отправляли запрос на изменение пароля, пожалуйста, перейдите по этой ссылке:</p>
24
+ <table cellspacing="0" cellpadding="0" class="action-button">
25
+ <tr>
26
+ <td>
27
+ <a href="{{store url="adminhtml/index/resetpassword/" _query_id=$user.id _query_token=$user.rp_token}}"><span>Сбросить пароль</span></a>
28
+ </td>
29
+ </tr>
30
+ </table>
31
+ <p>Если Вы не отправляли запрос, или решили не менять пароль, то просто проигнорируйте это письмо - пароль останется прежним.</p>
32
+ </td>
33
+ </tr>
34
+ </table>
35
+
36
+ {{template config_path="design/email/footer"}}
app/locale/ru_RU/templates_1910/email/contact_form.html ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Сообщение из контактной формы@-->
2
+ <!--@vars
3
+ {"var data.name":"Sender Name",
4
+ "var data.email":"Sender Email",
5
+ "var data.telephone":"Sender Telephone",
6
+ "var data.comment":"Comment"}
7
+ @-->
8
+ Имя: {{var data.name}}
9
+ E-mail: {{var data.email}}
10
+ Телефон: {{var data.telephone}}
11
+
12
+ Комментарий: {{var data.comment}}
app/locale/ru_RU/templates_1910/email/currency_update_warning.html ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ <!--@subject Предупреждения при обновлении валюты@-->
2
+ <!--@vars
3
+ {"var warnings":"Currency Update Warnings"}
4
+ @-->
5
+
6
+ Предупреждения при обновлении валюты:
7
+ {{var warnings}}
app/locale/ru_RU/templates_1910/email/html/footer.html ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Email - Footer @-->
2
+ <!-- End Content -->
3
+ </td>
4
+ </tr>
5
+ </table>
6
+ <h5 class="closing-text">С уважением, {{var store.getFrontendName()}}!</h5>
7
+ </td>
8
+ </tr>
9
+ </table>
10
+ <!-- End wrapper table -->
11
+ </body>
app/locale/ru_RU/templates_1910/email/html/header.html ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Email - Header @-->
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml">
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
+ <meta name="viewport" content="initial-scale=1.0, width=device-width" />
7
+ </head>
8
+ <body>
9
+ {{var non_inline_styles}}
10
+ <!-- Begin wrapper table -->
11
+ <table width="100%" cellpadding="0" cellspacing="0" border="0" id="background-table">
12
+ <tr>
13
+ <td valign="top" class="container-td" align="center">
14
+ <table cellpadding="0" cellspacing="0" border="0" align="center" class="container-table">
15
+ <tr>
16
+ <td>
17
+ <table cellpadding="0" cellspacing="0" border="0" class="logo-container">
18
+ <tr>
19
+ <td class="logo">
20
+ <a href="{{store url=""}}">
21
+ <img
22
+ {{if logo_width}}
23
+ width="{{var logo_width}}"
24
+ {{else}}
25
+ width="165"
26
+ {{/if}}
27
+
28
+ {{if logo_height}}
29
+ height="{{var logo_height}}"
30
+ {{else}}
31
+ height="48"
32
+ {{/if}}
33
+
34
+ src="{{var logo_url}}"
35
+ alt="{{var logo_alt}}"
36
+ border="0"/>
37
+ </a>
38
+ </td>
39
+ </tr>
40
+ </table>
41
+ </td>
42
+ </tr>
43
+ <tr>
44
+ <td valign="top" class="top-content">
45
+ <!-- Begin Content -->
app/locale/ru_RU/templates_1910/email/log_clean_warning.html ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ <!--@subject Предупреждения при очищении лога @-->
2
+ <!--@vars
3
+ {"var warnings":"Log Cleanup Warnings"}
4
+ @-->
5
+ Предупреждения при очищении лога:
6
+
7
+ {{var warnings}}
app/locale/ru_RU/templates_1910/email/moneybookers_activateemail.html ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ <!--@subject {{var subject}} @-->
2
+ {{var store.getFrontendName()}}<br>
3
+ Moneybookers Email адрес: {{var email_addr}}<br>
4
+ Moneybookers ИД клиента: {{var customer_id}}<br>
5
+ URL: {{var url}}<br>
6
+ Язык: {{var language}}<br>
app/locale/ru_RU/templates_1910/email/newsletter_subscr_confirm.html ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Подтверждение подписки на новости @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$customer.name":"Customer Name",
7
+ "var subscriber.getConfirmationLink()":"Subscriber Confirmation Url"}
8
+ @-->
9
+ <!--@styles
10
+ @-->
11
+
12
+ {{template config_path="design/email/header"}}
13
+ {{inlinecss file="email-inline.css"}}
14
+
15
+ <table cellpadding="0" cellspacing="0" border="0">
16
+ <tr>
17
+ <td class="action-content">
18
+ <h1>Благодарим вас за подписку на новости сайта.</h1>
19
+ <p>Чтобы начать получать письма с нашего сайта, вам необходимо подтвердить своё желание, нажав на ссылку:</p>
20
+ <table cellspacing="0" cellpadding="0" class="action-button" >
21
+ <tr>
22
+ <td>
23
+ <a href="{{var subscriber.getConfirmationLink()}}"><span>Подтвердить подписку</span></a>
24
+ </td>
25
+ </tr>
26
+ </table>
27
+ </td>
28
+ </tr>
29
+ </table>
30
+
31
+ {{template config_path="design/email/footer"}}
app/locale/ru_RU/templates_1910/email/newsletter_subscr_success.html ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Подписка на новости успешно завершена @-->
2
+
3
+ {{template config_path="design/email/header"}}
4
+ {{inlinecss file="email-inline.css"}}
5
+
6
+ <table cellpadding="0" cellspacing="0" border="0">
7
+ <tr>
8
+ <td class="action-content">
9
+ <h4>Подписка на новости успешно завершена.</h4>
10
+ </td>
11
+ </tr>
12
+ </table>
13
+
14
+ {{template config_path="design/email/footer"}}
app/locale/ru_RU/templates_1910/email/newsletter_unsub_success.html ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Вы успешно отписались от рассылки новостей @-->
2
+
3
+ {{template config_path="design/email/header"}}
4
+ {{inlinecss file="email-inline.css"}}
5
+
6
+ <table cellpadding="0" cellspacing="0" border="0">
7
+ <tr>
8
+ <td class="action-content">
9
+ <h1>Вы успешно отписались от рассылки новостей.</h1>
10
+ </td>
11
+ </tr>
12
+ </table>
13
+
14
+ {{template config_path="design/email/footer"}}
app/locale/ru_RU/templates_1910/email/password_new.html ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Новый пароль для {{var customer.name}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "store url=\"customer/account/\"":"Customer Account Url",
7
+ "htmlescape var=$customer.name":"Customer Name",
8
+ "htmlescape var=$customer.password":"Customer New Password"}
9
+ @-->
10
+ <!--@styles
11
+ @-->
12
+
13
+ {{template config_path="design/email/header"}}
14
+ {{inlinecss file="email-inline.css"}}
15
+
16
+ <table cellpadding="0" cellspacing="0" border="0">
17
+ <tr>
18
+ <td class="action-content">
19
+ <h1>{{htmlescape var=$customer.name}},</h1>
20
+ <p><strong>Ваш новый пароль:</strong> {{htmlescape var=$customer.password}}</p>
21
+ <p>Вы можете изменить Ваш пароль в любое время, посетив на сайте раздел <a href="{{store url="customer/account/"}}">Моя учётная запись</a>.</p>
22
+ </td>
23
+ </tr>
24
+ </table>
25
+
26
+ {{template config_path="design/email/footer"}}
app/locale/ru_RU/templates_1910/email/payment_failed.html ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Напоминание: Платёжная транзакция не удалась @-->
2
+ <!--@vars
3
+ {"var reason":"Transaction Failed Reason",
4
+ "var checkoutType":"Checkout Type",
5
+ "var customerEmail":"Customer Email",
6
+ "var customer":"Customer Name",
7
+ "var items":"Shopping Cart Items",
8
+ "var total":"Total",
9
+ "var billingAddress.format('html')":"Billing Address",
10
+ "var shippingAddress.format('html')":"Shipping Address",
11
+ "var shippingMethod":"Shipping Method",
12
+ "var paymentMethod":"Payment Method",
13
+ "var dateAndTime":"Date and Time of Transaction"}
14
+ @-->
15
+
16
+ <table>
17
+ <thead>
18
+ <tr>
19
+ <th>Платёжная транзакция не удалась.</th>
20
+ </tr>
21
+ </thead>
22
+ <tbody>
23
+ <tr>
24
+ <td>
25
+ <p>
26
+ <b>Причина</b><br />
27
+ {{var reason}}
28
+ </p>
29
+ <p>
30
+ <b>Тип оформления заказа</b><br />
31
+ {{var checkoutType}}
32
+ </p>
33
+ <p>
34
+ <b>Клиент:</b><br />
35
+ <a href="mailto:{{var customerEmail}}">{{var customer}}</a> &lt;{{var customerEmail}}&gt;
36
+ </p>
37
+ <p>
38
+ <b>Позиции</b><br />
39
+ {{var items}}
40
+ </p>
41
+ <p>
42
+ <b>Итого:</b><br />
43
+ {{var total}}
44
+ </p>
45
+ <p>
46
+ <b>Адрес плательщика:</b><br />
47
+ {{var billingAddress.format('html')}}
48
+ </p>
49
+ <p>
50
+ <b>Адрес доставки:</b><br />
51
+ {{var shippingAddress.format('html')}}
52
+ </p>
53
+ <p>
54
+ <b>Метод доставки:</b><br />
55
+ {{var shippingMethod}}
56
+ </p>
57
+ <p>
58
+ <b>Метод оплаты:</b><br />
59
+ {{var paymentMethod}}
60
+ </p>
61
+ <p>
62
+ <b>Дата и время:</b><br />
63
+ {{var dateAndTime}}
64
+ </p>
65
+ </td>
66
+ </tr>
67
+ </tbody>
68
+ </table>
app/locale/ru_RU/templates_1910/email/product_alert_cron_error.html ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ <!--@subject Ошибка планировщика задач (Cron): Оповещения о товаре @-->
2
+ <!--@vars
3
+ {"var warnings":"Warnings"}
4
+ @-->
5
+ Предупреждения при выполнении планировщика задач (Оповещения о товаре):
6
+
7
+ {{var warnings}}
app/locale/ru_RU/templates_1910/email/product_price_alert.html ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Оповещение: Изменение цены товара @-->
2
+ <!--@vars
3
+ {"var customerName":"Customer Name",
4
+ "var alertGrid":"Alert Data Grid"}
5
+ @-->
6
+ {{template config_path="design/email/header"}}
7
+ {{inlinecss file="email-inline.css"}}
8
+
9
+ <table cellpadding="0" cellspacing="0" border="0">
10
+ <tr>
11
+ <td class="action-content">
12
+ <h1>{{var customerName}},</h1>
13
+
14
+ {{var alertGrid}}
15
+ </td>
16
+ </tr>
17
+ </table>
18
+
19
+ {{template config_path="design/email/footer"}}
app/locale/ru_RU/templates_1910/email/product_share.html ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Добро пожаловать, {{var name}} @-->
2
+ <!--@vars
3
+ {"htmlescape var=$name":"Recipient Name",
4
+ "var email":"Recipient Email address",
5
+ "var product_url":"Url for Product",
6
+ "var product_name":"Product Name",
7
+ "var product_image":"Url for product small image (75 px)",
8
+ "var sender_name":"Sender name",
9
+ "var sender_email":"Sender email",
10
+ "var message":"Sender Message"}
11
+ @-->
12
+
13
+ {{template config_path="design/email/header"}}
14
+ {{inlinecss file="email-inline.css"}}
15
+
16
+ <table cellpadding="0" cellspacing="0" border="0">
17
+ <tr>
18
+ <td class="action-content">
19
+ <h1>{{htmlescape var=$name}},</h1>
20
+ <p>Ваш друг хочет показать вам эти товары: <a href="{{var product_url}}">{{var product_name}}</a></p>
21
+ <table cellspacing="0" cellpadding="0" class="message-container">
22
+ <tr>
23
+ <td><strong>Сообщение:</strong> {{var message}}</td>
24
+ </tr>
25
+ </table>
26
+ </td>
27
+ </tr>
28
+ </table>
29
+
30
+ {{template config_path="design/email/footer"}}
app/locale/ru_RU/templates_1910/email/product_stock_alert.html ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Оповещение: Товары, вернувшиеся в ассортимент @-->
2
+ <!--@vars
3
+ {"var customerName":"Customer Name",
4
+ "var alertGrid":"Alert Data Grid"}
5
+ @-->
6
+ {{template config_path="design/email/header"}}
7
+ {{inlinecss file="email-inline.css"}}
8
+
9
+ <table cellpadding="0" cellspacing="0" border="0">
10
+ <tr>
11
+ <td class="action-content">
12
+ <h1>{{var customerName}},</h1>
13
+
14
+ {{var alertGrid}}
15
+ </td>
16
+ </tr>
17
+ </table>
18
+
19
+ {{template config_path="design/email/footer"}}
app/locale/ru_RU/templates_1910/email/sales/creditmemo_new.html ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Возврат платежа # {{var creditmemo.increment_id}} для заказа # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "store url=\"customer/account/\"":"Customer Account Url",
9
+ "var creditmemo.increment_id":"Credit Memo Id",
10
+ "var order.increment_id":"Order Id",
11
+ "var order.billing_address.format('html')":"Billing Address",
12
+ "payment_html":"Payment Details",
13
+ "var order.shipping_address.format('html')":"Shipping Address",
14
+ "var order.shipping_description":"Shipping Description",
15
+ "layout handle=\"sales_email_order_creditmemo_items\" creditmemo=$creditmemo order=$order":"Credit Memo Items Grid",
16
+ "var comment":"Credit Memo Comment"}
17
+ @-->
18
+ <!--@styles
19
+ @-->
20
+
21
+ {{template config_path="design/email/header"}}
22
+ {{inlinecss file="email-inline.css"}}
23
+
24
+ <table cellpadding="0" cellspacing="0" border="0">
25
+ <tr>
26
+ <td>
27
+ <table cellpadding="0" cellspacing="0" border="0">
28
+ <tr>
29
+ <td class="email-heading">
30
+ <h1>Спасибо за Ваш заказ на сайте {{var store.getFrontendName()}}.</h1>
31
+ <p>Вы в любой момент можете проверить статус заказа на сайте, <a href="{{store url="customer/account/"}}"">посетив свою учётную запись</a>.</p>
32
+ </td>
33
+ <td class="store-info">
34
+ <h4>Есть вопросы по заказу?</h4>
35
+ <p>
36
+ {{depend store_phone}}
37
+ <b>Свяжитесь с нами:</b>
38
+ <a href="tel:{{var phone}}">{{var store_phone}}</a><br>
39
+ {{/depend}}
40
+ {{depend store_hours}}
41
+ <span class="no-link">{{var store_hours}}</span><br>
42
+ {{/depend}}
43
+ {{depend store_email}}
44
+ <b>Email:</b> <a href="mailto:{{var store_email}}">{{var store_email}}</a>
45
+ {{/depend}}
46
+ </p>
47
+ </td>
48
+ </tr>
49
+ </table>
50
+ </td>
51
+ </tr>
52
+ <tr>
53
+ <td class="order-details">
54
+ <h3>Возврат платежа <span class="no-link">#{{var creditmemo.increment_id}}</span></h3>
55
+ <p>Заказ <span class="no-link">#{{var order.increment_id}}</span></p>
56
+ </td>
57
+ </tr>
58
+ <tr class="order-information">
59
+ <td>
60
+ {{if comment}}
61
+ <table cellspacing="0" cellpadding="0" class="message-container">
62
+ <tr>
63
+ <td>{{var comment}}</td>
64
+ </tr>
65
+ </table>
66
+ {{/if}}
67
+ {{layout handle="sales_email_order_creditmemo_items" creditmemo=$creditmemo order=$order}}
68
+ <table cellpadding="0" cellspacing="0" border="0">
69
+ <tr>
70
+ <td class="address-details">
71
+ <h6>Информация о плательщике:</h6>
72
+ <p><span class="no-link">{{var order.billing_address.format('html')}}</span></p>
73
+ </td>
74
+ {{depend order.getIsNotVirtual()}}
75
+ <td class="address-details">
76
+ <h6>Информация о доставке:</h6>
77
+ <p><span class="no-link">{{var order.shipping_address.format('html')}}</span></p>
78
+ </td>
79
+ {{/depend}}
80
+ </tr>
81
+ <tr>
82
+ <td class="method-info">
83
+ <h6>Метод оплаты:</h6>
84
+ {{var payment_html}}
85
+ </td>
86
+ {{depend order.getIsNotVirtual()}}
87
+ <td class="method-info">
88
+ <h6>Метод доставки:</h6>
89
+ <p>{{var order.shipping_description}}</p>
90
+ </td>
91
+ {{/depend}}
92
+ </tr>
93
+ </table>
94
+ </td>
95
+ </tr>
96
+ </table>
97
+
98
+ {{template config_path="design/email/footer"}}
app/locale/ru_RU/templates_1910/email/sales/creditmemo_new_guest.html ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Возврат платежа # {{var creditmemo.increment_id}} для заказа # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$billing.getName()":"Guest Customer Name (Billing)",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "var creditmemo.increment_id":"Credit Memo Id",
9
+ "var order.increment_id":"Order Id",
10
+ "var order.billing_address.format('html')":"Billing Address",
11
+ "var payment_html":"Payment Details",
12
+ "var order.shipping_address.format('html')":"Shipping Address",
13
+ "var order.shipping_description":"Shipping Description",
14
+ "layout handle=\"sales_email_order_creditmemo_items\" creditmemo=$creditmemo order=$order":"Credit Memo Items Grid",
15
+ "var comment":"Credit Memo Comment"}
16
+ @-->
17
+ <!--@styles
18
+ @-->
19
+
20
+ {{template config_path="design/email/header"}}
21
+ {{inlinecss file="email-inline.css"}}
22
+
23
+ <table cellpadding="0" cellspacing="0" border="0">
24
+ <tr>
25
+ <td>
26
+ <table cellpadding="0" cellspacing="0" border="0">
27
+ <tr>
28
+ <td class="email-heading">
29
+ <h1>Спасибо за Ваш заказ на сайте {{var store.getFrontendName()}}.</h1>
30
+ <p>Вы в любой момент можете проверить статус заказа на сайте, <a href="{{store url="customer/account/"}}"">посетив свою учётную запись</a>.</p>
31
+ </td>
32
+ <td class="store-info">
33
+ <h4>Есть вопросы по заказу?</h4>
34
+ <p>
35
+ {{depend store_phone}}
36
+ <b>Свяжитесь с нами:</b>
37
+ <a href="tel:{{var phone}}">{{var store_phone}}</a><br>
38
+ {{/depend}}
39
+ {{depend store_hours}}
40
+ <span class="no-link">{{var store_hours}}</span><br>
41
+ {{/depend}}
42
+ {{depend store_email}}
43
+ <b>Email:</b> <a href="mailto:{{var store_email}}">{{var store_email}}</a>
44
+ {{/depend}}
45
+ </p>
46
+ </td>
47
+ </tr>
48
+ </table>
49
+ </td>
50
+ </tr>
51
+ <tr>
52
+ <td class="order-details">
53
+ <h3>Возврат платежа <span class="no-link">#{{var creditmemo.increment_id}}</span></h3>
54
+ <p>Заказ <span class="no-link">#{{var order.increment_id}}</span></p>
55
+ </td>
56
+ </tr>
57
+ <tr class="order-information">
58
+ <td>
59
+ {{if comment}}
60
+ <table cellspacing="0" cellpadding="0" class="message-container">
61
+ <tr>
62
+ <td>{{var comment}}</td>
63
+ </tr>
64
+ </table>
65
+ {{/if}}
66
+ {{layout handle="sales_email_order_creditmemo_items" creditmemo=$creditmemo order=$order}}
67
+ <table cellpadding="0" cellspacing="0" border="0">
68
+ <tr>
69
+ <td class="address-details">
70
+ <h6>Информация о плательщике:</h6>
71
+ <p><span class="no-link">{{var order.billing_address.format('html')}}</span></p>
72
+ </td>
73
+ {{depend order.getIsNotVirtual()}}
74
+ <td class="address-details">
75
+ <h6>Информация о доставке:</h6>
76
+ <p><span class="no-link">{{var order.shipping_address.format('html')}}</span></p>
77
+ </td>
78
+ {{/depend}}
79
+ </tr>
80
+ <tr>
81
+ <td class="method-info">
82
+ <h6>Метод оплаты:</h6>
83
+ {{var payment_html}}
84
+ </td>
85
+ {{depend order.getIsNotVirtual()}}
86
+ <td class="method-info">
87
+ <h6>Метод доставки:</h6>
88
+ <p>{{var order.shipping_description}}</p>
89
+ </td>
90
+ {{/depend}}
91
+ </tr>
92
+ </table>
93
+ </td>
94
+ </tr>
95
+ </table>
96
+
97
+ {{template config_path="design/email/footer"}}
app/locale/ru_RU/templates_1910/email/sales/creditmemo_update.html ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Возврат платежа # {{var creditmemo.increment_id}} изменён @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var order.increment_id":"Order Id",
8
+ "var order.getStatusLabel()":"Order Status",
9
+ "store url=\"customer/account/\"":"Customer Account Url",
10
+ "var comment":"Credit Memo Comment",
11
+ "var store.getFrontendName()":"Store Name"}
12
+ @-->
13
+ <!--@styles
14
+ @-->
15
+
16
+ {{template config_path="design/email/header"}}
17
+ {{inlinecss file="email-inline.css"}}
18
+
19
+ <table cellpadding="0" cellspacing="0" border="0">
20
+ <tr>
21
+ <td>
22
+ <table cellpadding="0" cellspacing="0" border="0">
23
+ <tr>
24
+ <td class="action-content">
25
+ <h1>{{htmlescape var=$order.getCustomerName()}},</h1>
26
+ <p>Ваш заказ <span class="no-link">#{{var order.increment_id}}</span> был изменён. Текущий статус заказа: <strong>{{var order.getStatusLabel()}}</strong></p>
27
+ {{if comment}}
28
+ <table cellspacing="0" cellpadding="0" class="message-container">
29
+ <tr>
30
+ <td>{{var comment}}</td>
31
+ </tr>
32
+ </table>
33
+ {{/if}}
34
+ <p>Вы в любой момент можете проверить статус заказа на сайте, <a href="{{store url="customer/account/"}}">посетив свою учётную запись</a>.</p>
35
+ <p>
36
+ Если у Вас возникли вопросы, пожалуйста, свяжитесь с нами по адресу
37
+ <a href="mailto:{{var store_email}}">{{var store_email}}</a>
38
+ {{depend store_phone}} или по телефону <a href="tel:{{var phone}}">{{var store_phone}}</a>{{/depend}}.
39
+ </p>
40
+ </td>
41
+ </tr>
42
+ </table>
43
+ </td>
44
+ </tr>
45
+ </table>
46
+
47
+ {{template config_path="design/email/footer"}}
app/locale/ru_RU/templates_1910/email/sales/creditmemo_update_guest.html ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Возврат платежа # {{var creditmemo.increment_id}} изменён @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+
7
+ "htmlescape var=$billing.getName()":"Guest Customer Name",
8
+ "var order.increment_id":"Order Id",
9
+ "var order.getStatusLabel()":"Order Status",
10
+ "var comment":"Credit Memo Comment",
11
+ "var store.getFrontendName()":"Store Name"}
12
+ @-->
13
+ <!--@styles
14
+ @-->
15
+
16
+ {{template config_path="design/email/header"}}
17
+ {{inlinecss file="email-inline.css"}}
18
+
19
+ <table cellpadding="0" cellspacing="0" border="0">
20
+ <tr>
21
+ <td>
22
+ <table cellpadding="0" cellspacing="0" border="0">
23
+ <tr>
24
+ <td class="action-content">
25
+ <h1>{{htmlescape var=$billing.getName()}},</h1>
26
+ <p>Ваш заказ <span class="no-link">#{{var order.increment_id}}</span> был изменён. Текущий статус заказа: <strong>{{var order.getStatusLabel()}}</strong></p>
27
+ {{if comment}}
28
+ <table cellspacing="0" cellpadding="0" class="message-container">
29
+ <tr>
30
+ <td>{{var comment}}</td>
31
+ </tr>
32
+ </table>
33
+ {{/if}}
34
+ <p>Вы в любой момент можете проверить статус заказа на сайте, <a href="{{store url="customer/account/"}}">посетив свою учётную запись</a>.</p>
35
+ <p>
36
+ Если у Вас возникли вопросы, пожалуйста, свяжитесь с нами по адресу
37
+ <a href="mailto:{{var store_email}}">{{var store_email}}</a>
38
+ {{depend store_phone}} или по телефону <a href="tel:{{var phone}}">{{var store_phone}}</a>{{/depend}}.
39
+ </p>
40
+ </td>
41
+ </tr>
42
+ </table>
43
+ </td>
44
+ </tr>
45
+ </table>
46
+
47
+ {{template config_path="design/email/footer"}}
app/locale/ru_RU/templates_1910/email/sales/invoice_new.html ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Счёт # {{var invoice.increment_id}} для заказа # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "store url=\"customer/account/\"":"Customer Account Url",
9
+ "var invoice.increment_id":"Invoice Id",
10
+ "var order.increment_id":"Order Id",
11
+ "var order.billing_address.format('html')":"Billing Address",
12
+ "var payment_html":"Payment Details",
13
+ "var order.shipping_address.format('html')":"Shipping Address",
14
+ "var order.shipping_description":"Shipping Description",
15
+ "layout area=\"frontend\" handle=\"sales_email_order_invoice_items\" invoice=$invoice order=$order":"Invoice Items Grid",
16
+ "var comment":"Invoice Comment"}
17
+ @-->
18
+ <!--@styles
19
+ @-->
20
+
21
+
22
+ {{template config_path="design/email/header"}}
23
+ {{inlinecss file="email-inline.css"}}
24
+
25
+ <table cellpadding="0" cellspacing="0" border="0">
26
+ <tr>
27
+ <td>
28
+ <table cellpadding="0" cellspacing="0" border="0">
29
+ <tr>
30
+ <td class="email-heading">
31
+ <h1>Спасибо за Ваш заказ на сайте {{var store.getFrontendName()}}.</h1>
32
+ <p>Вы в любой момент можете проверить статус заказа на сайте, <a href="{{store url="customer/account/"}}">посетив свою учётную запись</a>.</p>
33
+ </td>
34
+ <td class="store-info">
35
+ <h4>Есть вопросы по заказу?</h4>
36
+ <p>
37
+ {{depend store_phone}}
38
+ <b>Свяжитесь с нами:</b>
39
+ <a href="tel:{{var phone}}">{{var store_phone}}</a><br>
40
+ {{/depend}}
41
+ {{depend store_hours}}
42
+ <span class="no-link">{{var store_hours}}</span><br>
43
+ {{/depend}}
44
+ {{depend store_email}}
45
+ <b>Email:</b> <a href="mailto:{{var store_email}}">{{var store_email}}</a>
46
+ {{/depend}}
47
+ </p>
48
+ </td>
49
+ </tr>
50
+ </table>
51
+ </td>
52
+ </tr>
53
+ <tr>
54
+ <td class="order-details">
55
+ <h3>Ваш счёт <span class="no-link">#{{var invoice.increment_id}}</span></h3>
56
+ <p>Заказ <span class="no-link">#{{var order.increment_id}}</span></p>
57
+ </td>
58
+ </tr>
59
+ <tr class="order-information">
60
+ <td>
61
+ {{if comment}}
62
+ <table cellspacing="0" cellpadding="0" class="message-container">
63
+ <tr>
64
+ <td>{{var comment}}</td>
65
+ </tr>
66
+ </table>
67
+ {{/if}}
68
+ {{layout area="frontend" handle="sales_email_order_invoice_items" invoice=$invoice order=$order}}
69
+ <table cellpadding="0" cellspacing="0" border="0">
70
+ <tr>
71
+ <td class="address-details">
72
+ <h6>Информация о плательщике:</h6>
73
+ <p><span class="no-link">{{var order.billing_address.format('html')}}</span></p>
74
+ </td>
75
+ {{depend order.getIsNotVirtual()}}
76
+ <td class="address-details">
77
+ <h6>Информация о доставке:</h6>
78
+ <p><span class="no-link">{{var order.shipping_address.format('html')}}</span></p>
79
+ </td>
80
+ {{/depend}}
81
+ </tr>
82
+ <tr>
83
+ <td class="method-info">
84
+ <h6>Метод оплаты:</h6>
85
+ {{var payment_html}}
86
+ </td>
87
+ {{depend order.getIsNotVirtual()}}
88
+ <td class="method-info">
89
+ <h6>Метод доставки:</h6>
90
+ <p>{{var order.shipping_description}}</p>
91
+ </td>
92
+ {{/depend}}
93
+ </tr>
94
+ </table>
95
+ </td>
96
+ </tr>
97
+ </table>
98
+
99
+ {{template config_path="design/email/footer"}}
app/locale/ru_RU/templates_1910/email/sales/invoice_new_guest.html ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Счёт # {{var invoice.increment_id}} для заказа # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "store url=\"customer/account/\"":"Customer Account Url",
9
+ "var invoice.increment_id":"Invoice Id",
10
+ "var order.increment_id":"Order Id",
11
+ "var order.billing_address.format('html')":"Billing Address",
12
+ "var payment_html":"Payment Details",
13
+ "var order.shipping_address.format('html')":"Shipping Address",
14
+ "var order.shipping_description":"Shipping Description",
15
+ "layout area=\"frontend\" handle=\"sales_email_order_invoice_items\" invoice=$invoice order=$order":"Invoice Items Grid",
16
+ "var comment":"Invoice Comment"}
17
+ @-->
18
+ <!--@styles
19
+ @-->
20
+
21
+
22
+ {{template config_path="design/email/header"}}
23
+ {{inlinecss file="email-inline.css"}}
24
+
25
+ <table cellpadding="0" cellspacing="0" border="0">
26
+ <tr>
27
+ <td>
28
+ <table cellpadding="0" cellspacing="0" border="0">
29
+ <tr>
30
+ <td class="email-heading">
31
+ <h1>Спасибо за Ваш заказ на сайте {{var store.getFrontendName()}}.</h1>
32
+ <p>Вы в любой момент можете проверить статус заказа на сайте, <a href="{{store url="customer/account/"}}">посетив свою учётную запись</a>.</p>
33
+ </td>
34
+ <td class="store-info">
35
+ <h4>Есть вопросы по заказу?</h4>
36
+ <p>
37
+ {{depend store_phone}}
38
+ <b>Свяжитесь с нами:</b>
39
+ <a href="tel:{{var phone}}">{{var store_phone}}</a><br>
40
+ {{/depend}}
41
+ {{depend store_hours}}
42
+ <span class="no-link">{{var store_hours}}</span><br>
43
+ {{/depend}}
44
+ {{depend store_email}}
45
+ <b>Email:</b> <a href="mailto:{{var store_email}}">{{var store_email}}</a>
46
+ {{/depend}}
47
+ </p>
48
+ </td>
49
+ </tr>
50
+ </table>
51
+ </td>
52
+ </tr>
53
+ <tr>
54
+ <td class="order-details">
55
+ <h3>Ваш счёт <span class="no-link">#{{var invoice.increment_id}}</span></h3>
56
+ <p>Заказ <span class="no-link">#{{var order.increment_id}}</span></p>
57
+ </td>
58
+ </tr>
59
+ <tr class="order-information">
60
+ <td>
61
+ {{if comment}}
62
+ <table cellspacing="0" cellpadding="0" class="message-container">
63
+ <tr>
64
+ <td>{{var comment}}</td>
65
+ </tr>
66
+ </table>
67
+ {{/if}}
68
+ {{layout area="frontend" handle="sales_email_order_invoice_items" invoice=$invoice order=$order}}
69
+ <table cellpadding="0" cellspacing="0" border="0">
70
+ <tr>
71
+ <td class="address-details">
72
+ <h6>Информация о плательщике:</h6>
73
+ <p><span class="no-link">{{var order.billing_address.format('html')}}</span></p>
74
+ </td>
75
+ {{depend order.getIsNotVirtual()}}
76
+ <td class="address-details">
77
+ <h6>Информация о доставке:</h6>
78
+ <p><span class="no-link">{{var order.shipping_address.format('html')}}</span></p>
79
+ </td>
80
+ {{/depend}}
81
+ </tr>
82
+ <tr>
83
+ <td class="method-info">
84
+ <h6>Метод оплаты:</h6>
85
+ {{var payment_html}}
86
+ </td>
87
+ {{depend order.getIsNotVirtual()}}
88
+ <td class="method-info">
89
+ <h6>Метод доставки:</h6>
90
+ <p>{{var order.shipping_description}}</p>
91
+ </td>
92
+ {{/depend}}
93
+ </tr>
94
+ </table>
95
+ </td>
96
+ </tr>
97
+ </table>
98
+
99
+ {{template config_path="design/email/footer"}}
app/locale/ru_RU/templates_1910/email/sales/invoice_update.html ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Счёт # {{var invoice.increment_id}} изменён @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var order.increment_id":"Order Id",
8
+ "var order.getStatusLabel()":"Order Status",
9
+ "store url=\"customer/account/\"":"Customer Account Url",
10
+ "var comment":"Invoice Comment",
11
+ "var store.getFrontendName()":"Store Name"}
12
+ @-->
13
+ <!--@styles
14
+ @-->
15
+
16
+
17
+ {{template config_path="design/email/header"}}
18
+ {{inlinecss file="email-inline.css"}}
19
+
20
+ <table cellpadding="0" cellspacing="0" border="0">
21
+ <tr>
22
+ <td>
23
+ <table cellpadding="0" cellspacing="0" border="0">
24
+ <tr>
25
+ <td class="action-content">
26
+ <h1>{{htmlescape var=$order.getCustomerName()}},</h1>
27
+ <p>Ваш заказ <span class="no-link">#{{var order.increment_id}}</span> был изменён. Текущий статус заказа: <strong>{{var order.getStatusLabel()}}</strong></p>
28
+ {{if comment}}
29
+ <table cellspacing="0" cellpadding="0" class="message-container">
30
+ <tr>
31
+ <td>{{var comment}}</td>
32
+ </tr>
33
+ </table>
34
+ {{/if}}
35
+ <p>Вы в любой момент можете проверить статус заказа на сайте, <a href="{{store url="customer/account/"}}">посетив свою учётную запись</a>.</p>
36
+ <p>
37
+ Если у Вас возникли вопросы, пожалуйста, свяжитесь с нами по адресу
38
+ <a href="mailto:{{var store_email}}">{{var store_email}}</a>
39
+ {{depend store_phone}} или по телефону <a href="tel:{{var phone}}">{{var store_phone}}</a>{{/depend}}.
40
+ </p>
41
+ </td>
42
+ </tr>
43
+ </table>
44
+ </td>
45
+ </tr>
46
+ </table>
47
+
48
+ {{template config_path="design/email/footer"}}
app/locale/ru_RU/templates_1910/email/sales/invoice_update_guest.html ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Счёт # {{var invoice.increment_id}} изменён @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$billing.getName()":"Guest Customer Name",
7
+ "var order.increment_id":"Order Id",
8
+ "var order.getStatusLabel()":"Order Status",
9
+ "var comment":"Invoice Comment",
10
+ "var store.getFrontendName()":"Store Name"}
11
+ @-->
12
+ <!--@styles
13
+ @-->
14
+
15
+ {{template config_path="design/email/header"}}
16
+ {{inlinecss file="email-inline.css"}}
17
+
18
+ <table cellpadding="0" cellspacing="0" border="0">
19
+ <tr>
20
+ <td>
21
+ <table cellpadding="0" cellspacing="0" border="0">
22
+ <tr>
23
+ <td class="action-content">
24
+ <h1>{{htmlescape var=$billing.getName()}},</h1>
25
+ <p>Ваш заказ <span class="no-link">#{{var order.increment_id}}</span> был изменён. Текущий статус заказа: <strong>{{var order.getStatusLabel()}}</strong></p>
26
+ {{if comment}}
27
+ <table cellspacing="0" cellpadding="0" class="message-container">
28
+ <tr>
29
+ <td>{{var comment}}</td>
30
+ </tr>
31
+ </table>
32
+ {{/if}}
33
+ <p>Вы в любой момент можете проверить статус заказа на сайте, <a href="{{store url="customer/account/"}}">посетив свою учётную запись</a>.</p>
34
+ <p>
35
+ Если у Вас возникли вопросы, пожалуйста, свяжитесь с нами по адресу
36
+ <a href="mailto:{{var store_email}}">{{var store_email}}</a>
37
+ {{depend store_phone}} или по телефону <a href="tel:{{var phone}}">{{var store_phone}}</a>{{/depend}}.
38
+ </p>
39
+ </td>
40
+ </tr>
41
+ </table>
42
+ </td>
43
+ </tr>
44
+ </table>
45
+
46
+ {{template config_path="design/email/footer"}}
app/locale/ru_RU/templates_1910/email/sales/order_new.html ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Новый заказ # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "store url=\"customer/account/\"":"Customer Account Url",
9
+ "var order.increment_id":"Order Id",
10
+ "var order.getCreatedAtFormated('long')":"Order Created At (datetime)",
11
+ "var order.getBillingAddress().format('html')":"Billing Address",
12
+ "var payment_html":"Payment Details",
13
+ "var order.getShippingAddress().format('html')":"Shipping Address",
14
+ "var order.getShippingDescription()":"Shipping Description",
15
+ "layout handle=\"sales_email_order_items\" order=$order":"Order Items Grid",
16
+ "var order.getEmailCustomerNote()":"Email Order Note"}
17
+ @-->
18
+ <!--@styles
19
+ @-->
20
+
21
+ {{template config_path="design/email/header"}}
22
+ {{inlinecss file="email-inline.css"}}
23
+
24
+ <table cellpadding="0" cellspacing="0" border="0">
25
+ <tr>
26
+ <td>
27
+ <table cellpadding="0" cellspacing="0" border="0">
28
+ <tr>
29
+ <td class="email-heading">
30
+ <h1>Спасибо за Ваш заказ на сайте {{var store.getFrontendName()}}.</h1>
31
+ <p>Как только заказ будет отгружен, мы вышлем вам электронное письмо со ссылкой, по которой можно отслеживать процесс доставки. Информация о вашем заказе находится ниже.</p>
32
+ <p>Вы в любой момент можете проверить статус заказа на сайте, <a href="{{store url="customer/account/"}}">посетив свою учётную запись</a>.</p>
33
+ </td>
34
+ <td class="store-info">
35
+ <h4>Есть вопросы по заказу?</h4>
36
+ <p>
37
+ {{depend store_phone}}
38
+ <b>Свяжитесь с нами:</b>
39
+ <a href="tel:{{var phone}}">{{var store_phone}}</a><br>
40
+ {{/depend}}
41
+ {{depend store_hours}}
42
+ <span class="no-link">{{var store_hours}}</span><br>
43
+ {{/depend}}
44
+ {{depend store_email}}
45
+ <b>Email:</b> <a href="mailto:{{var store_email}}">{{var store_email}}</a>
46
+ {{/depend}}
47
+ </p>
48
+ </td>
49
+ </tr>
50
+ </table>
51
+ </td>
52
+ </tr>
53
+ <tr>
54
+ <td class="order-details">
55
+ <h3>Ваш заказ <span class="no-link">#{{var order.increment_id}}</span></h3>
56
+ <p>Создан {{var order.getCreatedAtFormated('long')}}</p>
57
+ </td>
58
+ </tr>
59
+ <tr class="order-information">
60
+ <td>
61
+ {{if order.getEmailCustomerNote()}}
62
+ <table cellspacing="0" cellpadding="0" class="message-container">
63
+ <tr>
64
+ <td>{{var order.getEmailCustomerNote()}}</td>
65
+ </tr>
66
+ </table>
67
+ {{/if}}
68
+ {{layout handle="sales_email_order_items" order=$order}}
69
+ <table cellpadding="0" cellspacing="0" border="0">
70
+ <tr>
71
+ <td class="address-details">
72
+ <h6>Информация о плательщике:</h6>
73
+ <p><span class="no-link">{{var order.getBillingAddress().format('html')}}</span></p>
74
+ </td>
75
+ {{depend order.getIsNotVirtual()}}
76
+ <td class="address-details">
77
+ <h6>Информация о доставке:</h6>
78
+ <p><span class="no-link">{{var order.getShippingAddress().format('html')}}</span></p>
79
+ </td>
80
+ {{/depend}}
81
+ </tr>
82
+ <tr>
83
+ <td class="method-info">
84
+ <h6>Метод оплаты:</h6>
85
+ {{var payment_html}}
86
+ </td>
87
+ {{depend order.getIsNotVirtual()}}
88
+ <td class="method-info">
89
+ <h6>Метод доставки:</h6>
90
+ <p>{{var order.shipping_description}}</p>
91
+ </td>
92
+ {{/depend}}
93
+ </tr>
94
+ </table>
95
+ </td>
96
+ </tr>
97
+ </table>
98
+
99
+ {{template config_path="design/email/footer"}}
app/locale/ru_RU/templates_1910/email/sales/order_new_guest.html ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Новый заказ # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "store url=\"customer/account/\"":"Customer Account Url",
9
+ "var order.increment_id":"Order Id",
10
+ "var order.getCreatedAtFormated('long')":"Order Created At (datetime)",
11
+ "var order.getBillingAddress().format('html')":"Billing Address",
12
+ "var payment_html":"Payment Details",
13
+ "var order.getShippingAddress().format('html')":"Shipping Address",
14
+ "var order.getShippingDescription()":"Shipping Description",
15
+ "layout handle=\"sales_email_order_items\" order=$order":"Order Items Grid",
16
+ "var order.getEmailCustomerNote()":"Email Order Note"}
17
+ @-->
18
+ <!--@styles
19
+ @-->
20
+
21
+ {{template config_path="design/email/header"}}
22
+ {{inlinecss file="email-inline.css"}}
23
+
24
+ <table cellpadding="0" cellspacing="0" border="0">
25
+ <tr>
26
+ <td>
27
+ <table cellpadding="0" cellspacing="0" border="0">
28
+ <tr>
29
+ <td class="email-heading">
30
+ <h1>Спасибо за Ваш заказ на сайте {{var store.getFrontendName()}}.</h1>
31
+ <p>Как только заказ будет отгружен, мы вышлем вам электронное письмо со ссылкой, по которой можно отслеживать процесс доставки. Информация о вашем заказе находится ниже.</p>
32
+ </td>
33
+ <td class="store-info">
34
+ <h4>Есть вопросы по заказу?</h4>
35
+ <p>
36
+ {{depend store_phone}}
37
+ <b>Свяжитесь с нами:</b>
38
+ <a href="tel:{{var phone}}">{{var store_phone}}</a><br>
39
+ {{/depend}}
40
+ {{depend store_hours}}
41
+ <span class="no-link">{{var store_hours}}</span><br>
42
+ {{/depend}}
43
+ {{depend store_email}}
44
+ <b>Email:</b> <a href="mailto:{{var store_email}}">{{var store_email}}</a>
45
+ {{/depend}}
46
+ </p>
47
+ </td>
48
+ </tr>
49
+ </table>
50
+ </td>
51
+ </tr>
52
+ <tr>
53
+ <td class="order-details">
54
+ <h3>Ваш заказ <span class="no-link">#{{var order.increment_id}}</span></h3>
55
+ <p>Создан {{var order.getCreatedAtFormated('long')}}</p>
56
+ </td>
57
+ </tr>
58
+ <tr class="order-information">
59
+ <td>
60
+ {{if order.getEmailCustomerNote()}}
61
+ <table cellspacing="0" cellpadding="0" class="message-container">
62
+ <tr>
63
+ <td>{{var order.getEmailCustomerNote()}}</td>
64
+ </tr>
65
+ </table>
66
+ {{/if}}
67
+ {{layout handle="sales_email_order_items" order=$order}}
68
+ <table cellpadding="0" cellspacing="0" border="0">
69
+ <tr>
70
+ <td class="address-details">
71
+ <h6>Информация о плательщике:</h6>
72
+ <p><span class="no-link">{{var order.getBillingAddress().format('html')}}</span></p>
73
+ </td>
74
+ {{depend order.getIsNotVirtual()}}
75
+ <td class="address-details">
76
+ <h6>Информация о доставке:</h6>
77
+ <p><span class="no-link">{{var order.getShippingAddress().format('html')}}</span></p>
78
+ </td>
79
+ {{/depend}}
80
+ </tr>
81
+ <tr>
82
+ <td class="method-info">
83
+ <h6>Метод оплаты:</h6>
84
+ {{var payment_html}}
85
+ </td>
86
+ {{depend order.getIsNotVirtual()}}
87
+ <td class="method-info">
88
+ <h6>Метод доставки:</h6>
89
+ <p>{{var order.shipping_description}}</p>
90
+ </td>
91
+ {{/depend}}
92
+ </tr>
93
+ </table>
94
+ </td>
95
+ </tr>
96
+ </table>
97
+
98
+ {{template config_path="design/email/footer"}}
app/locale/ru_RU/templates_1910/email/sales/order_update.html ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Заказ # {{var order.increment_id}} изменён @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var order.increment_id":"Order Id",
8
+ "var order.getStatusLabel()":"Order Status",
9
+ "store url=\"customer/account/\"":"Customer Account Url",
10
+ "var comment":"Order Comment",
11
+ "var store.getFrontendName()":"Store Name"}
12
+ @-->
13
+ <!--@styles
14
+ @-->
15
+
16
+ {{template config_path="design/email/header"}}
17
+ {{inlinecss file="email-inline.css"}}
18
+
19
+ <table cellpadding="0" cellspacing="0" border="0">
20
+ <tr>
21
+ <td>
22
+ <table cellpadding="0" cellspacing="0" border="0">
23
+ <tr>
24
+ <td class="action-content">
25
+ <h1>{{htmlescape var=$order.getCustomerName()}},</h1>
26
+ <p>Ваш заказ <span class="no-link">#{{var order.increment_id}}</span> был изменён. Текущий статус заказа: <strong>{{var order.getStatusLabel()}}</strong></p>
27
+ {{if comment}}
28
+ <table cellspacing="0" cellpadding="0" class="message-container">
29
+ <tr>
30
+ <td>{{var comment}}</td>
31
+ </tr>
32
+ </table>
33
+ {{/if}}
34
+ <p>Вы в любой момент можете проверить статус заказа на сайте, <a href="{{store url="customer/account/"}}">посетив свою учётную запись</a>.</p>
35
+ <p>
36
+ Если у Вас возникли вопросы, пожалуйста, свяжитесь с нами по адресу
37
+ <a href="mailto:{{var store_email}}">{{var store_email}}</a>
38
+ {{depend store_phone}} или по телефону <a href="tel:{{var phone}}">{{var store_phone}}</a>{{/depend}}.
39
+ </p>
40
+ </td>
41
+ </tr>
42
+ </table>
43
+ </td>
44
+ </tr>
45
+ </table>
46
+
47
+ {{template config_path="design/email/footer"}}
app/locale/ru_RU/templates_1910/email/sales/order_update_guest.html ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Заказ # {{var order.increment_id}} изменён @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$billing.getName()":"Guest Customer Name",
7
+ "var order.increment_id":"Order Id",
8
+ "var order.getStatusLabel()":"Order Status",
9
+ "var comment":"Order Comment",
10
+ "var store.getFrontendName()":"Store Name"}
11
+ @-->
12
+ <!--@styles
13
+ @-->
14
+
15
+ {{template config_path="design/email/header"}}
16
+ {{inlinecss file="email-inline.css"}}
17
+
18
+ <table cellpadding="0" cellspacing="0" border="0">
19
+ <tr>
20
+ <td>
21
+ <table cellpadding="0" cellspacing="0" border="0">
22
+ <tr>
23
+ <td class="action-content">
24
+ <h1>{{htmlescape var=$billing.getName()}},</h1>
25
+ <p>Ваш заказ <span class="no-link">#{{var order.increment_id}}</span> был изменён. Текущий статус заказа: <strong>{{var order.getStatusLabel()}}</strong></p>
26
+ {{if comment}}
27
+ <table cellspacing="0" cellpadding="0" class="message-container">
28
+ <tr>
29
+ <td>{{var comment}}</td>
30
+ </tr>
31
+ </table>
32
+ {{/if}}
33
+ <p>Вы в любой момент можете проверить статус заказа на сайте, <a href="{{store url="customer/account/"}}">посетив свою учётную запись</a>.</p>
34
+ <p>
35
+ Если у Вас возникли вопросы, пожалуйста, свяжитесь с нами по адресу
36
+ <a href="mailto:{{var store_email}}">{{var store_email}}</a>
37
+ {{depend store_phone}} или по телефону <a href="tel:{{var phone}}">{{var store_phone}}</a>{{/depend}}.
38
+ </p>
39
+ </td>
40
+ </tr>
41
+ </table>
42
+ </td>
43
+ </tr>
44
+ </table>
45
+
46
+ {{template config_path="design/email/footer"}}
app/locale/ru_RU/templates_1910/email/sales/shipment_new.html ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Доставка # {{var shipment.increment_id}} для заказа # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "store url=\"customer/account/\"":"Customer Account Url",
9
+ "var shipment.increment_id":"Shipment Id",
10
+ "var order.increment_id":"Order Id",
11
+ "var order.billing_address.format('html')":"Billing Address",
12
+ "var payment_html":"Payment Details",
13
+ "var order.shipping_address.format('html')":"Shipping Address",
14
+ "var order.shipping_description":"Shipping Description",
15
+ "layout handle=\"sales_email_order_shipment_items\" shipment=$shipment order=$order":"Shipment Items Grid",
16
+ "block type='core/template' area='frontend' template='email/order/shipment/track.phtml' shipment=$shipment order=$order":"Shipment Track Details",
17
+ "var comment":"Shipment Comment"}
18
+ @-->
19
+ <!--@styles
20
+ @-->
21
+
22
+ {{template config_path="design/email/header"}}
23
+ {{inlinecss file="email-inline.css"}}
24
+
25
+ <table cellpadding="0" cellspacing="0" border="0">
26
+ <tr>
27
+ <td>
28
+ <table cellpadding="0" cellspacing="0" border="0">
29
+ <tr>
30
+ <td class="email-heading">
31
+ <h1>Спасибо за Ваш заказ на сайте {{var store.getFrontendName()}}.</h1>
32
+ <p>Вы в любой момент можете проверить статус заказа на сайте, <a href="{{store url="customer/account/"}}"">посетив свою учётную запись</a>.</p>
33
+ </td>
34
+ <td class="store-info">
35
+ <h4>Есть вопросы по заказу?</h4>
36
+ <p>
37
+ {{depend store_phone}}
38
+ <b>Свяжитесь с нами:</b>
39
+ <a href="tel:{{var phone}}">{{var store_phone}}</a><br>
40
+ {{/depend}}
41
+ {{depend store_hours}}
42
+ <span class="no-link">{{var store_hours}}</span><br>
43
+ {{/depend}}
44
+ {{depend store_email}}
45
+ <b>Email:</b> <a href="mailto:{{var store_email}}">{{var store_email}}</a>
46
+ {{/depend}}
47
+ </p>
48
+ </td>
49
+ </tr>
50
+ </table>
51
+ </td>
52
+ </tr>
53
+ <tr>
54
+ <td class="order-details">
55
+ <h3>Доставка <span class="no-link">#{{var shipment.increment_id}}</span></h3>
56
+ <p>Заказ <span class="no-link">#{{var order.increment_id}}</span></p>
57
+ </td>
58
+ </tr>
59
+ <tr class="order-information">
60
+ <td>
61
+ {{if comment}}
62
+ <table cellspacing="0" cellpadding="0" class="message-container">
63
+ <tr>
64
+ <td>{{var comment}}</td>
65
+ </tr>
66
+ </table>
67
+ {{/if}}
68
+ {{layout handle="sales_email_order_shipment_items" shipment=$shipment order=$order}}
69
+ <table cellpadding="0" cellspacing="0" border="0">
70
+ <tr>
71
+ <td class="address-details">
72
+ <h6>Информация о плательщике:</h6>
73
+ <p><span class="no-link">{{var order.billing_address.format('html')}}</span></p>
74
+ </td>
75
+ {{depend order.getIsNotVirtual()}}
76
+ <td class="address-details">
77
+ <h6>Информация о доставке:</h6>
78
+ <p><span class="no-link">{{var order.shipping_address.format('html')}}</span></p>
79
+ </td>
80
+ {{/depend}}
81
+ </tr>
82
+ <tr>
83
+ <td class="method-info">
84
+ <h6>Метод оплаты:</h6>
85
+ {{var payment_html}}
86
+ </td>
87
+ {{depend order.getIsNotVirtual()}}
88
+ <td class="method-info">
89
+ <h6>Метод доставки:</h6>
90
+ <p>{{var order.shipping_description}}</p>
91
+ </td>
92
+ {{/depend}}
93
+ </tr>
94
+ </table>
95
+ {{block type='core/template' area='frontend' template='email/order/shipment/track.phtml' shipment=$shipment order=$order}}
96
+ </td>
97
+ </tr>
98
+ </table>
99
+
100
+ {{template config_path="design/email/footer"}}
app/locale/ru_RU/templates_1910/email/sales/shipment_new_guest.html ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Доставка # {{var shipment.increment_id}} для заказа # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$billing.getName()":"Guest Customer Name",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "var shipment.increment_id":"Shipment Id",
9
+ "var order.increment_id":"Order Id",
10
+ "var order.billing_address.format('html')":"Billing Address",
11
+ "var payment_html":"Payment Details",
12
+ "var order.shipping_address.format('html')":"Shipping Address",
13
+ "var order.shipping_description":"Shipping Description",
14
+ "layout handle=\"sales_email_order_shipment_items\" shipment=$shipment order=$order":"Shipment Items Grid",
15
+ "block type='core/template' area='frontend' template='email/order/shipment/track.phtml' shipment=$shipment order=$order":"Shipment Track Details",
16
+ "var comment":"Shipment Comment"}
17
+ @-->
18
+ <!--@styles
19
+ @-->
20
+
21
+ {{template config_path="design/email/header"}}
22
+ {{inlinecss file="email-inline.css"}}
23
+
24
+ <table cellpadding="0" cellspacing="0" border="0">
25
+ <tr>
26
+ <td>
27
+ <table cellpadding="0" cellspacing="0" border="0">
28
+ <tr>
29
+ <td class="email-heading">
30
+ <h1>Спасибо за Ваш заказ на сайте {{var store.getFrontendName()}}.</h1>
31
+ <p>Вы в любой момент можете проверить статус заказа на сайте, <a href="{{store url="customer/account/"}}"">посетив свою учётную запись</a>.</p>
32
+ </td>
33
+ <td class="store-info">
34
+ <h4>Есть вопросы по заказу?</h4>
35
+ <p>
36
+ {{depend store_phone}}
37
+ <b>Свяжитесь с нами:</b>
38
+ <a href="tel:{{var phone}}">{{var store_phone}}</a><br>
39
+ {{/depend}}
40
+ {{depend store_hours}}
41
+ <span class="no-link">{{var store_hours}}</span><br>
42
+ {{/depend}}
43
+ {{depend store_email}}
44
+ <b>Email:</b> <a href="mailto:{{var store_email}}">{{var store_email}}</a>
45
+ {{/depend}}
46
+ </p>
47
+ </td>
48
+ </tr>
49
+ </table>
50
+ </td>
51
+ </tr>
52
+ <tr>
53
+ <td class="order-details">
54
+ <h3>Доставка <span class="no-link">#{{var shipment.increment_id}}</span></h3>
55
+ <p>Заказ <span class="no-link">#{{var order.increment_id}}</span></p>
56
+ </td>
57
+ </tr>
58
+ <tr class="order-information">
59
+ <td>
60
+ {{if comment}}
61
+ <table cellspacing="0" cellpadding="0" class="message-container">
62
+ <tr>
63
+ <td>{{var comment}}</td>
64
+ </tr>
65
+ </table>
66
+ {{/if}}
67
+ {{layout handle="sales_email_order_shipment_items" shipment=$shipment order=$order}}
68
+ <table cellpadding="0" cellspacing="0" border="0">
69
+ <tr>
70
+ <td class="address-details">
71
+ <h6>Информация о плательщике:</h6>
72
+ <p><span class="no-link">{{var order.billing_address.format('html')}}</span></p>
73
+ </td>
74
+ {{depend order.getIsNotVirtual()}}
75
+ <td class="address-details">
76
+ <h6>Информация о доставке:</h6>
77
+ <p><span class="no-link">{{var order.shipping_address.format('html')}}</span></p>
78
+ </td>
79
+ {{/depend}}
80
+ </tr>
81
+ <tr>
82
+ <td class="method-info">
83
+ <h6>Метод оплаты:</h6>
84
+ {{var payment_html}}
85
+ </td>
86
+ {{depend order.getIsNotVirtual()}}
87
+ <td class="method-info">
88
+ <h6>Метод доставки:</h6>
89
+ <p>{{var order.shipping_description}}</p>
90
+ </td>
91
+ {{/depend}}
92
+ </tr>
93
+ </table>
94
+ {{block type='core/template' area='frontend' template='email/order/shipment/track.phtml' shipment=$shipment order=$order}}
95
+ </td>
96
+ </tr>
97
+ </table>
98
+
99
+ {{template config_path="design/email/footer"}}
app/locale/ru_RU/templates_1910/email/sales/shipment_update.html ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Доставка # {{var shipment.increment_id}} изменена @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var order.increment_id":"Order Id",
8
+ "var order.getStatusLabel()":"Order Status",
9
+ "store url=\"customer/account/\"":"Customer Account Url",
10
+ "var comment":"Order Comment",
11
+ "var store.getFrontendName()":"Store Name"}
12
+ @-->
13
+ <!--@styles
14
+ @-->
15
+
16
+ {{template config_path="design/email/header"}}
17
+ {{inlinecss file="email-inline.css"}}
18
+
19
+
20
+ <table cellpadding="0" cellspacing="0" border="0">
21
+ <tr>
22
+ <td>
23
+ <table cellpadding="0" cellspacing="0" border="0">
24
+ <tr>
25
+ <td class="action-content">
26
+ <h1>{{htmlescape var=$order.getCustomerName()}},</h1>
27
+ <p>Ваш заказ <span class="no-link">#{{var order.increment_id}}</span> был изменён. Текущий статус заказа: <strong>{{var order.getStatusLabel()}}</strong></p>
28
+ {{if comment}}
29
+ <table cellspacing="0" cellpadding="0" class="message-container">
30
+ <tr>
31
+ <td>{{var comment}}</td>
32
+ </tr>
33
+ </table>
34
+ {{/if}}
35
+ <p>Вы в любой момент можете проверить статус заказа на сайте, <a href="{{store url="customer/account/"}}">посетив свою учётную запись</a>.</p>
36
+ <p>
37
+ Если у Вас возникли вопросы, пожалуйста, свяжитесь с нами по адресу
38
+ <a href="mailto:{{var store_email}}">{{var store_email}}</a>
39
+ {{depend store_phone}} или по телефону <a href="tel:{{var phone}}">{{var store_phone}}</a>{{/depend}}.
40
+ </p>
41
+ </td>
42
+ </tr>
43
+ </table>
44
+ </td>
45
+ </tr>
46
+ </table>
47
+
48
+ {{template config_path="design/email/footer"}}
app/locale/ru_RU/templates_1910/email/sales/shipment_update_guest.html ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Доставка # {{var shipment.increment_id}} изменена @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$billing.getName()":"Guest Customer Name",
7
+ "var order.increment_id":"Order Id",
8
+ "var order.getStatusLabel()":"Order Status",
9
+ "var comment":"Order Comment",
10
+ "var store.getFrontendName()":"Store Name"}
11
+ @-->
12
+ <!--@styles
13
+ @-->
14
+
15
+ {{template config_path="design/email/header"}}
16
+ {{inlinecss file="email-inline.css"}}
17
+
18
+ <table cellpadding="0" cellspacing="0" border="0">
19
+ <tr>
20
+ <td>
21
+ <table cellpadding="0" cellspacing="0" border="0">
22
+ <tr>
23
+ <td class="action-content">
24
+ <h1>{{htmlescape var=$billing.getName()}},</h1>
25
+ <p>Ваш заказ <span class="no-link">#{{var order.increment_id}}</span> был изменён. Текущий статус заказа: <strong>{{var order.getStatusLabel()}}</strong></p>
26
+ {{if comment}}
27
+ <table cellspacing="0" cellpadding="0" class="message-container">
28
+ <tr>
29
+ <td>{{var comment}}</td>
30
+ </tr>
31
+ </table>
32
+ {{/if}}
33
+ <p>Вы в любой момент можете проверить статус заказа на сайте, <a href="{{store url="customer/account/"}}">посетив свою учётную запись</a>.</p>
34
+ <p>
35
+ Если у Вас возникли вопросы, пожалуйста, свяжитесь с нами по адресу
36
+ <a href="mailto:{{var store_email}}">{{var store_email}}</a>
37
+ {{depend store_phone}} или по телефону <a href="tel:{{var phone}}">{{var store_phone}}</a>{{/depend}}.
38
+ </p>
39
+ </td>
40
+ </tr>
41
+ </table>
42
+ </td>
43
+ </tr>
44
+ </table>
45
+
46
+ {{template config_path="design/email/footer"}}
app/locale/ru_RU/templates_1910/email/sitemap_generate_warning.html ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ <!--@subject Предупреждения при генерации карты сайта (Sitemap) @-->
2
+ <!--@vars
3
+ {"var warnings":"Sitemap Generate Warnings"}
4
+ @-->
5
+
6
+ Предупреждения при генерации карты сайта:
7
+ {{var warnings}}
app/locale/ru_RU/templates_1910/email/token.html ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Здравствуйте, {{var name}} @-->
2
+ <!--@vars
3
+ {"htmlescape var=$userName":"User name",
4
+ "var $applicationName":"Application name",
5
+ "var $status":"Token new status"}
6
+ @-->
7
+ {{template config_path="design/email/header"}}
8
+ {{inlinecss file="email-inline.css"}}
9
+
10
+ <table cellpadding="0" cellspacing="0" border="0">
11
+ <tr>
12
+ <td class="action-content">
13
+ <h1>Здравствуйте, {{htmlescape var=$userName}}</h1>
14
+ <p>Ваша авторизация для <b>{{htmlescape var=$applicationName}}</b> изменена на <b>{{htmlescape var=$status}}</b> администратором системы.</p>
15
+ </td>
16
+ </tr>
17
+ </table>
18
+
19
+ {{template config_path="design/email/footer"}}
app/locale/ru_RU/templates_1910/email/wishlist_share.html ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Пользователь {{var customer.name}} посылает вам свой лист пожеланий @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "var message":"Wishlist Message",
7
+ "var items":"Wishlist Items"}
8
+ @-->
9
+ <!--@styles
10
+ @-->
11
+
12
+ {{template config_path="design/email/header"}}
13
+ {{inlinecss file="email-inline.css"}}
14
+
15
+ <table cellpadding="0" cellspacing="0" border="0">
16
+ <tr>
17
+ <td>
18
+ <table cellpadding="0" cellspacing="0" border="0">
19
+ <tr>
20
+ <td class="action-content">
21
+ <h1>Здравствуй, загляни в мой лист пожеланий на сайте {{var store.getFrontendName()}}.</h1>
22
+ <table cellspacing="0" cellpadding="0" class="message-container">
23
+ <tr>
24
+ <td>{{var message}}</td>
25
+ </tr>
26
+ </table>
27
+ {{var items}}
28
+ {{depend salable}}
29
+ <p><strong><a href="{{var addAllLink}}">Добавить все позиции в корзину покупок</a></strong> |
30
+ {{/depend}}
31
+ <strong><a href="{{var viewOnSiteLink}}">Просмотреть список в листе пожеланий</a></strong></p>
32
+ </td>
33
+ </tr>
34
+ </table>
35
+ </td>
36
+ </tr>
37
+ </table>
38
+
39
+ {{template config_path="design/email/footer"}}
js/tiny_mce/plugins/autosave/langs/ru.js CHANGED
@@ -1,4 +1,4 @@
1
- tinyMCE.addI18n('ru.autosave',{
2
- restore_content: "Restore auto-saved content",
3
- warning_message: "If you restore the saved content, you will lose all the content that is currently in the editor.\n\nAre you sure you want to restore the saved content?"
4
  });
1
+ tinyMCE.addI18n('ru.autosave', {
2
+ restore_content: "Restore auto-saved content",
3
+ warning_message: "If you restore the saved content, you will lose all the content that is currently in the editor.\n\nAre you sure you want to restore the saved content?"
4
  });
js/tiny_mce/plugins/example/langs/ru.js CHANGED
@@ -1,3 +1,3 @@
1
- tinyMCE.addI18n('ru.example',{
2
- desc : 'This is just a template button'
3
- });
1
+ tinyMCE.addI18n('ru.example',{
2
+ desc : 'This is just a template button'
3
+ });
js/tiny_mce/plugins/example/langs/ru_dlg.js CHANGED
@@ -1,3 +1,3 @@
1
- tinyMCE.addI18n('ru.example_dlg',{
2
- title : 'This is just a example title'
3
- });
1
+ tinyMCE.addI18n('ru.example_dlg',{
2
+ title : 'This is just a example title'
3
+ });
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>ET_RussianLanguagePack</name>
4
- <version>1.5.3</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>
@@ -11,9 +11,9 @@
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>2014-10-18</date>
15
- <time>13:34:47</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="100e2e88bb37f46c97bdb785c564cd2d"/><file name="admin_password_new.html" hash="e74db081f0518f20ac6bffa2ef66bb6d"/><file name="admin_password_reset_confirmation.html" hash="2f7422f7ba86be1ba776e8b0f06d345e"/><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="5646d5d7ad6c940b4dc32bf9e671ec98"/><file name="Find_Feed.csv" hash="4be56da5752a307a97e81aa5702dd77e"/><file name="Mage_AdminNotification.csv" hash="82f1b41c2a77fd7253e56858151c9053"/><file name="Mage_Adminhtml.csv" hash="0e5af24fdfe327757c72635ca8de75b3"/><file name="Mage_AmazonPayments.csv" hash="edb62b2320cf0a41bf6be2034c98d12c"/><file name="Mage_Api.csv" hash="563c71f53c4c16c99dd7b1f3ab356304"/><file name="Mage_Api2.csv" hash="20436ba01231db127f45921225082155"/><file name="Mage_Authorizenet.csv" hash="bd104dbdb9abad4f7cbffdc333af08ce"/><file name="Mage_Backup.csv" hash="90bc59761d80eb0e8696906756467d34"/><file name="Mage_Bundle.csv" hash="20472043891fab37e6907991cb461c27"/><file name="Mage_Captcha.csv" hash="4d068c4a5e6e1765427e30f8c89aca16"/><file name="Mage_Catalog.csv" hash="86126ea3058b649eddcdd6b6bd931a16"/><file name="Mage_CatalogInventory.csv" hash="789a667165f711a576a9578ec0e2b982"/><file name="Mage_CatalogRule.csv" hash="a7583df80f3194735f10f883c36eb3d4"/><file name="Mage_CatalogSearch.csv" hash="56bab9e156cda2a0d6c6309672e7a70c"/><file name="Mage_Centinel.csv" hash="1825888ce47a117721215fb3fd68cd84"/><file name="Mage_Checkout.csv" hash="681c9ddd336993c7ad3dc6c6e3dc204c"/><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="ea2ccc428c8bcfe5380bceac1065055a"/><file name="Mage_Cron.csv" hash="3d68d5ca6a16efd7c5b152660f5bfe30"/><file name="Mage_CurrencySymbol.csv" hash="5ecd31104a700aecf7818583590ad6e3"/><file name="Mage_Customer.csv" hash="a88651679474cbb70675ec3c6e8296c6"/><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="ccb5cd486e5d3b9ce40956d27643917b"/><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="a3e6b840454b406452919a4a9338101a"/><file name="Mage_Index.csv" hash="aa6b8a0e91e153c5af0876658220db45"/><file name="Mage_Install.csv" hash="00fcb0fa7ab88846b995bf607d951239"/><file name="Mage_Log.csv" hash="cac1ef193b1239c1594a9af045efe009"/><file name="Mage_Media.csv" hash="1a5836daef6a5cfa6b0a0ca646eb361f"/><file name="Mage_Newsletter.csv" hash="9e44b436f6048e995990739a0ac5bddb"/><file name="Mage_Oauth.csv" hash="3e8113b73bf2f240a6279b73324b682f"/><file name="Mage_Page.csv" hash="105c3c21d12603b4662005192d955ffc"/><file name="Mage_PageCache.csv" hash="f8a747760d7824a6fb0481413089fb5d"/><file name="Mage_Paygate.csv" hash="23a7bab6df45e16d8e33e52395b672ca"/><file name="Mage_Payment.csv" hash="81cdb7a54324632612f9f8fd2361e72f"/><file name="Mage_Paypal.csv" hash="32340e5188f0fb8f3398e70f92c775c1"/><file name="Mage_PaypalUk.csv" hash="c5caab49a0a2b3df2ddc3828c51c06d5"/><file name="Mage_Persistent.csv" hash="b325ce65ae35a4600d0f5d47d8388250"/><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="a3c6bc034089c1771ac4655d6409c9cf"/><file name="Mage_Sales.csv" hash="3d420d1f70c53fb9aade4f439aa7d618"/><file name="Mage_SalesRule.csv" hash="0aa67d4a27346cfaa43406a13747d98c"/><file name="Mage_Sendfriend.csv" hash="bf9428e5325943a6d0aecdf800194dfa"/><file name="Mage_Shipping.csv" hash="4c6bf28c56be7aea1c24ce1a64773508"/><file name="Mage_Sitemap.csv" hash="1a700443553e048e5b0f6d58a9704c3a"/><file name="Mage_Tag.csv" hash="0783fce84785e64ea79a5b07f0adcfca"/><file name="Mage_Tax.csv" hash="631b3c3230a4e250287e2eb5a2512e48"/><file name="Mage_Usa.csv" hash="22c96e8b6c8cb1c48d3ea8ea5714c966"/><file name="Mage_Weee.csv" hash="dbbe8d05b83baa39f9816eb661377434"/><file name="Mage_Widget.csv" hash="238d286f32f4a37740452276ffece0ae"/><file name="Mage_Wishlist.csv" hash="823e4fd0c211d6b4de65fdcdc0840675"/><file name="Mage_XmlConnect.csv" hash="c7ed18d42994cb750570b823e9eac8ab"/><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="d3f8326ae855191d2e129a731e9cf075"/></dir><dir name="Model"><file name="Observer.php" hash="1c5ee0a825f8937a76a0065c52c2697c"/></dir><dir name="etc"><file name="config.xml" hash="c68bbc3f53996b8b63c979ab803a7c9d"/><file name="jstranslator.xml" hash="08b7ff290eb848f423ec20785db46533"/><file name="system.xml" hash="256328703dd02aeba48266afd46d6772"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="ET_RussianLanguagePack.xml" hash="ba7064ede912a24be194bb2ba61f2c40"/></dir></target><target name="mageweb"><dir name="js"><dir name="tiny_mce"><dir name="langs"><file name="ru.js" hash="9c49c4d8ceb51217b62ca088839ac293"/></dir><dir name="themes"><dir name="advanced"><dir name="langs"><file name="ru.js" hash="70b097ae78ee2783f4f00842399b9f04"/><file name="ru_dlg.js" hash="b15948c5fd27e33521d24153642df65c"/></dir></dir><dir name="simple"><dir name="langs"><file name="ru.js" hash="5771d6a2a7b25679f5a1caaf35a2cc10"/></dir></dir></dir><dir name="plugins"><dir name="advhr"><dir name="langs"><file name="ru_dlg.js" hash="21ab4a496e28323065538ebfe1f206e7"/></dir></dir><dir name="advimage"><dir name="langs"><file name="ru_dlg.js" hash="91d8d5635331faba7ac8379e97490b87"/></dir></dir><dir name="advlink"><dir name="langs"><file name="ru_dlg.js" hash="a9dcad433dd6d3e38adc0fde1adbd001"/></dir></dir><dir name="autosave"><dir name="langs"><file name="ru.js" hash="aa0ead9947b4538e3456e9def35f241c"/></dir></dir><dir name="emotions"><dir name="langs"><file name="ru_dlg.js" hash="6854fa2e9d4f03d8bf255a664322c467"/></dir></dir><dir name="example"><dir name="langs"><file name="ru_dlg.js" hash="110d420acd28a0701d0acffaf1facd5d"/><file name="ru.js" hash="8a7143c0bd5d1cd3502214dc91f78ff9"/></dir></dir><dir name="fullpage"><dir name="langs"><file name="ru_dlg.js" hash="0bb5b274a475db7a428af6090d4d10cf"/></dir></dir><dir name="media"><dir name="langs"><file name="ru_dlg.js" hash="ee7a0ad2b2474aa7444145493f461265"/></dir></dir><dir name="paste"><dir name="langs"><file name="ru_dlg.js" hash="071e6b4178b7c3269ea4ab63a0c6e66c"/></dir></dir><dir name="searchreplace"><dir name="langs"><file name="ru_dlg.js" hash="f337ea34c70325f2c9a4c69c053aef17"/></dir></dir><dir name="style"><dir name="langs"><file name="ru_dlg.js" hash="c793efcabf0ccd4c14c7c49f501eb5c2"/></dir></dir><dir name="table"><dir name="langs"><file name="ru_dlg.js" hash="4f0d90c03ac6ec1f9f3d53ec033700aa"/></dir></dir><dir name="template"><dir name="langs"><file name="ru_dlg.js" hash="b186a3bcd6dcbca6ee36787703c4736c"/></dir></dir><dir name="xhtmlxtras"><dir name="langs"><file name="ru_dlg.js" hash="6f075e0c9d8e6aa6de34d833843a4bb5"/></dir></dir></dir></dir><file name="ru.tiny_mce.settings.js" hash="ac0604083ee19c70424d0b9350717389"/></dir></target></contents>
17
  <compatible/>
18
  <dependencies/>
19
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>ET_RussianLanguagePack</name>
4
+ <version>1.5.5</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>
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>2015-07-13</date>
15
+ <time>06:52:30</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="100e2e88bb37f46c97bdb785c564cd2d"/><file name="admin_password_new.html" hash="e74db081f0518f20ac6bffa2ef66bb6d"/><file name="admin_password_reset_confirmation.html" hash="2f7422f7ba86be1ba776e8b0f06d345e"/><file name="contact_form.html" hash="65a01955228937f6cbae45b661fd82df"/><file name="currency_update_warning.html" hash="f56a7f42102df45481d8f0032a08f660"/><file name="et_ipsecurity.html" hash="b25448f879024a4f9694136cb45258b3"/><file name="et_ipsecurity_admin.html" hash="33efea1ec67fbcb5946fbb34429470f2"/><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><dir name="templates_1910"><dir name="email"><dir name="html"><file name="footer.html" hash="209dc3cd62b124e6ae83a0d49d8f6701"/><file name="header.html" hash="739a3ea8e07bbe3be76e4c93237bc5d2"/></dir><dir name="sales"><file name="creditmemo_new.html" hash="a05e61532818e79eafabf3da67d2aa13"/><file name="creditmemo_new_guest.html" hash="03666a84494560dcc455fc7ca4ef08a8"/><file name="creditmemo_update.html" hash="365239b210abf3710d9837dd35a3bb85"/><file name="creditmemo_update_guest.html" hash="e6a8fad0d07557c62eb23592b778cd9a"/><file name="invoice_new.html" hash="b117ee2445827bab4b2d22494d742ee0"/><file name="invoice_new_guest.html" hash="b117ee2445827bab4b2d22494d742ee0"/><file name="invoice_update.html" hash="efe0d1663045c5f2ced4ec141244b9d1"/><file name="invoice_update_guest.html" hash="01b907b495eab2c42fd4b58f5a8b6aa7"/><file name="order_new.html" hash="a8134eca32260575d87f64512a55f9af"/><file name="order_new_guest.html" hash="6a8be385c807a666dd37556697f46c79"/><file name="order_update.html" hash="6d5be526731707612481ef841b096f0b"/><file name="order_update_guest.html" hash="efad0d5867187cafdb027121a0b9d704"/><file name="shipment_new.html" hash="e51b8b1d88071f4077562211a2be88cf"/><file name="shipment_new_guest.html" hash="116dfd8cdedb9e7367d72f30e11f4566"/><file name="shipment_update.html" hash="11d514728326c8ff8ac20befc5812542"/><file name="shipment_update_guest.html" hash="63aaa394e9f74353f74c06953906570a"/></dir><file name="account_new.html" hash="d5b967fb59985e8cfc40b7efcd0c535e"/><file name="account_new_confirmation.html" hash="ca38ec1dc15ed27f771251eb10cc0690"/><file name="account_new_confirmed.html" hash="73b055db8cad56f84e10dbca4e5fd2bf"/><file name="account_password_reset_confirmation.html" hash="9c541266e7aa85d8382b1211e50bf1aa"/><file name="admin_password_new.html" hash="1054caeba07f7809efdb2581645e99a2"/><file name="admin_password_reset_confirmation.html" hash="9638616db884894e9169f8b930cce5bf"/><file name="contact_form.html" hash="65a01955228937f6cbae45b661fd82df"/><file name="currency_update_warning.html" hash="411af69fe0601d23bf608015724cdb62"/><file name="log_clean_warning.html" hash="3892626ae289fa20f100ba99d01211bf"/><file name="moneybookers_activateemail.html" hash="b9e0b504838091f46add5a0cbb835264"/><file name="newsletter_subscr_confirm.html" hash="041c8aa63a3996e788ca38d5a13bfcd2"/><file name="newsletter_subscr_success.html" hash="46882542d77a43510317ee561ad692ea"/><file name="newsletter_unsub_success.html" hash="5dd9590d7350d12447bbc5c825fd766c"/><file name="password_new.html" hash="1f60508f2d475d1afd3a1a4ec586dc69"/><file name="payment_failed.html" hash="cd167dcf5aae8dd5804140f0dd8c2f08"/><file name="product_alert_cron_error.html" hash="41b132f066eb373225241038fac707ec"/><file name="product_price_alert.html" hash="0c2d4004240b355e4c51aae772ba4168"/><file name="product_share.html" hash="a2eb3807443b83f5d748fe07fe9e0c3e"/><file name="product_stock_alert.html" hash="e2fb6f3072d08c8dabcce56b40a399f2"/><file name="sitemap_generate_warning.html" hash="8a275431676b3e8ac4cee8d02a1efa8d"/><file name="token.html" hash="9d2b65ab30585be8f101c00261a7e33f"/><file name="wishlist_share.html" hash="f746c6893a1baa2ef2078a176a01a2d1"/></dir></dir><file name="ET_Currencymanager.csv" hash="fd3d8ccd11ff2e65f03120e468e22a0a"/><file name="ET_IpSecurity.csv" hash="550ce954f02f6a3b1a4ddd2e7c7e0c05"/><file name="ET_RussianLanguagePack.csv" hash="5646d5d7ad6c940b4dc32bf9e671ec98"/><file name="Find_Feed.csv" hash="4be56da5752a307a97e81aa5702dd77e"/><file name="Mage_AdminNotification.csv" hash="82f1b41c2a77fd7253e56858151c9053"/><file name="Mage_Adminhtml.csv" hash="1bfe3261b92ff717030a4010a4b50400"/><file name="Mage_AmazonPayments.csv" hash="edb62b2320cf0a41bf6be2034c98d12c"/><file name="Mage_Api.csv" hash="563c71f53c4c16c99dd7b1f3ab356304"/><file name="Mage_Api2.csv" hash="20436ba01231db127f45921225082155"/><file name="Mage_Authorizenet.csv" hash="bd104dbdb9abad4f7cbffdc333af08ce"/><file name="Mage_Backup.csv" hash="90bc59761d80eb0e8696906756467d34"/><file name="Mage_Bundle.csv" hash="90b0bbc120d96ad6becdaa33aa360af9"/><file name="Mage_Captcha.csv" hash="4d068c4a5e6e1765427e30f8c89aca16"/><file name="Mage_Catalog.csv" hash="e57642aa0095318f40b164227be51de6"/><file name="Mage_CatalogInventory.csv" hash="c10f0e1c54df107e80785a8818867d2b"/><file name="Mage_CatalogRule.csv" hash="a7583df80f3194735f10f883c36eb3d4"/><file name="Mage_CatalogSearch.csv" hash="d7b8724b75347741915b9de920fba7e7"/><file name="Mage_Centinel.csv" hash="1825888ce47a117721215fb3fd68cd84"/><file name="Mage_Checkout.csv" hash="72f30b263017bea635b3e968c47bd4cd"/><file name="Mage_Cms.csv" hash="4d72eabb856d89e851c7a32044f445c4"/><file name="Mage_Compiler.csv" hash="61f7884a8db259ebabc1ddad46970721"/><file name="Mage_ConfigurableSwatches.csv" hash="e4d4c53dd8214ae354fa6b0e69fd3892"/><file name="Mage_Connect.csv" hash="35f2c5b162a0f0ffffd7dc8687020132"/><file name="Mage_Contacts.csv" hash="19db985977284877c6089040f7ac9c21"/><file name="Mage_Core.csv" hash="a1b14da8c11af7dc68780a27634dee8f"/><file name="Mage_Cron.csv" hash="3d68d5ca6a16efd7c5b152660f5bfe30"/><file name="Mage_CurrencySymbol.csv" hash="5ecd31104a700aecf7818583590ad6e3"/><file name="Mage_Customer.csv" hash="276830b25473a9009edccb2071bc3450"/><file name="Mage_Dataflow.csv" hash="c6ea2039d7670f9b4e356befe4ba9d92"/><file name="Mage_Directory.csv" hash="56b55082e6068a154ccd6e4bb8564d5e"/><file name="Mage_Downloadable.csv" hash="4b87d711a467368ec82aff44d11baf2c"/><file name="Mage_Eav.csv" hash="f1bec4f5b8f519f22c8b151f89685c43"/><file name="Mage_GiftMessage.csv" hash="d86f55e57c6d415a850d854efb09ceed"/><file name="Mage_GoogleAnalytics.csv" hash="255791b1d944f5b86029f4a6035dc18e"/><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="a3e6b840454b406452919a4a9338101a"/><file name="Mage_Index.csv" hash="aa6b8a0e91e153c5af0876658220db45"/><file name="Mage_Install.csv" hash="00fcb0fa7ab88846b995bf607d951239"/><file name="Mage_Log.csv" hash="617f3676beb721c590ba8bb5fd64d2bc"/><file name="Mage_Media.csv" hash="1a5836daef6a5cfa6b0a0ca646eb361f"/><file name="Mage_Newsletter.csv" hash="35e60ce295e065f37a80133a86a23c29"/><file name="Mage_Oauth.csv" hash="a70af2930f1e5d903b05d88cf23e9cdf"/><file name="Mage_Page.csv" hash="66236ccfd0e0c2d87030bc05d24b059f"/><file name="Mage_PageCache.csv" hash="f8a747760d7824a6fb0481413089fb5d"/><file name="Mage_Paygate.csv" hash="23a7bab6df45e16d8e33e52395b672ca"/><file name="Mage_Payment.csv" hash="f26a2d5b632d6b9103f59bbb8c7311f0"/><file name="Mage_Paypal.csv" hash="2c1327f030b4ca77feaec7014f317eb6"/><file name="Mage_PaypalUk.csv" hash="c5caab49a0a2b3df2ddc3828c51c06d5"/><file name="Mage_Persistent.csv" hash="87fa2170860b7c21872d444735644d0f"/><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="556ffdc73b368a0d57e7dc168879d31f"/><file name="Mage_Review.csv" hash="56366d0a7225d640957408e35f926c60"/><file name="Mage_Rss.csv" hash="10f7dc36008e12a01ea7ceed47bd44d9"/><file name="Mage_Rule.csv" hash="a3c6bc034089c1771ac4655d6409c9cf"/><file name="Mage_Sales.csv" hash="b1476b1fadee4feec0e36788112502d7"/><file name="Mage_SalesRule.csv" hash="750567d14f94805901df342fcdfc7219"/><file name="Mage_Sendfriend.csv" hash="bf9428e5325943a6d0aecdf800194dfa"/><file name="Mage_Shipping.csv" hash="1004124b7c0af76481424f20d9778d2b"/><file name="Mage_Sitemap.csv" hash="1a700443553e048e5b0f6d58a9704c3a"/><file name="Mage_Tag.csv" hash="2bb533b26c1616a8d12d9cc747c2d626"/><file name="Mage_Tax.csv" hash="8fabd8c6ae4d3a9deea5d59f46964a72"/><file name="Mage_Usa.csv" hash="31c6df72d58529b71b96c1d2c2e5e408"/><file name="Mage_Weee.csv" hash="dbbe8d05b83baa39f9816eb661377434"/><file name="Mage_Widget.csv" hash="e331cdcedc64823669c3ac1479b06e65"/><file name="Mage_Wishlist.csv" hash="89ef4c02d498fe801d8f094f26f3be04"/><file name="Mage_XmlConnect.csv" hash="c7ed18d42994cb750570b823e9eac8ab"/><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="23c22c20bfce79178af11a79575463ef"/></dir></dir><dir name="Helper"><file name="Data.php" hash="d3f8326ae855191d2e129a731e9cf075"/></dir><dir name="Model"><file name="Observer.php" hash="1c5ee0a825f8937a76a0065c52c2697c"/></dir><dir name="etc"><file name="config.xml" hash="40d7c4f863ebd286cc5411908997f375"/><file name="jstranslator.xml" hash="08b7ff290eb848f423ec20785db46533"/><file name="system.xml" hash="256328703dd02aeba48266afd46d6772"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="ET_RussianLanguagePack.xml" hash="ba7064ede912a24be194bb2ba61f2c40"/></dir></target><target name="mageweb"><dir name="js"><dir name="tiny_mce"><dir name="langs"><file name="ru.js" hash="9c49c4d8ceb51217b62ca088839ac293"/></dir><dir name="themes"><dir name="advanced"><dir name="langs"><file name="ru.js" hash="70b097ae78ee2783f4f00842399b9f04"/><file name="ru_dlg.js" hash="b15948c5fd27e33521d24153642df65c"/></dir></dir><dir name="simple"><dir name="langs"><file name="ru.js" hash="5771d6a2a7b25679f5a1caaf35a2cc10"/></dir></dir></dir><dir name="plugins"><dir name="advhr"><dir name="langs"><file name="ru_dlg.js" hash="21ab4a496e28323065538ebfe1f206e7"/></dir></dir><dir name="advimage"><dir name="langs"><file name="ru_dlg.js" hash="91d8d5635331faba7ac8379e97490b87"/></dir></dir><dir name="advlink"><dir name="langs"><file name="ru_dlg.js" hash="a9dcad433dd6d3e38adc0fde1adbd001"/></dir></dir><dir name="autosave"><dir name="langs"><file name="ru.js" hash="e9a7914cea0167b34bd54554143e2501"/></dir></dir><dir name="emotions"><dir name="langs"><file name="ru_dlg.js" hash="6854fa2e9d4f03d8bf255a664322c467"/></dir></dir><dir name="example"><dir name="langs"><file name="ru_dlg.js" hash="1eedf027bb113b2eccf24a15075b4570"/><file name="ru.js" hash="d8e25d44e1ec2592dc202df103699cdc"/></dir></dir><dir name="fullpage"><dir name="langs"><file name="ru_dlg.js" hash="0bb5b274a475db7a428af6090d4d10cf"/></dir></dir><dir name="media"><dir name="langs"><file name="ru_dlg.js" hash="ee7a0ad2b2474aa7444145493f461265"/></dir></dir><dir name="paste"><dir name="langs"><file name="ru_dlg.js" hash="071e6b4178b7c3269ea4ab63a0c6e66c"/></dir></dir><dir name="searchreplace"><dir name="langs"><file name="ru_dlg.js" hash="f337ea34c70325f2c9a4c69c053aef17"/></dir></dir><dir name="style"><dir name="langs"><file name="ru_dlg.js" hash="c793efcabf0ccd4c14c7c49f501eb5c2"/></dir></dir><dir name="table"><dir name="langs"><file name="ru_dlg.js" hash="4f0d90c03ac6ec1f9f3d53ec033700aa"/></dir></dir><dir name="template"><dir name="langs"><file name="ru_dlg.js" hash="b186a3bcd6dcbca6ee36787703c4736c"/></dir></dir><dir name="xhtmlxtras"><dir name="langs"><file name="ru_dlg.js" hash="6f075e0c9d8e6aa6de34d833843a4bb5"/></dir></dir></dir></dir><file name="ru.tiny_mce.settings.js" hash="ac0604083ee19c70424d0b9350717389"/></dir></target></contents>
17
  <compatible/>
18
  <dependencies/>
19
  </package>