ntoklo_recommendations - Version 1.0.5

Version Notes

Conversion optimisation

Download this release

Release Info

Developer nToklo
Extension ntoklo_recommendations
Version 1.0.5
Comparing to
See all releases


Code changes from version 1.0.4 to 1.0.5

Files changed (111) hide show
  1. app/code/community/Ntoklo/Recommendations/etc/config.xml +1 -1
  2. app/code/community/Ntoklo/Recommendations/sql/ntoklo_setup/{mysql4-install-1.0.4.php → mysql4-install-1.0.5.php} +0 -0
  3. app/design/frontend/base/default/template/ntoklo/recommendations/widget/chart_horisontal.phtml +55 -0
  4. app/design/frontend/base/default/template/ntoklo/recommendations/widget/chart_review_short.phtml +31 -0
  5. app/design/frontend/base/default/template/ntoklo/recommendations/widget/chart_vertical.phtml +46 -0
  6. app/etc/modules/Ntoklo_Recommendations.xml +30 -0
  7. app/locale/en_US/Mage_AdminNotification.csv +31 -0
  8. app/locale/en_US/Mage_Adminhtml.csv +1196 -0
  9. app/locale/en_US/Mage_AmazonPayments.csv +101 -0
  10. app/locale/en_US/Mage_Api.csv +18 -0
  11. app/locale/en_US/Mage_Api2.csv +238 -0
  12. app/locale/en_US/Mage_Authorizenet.csv +41 -0
  13. app/locale/en_US/Mage_Backup.csv +55 -0
  14. app/locale/en_US/Mage_Bundle.csv +70 -0
  15. app/locale/en_US/Mage_Captcha.csv +22 -0
  16. app/locale/en_US/Mage_Catalog.csv +828 -0
  17. app/locale/en_US/Mage_CatalogInventory.csv +59 -0
  18. app/locale/en_US/Mage_CatalogRule.csv +60 -0
  19. app/locale/en_US/Mage_CatalogSearch.csv +49 -0
  20. app/locale/en_US/Mage_Centinel.csv +33 -0
  21. app/locale/en_US/Mage_Checkout.csv +335 -0
  22. app/locale/en_US/Mage_Cms.csv +123 -0
  23. app/locale/en_US/Mage_Compiler.csv +21 -0
  24. app/locale/en_US/Mage_Connect.csv +58 -0
  25. app/locale/en_US/Mage_Contacts.csv +19 -0
  26. app/locale/en_US/Mage_Core.csv +392 -0
  27. app/locale/en_US/Mage_Cron.csv +16 -0
  28. app/locale/en_US/Mage_CurrencySymbol.csv +10 -0
  29. app/locale/en_US/Mage_Customer.csv +465 -0
  30. app/locale/en_US/Mage_Dataflow.csv +32 -0
  31. app/locale/en_US/Mage_Directory.csv +46 -0
  32. app/locale/en_US/Mage_Downloadable.csv +91 -0
  33. app/locale/en_US/Mage_Eav.csv +124 -0
  34. app/locale/en_US/Mage_GiftMessage.csv +38 -0
  35. app/locale/en_US/Mage_GoogleAnalytics.csv +5 -0
  36. app/locale/en_US/Mage_GoogleBase.csv +78 -0
  37. app/locale/en_US/Mage_GoogleCheckout.csv +131 -0
  38. app/locale/en_US/Mage_ImportExport.csv +93 -0
  39. app/locale/en_US/Mage_Index.csv +47 -0
  40. app/locale/en_US/Mage_Install.csv +125 -0
  41. app/locale/en_US/Mage_Log.csv +9 -0
  42. app/locale/en_US/Mage_Media.csv +3 -0
  43. app/locale/en_US/Mage_Newsletter.csv +137 -0
  44. app/locale/en_US/Mage_Oauth.csv +118 -0
  45. app/locale/en_US/Mage_Page.csv +72 -0
  46. app/locale/en_US/Mage_PageCache.csv +11 -0
  47. app/locale/en_US/Mage_Paygate.csv +66 -0
  48. app/locale/en_US/Mage_Payment.csv +136 -0
  49. app/locale/en_US/Mage_Paypal.csv +513 -0
  50. app/locale/en_US/Mage_PaypalUk.csv +2 -0
  51. app/locale/en_US/Mage_Persistent.csv +64 -0
  52. app/locale/en_US/Mage_Poll.csv +42 -0
  53. app/locale/en_US/Mage_ProductAlert.csv +35 -0
  54. app/locale/en_US/Mage_Rating.csv +29 -0
  55. app/locale/en_US/Mage_Reports.csv +174 -0
  56. app/locale/en_US/Mage_Review.csv +97 -0
  57. app/locale/en_US/Mage_Rss.csv +56 -0
  58. app/locale/en_US/Mage_Rule.csv +30 -0
  59. app/locale/en_US/Mage_Sales.csv +879 -0
  60. app/locale/en_US/Mage_SalesRule.csv +132 -0
  61. app/locale/en_US/Mage_Sendfriend.csv +38 -0
  62. app/locale/en_US/Mage_Shipping.csv +92 -0
  63. app/locale/en_US/Mage_Sitemap.csv +46 -0
  64. app/locale/en_US/Mage_Tag.csv +101 -0
  65. app/locale/en_US/Mage_Tax.csv +161 -0
  66. app/locale/en_US/Mage_Usa.csv +375 -0
  67. app/locale/en_US/Mage_Weee.csv +23 -0
  68. app/locale/en_US/Mage_Widget.csv +75 -0
  69. app/locale/en_US/Mage_Wishlist.csv +95 -0
  70. app/locale/en_US/Mage_XmlConnect.csv +1158 -0
  71. app/locale/en_US/Phoenix_Moneybookers.csv +42 -0
  72. app/locale/en_US/ntoklo_recommendations.csv +16 -0
  73. app/locale/en_US/template/email/account_new.html +55 -0
  74. app/locale/en_US/template/email/account_new_confirmation.html +50 -0
  75. app/locale/en_US/template/email/account_new_confirmed.html +51 -0
  76. app/locale/en_US/template/email/account_password_reset_confirmation.html +43 -0
  77. app/locale/en_US/template/email/admin_password_new.html +43 -0
  78. app/locale/en_US/template/email/admin_password_reset_confirmation.html +44 -0
  79. app/locale/en_US/template/email/contact_form.html +12 -0
  80. app/locale/en_US/template/email/currency_update_warning.html +8 -0
  81. app/locale/en_US/template/email/log_clean_warning.html +7 -0
  82. app/locale/en_US/template/email/moneybookers_activateemail.html +6 -0
  83. app/locale/en_US/template/email/newsletter_subscr_confirm.html +41 -0
  84. app/locale/en_US/template/email/newsletter_subscr_success.html +2 -0
  85. app/locale/en_US/template/email/newsletter_unsub_success.html +2 -0
  86. app/locale/en_US/template/email/password_new.html +42 -0
  87. app/locale/en_US/template/email/payment_failed.html +68 -0
  88. app/locale/en_US/template/email/product_alert_cron_error.html +7 -0
  89. app/locale/en_US/template/email/product_price_alert.html +8 -0
  90. app/locale/en_US/template/email/product_share.html +13 -0
  91. app/locale/en_US/template/email/product_stock_alert.html +8 -0
  92. app/locale/en_US/template/email/sales/creditmemo_new.html +108 -0
  93. app/locale/en_US/template/email/sales/creditmemo_new_guest.html +106 -0
  94. app/locale/en_US/template/email/sales/creditmemo_update.html +52 -0
  95. app/locale/en_US/template/email/sales/creditmemo_update_guest.html +51 -0
  96. app/locale/en_US/template/email/sales/invoice_new.html +107 -0
  97. app/locale/en_US/template/email/sales/invoice_new_guest.html +106 -0
  98. app/locale/en_US/template/email/sales/invoice_update.html +52 -0
  99. app/locale/en_US/template/email/sales/invoice_update_guest.html +49 -0
  100. app/locale/en_US/template/email/sales/order_new.html +109 -0
  101. app/locale/en_US/template/email/sales/order_new_guest.html +108 -0
  102. app/locale/en_US/template/email/sales/order_update.html +52 -0
  103. app/locale/en_US/template/email/sales/order_update_guest.html +50 -0
  104. app/locale/en_US/template/email/sales/shipment_new.html +111 -0
  105. app/locale/en_US/template/email/sales/shipment_new_guest.html +109 -0
  106. app/locale/en_US/template/email/sales/shipment_update.html +52 -0
  107. app/locale/en_US/template/email/sales/shipment_update_guest.html +50 -0
  108. app/locale/en_US/template/email/sitemap_generate_warning.html +8 -0
  109. app/locale/en_US/template/email/token.html +9 -0
  110. app/locale/en_US/template/email/wishlist_share.html +43 -0
  111. package.xml +3 -3
app/code/community/Ntoklo/Recommendations/etc/config.xml CHANGED
@@ -20,7 +20,7 @@
20
  <config>
21
  <modules>
22
  <Ntoklo_Recommendations>
23
- <version>1.0.4</version>
24
  </Ntoklo_Recommendations>
25
  </modules>
26
  <global>
20
  <config>
21
  <modules>
22
  <Ntoklo_Recommendations>
23
+ <version>1.0.5</version>
24
  </Ntoklo_Recommendations>
25
  </modules>
26
  <global>
app/code/community/Ntoklo/Recommendations/sql/ntoklo_setup/{mysql4-install-1.0.4.php → mysql4-install-1.0.5.php} RENAMED
File without changes
app/design/frontend/base/default/template/ntoklo/recommendations/widget/chart_horisontal.phtml ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * nToklo
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @category Ntoklo
13
+ * @package Ntoklo_Recommendations
14
+ * @copyright Copyright (c) 2013 nToklo (http://ntoklo.com)
15
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
+ * @author nToklo
17
+ */
18
+ ?>
19
+
20
+ <?php if (($_products = $this->getItems()) && count($_products)): ?>
21
+ <!-- nToklo Chart -->
22
+
23
+ <div class="widget-ntoklo-container clearfix" style="clear:both">
24
+ <?php $_columnCount = $this->getColumnCount(); ?>
25
+ <div class="nt_wrapper nt_grid nt_orange nt_<?php echo $_columnCount ?>_column">
26
+ <p class="nt_header"><?php echo $this->getHeader() ?> </p>
27
+ <div class="nt_widget clearfix">
28
+ <?php $i=0; foreach ($_products as $_product): ?>
29
+ <?php if ($i++%$_columnCount==0): ?>
30
+ <div class="nt_row clearfix">
31
+ <?php endif ?>
32
+ <div class="nt_item_wrap" style="width:<?php echo (100 / $_columnCount) ?>%">
33
+ <div class="nt_img_wrap">
34
+ <a href="<?php echo $_product->getProductUrl() ?>" class="ntoklo_conversion"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'thumbnail')->resize(100) ?>" alt="<?php echo $this->htmlEscape($_product->getName()) ?>"></a>
35
+ </div>
36
+ <span class="nt_product_title"><?php echo $this->htmlEscape($_product->getName()) ?></span>
37
+ <span class="nt_product_price"><?php echo Mage::helper('core')->currency($_product->getPrice()); ?></span>
38
+ <a href="<?php echo $_product->getProductUrl() ?>" class="nt_btn">
39
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="10.853px" height="11.229px" viewBox="0 0 10.853 11.229" enable-background="new 0 0 10.853 11.229" xml:space="preserve">
40
+ <g>
41
+ <path fill="#fff" d="M8.825,6.164l-4.367,4.361c-0.154,0.154-0.375,0.248-0.603,0.248c-0.229,0-0.449-0.094-0.604-0.248l-0.509-0.502C2.589,9.862,2.495,9.64,2.495,9.413c0-0.229,0.094-0.449,0.248-0.604l3.255-3.255L2.743,2.305c-0.154-0.16-0.248-0.382-0.248-0.609s0.094-0.449,0.248-0.603L3.252,0.59C3.406,0.43,3.627,0.336,3.855,0.336c0.228,0,0.448,0.094,0.603,0.254l4.367,4.361c0.154,0.153,0.248,0.375,0.248,0.603S8.979,6.003,8.825,6.164z"/>
42
+ </g>
43
+ </svg>
44
+ </a>
45
+ </div>
46
+ <?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
47
+ </div>
48
+ <?php endif ?>
49
+ <?php endforeach; ?>
50
+ </div>
51
+
52
+ </div>
53
+ </div>
54
+ <!-- //END nToklo Chart -->
55
+ <?php endif; ?>
app/design/frontend/base/default/template/ntoklo/recommendations/widget/chart_review_short.phtml ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * nToklo
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @category Ntoklo
13
+ * @package Ntoklo_Recommendations
14
+ * @copyright Copyright (c) 2013 nToklo (http://ntoklo.com)
15
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
+ * @author nToklo
17
+ */
18
+ ?>
19
+
20
+ <?php if ($this->getReviewsCount()): ?>
21
+ <div class="ratings">
22
+ <?php if ($this->getRatingSummary()):?>
23
+ <div class="rating-box">
24
+ <div class="rating" style="width:<?php echo $this->getRatingSummary() ?>%"></div>
25
+ </div>
26
+ <?php endif;?>
27
+ <span class="amount"><a href="<?php echo $this->getReviewsUrl() ?>" class="ntoklo_conversion"><?php echo $this->__('%d Review(s)', $this->getReviewsCount()) ?></a></span>
28
+ </div>
29
+ <?php elseif ($this->getDisplayIfEmpty()): ?>
30
+ <p class="no-rating"><a href="<?php echo $this->getReviewsUrl() ?>#review-form" class="ntoklo_conversion"><?php echo $this->__('Be the first to review this product') ?></a></p>
31
+ <?php endif; ?>
app/design/frontend/base/default/template/ntoklo/recommendations/widget/chart_vertical.phtml ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * nToklo
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-3.0.php
11
+ *
12
+ * @category Ntoklo
13
+ * @package Ntoklo_Recommendations
14
+ * @copyright Copyright (c) 2013 nToklo (http://ntoklo.com)
15
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
16
+ * @author nToklo
17
+ */
18
+ ?>
19
+
20
+ <?php if (($_products = $this->getItems()) && count($_products)): ?>
21
+ <!-- nToklo Chart -->
22
+
23
+ <div class="widget-ntoklo-container clearfix" style="clear:both">
24
+ <div class="nt_wrapper nt_column nt_green nt_img_above">
25
+ <p class="nt_header"><?php echo $this->getHeader() ?></p>
26
+ <ul class="nt_widget">
27
+ <?php $i=0; foreach ($_products as $_item): ?>
28
+ <li>
29
+ <div class="nt_item_wrap">
30
+ <div class="nt_img_wrap">
31
+ <a href="<?php echo $_item->getProductUrl() ?>" class="ntoklo_conversion"><img src="<?php echo $this->helper('catalog/image')->init($_item, 'thumbnail')->resize(100) ?>" alt="<?php echo $this->htmlEscape($_item->getName()) ?>"></a>
32
+ </div>
33
+ <div class="nt_info_wrap">
34
+ <span class="nt_product_title"><?php echo $this->htmlEscape($_item->getName()) ?></span>
35
+ <span class="nt_product_price"><?php echo Mage::helper('core')->currency($_item->getPrice()); ?></span>
36
+ <a href="<?php echo $_item->getProductUrl() ?>" class="ntoklo_conversion nt_btn"><?php echo $this->__('More details') ?></a>
37
+ </div>
38
+ </div>
39
+ </li>
40
+ <?php endforeach ?>
41
+ </ul>
42
+
43
+ </div>
44
+ </div>
45
+ <!-- //END nToklo Chart -->
46
+ <?php endif ?>
app/etc/modules/Ntoklo_Recommendations.xml ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * nToklo
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Open Software License (OSL 3.0)
9
+ * that is bundled with this package in the file LICENSE.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/osl-3.0.php
12
+ *
13
+ * @category Ntoklo
14
+ * @package Ntoklo_Recommendations
15
+ * @copyright Copyright (c) 2013 nToklo (http://ntoklo.com)
16
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
17
+ * @author nToklo
18
+ */
19
+ -->
20
+ <config>
21
+ <modules>
22
+ <Ntoklo_Recommendations>
23
+ <active>true</active>
24
+ <codePool>community</codePool>
25
+ <depends>
26
+ <Mage_Cms />
27
+ </depends>
28
+ </Ntoklo_Recommendations>
29
+ </modules>
30
+ </config>
app/locale/en_US/Mage_AdminNotification.csv ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "Actions","Actions"
2
+ "An error occurred while marking notification as read.","An error occurred while marking notification as read."
3
+ "An error occurred while marking the messages as read.","An error occurred while marking the messages as read."
4
+ "An error occurred while removing messages.","An error occurred while removing messages."
5
+ "An error occurred while removing the message.","An error occurred while removing the message."
6
+ "Are you sure?","Are you sure?"
7
+ "Date Added","Date Added"
8
+ "Last Update","Last Update"
9
+ "Mark as Read","Mark as Read"
10
+ "Mark as read","Mark as read"
11
+ "Message","Message"
12
+ "Messages Inbox","Messages Inbox"
13
+ "Notifications","Notifications"
14
+ "Please select messages.","Please select messages."
15
+ "Read Details","Read Details"
16
+ "Remove","Remove"
17
+ "Severity","Severity"
18
+ "Show List","Show List"
19
+ "Show Toolbar","Show Toolbar"
20
+ "The message has been marked as read.","The message has been marked as read."
21
+ "The message has been removed.","The message has been removed."
22
+ "Total of %d record(s) have been marked as read.","Total of %d record(s) have been marked as read."
23
+ "Total of %d record(s) have been removed.","Total of %d record(s) have been removed."
24
+ "Unable to proceed. Please, try again.","Unable to proceed. Please, try again."
25
+ "Update Frequency","Update Frequency"
26
+ "Use HTTPS to Get Feed","Use HTTPS to Get Feed"
27
+ "Wrong message type","Wrong message type"
28
+ "critical","critical"
29
+ "major","major"
30
+ "minor","minor"
31
+ "notice","notice"
app/locale/en_US/Mage_Adminhtml.csv ADDED
@@ -0,0 +1,1196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ " The customer does not exist in the system anymore."," The customer does not exist in the system anymore."
2
+ " [deleted]"," [deleted]"
3
+ " and "," and "
4
+ "%s (Default Template from Locale)","%s (Default Template from Locale)"
5
+ "%s cache type(s) disabled.","%s cache type(s) disabled."
6
+ "%s cache type(s) enabled.","%s cache type(s) enabled."
7
+ "%s cache type(s) refreshed.","%s cache type(s) refreshed."
8
+ "(For Type ""Local Server"" need to use relative path to Magento install var/export or var/import, e.g. var/export, var/import, var/export/some/dir, var/import/some/dir)","(For Type ""Local Server"" need to use relative path to Magento install var/export or var/import, e.g. var/export, var/import, var/export/some/dir, var/import/some/dir)"
9
+ "(For US 2-letter state names)","(For US 2-letter state names)"
10
+ "(If left empty will be auto-generated)","(If left empty will be auto-generated)"
11
+ "(Leave empty for first spreadsheet)","(Leave empty for first spreadsheet)"
12
+ "(Products will be added/updated to this store if 'store' column is blank or missing in the import file.)","(Products will be added/updated to this store if 'store' column is blank or missing in the import file.)"
13
+ "(Shift-)Click or drag to change value","(Shift-)Click or drag to change value"
14
+ "(Starting with)","(Starting with)"
15
+ "(When 'No', only mapped fields will be imported. When mapping, use 'column1', 'column2', etc.)","(When 'No', only mapped fields will be imported. When mapping, use 'column1', 'column2', etc.)"
16
+ "(You have to increase php memory_limit before changing this value)","(You have to increase php memory_limit before changing this value)"
17
+ "(\\t for tab)","(\\t for tab)"
18
+ "* - If indexing is in progress, it will be killed and new indexing process will start.","* - If indexing is in progress, it will be killed and new indexing process will start."
19
+ "* Required Fields","* Required Fields"
20
+ "- Click on any of the time parts to increase it","- Click on any of the time parts to increase it"
21
+ "- Hold mouse button on any of the above buttons for faster selection.","- Hold mouse button on any of the above buttons for faster selection."
22
+ "- Use the %s buttons to select month","- Use the %s buttons to select month"
23
+ "- Use the %s, %s buttons to select year","- Use the %s, %s buttons to select year"
24
+ "- or Shift-click to decrease it","- or Shift-click to decrease it"
25
+ "- or click and drag for faster selection.","- or click and drag for faster selection."
26
+ "-- Not Selected --","-- Not Selected --"
27
+ "-- Please Select --","-- Please Select --"
28
+ "-- Please Select Billing Agreement--","-- Please Select Billing Agreement--"
29
+ "-- Please Select a Category --","-- Please Select a Category --"
30
+ "-- Please select --","-- Please select --"
31
+ "--Please Select--","--Please Select--"
32
+ "1 Hour","1 Hour"
33
+ "12 Hours","12 Hours"
34
+ "12h AM/PM","12h AM/PM"
35
+ "2 Hours","2 Hours"
36
+ "24 Hours","24 Hours"
37
+ "24h","24h"
38
+ "2YTD","2YTD"
39
+ "6 Hours","6 Hours"
40
+ "<h1 class=""page-heading"">404 Error</h1><p>Page not found.</p>","<h1 class=""page-heading"">404 Error</h1><p>Page not found.</p>"
41
+ "<strong>%s</strong> requests access to your account","<strong>%s</strong> requests access to your account"
42
+ "<strong>Attention</strong>: Captcha is case sensitive.","<strong>Attention</strong>: Captcha is case sensitive."
43
+ "A user with the same user name or email aleady exists.","A user with the same user name or email aleady exists."
44
+ "API Key","API Key"
45
+ "API Key Confirmation","API Key Confirmation"
46
+ "ASCII","ASCII"
47
+ "Abandoned Carts","Abandoned Carts"
48
+ "About the calendar","About the calendar"
49
+ "Access Denied","Access Denied"
50
+ "Access denied","Access denied"
51
+ "Access denied.","Access denied."
52
+ "Account Created in:","Account Created in:"
53
+ "Account Created on (%s):","Account Created on (%s):"
54
+ "Account Created on:","Account Created on:"
55
+ "Account Information","Account Information"
56
+ "Account Status","Account Status"
57
+ "Account status","Account status"
58
+ "Action","Action"
59
+ "Actions","Actions"
60
+ "Actions XML","Actions XML"
61
+ "Active","Active"
62
+ "Add","Add"
63
+ "Add Exception","Add Exception"
64
+ "Add Field Mapping","Add Field Mapping"
65
+ "Add Field with URL:","Add Field with URL:"
66
+ "Add New","Add New"
67
+ "Add New Image","Add New Image"
68
+ "Add New Profile","Add New Profile"
69
+ "Add New Role","Add New Role"
70
+ "Add New Template","Add New Template"
71
+ "Add New URL Rewrite","Add New URL Rewrite"
72
+ "Add New User","Add New User"
73
+ "Add New Variable","Add New Variable"
74
+ "Add Products","Add Products"
75
+ "Add URL Rewrite","Add URL Rewrite"
76
+ "Add URL Rewrite for a Category","Add URL Rewrite for a Category"
77
+ "Add URL Rewrite for a Product","Add URL Rewrite for a Product"
78
+ "Add after","Add after"
79
+ "Additional Cache Management","Additional Cache Management"
80
+ "Address Type:","Address Type:"
81
+ "Admin","Admin"
82
+ "Advanced Admin Section","Advanced Admin Section"
83
+ "Advanced Profiles","Advanced Profiles"
84
+ "Advanced Section","Advanced Section"
85
+ "After authorization application will have access to you account.","After authorization application will have access to you account."
86
+ "All","All"
87
+ "All Allowed Countries","All Allowed Countries"
88
+ "All Cache","All Cache"
89
+ "All Files","All Files"
90
+ "All Reviews","All Reviews"
91
+ "All Store Views","All Store Views"
92
+ "All Tags","All Tags"
93
+ "All Websites","All Websites"
94
+ "All countries","All countries"
95
+ "All fields","All fields"
96
+ "All possible rates were fetched, please click on ""Save"" to apply","All possible rates were fetched, please click on ""Save"" to apply"
97
+ "All rates were fetched, please click on ""Save"" to apply","All rates were fetched, please click on ""Save"" to apply"
98
+ "All valid rates have been saved.","All valid rates have been saved."
99
+ "Always (during development)","Always (during development)"
100
+ "Amounts","Amounts"
101
+ "An error has occured while syncronizing media storages.","An error has occured while syncronizing media storages."
102
+ "An error occurred while clearing the JavaScript/CSS cache.","An error occurred while clearing the JavaScript/CSS cache."
103
+ "An error occurred while clearing the image cache.","An error occurred while clearing the image cache."
104
+ "An error occurred while deleting URL Rewrite.","An error occurred while deleting URL Rewrite."
105
+ "An error occurred while deleting email template data. Please review log and try again.","An error occurred while deleting email template data. Please review log and try again."
106
+ "An error occurred while deleting record(s).","An error occurred while deleting record(s)."
107
+ "An error occurred while deleting this role.","An error occurred while deleting this role."
108
+ "An error occurred while deleting this set.","An error occurred while deleting this set."
109
+ "An error occurred while deleting this template.","An error occurred while deleting this template."
110
+ "An error occurred while finishing process. Please refresh the cache","An error occurred while finishing process. Please refresh the cache"
111
+ "An error occurred while rebuilding the CatalogInventory Stock Status.","An error occurred while rebuilding the CatalogInventory Stock Status."
112
+ "An error occurred while rebuilding the catalog index.","An error occurred while rebuilding the catalog index."
113
+ "An error occurred while rebuilding the flat catalog category.","An error occurred while rebuilding the flat catalog category."
114
+ "An error occurred while rebuilding the flat product catalog.","An error occurred while rebuilding the flat product catalog."
115
+ "An error occurred while rebuilding the search index.","An error occurred while rebuilding the search index."
116
+ "An error occurred while refreshing the Catalog Rewrites.","An error occurred while refreshing the Catalog Rewrites."
117
+ "An error occurred while refreshing the Layered Navigation indices.","An error occurred while refreshing the Layered Navigation indices."
118
+ "An error occurred while refreshing the catalog rewrites.","An error occurred while refreshing the catalog rewrites."
119
+ "An error occurred while refreshing the layered navigation indices.","An error occurred while refreshing the layered navigation indices."
120
+ "An error occurred while saving URL Rewrite.","An error occurred while saving URL Rewrite."
121
+ "An error occurred while saving account.","An error occurred while saving account."
122
+ "An error occurred while saving review.","An error occurred while saving review."
123
+ "An error occurred while saving the customer.","An error occurred while saving the customer."
124
+ "An error occurred while saving this configuration:","An error occurred while saving this configuration:"
125
+ "An error occurred while saving this role.","An error occurred while saving this role."
126
+ "An error occurred while saving this template.","An error occurred while saving this template."
127
+ "An error occurred while updating the selected review(s).","An error occurred while updating the selected review(s)."
128
+ "Any","Any"
129
+ "Any Attribute Set","Any Attribute Set"
130
+ "Any Group","Any Group"
131
+ "Any Status","Any Status"
132
+ "Any Store","Any Store"
133
+ "Any Type","Any Type"
134
+ "Any Visibility","Any Visibility"
135
+ "Any data created since the backup was made will be lost including admin users, customers and orders.","Any data created since the backup was made will be lost including admin users, customers and orders."
136
+ "Archive file name:","Archive file name:"
137
+ "Are you sure that you want to delete this template?","Are you sure that you want to delete this template?"
138
+ "Are you sure that you want to strip tags?","Are you sure that you want to strip tags?"
139
+ "Are you sure you want to do this?","Are you sure you want to do this?"
140
+ "Are you sure you want to proceed?","Are you sure you want to proceed?"
141
+ "Area","Area"
142
+ "As low as:","As low as:"
143
+ "Assigned","Assigned"
144
+ "Associated Tags","Associated Tags"
145
+ "Attribute Set Name:","Attribute Set Name:"
146
+ "Attributes","Attributes"
147
+ "Authorization confirmed","Authorization confirmed"
148
+ "Authorize","Authorize"
149
+ "Authorize application","Authorize application"
150
+ "Authorized OAuth Tokens","Authorized OAuth Tokens"
151
+ "Automatic (equalize price ranges)","Automatic (equalize price ranges)"
152
+ "Automatic (equalize product counts)","Automatic (equalize product counts)"
153
+ "Average Order Amount","Average Order Amount"
154
+ "Average Orders","Average Orders"
155
+ "BINARY","BINARY"
156
+ "Back","Back"
157
+ "Back to Login","Back to Login"
158
+ "Backup","Backup"
159
+ "Backup Name","Backup Name"
160
+ "Backup options","Backup options"
161
+ "Backups","Backups"
162
+ "Base currency","Base currency"
163
+ "Bcc","Bcc"
164
+ "Bestsellers","Bestsellers"
165
+ "Billing Address","Billing Address"
166
+ "Billing Address: ","Billing Address: "
167
+ "Billing Agreement","Billing Agreement"
168
+ "Billing Agreements","Billing Agreements"
169
+ "Block Information","Block Information"
170
+ "Both (without and with tax)","Both (without and with tax)"
171
+ "Both IPN and PDT","Both IPN and PDT"
172
+ "Browse Files...","Browse Files..."
173
+ "Bundle with dynamic pricing cannot include custom defined options. Options will not be saved.","Bundle with dynamic pricing cannot include custom defined options. Options will not be saved."
174
+ "CMS","CMS"
175
+ "CRITICAL","CRITICAL"
176
+ "CSV","CSV"
177
+ "CSV / Tab separated","CSV / Tab separated"
178
+ "Cache Control","Cache Control"
179
+ "Cache Control (beta)","Cache Control (beta)"
180
+ "Cache Management","Cache Management"
181
+ "Cache Type","Cache Type"
182
+ "Cancel","Cancel"
183
+ "Cannot add new comment.","Cannot add new comment."
184
+ "Cannot add tracking number.","Cannot add tracking number."
185
+ "Cannot create an invoice without products.","Cannot create an invoice without products."
186
+ "Cannot create credit memo for the order.","Cannot create credit memo for the order."
187
+ "Cannot delete the design change.","Cannot delete the design change."
188
+ "Cannot delete tracking number.","Cannot delete tracking number."
189
+ "Cannot do shipment for the order separately from invoice.","Cannot do shipment for the order separately from invoice."
190
+ "Cannot do shipment for the order.","Cannot do shipment for the order."
191
+ "Cannot initialize shipment for adding tracking number.","Cannot initialize shipment for adding tracking number."
192
+ "Cannot initialize shipment for delete tracking number.","Cannot initialize shipment for delete tracking number."
193
+ "Cannot load track with retrieving identifier.","Cannot load track with retrieving identifier."
194
+ "Cannot retrieve tracking number detail.","Cannot retrieve tracking number detail."
195
+ "Cannot save shipment.","Cannot save shipment."
196
+ "Cannot save the credit memo.","Cannot save the credit memo."
197
+ "Cannot send shipment information.","Cannot send shipment information."
198
+ "Cannot update item quantity.","Cannot update item quantity."
199
+ "Cannot update the item\'s quantity.","Cannot update the item\'s quantity."
200
+ "Catalog","Catalog"
201
+ "Catalog Price Rules","Catalog Price Rules"
202
+ "Catalog Rewrites","Catalog Rewrites"
203
+ "Categories","Categories"
204
+ "Category","Category"
205
+ "Category:","Category:"
206
+ "Chart is disabled. If you want to enable chart, click <a href=""%s"">here</a>.","Chart is disabled. If you want to enable chart, click <a href=""%s"">here</a>."
207
+ "Checkbox","Checkbox"
208
+ "Child Transactions","Child Transactions"
209
+ "Choose Store View:","Choose Store View:"
210
+ "Choose an attribute","Choose an attribute"
211
+ "Chosen category does not associated with any website, so url rewrite is not possible.","Chosen category does not associated with any website, so url rewrite is not possible."
212
+ "Chosen product does not associated with any website, so url rewrite is not possible.","Chosen product does not associated with any website, so url rewrite is not possible."
213
+ "Clear","Clear"
214
+ "Close","Close"
215
+ "Code","Code"
216
+ "Comment text field cannot be empty.","Comment text field cannot be empty."
217
+ "Complete","Complete"
218
+ "Config form fieldset clone model required to be able to clone fields","Config form fieldset clone model required to be able to clone fields"
219
+ "Configuration","Configuration"
220
+ "Confirm New Password","Confirm New Password"
221
+ "Confirm token authorization Pop Up for admin","Confirm token authorization Pop Up for admin"
222
+ "Confirm token authorization for admin","Confirm token authorization for admin"
223
+ "Confirmation Of Authorization","Confirmation Of Authorization"
224
+ "Confirmed email:","Confirmed email:"
225
+ "Connect with the Magento Community","Connect with the Magento Community"
226
+ "Continue","Continue"
227
+ "Convert to Plain Text","Convert to Plain Text"
228
+ "Cookie (unsafe)","Cookie (unsafe)"
229
+ "Country","Country"
230
+ "Country:","Country:"
231
+ "Coupons","Coupons"
232
+ "Create","Create"
233
+ "Create DB Backup","Create DB Backup"
234
+ "Create New Attribute","Create New Attribute"
235
+ "Create URL Rewrite:","Create URL Rewrite:"
236
+ "Created At","Created At"
237
+ "Credit Card %s","Credit Card %s"
238
+ "Credit Memo History","Credit Memo History"
239
+ "Credit Memo Totals","Credit Memo Totals"
240
+ "Credit Memos","Credit Memos"
241
+ "Credit memo #%s comment added","Credit memo #%s comment added"
242
+ "Credit memo #%s created","Credit memo #%s created"
243
+ "Credit memo\'s total must be positive.","Credit memo\'s total must be positive."
244
+ "Currency","Currency"
245
+ "Currency ""%s"" is used as %s in %s.","Currency ""%s"" is used as %s in %s."
246
+ "Currency Information","Currency Information"
247
+ "Currency Setup Section","Currency Setup Section"
248
+ "Current Configuration Scope:","Current Configuration Scope:"
249
+ "Current Month","Current Month"
250
+ "Custom","Custom"
251
+ "Custom Variable ""%s""","Custom Variable ""%s"""
252
+ "Custom Variables","Custom Variables"
253
+ "Customer","Customer"
254
+ "Customer Group:","Customer Group:"
255
+ "Customer Groups","Customer Groups"
256
+ "Customer Name","Customer Name"
257
+ "Customer Reviews","Customer Reviews"
258
+ "Customer Shopping Carts","Customer Shopping Carts"
259
+ "Customer Since:","Customer Since:"
260
+ "Customer Tax Classes","Customer Tax Classes"
261
+ "Customer with the same email already exists.","Customer with the same email already exists."
262
+ "Customers","Customers"
263
+ "Customers by Number of Orders","Customers by Number of Orders"
264
+ "Customers by Orders Total","Customers by Orders Total"
265
+ "DHTML Date/Time Selector","DHTML Date/Time Selector"
266
+ "Dashboard","Dashboard"
267
+ "Data Format","Data Format"
268
+ "Data transfer:","Data transfer:"
269
+ "Database","Database"
270
+ "Dataflow - Advanced Profiles","Dataflow - Advanced Profiles"
271
+ "Dataflow - Profiles","Dataflow - Profiles"
272
+ "Date","Date"
273
+ "Date & Time","Date & Time"
274
+ "Date Added","Date Added"
275
+ "Date Updated","Date Updated"
276
+ "Date selection:","Date selection:"
277
+ "Date selector","Date selector"
278
+ "Day","Day"
279
+ "Decimal separator:","Decimal separator:"
280
+ "Default (Admin) Values","Default (Admin) Values"
281
+ "Default Billing Address","Default Billing Address"
282
+ "Default Config","Default Config"
283
+ "Default Template from Locale","Default Template from Locale"
284
+ "Default Values","Default Values"
285
+ "Default display currency ""%s"" is not available in allowed currencies.","Default display currency ""%s"" is not available in allowed currencies."
286
+ "Default scope","Default scope"
287
+ "Delete","Delete"
288
+ "Delete %s","Delete %s"
289
+ "Delete %s '%s'","Delete %s '%s'"
290
+ "Delete File","Delete File"
291
+ "Delete Image","Delete Image"
292
+ "Delete Profile","Delete Profile"
293
+ "Delete Role","Delete Role"
294
+ "Delete Store","Delete Store"
295
+ "Delete Store View","Delete Store View"
296
+ "Delete Template","Delete Template"
297
+ "Delete User","Delete User"
298
+ "Delete Website","Delete Website"
299
+ "Description","Description"
300
+ "Design","Design"
301
+ "Design Section","Design Section"
302
+ "Details","Details"
303
+ "Developer Section","Developer Section"
304
+ "Direction:","Direction:"
305
+ "Disable","Disable"
306
+ "Disabled","Disabled"
307
+ "Display %s first","Display %s first"
308
+ "Display default currency","Display default currency"
309
+ "Distributed under GNU LGPL. See %s for details.","Distributed under GNU LGPL. See %s for details."
310
+ "Do you really want to KILL parallel process and start new indexing process?","Do you really want to KILL parallel process and start new indexing process?"
311
+ "Do you really want to proceed?","Do you really want to proceed?"
312
+ "Download","Download"
313
+ "Downloads","Downloads"
314
+ "Drag to move","Drag to move"
315
+ "Drop-down","Drop-down"
316
+ "Edit","Edit"
317
+ "Edit Design Change","Edit Design Change"
318
+ "Edit Email Template","Edit Email Template"
319
+ "Edit Order","Edit Order"
320
+ "Edit Poll","Edit Poll"
321
+ "Edit Queue","Edit Queue"
322
+ "Edit Review","Edit Review"
323
+ "Edit Role","Edit Role"
324
+ "Edit Store View","Edit Store View"
325
+ "Edit System Template","Edit System Template"
326
+ "Edit Template","Edit Template"
327
+ "Edit URL Rewrite","Edit URL Rewrite"
328
+ "Edit User","Edit User"
329
+ "Edit User '%s'","Edit User '%s'"
330
+ "Edit Website","Edit Website"
331
+ "Email","Email"
332
+ "Email Address:","Email Address:"
333
+ "Email Preview","Email Preview"
334
+ "Email to a Friend","Email to a Friend"
335
+ "Email:","Email:"
336
+ "Enable","Enable"
337
+ "Enabled","Enabled"
338
+ "Enclose Values In:","Enclose Values In:"
339
+ "Entity Attributes","Entity Attributes"
340
+ "Entity Type","Entity Type"
341
+ "Entity type:","Entity type:"
342
+ "Error","Error"
343
+ "Excel XML","Excel XML"
344
+ "Excl. Tax","Excl. Tax"
345
+ "Exclude media folder from backup","Exclude media folder from backup"
346
+ "Export","Export"
347
+ "Export CSV","Export CSV"
348
+ "Export Filters","Export Filters"
349
+ "Export to:","Export to:"
350
+ "Export:","Export:"
351
+ "FTP Host","FTP Host"
352
+ "FTP Host[:Port]","FTP Host[:Port]"
353
+ "FTP Login","FTP Login"
354
+ "FTP Password","FTP Password"
355
+ "FTP credentials","FTP credentials"
356
+ "Failed","Failed"
357
+ "Failed to add a product to cart by id ""%s"".","Failed to add a product to cart by id ""%s""."
358
+ "Failed to cancel the billing agreement.","Failed to cancel the billing agreement."
359
+ "Failed to clear the JavaScript/CSS cache.","Failed to clear the JavaScript/CSS cache."
360
+ "Failed to delete the billing agreement.","Failed to delete the billing agreement."
361
+ "Failed to update the profile.","Failed to update the profile."
362
+ "Field","Field"
363
+ "Field Mapping","Field Mapping"
364
+ "File","File"
365
+ "File Information","File Information"
366
+ "File System","File System"
367
+ "File mode","File mode"
368
+ "File name:","File name:"
369
+ "File size should be more than 0 bytes","File size should be more than 0 bytes"
370
+ "Finished profile execution.","Finished profile execution."
371
+ "First Invoice Created Date","First Invoice Created Date"
372
+ "First Name","First Name"
373
+ "First Name is required field.","First Name is required field."
374
+ "First Name:","First Name:"
375
+ "Fixed","Fixed"
376
+ "Flush Catalog Images Cache","Flush Catalog Images Cache"
377
+ "Flush JavaScript/CSS Cache","Flush JavaScript/CSS Cache"
378
+ "For category","For category"
379
+ "For latest version visit: %s","For latest version visit: %s"
380
+ "For product","For product"
381
+ "Forgot Admin Password","Forgot Admin Password"
382
+ "Forgot your password?","Forgot your password?"
383
+ "Forgot your user name or password?","Forgot your user name or password?"
384
+ "From","From"
385
+ "GLOBAL","GLOBAL"
386
+ "Gb","Gb"
387
+ "General Information","General Information"
388
+ "General Section","General Section"
389
+ "Get Image Base64","Get Image Base64"
390
+ "Get help for this page","Get help for this page"
391
+ "Give the verifier code to application administrator","Give the verifier code to application administrator"
392
+ "Global Attribute","Global Attribute"
393
+ "Global Record Search","Global Record Search"
394
+ "Global Search","Global Search"
395
+ "Go Today","Go Today"
396
+ "Go to messages inbox","Go to messages inbox"
397
+ "Go to notifications","Go to notifications"
398
+ "Google Base","Google Base"
399
+ "Google Sitemaps","Google Sitemaps"
400
+ "Grand Total","Grand Total"
401
+ "Grid (default) / List","Grid (default) / List"
402
+ "Grid Only","Grid Only"
403
+ "Group:","Group:"
404
+ "Guest","Guest"
405
+ "HTTP (unsecure)","HTTP (unsecure)"
406
+ "HTTPS (SSL)","HTTPS (SSL)"
407
+ "Help Us Keep Magento Healthy - Report All Bugs","Help Us Keep Magento Healthy - Report All Bugs"
408
+ "Helper attributes should not be used in custom layout updates.","Helper attributes should not be used in custom layout updates."
409
+ "Helper for options rendering doesn't implement required interface.","Helper for options rendering doesn't implement required interface."
410
+ "Home","Home"
411
+ "ID","ID"
412
+ "ID Path","ID Path"
413
+ "IP Address","IP Address"
414
+ "IPN (Instant Payment Notification) Only","IPN (Instant Payment Notification) Only"
415
+ "Id","Id"
416
+ "If there is an account associated with %s you will receive an email with a link to reset your password.","If there is an account associated with %s you will receive an email with a link to reset your password."
417
+ "If this message persists, please contact the store owner.","If this message persists, please contact the store owner."
418
+ "If you do not specify an option value for a specific store view then the default (Admin) value will be used.","If you do not specify an option value for a specific store view then the default (Admin) value will be used."
419
+ "Images (.gif, .jpg, .png)","Images (.gif, .jpg, .png)"
420
+ "Images Cache","Images Cache"
421
+ "Import","Import"
422
+ "Import Service","Import Service"
423
+ "Import and Export","Import and Export"
424
+ "Import and Export Tax Rates","Import and Export Tax Rates"
425
+ "Import/Export","Import/Export"
426
+ "Import/Export Advanced","Import/Export Advanced"
427
+ "Import/Export Profile","Import/Export Profile"
428
+ "Important: ","Important: "
429
+ "Imported <strong>%s</strong> records","Imported <strong>%s</strong> records"
430
+ "In","In"
431
+ "In Database:","In Database:"
432
+ "In File:","In File:"
433
+ "Inactive","Inactive"
434
+ "Incl. Tax","Incl. Tax"
435
+ "Incoming Message","Incoming Message"
436
+ "Insert Variable...","Insert Variable..."
437
+ "Interactive","Interactive"
438
+ "Interface Locale: %s","Interface Locale: %s"
439
+ "Invalid Form Key. Please refresh the page.","Invalid Form Key. Please refresh the page."
440
+ "Invalid Import Service Specified","Invalid Import Service Specified"
441
+ "Invalid POST data (please check post_max_size and upload_max_filesize settings in your php.ini file).","Invalid POST data (please check post_max_size and upload_max_filesize settings in your php.ini file)."
442
+ "Invalid Secret Key. Please refresh the page.","Invalid Secret Key. Please refresh the page."
443
+ "Invalid User Name or Password.","Invalid User Name or Password."
444
+ "Invalid directory: %s","Invalid directory: %s"
445
+ "Invalid email address ""%s"".","Invalid email address ""%s""."
446
+ "Invalid email address.","Invalid email address."
447
+ "Invalid file: %s","Invalid file: %s"
448
+ "Invalid input data for %s => %s rate","Invalid input data for %s => %s rate"
449
+ "Invalid parent block for this block","Invalid parent block for this block"
450
+ "Invalid parent block for this block.","Invalid parent block for this block."
451
+ "Invalid password reset token.","Invalid password reset token."
452
+ "Invalid sender name ""%s"". Please use only visible characters and spaces.","Invalid sender name ""%s"". Please use only visible characters and spaces."
453
+ "Invalid timezone","Invalid timezone"
454
+ "Invalidated","Invalidated"
455
+ "Inventory Stock Status","Inventory Stock Status"
456
+ "Invoice #%s comment added","Invoice #%s comment added"
457
+ "Invoice #%s created","Invoice #%s created"
458
+ "Invoice History","Invoice History"
459
+ "Invoice Totals","Invoice Totals"
460
+ "Invoice canceling error.","Invoice canceling error."
461
+ "Invoice capturing error.","Invoice capturing error."
462
+ "Invoice voiding error.","Invoice voiding error."
463
+ "Invoices","Invoices"
464
+ "Is Closed","Is Closed"
465
+ "Is Default","Is Default"
466
+ "Issue Number","Issue Number"
467
+ "Items","Items"
468
+ "JavaScript seems to be disabled in your browser.","JavaScript seems to be disabled in your browser."
469
+ "JavaScript/CSS","JavaScript/CSS"
470
+ "JavaScript/CSS Cache","JavaScript/CSS Cache"
471
+ "Kb","Kb"
472
+ "Last 24 Hours","Last 24 Hours"
473
+ "Last 5 Orders","Last 5 Orders"
474
+ "Last 5 Search Terms","Last 5 Search Terms"
475
+ "Last 7 Days","Last 7 Days"
476
+ "Last Credit Memo Created Date","Last Credit Memo Created Date"
477
+ "Last Invoice Created Date","Last Invoice Created Date"
478
+ "Last Logged In (%s):","Last Logged In (%s):"
479
+ "Last Logged In:","Last Logged In:"
480
+ "Last Name","Last Name"
481
+ "Last Name is required field.","Last Name is required field."
482
+ "Last Name:","Last Name:"
483
+ "Last updated: %s. To refresh last day\'s <a href=""%s"">statistics</a>, click <a href=""%s"">here</a>.","Last updated: %s. To refresh last day\'s <a href=""%s"">statistics</a>, click <a href=""%s"">here</a>."
484
+ "Latest Message:","Latest Message:"
485
+ "Layered Navigation Indices","Layered Navigation Indices"
486
+ "Layered Navigation Indices were refreshed.","Layered Navigation Indices were refreshed."
487
+ "Leave empty to use tax identifier","Leave empty to use tax identifier"
488
+ "Lifetime Sales","Lifetime Sales"
489
+ "Lifetime statistics have been updated.","Lifetime statistics have been updated."
490
+ "Links","Links"
491
+ "Links with associated products will retain only after saving current product.","Links with associated products will retain only after saving current product."
492
+ "List (default) / Grid","List (default) / Grid"
493
+ "List Only","List Only"
494
+ "Load Template","Load Template"
495
+ "Load default template","Load default template"
496
+ "Loading...","Loading..."
497
+ "Local Server","Local Server"
498
+ "Local/Remote Server","Local/Remote Server"
499
+ "Locale","Locale"
500
+ "Log In","Log In"
501
+ "Log Out","Log Out"
502
+ "Log in to Admin Panel","Log in to Admin Panel"
503
+ "Log in to use <strong>%s</strong>","Log in to use <strong>%s</strong>"
504
+ "Log into Magento Admin Page","Log into Magento Admin Page"
505
+ "Logged in as %s","Logged in as %s"
506
+ "Login","Login"
507
+ "Low Stock","Low Stock"
508
+ "MAJOR","MAJOR"
509
+ "MINOR","MINOR"
510
+ "MS Excel XML","MS Excel XML"
511
+ "Magento Admin","Magento Admin"
512
+ "Magento Commerce - Administrative Panel","Magento Commerce - Administrative Panel"
513
+ "Magento Connect","Magento Connect"
514
+ "Magento Connect Manager","Magento Connect Manager"
515
+ "Magento Logo","Magento Logo"
516
+ "Magento is a trademark of Magento Inc. Copyright &copy; %s Magento Inc.","Magento is a trademark of Magento Inc. Copyright &copy; %s Magento Inc."
517
+ "Magento root directory","Magento root directory"
518
+ "Magento ver. %s","Magento ver. %s"
519
+ "Magento&trade; is a trademark of Magento Inc.<br/>Copyright &copy; %s Magento Inc.","Magento&trade; is a trademark of Magento Inc.<br/>Copyright &copy; %s Magento Inc."
520
+ "Make sure that data encoding in the file is consistent and saved in one of supported encodings (UTF-8 or ANSI).","Make sure that data encoding in the file is consistent and saved in one of supported encodings (UTF-8 or ANSI)."
521
+ "Manage Attribute Sets","Manage Attribute Sets"
522
+ "Manage Attributes","Manage Attributes"
523
+ "Manage Categories","Manage Categories"
524
+ "Manage Content","Manage Content"
525
+ "Manage Currency Rates","Manage Currency Rates"
526
+ "Manage Customers","Manage Customers"
527
+ "Manage Options (values of your attribute)","Manage Options (values of your attribute)"
528
+ "Manage Ratings","Manage Ratings"
529
+ "Manage Stores","Manage Stores"
530
+ "Manage Tax Rules","Manage Tax Rules"
531
+ "Manage Tax Zones and Rates","Manage Tax Zones and Rates"
532
+ "Manage Titles (Size, Color, etc.)","Manage Titles (Size, Color, etc.)"
533
+ "Manual","Manual"
534
+ "Matched Expression","Matched Expression"
535
+ "Maximum sender name length is 255. Please correct your settings.","Maximum sender name length is 255. Please correct your settings."
536
+ "Mb","Mb"
537
+ "Media (.avi, .flv, .swf)","Media (.avi, .flv, .swf)"
538
+ "Media storages synchronization has completed!","Media storages synchronization has completed!"
539
+ "Messages Inbox","Messages Inbox"
540
+ "Month","Month"
541
+ "Most Viewed","Most Viewed"
542
+ "Most Viewed Products","Most Viewed Products"
543
+ "Multiple Select","Multiple Select"
544
+ "My Account","My Account"
545
+ "My Applications","My Applications"
546
+ "N/A","N/A"
547
+ "NOTICE","NOTICE"
548
+ "Name","Name"
549
+ "Name:","Name:"
550
+ "Never (production)","Never (production)"
551
+ "New ","New "
552
+ "New API Key","New API Key"
553
+ "New Accounts","New Accounts"
554
+ "New Attribute","New Attribute"
555
+ "New Block","New Block"
556
+ "New Category","New Category"
557
+ "New Class","New Class"
558
+ "New Condition","New Condition"
559
+ "New Custom Variable","New Custom Variable"
560
+ "New Customer","New Customer"
561
+ "New Customers","New Customers"
562
+ "New Design Change","New Design Change"
563
+ "New Email Template","New Email Template"
564
+ "New Group","New Group"
565
+ "New Invoice","New Invoice"
566
+ "New Item Type","New Item Type"
567
+ "New Memo","New Memo"
568
+ "New Memo for #%s","New Memo for #%s"
569
+ "New Page","New Page"
570
+ "New Password","New Password"
571
+ "New Poll","New Poll"
572
+ "New Profile","New Profile"
573
+ "New Rate","New Rate"
574
+ "New Rating","New Rating"
575
+ "New Review","New Review"
576
+ "New Role","New Role"
577
+ "New Rule","New Rule"
578
+ "New Search","New Search"
579
+ "New Set","New Set"
580
+ "New Shipment","New Shipment"
581
+ "New Sitemap","New Sitemap"
582
+ "New Store View","New Store View"
583
+ "New System Template","New System Template"
584
+ "New Tag","New Tag"
585
+ "New Template","New Template"
586
+ "New User","New User"
587
+ "New Variable","New Variable"
588
+ "New Website","New Website"
589
+ "New password field cannot be empty.","New password field cannot be empty."
590
+ "Newsletter","Newsletter"
591
+ "Newsletter Problems","Newsletter Problems"
592
+ "Newsletter Queue","Newsletter Queue"
593
+ "Newsletter Subscribers","Newsletter Subscribers"
594
+ "Newsletter Templates","Newsletter Templates"
595
+ "Next month (hold for menu)","Next month (hold for menu)"
596
+ "Next year (hold for menu)","Next year (hold for menu)"
597
+ "No","No"
598
+ "No (price without tax)","No (price without tax)"
599
+ "No Data Found","No Data Found"
600
+ "No Templates Found","No Templates Found"
601
+ "No change","No change"
602
+ "No customer id defined.","No customer id defined."
603
+ "No information available.","No information available."
604
+ "No profile loaded...","No profile loaded..."
605
+ "No records found for this period.","No records found for this period."
606
+ "No records found.","No records found."
607
+ "No report code specified.","No report code specified."
608
+ "No search keywords.","No search keywords."
609
+ "No search modules were registered","No search modules were registered"
610
+ "No wishlist item id defined.","No wishlist item id defined."
611
+ "None","None"
612
+ "Note:","Note:"
613
+ "Notes","Notes"
614
+ "Notifications","Notifications"
615
+ "Number of Orders","Number of Orders"
616
+ "Number of Uses","Number of Uses"
617
+ "Number of Views","Number of Views"
618
+ "Number of records:","Number of records:"
619
+ "OAuth Consumers","OAuth Consumers"
620
+ "OAuth authorization for admin","OAuth authorization for admin"
621
+ "OAuth authorization simple for admin","OAuth authorization simple for admin"
622
+ "OK","OK"
623
+ "Old rate:","Old rate:"
624
+ "Once you log into your PayPal Advanced account, navigate to the Service Settings - Hosted Checkout Pages - Set Up menu and set the options described below","Once you log into your PayPal Advanced account, navigate to the Service Settings - Hosted Checkout Pages - Set Up menu and set the options described below"
625
+ "Once you log into your PayPal Payflow Link account, navigate to the Service Settings - Hosted Checkout Pages - Set Up menu and set the options described below","Once you log into your PayPal Payflow Link account, navigate to the Service Settings - Hosted Checkout Pages - Set Up menu and set the options described below"
626
+ "One or more media files failed to be synchronized during the media storages syncronization process. Refer to the log file for details.","One or more media files failed to be synchronized during the media storages syncronization process. Refer to the log file for details."
627
+ "One or more of the Cache Types are invalidated:","One or more of the Cache Types are invalidated:"
628
+ "Online Customers","Online Customers"
629
+ "Only Once (version upgrade)","Only Once (version upgrade)"
630
+ "Only attributes with scope ""Global"", input type ""Dropdown"" and Use To Create Configurable Product ""Yes"" are available.","Only attributes with scope ""Global"", input type ""Dropdown"" and Use To Create Configurable Product ""Yes"" are available."
631
+ "Only mapped fields","Only mapped fields"
632
+ "Optional","Optional"
633
+ "Options","Options"
634
+ "Options is required","Options is required"
635
+ "Order","Order"
636
+ "Order #%s","Order #%s"
637
+ "Order #%s (%s)","Order #%s (%s)"
638
+ "Order Created Date","Order Created Date"
639
+ "Order ID","Order ID"
640
+ "Order Totals","Order Totals"
641
+ "Order Updated Date","Order Updated Date"
642
+ "Order Updated Date report is real-time, does not need statistics refreshing.","Order Updated Date report is real-time, does not need statistics refreshing."
643
+ "Orders","Orders"
644
+ "Original Magento attribute names in first row:","Original Magento attribute names in first row:"
645
+ "Out of stock","Out of stock"
646
+ "PDT (Payment Data Transfer) Only","PDT (Payment Data Transfer) Only"
647
+ "Package Extensions","Package Extensions"
648
+ "Pages","Pages"
649
+ "Parent Product Thumbnail","Parent Product Thumbnail"
650
+ "Parent Transaction ID","Parent Transaction ID"
651
+ "Passive mode","Passive mode"
652
+ "Password","Password"
653
+ "Password Confirmation","Password Confirmation"
654
+ "Password confirmation must be same as password.","Password confirmation must be same as password."
655
+ "Password must be at least of %d characters.","Password must be at least of %d characters."
656
+ "Password must include both numeric and alphabetic characters.","Password must include both numeric and alphabetic characters."
657
+ "Password:","Password:"
658
+ "Path:","Path:"
659
+ "Payment method instance is not available.","Payment method instance is not available."
660
+ "Payment method is not available.","Payment method is not available."
661
+ "Payment method must be specified.","Payment method must be specified."
662
+ "Pending Reviews","Pending Reviews"
663
+ "Pending Tags","Pending Tags"
664
+ "Per Item","Per Item"
665
+ "Per Order","Per Order"
666
+ "Percent","Percent"
667
+ "Performed At","Performed At"
668
+ "Period","Period"
669
+ "Permanent (301)","Permanent (301)"
670
+ "Permissions","Permissions"
671
+ "Personal Information","Personal Information"
672
+ "Phone:","Phone:"
673
+ "Please Select","Please Select"
674
+ "Please confirm site switching. All data that hasn\'t been saved will be lost.","Please confirm site switching. All data that hasn\'t been saved will be lost."
675
+ "Please enter 6 or more characters.","Please enter 6 or more characters."
676
+ "Please enter a number greater than 0 in this field.","Please enter a number greater than 0 in this field."
677
+ "Please enter a valid $ amount. For example $100.00.","Please enter a valid $ amount. For example $100.00."
678
+ "Please enter a valid URL. For example http://www.example.com or www.example.com","Please enter a valid URL. For example http://www.example.com or www.example.com"
679
+ "Please enter a valid URL. http:// is required","Please enter a valid URL. http:// is required"
680
+ "Please enter a valid credit card number.","Please enter a valid credit card number."
681
+ "Please enter a valid date.","Please enter a valid date."
682
+ "Please enter a valid email address. For example johndoe@domain.com.","Please enter a valid email address. For example johndoe@domain.com."
683
+ "Please enter a valid email.","Please enter a valid email."
684
+ "Please enter a valid number in this field.","Please enter a valid number in this field."
685
+ "Please enter a valid phone number. For example (123) 456-7890 or 123-456-7890.","Please enter a valid phone number. For example (123) 456-7890 or 123-456-7890."
686
+ "Please enter a valid social security number. For example 123-45-6789.","Please enter a valid social security number. For example 123-45-6789."
687
+ "Please enter a valid value from list","Please enter a valid value from list"
688
+ "Please enter a valid value, ex: 10,20,30","Please enter a valid value, ex: 10,20,30"
689
+ "Please enter a valid zip code.","Please enter a valid zip code."
690
+ "Please enter a valid zip code. For example 90602 or 90602-1234.","Please enter a valid zip code. For example 90602 or 90602-1234."
691
+ "Please enter another credit card number to complete your purchase.","Please enter another credit card number to complete your purchase."
692
+ "Please enter password","Please enter password"
693
+ "Please enter password to confirm rollback.","Please enter password to confirm rollback."
694
+ "Please enter valid password.","Please enter valid password."
695
+ "Please make sure that all global admin search modules are installed and activated.","Please make sure that all global admin search modules are installed and activated."
696
+ "Please make sure that your changes were saved before running the profile.","Please make sure that your changes were saved before running the profile."
697
+ "Please make sure your passwords match.","Please make sure your passwords match."
698
+ "Please select State/Province.","Please select State/Province."
699
+ "Please select a customer.","Please select a customer."
700
+ "Please select a store.","Please select a store."
701
+ "Please select an option.","Please select an option."
702
+ "Please select catalog searches.","Please select catalog searches."
703
+ "Please select customer(s).","Please select customer(s)."
704
+ "Please select message(s).","Please select message(s)."
705
+ "Please select one of the above options.","Please select one of the above options."
706
+ "Please select one of the options.","Please select one of the options."
707
+ "Please select review(s).","Please select review(s)."
708
+ "Please select tag(s).","Please select tag(s)."
709
+ "Please specify backup creation options","Please specify backup creation options"
710
+ "Please specify the admin custom URL.","Please specify the admin custom URL."
711
+ "Please try to logout and sign in again.","Please try to logout and sign in again."
712
+ "Please type the letters from the image:","Please type the letters from the image:"
713
+ "Please use in this field only ""a-z,0-9,_"".","Please use in this field only ""a-z,0-9,_""."
714
+ "Please use letters only (a-z) in this field.","Please use letters only (a-z) in this field."
715
+ "Please use numbers only in this field. Please avoid spaces or other characters such as dots or commas.","Please use numbers only in this field. Please avoid spaces or other characters such as dots or commas."
716
+ "Please use only letters (a-z or A-Z), numbers (0-9) or spaces in this field.","Please use only letters (a-z or A-Z), numbers (0-9) or spaces in this field."
717
+ "Please use only letters (a-z) or numbers (0-9) only in this field. No spaces or other characters are allowed.","Please use only letters (a-z) or numbers (0-9) only in this field. No spaces or other characters are allowed."
718
+ "Please use only letters (a-z) or numbers (0-9) or spaces and # only in this field.","Please use only letters (a-z) or numbers (0-9) or spaces and # only in this field."
719
+ "Please use this date format: dd/mm/yyyy. For example 17/03/2006 for the 17th of March, 2006.","Please use this date format: dd/mm/yyyy. For example 17/03/2006 for the 17th of March, 2006."
720
+ "Please wait while the indexes are being refreshed.","Please wait while the indexes are being refreshed."
721
+ "Please wait, loading...","Please wait, loading..."
722
+ "Please wait...","Please wait..."
723
+ "Please, add some answers to this poll first.","Please, add some answers to this poll first."
724
+ "Please, select ""Visible in Stores"" for this poll first.","Please, select ""Visible in Stores"" for this poll first."
725
+ "Poll Manager","Poll Manager"
726
+ "Polls","Polls"
727
+ "Popular","Popular"
728
+ "Position","Position"
729
+ "Position of Watermark for %s","Position of Watermark for %s"
730
+ "Pregenerated product images files.","Pregenerated product images files."
731
+ "Prev. month (hold for menu)","Prev. month (hold for menu)"
732
+ "Prev. year (hold for menu)","Prev. year (hold for menu)"
733
+ "Preview","Preview"
734
+ "Preview Template","Preview Template"
735
+ "Price","Price"
736
+ "Price alert subscription was saved.","Price alert subscription was saved."
737
+ "Price:","Price:"
738
+ "Processed <strong>%s%% %s/%d</strong> records","Processed <strong>%s%% %s/%d</strong> records"
739
+ "Product","Product"
740
+ "Product Name","Product Name"
741
+ "Product Reviews","Product Reviews"
742
+ "Product Tax Classes","Product Tax Classes"
743
+ "Product Thumbnail Itself","Product Thumbnail Itself"
744
+ "Product is not loaded.","Product is not loaded."
745
+ "Product:","Product:"
746
+ "Products","Products"
747
+ "Products Bestsellers Report","Products Bestsellers Report"
748
+ "Products Most Viewed Report","Products Most Viewed Report"
749
+ "Products Ordered","Products Ordered"
750
+ "Products in Carts","Products in Carts"
751
+ "Profile Action","Profile Action"
752
+ "Profile Actions XML","Profile Actions XML"
753
+ "Profile Direction","Profile Direction"
754
+ "Profile History","Profile History"
755
+ "Profile Information","Profile Information"
756
+ "Profile Name","Profile Name"
757
+ "Profile Payments","Profile Payments"
758
+ "Profile Schedule","Profile Schedule"
759
+ "Profile Wizard","Profile Wizard"
760
+ "Profiles","Profiles"
761
+ "Promo","Promo"
762
+ "Promotions","Promotions"
763
+ "Purchased Item","Purchased Item"
764
+ "Put store on the maintenance mode while backup creation","Put store on the maintenance mode while backup creation"
765
+ "Put store on the maintenance mode while rollback processing","Put store on the maintenance mode while rollback processing"
766
+ "Quantity","Quantity"
767
+ "Queue Refresh","Queue Refresh"
768
+ "Queued... Cancel","Queued... Cancel"
769
+ "REST Roles","REST Roles"
770
+ "Radio Buttons","Radio Buttons"
771
+ "Rates","Rates"
772
+ "Read details","Read details"
773
+ "Rebuild","Rebuild"
774
+ "Rebuild Catalog Index","Rebuild Catalog Index"
775
+ "Rebuild Flat Catalog Category","Rebuild Flat Catalog Category"
776
+ "Rebuild Flat Catalog Product","Rebuild Flat Catalog Product"
777
+ "Recent Orders","Recent Orders"
778
+ "Recent statistics have been updated.","Recent statistics have been updated."
779
+ "Recurring Profile View","Recurring Profile View"
780
+ "Recursive Dir","Recursive Dir"
781
+ "Redirect","Redirect"
782
+ "Reference","Reference"
783
+ "Reference ID","Reference ID"
784
+ "Refresh","Refresh"
785
+ "Refresh Now*","Refresh Now*"
786
+ "Refresh Statistics","Refresh Statistics"
787
+ "Region/State","Region/State"
788
+ "Regular Price:","Regular Price:"
789
+ "Reject","Reject"
790
+ "Reject token authorization Pop Up for admin","Reject token authorization Pop Up for admin"
791
+ "Reject token authorization for admin","Reject token authorization for admin"
792
+ "Rejection Of Authorization","Rejection Of Authorization"
793
+ "Release","Release"
794
+ "Release Stability","Release Stability"
795
+ "Release Version","Release Version"
796
+ "Reload captcha","Reload captcha"
797
+ "Remote FTP","Remote FTP"
798
+ "Remove","Remove"
799
+ "Reports","Reports"
800
+ "Request Path","Request Path"
801
+ "Required","Required"
802
+ "Reset","Reset"
803
+ "Reset Filter","Reset Filter"
804
+ "Reset Password","Reset Password"
805
+ "Reset a Password","Reset a Password"
806
+ "Resize","Resize"
807
+ "Resource Access","Resource Access"
808
+ "Resources","Resources"
809
+ "Results","Results"
810
+ "Retrieve Password","Retrieve Password"
811
+ "Return Html Version","Return Html Version"
812
+ "Revenue","Revenue"
813
+ "Reviews","Reviews"
814
+ "Reviews and Ratings","Reviews and Ratings"
815
+ "Rewrite Rules","Rewrite Rules"
816
+ "Role ID","Role ID"
817
+ "Role Info","Role Info"
818
+ "Role Information","Role Information"
819
+ "Role Name","Role Name"
820
+ "Role Resources","Role Resources"
821
+ "Role Users","Role Users"
822
+ "Roles","Roles"
823
+ "Roles Resources","Roles Resources"
824
+ "Root Category","Root Category"
825
+ "Rotate CCW","Rotate CCW"
826
+ "Rotate CW","Rotate CW"
827
+ "Run","Run"
828
+ "Run Profile","Run Profile"
829
+ "Run Profile Inside This Window","Run Profile Inside This Window"
830
+ "Run Profile in Popup","Run Profile in Popup"
831
+ "Running... Kill","Running... Kill"
832
+ "SKU","SKU"
833
+ "SKU:","SKU:"
834
+ "SSL Error: Invalid or self-signed certificate","SSL Error: Invalid or self-signed certificate"
835
+ "Sales","Sales"
836
+ "Sales Report","Sales Report"
837
+ "Samples","Samples"
838
+ "Save","Save"
839
+ "Save & Generate","Save & Generate"
840
+ "Save Account","Save Account"
841
+ "Save Cache Settings","Save Cache Settings"
842
+ "Save Config","Save Config"
843
+ "Save Currency Rates","Save Currency Rates"
844
+ "Save Profile","Save Profile"
845
+ "Save Role","Save Role"
846
+ "Save Template","Save Template"
847
+ "Save User","Save User"
848
+ "Save and Continue Edit","Save and Continue Edit"
849
+ "Search","Search"
850
+ "Search Index","Search Index"
851
+ "Search Term","Search Term"
852
+ "Search Terms","Search Terms"
853
+ "Select","Select"
854
+ "Select All","Select All"
855
+ "Select Category","Select Category"
856
+ "Select Date","Select Date"
857
+ "Select Range","Select Range"
858
+ "Select date","Select date"
859
+ "Selected allowed currency ""%s"" is not available in installed currencies.","Selected allowed currency ""%s"" is not available in installed currencies."
860
+ "Selected base currency is not available in installed currencies.","Selected base currency is not available in installed currencies."
861
+ "Selected default display currency is not available in allowed currencies.","Selected default display currency is not available in allowed currencies."
862
+ "Selected default display currency is not available in installed currencies.","Selected default display currency is not available in installed currencies."
863
+ "Self-assigned roles cannot be deleted.","Self-assigned roles cannot be deleted."
864
+ "Sender","Sender"
865
+ "Separate Email","Separate Email"
866
+ "Shipment #%s comment added","Shipment #%s comment added"
867
+ "Shipment #%s created","Shipment #%s created"
868
+ "Shipment Comments","Shipment Comments"
869
+ "Shipment History","Shipment History"
870
+ "Shipments","Shipments"
871
+ "Shipping","Shipping"
872
+ "Shipping Address","Shipping Address"
873
+ "Shipping Address: ","Shipping Address: "
874
+ "Shipping Origin","Shipping Origin"
875
+ "Shipping Price","Shipping Price"
876
+ "Shipping address selection is not applicable","Shipping address selection is not applicable"
877
+ "Shipping method must be specified.","Shipping method must be specified."
878
+ "Shipping method selection is not applicable","Shipping method selection is not applicable"
879
+ "Shopping Cart","Shopping Cart"
880
+ "Shopping Cart Price Rules","Shopping Cart Price Rules"
881
+ "Shopping Cart from %s","Shopping Cart from %s"
882
+ "Show By","Show By"
883
+ "Show Report For:","Show Report For:"
884
+ "Show Reviews","Show Reviews"
885
+ "Sitemap Information","Sitemap Information"
886
+ "Size for %s","Size for %s"
887
+ "Skip Category Selection","Skip Category Selection"
888
+ "Some items in this order have different invoice and shipment types. You can create shipment only after the invoice is created.","Some items in this order have different invoice and shipment types. You can create shipment only after the invoice is created."
889
+ "Some of the ordered items do not exist in the catalog anymore and will be removed if you try to edit the order.","Some of the ordered items do not exist in the catalog anymore and will be removed if you try to edit the order."
890
+ "Sorry, this feature is coming soon...","Sorry, this feature is coming soon..."
891
+ "Special Price:","Special Price:"
892
+ "Specific Countries","Specific Countries"
893
+ "Specified","Specified"
894
+ "Specified profile does not exist.","Specified profile does not exist."
895
+ "Spreadsheet Name:","Spreadsheet Name:"
896
+ "Start Date","Start Date"
897
+ "Starting profile execution, please wait...","Starting profile execution, please wait..."
898
+ "State/Province:","State/Province:"
899
+ "Static Blocks","Static Blocks"
900
+ "Status","Status"
901
+ "Status:","Status:"
902
+ "Stock Quantity:","Stock Quantity:"
903
+ "Stock notification was saved.","Stock notification was saved."
904
+ "Store","Store"
905
+ "Store Email Addresses Section","Store Email Addresses Section"
906
+ "Store View","Store View"
907
+ "Store:","Store:"
908
+ "Stores","Stores"
909
+ "Subject","Subject"
910
+ "Submit","Submit"
911
+ "Subpackage cannot be conflicting.","Subpackage cannot be conflicting."
912
+ "Subtotal","Subtotal"
913
+ "Switch/Solo/Maestro Only","Switch/Solo/Maestro Only"
914
+ "Symbol","Symbol"
915
+ "Synchronization is required.","Synchronization is required."
916
+ "Synchronization of media storages has been successfully completed.","Synchronization of media storages has been successfully completed."
917
+ "Synchronize","Synchronize"
918
+ "Synchronizing %s to %s","Synchronizing %s to %s"
919
+ "Synchronizing...","Synchronizing..."
920
+ "System","System"
921
+ "System Section","System Section"
922
+ "System busy","System busy"
923
+ "Tags","Tags"
924
+ "Target Path","Target Path"
925
+ "Tax","Tax"
926
+ "Tb","Tb"
927
+ "Template","Template"
928
+ "Template Content","Template Content"
929
+ "Template Information","Template Information"
930
+ "Template Name","Template Name"
931
+ "Template Styles","Template Styles"
932
+ "Template Subject","Template Subject"
933
+ "Template Type","Template Type"
934
+ "Temporary (302)","Temporary (302)"
935
+ "Terms and Conditions","Terms and Conditions"
936
+ "Text","Text"
937
+ "The Catalog Rewrites were refreshed.","The Catalog Rewrites were refreshed."
938
+ "The CatalogInventory Stock Status has been rebuilt.","The CatalogInventory Stock Status has been rebuilt."
939
+ "The Comment Text field cannot be empty.","The Comment Text field cannot be empty."
940
+ "The Flat Catalog Product was rebuilt","The Flat Catalog Product was rebuilt"
941
+ "The JavaScript/CSS cache has been cleaned.","The JavaScript/CSS cache has been cleaned."
942
+ "The JavaScript/CSS cache has been cleared.","The JavaScript/CSS cache has been cleared."
943
+ "The Layered Navigation indexing has been queued.","The Layered Navigation indexing has been queued."
944
+ "The Layered Navigation indexing queue has been canceled.","The Layered Navigation indexing queue has been canceled."
945
+ "The Layered Navigation indices were refreshed.","The Layered Navigation indices were refreshed."
946
+ "The Layered Navigation process has been queued to be killed.","The Layered Navigation process has been queued to be killed."
947
+ "The Magento cache storage has been flushed.","The Magento cache storage has been flushed."
948
+ "The URL Rewrite has been deleted.","The URL Rewrite has been deleted."
949
+ "The URL Rewrite has been saved.","The URL Rewrite has been saved."
950
+ "The account has been saved.","The account has been saved."
951
+ "The archive can be uncompressed with <a href=""%s"">%s</a> on Windows systems","The archive can be uncompressed with <a href=""%s"">%s</a> on Windows systems"
952
+ "The attribute set has been removed.","The attribute set has been removed."
953
+ "The backup's creation process will take time.","The backup's creation process will take time."
954
+ "The billing agreement has been canceled.","The billing agreement has been canceled."
955
+ "The billing agreement has been deleted.","The billing agreement has been deleted."
956
+ "The cache storage has been flushed.","The cache storage has been flushed."
957
+ "The carrier needs to be specified.","The carrier needs to be specified."
958
+ "The catalog index has been rebuilt.","The catalog index has been rebuilt."
959
+ "The catalog rewrites have been refreshed.","The catalog rewrites have been refreshed."
960
+ "The configuration has been saved.","The configuration has been saved."
961
+ "The credit memo has been canceled.","The credit memo has been canceled."
962
+ "The credit memo has been created.","The credit memo has been created."
963
+ "The credit memo has been voided.","The credit memo has been voided."
964
+ "The custom variable has been deleted.","The custom variable has been deleted."
965
+ "The custom variable has been saved.","The custom variable has been saved."
966
+ "The customer has been deleted.","The customer has been deleted."
967
+ "The customer has been saved.","The customer has been saved."
968
+ "The design change has been deleted.","The design change has been deleted."
969
+ "The design change has been saved.","The design change has been saved."
970
+ "The email address is empty.","The email address is empty."
971
+ "The email template has been deleted.","The email template has been deleted."
972
+ "The email template has been saved.","The email template has been saved."
973
+ "The flat catalog category has been rebuilt.","The flat catalog category has been rebuilt."
974
+ "The group node name must be specified with field node name.","The group node name must be specified with field node name."
975
+ "The image cache was cleaned.","The image cache was cleaned."
976
+ "The image cache was cleared.","The image cache was cleared."
977
+ "The invoice and shipment have been created.","The invoice and shipment have been created."
978
+ "The invoice and the shipment have been created. The shipping label cannot be created at the moment.","The invoice and the shipment have been created. The shipping label cannot be created at the moment."
979
+ "The invoice has been canceled.","The invoice has been canceled."
980
+ "The invoice has been captured.","The invoice has been captured."
981
+ "The invoice has been created.","The invoice has been created."
982
+ "The invoice has been voided.","The invoice has been voided."
983
+ "The invoice no longer exists.","The invoice no longer exists."
984
+ "The item %s (SKU %s) does not exist in the catalog anymore.","The item %s (SKU %s) does not exist in the catalog anymore."
985
+ "The order does not allow creating an invoice.","The order does not allow creating an invoice."
986
+ "The order no longer exists.","The order no longer exists."
987
+ "The poll has been deleted.","The poll has been deleted."
988
+ "The poll has been saved.","The poll has been saved."
989
+ "The profile has been deleted.","The profile has been deleted."
990
+ "The profile has been saved.","The profile has been saved."
991
+ "The profile has been updated.","The profile has been updated."
992
+ "The profile has no changes.","The profile has no changes."
993
+ "The profile you are trying to save no longer exists","The profile you are trying to save no longer exists"
994
+ "The rating has been deleted.","The rating has been deleted."
995
+ "The rating has been saved.","The rating has been saved."
996
+ "The role has been deleted.","The role has been deleted."
997
+ "The role has been saved.","The role has been saved."
998
+ "The role has been successfully saved.","The role has been successfully saved."
999
+ "The search index has been rebuilt.","The search index has been rebuilt."
1000
+ "The shipment has been created.","The shipment has been created."
1001
+ "The shipment has been sent.","The shipment has been sent."
1002
+ "The shipping label has been created.","The shipping label has been created."
1003
+ "The tag has been deleted.","The tag has been deleted."
1004
+ "The tag has been saved.","The tag has been saved."
1005
+ "The transaction details have been updated.","The transaction details have been updated."
1006
+ "The user has been deleted.","The user has been deleted."
1007
+ "The user has been saved.","The user has been saved."
1008
+ "Themes JavaScript and CSS files combined to one file.","Themes JavaScript and CSS files combined to one file."
1009
+ "There is an error in one of the option rows.","There is an error in one of the option rows."
1010
+ "This Account is","This Account is"
1011
+ "This Email template no longer exists.","This Email template no longer exists."
1012
+ "This Role no longer exists","This Role no longer exists"
1013
+ "This Role no longer exists.","This Role no longer exists."
1014
+ "This account is","This account is"
1015
+ "This account is inactive.","This account is inactive."
1016
+ "This action cannot be undone.","This action cannot be undone."
1017
+ "This attribute set does not have attributes which we can use for configurable product","This attribute set does not have attributes which we can use for configurable product"
1018
+ "This attribute shares the same value in all the stores","This attribute shares the same value in all the stores"
1019
+ "This is a demo store. Any orders placed through this store will not be honored or fulfilled.","This is a demo store. Any orders placed through this store will not be honored or fulfilled."
1020
+ "This is a required field.","This is a required field."
1021
+ "This product is currently disabled.","This product is currently disabled."
1022
+ "This report depends on timezone configuration. Once timezone is changed, the lifetime statistics need to be refreshed.","This report depends on timezone configuration. Once timezone is changed, the lifetime statistics need to be refreshed."
1023
+ "This section is not allowed.","This section is not allowed."
1024
+ "This user no longer exists.","This user no longer exists."
1025
+ "Time","Time"
1026
+ "Time selection:","Time selection:"
1027
+ "Time:","Time:"
1028
+ "Timeout limit for response from synchronize process was reached.","Timeout limit for response from synchronize process was reached."
1029
+ "To","To"
1030
+ "To cancel pending authorizations and release amounts that have already been processed during this payment, click Cancel.","To cancel pending authorizations and release amounts that have already been processed during this payment, click Cancel."
1031
+ "To use PayPal Payflow Link, you must configure your PayPal Payflow Link account on the PayPal website.","To use PayPal Payflow Link, you must configure your PayPal Payflow Link account on the PayPal website."
1032
+ "To use PayPal Payments Advanced, you must configure your PayPal Payments Advanced account on the PayPal website.","To use PayPal Payments Advanced, you must configure your PayPal Payments Advanced account on the PayPal website."
1033
+ "Toggle Editor","Toggle Editor"
1034
+ "Tools","Tools"
1035
+ "Top 5 Search Terms","Top 5 Search Terms"
1036
+ "Total","Total"
1037
+ "Total Invoiced","Total Invoiced"
1038
+ "Total Order Amount","Total Order Amount"
1039
+ "Total Refunded","Total Refunded"
1040
+ "Total of %d record(s) have been deleted.","Total of %d record(s) have been deleted."
1041
+ "Total of %d record(s) have been updated.","Total of %d record(s) have been updated."
1042
+ "Total of %d record(s) were canceled.","Total of %d record(s) were canceled."
1043
+ "Total of %d record(s) were deleted","Total of %d record(s) were deleted"
1044
+ "Total of %d record(s) were deleted.","Total of %d record(s) were deleted."
1045
+ "Total of %d record(s) were updated","Total of %d record(s) were updated"
1046
+ "Total of %d record(s) were updated.","Total of %d record(s) were updated."
1047
+ "Track Order","Track Order"
1048
+ "Track this shipment","Track this shipment"
1049
+ "Tracking number %s for %s assigned","Tracking number %s for %s assigned"
1050
+ "Tracking number cannot be empty.","Tracking number cannot be empty."
1051
+ "Transaction Data","Transaction Data"
1052
+ "Transaction Details","Transaction Details"
1053
+ "Transaction ID","Transaction ID"
1054
+ "Transaction Type","Transaction Type"
1055
+ "Transactional Emails","Transactional Emails"
1056
+ "Transactions","Transactions"
1057
+ "Try Magento Go for Free","Try Magento Go for Free"
1058
+ "Type","Type"
1059
+ "Type:","Type:"
1060
+ "URL Rewrite","URL Rewrite"
1061
+ "URL Rewrite Information","URL Rewrite Information"
1062
+ "URL Rewrite Management","URL Rewrite Management"
1063
+ "Unable to cancel the credit memo.","Unable to cancel the credit memo."
1064
+ "Unable to find a Email Template to delete.","Unable to find a Email Template to delete."
1065
+ "Unable to find a poll to delete.","Unable to find a poll to delete."
1066
+ "Unable to find a tag to delete.","Unable to find a tag to delete."
1067
+ "Unable to find a user to delete.","Unable to find a user to delete."
1068
+ "Unable to initialize import model","Unable to initialize import model"
1069
+ "Unable to refresh lifetime statistics.","Unable to refresh lifetime statistics."
1070
+ "Unable to refresh recent statistics.","Unable to refresh recent statistics."
1071
+ "Unable to save the cron expression.","Unable to save the cron expression."
1072
+ "Unable to save the invoice.","Unable to save the invoice."
1073
+ "Unable to send the invoice email.","Unable to send the invoice email."
1074
+ "Unable to send the shipment email.","Unable to send the shipment email."
1075
+ "Unable to update transaction details.","Unable to update transaction details."
1076
+ "Unable to void the credit memo.","Unable to void the credit memo."
1077
+ "Unknown","Unknown"
1078
+ "Unlimited","Unlimited"
1079
+ "Update","Update"
1080
+ "Updated At","Updated At"
1081
+ "Upload File","Upload File"
1082
+ "Upload Files","Upload Files"
1083
+ "Upload HTTP Error","Upload HTTP Error"
1084
+ "Upload I/O Error","Upload I/O Error"
1085
+ "Upload Security Error","Upload Security Error"
1086
+ "Upload import file","Upload import file"
1087
+ "Uploaded file is larger than %.2f kilobytes allowed by server","Uploaded file is larger than %.2f kilobytes allowed by server"
1088
+ "Use All Available Attributes","Use All Available Attributes"
1089
+ "Use Config Settings","Use Config Settings"
1090
+ "Use Default","Use Default"
1091
+ "Use Default Value","Use Default Value"
1092
+ "Use Default Variable Values","Use Default Variable Values"
1093
+ "Use FTP Connection","Use FTP Connection"
1094
+ "Use Website","Use Website"
1095
+ "Used Currently For","Used Currently For"
1096
+ "Used as Default For","Used as Default For"
1097
+ "User Email","User Email"
1098
+ "User ID","User ID"
1099
+ "User Info","User Info"
1100
+ "User Information","User Information"
1101
+ "User Name","User Name"
1102
+ "User Name is required field.","User Name is required field."
1103
+ "User Name:","User Name:"
1104
+ "User Password","User Password"
1105
+ "User Role","User Role"
1106
+ "User Roles","User Roles"
1107
+ "User Roles Information","User Roles Information"
1108
+ "User Type Resources","User Type Resources"
1109
+ "User name","User name"
1110
+ "Users","Users"
1111
+ "VAT Number is Invalid","VAT Number is Invalid"
1112
+ "VAT Number is Valid","VAT Number is Valid"
1113
+ "Validation Results","Validation Results"
1114
+ "Value","Value"
1115
+ "Value Delimiter:","Value Delimiter:"
1116
+ "Variable","Variable"
1117
+ "Variable Code","Variable Code"
1118
+ "Variable HTML Value","Variable HTML Value"
1119
+ "Variable ID","Variable ID"
1120
+ "Variable Name","Variable Name"
1121
+ "Variable Plain Value","Variable Plain Value"
1122
+ "Verifier code: %s","Verifier code: %s"
1123
+ "View Actions XML","View Actions XML"
1124
+ "View Full Size","View Full Size"
1125
+ "View Memo","View Memo"
1126
+ "View Memo for #%s","View Memo for #%s"
1127
+ "View Shipment","View Shipment"
1128
+ "View Statistics For:","View Statistics For:"
1129
+ "Visibility:","Visibility:"
1130
+ "Warning","Warning"
1131
+ "Warning! Empty value can cause problems with CSV format.","Warning! Empty value can cause problems with CSV format."
1132
+ "Warning!\r\nThis action will remove this user from already assigned role\r\nAre you sure?","Warning!\r\nThis action will remove this user from already assigned role\r\nAre you sure?"
1133
+ "Warning!\r\nThis action will remove those users from already assigned roles\r\nAre you sure?","Warning!\r\nThis action will remove those users from already assigned roles\r\nAre you sure?"
1134
+ "Warning: Please do not close the window during importing/exporting data","Warning: Please do not close the window during importing/exporting data"
1135
+ "Watermark File for %s","Watermark File for %s"
1136
+ "We appreciate our merchants\' feedback, please <a href=""#"" onclick=""surveyAction(\'yes\'); return false;"">take our survey</a> to provide insight on the features you would like included in Magento. <a href=""#"" onclick=""surveyAction(\'no\'); return false;"">Remove this notification</a>","We appreciate our merchants\' feedback, please <a href=""#"" onclick=""surveyAction(\'yes\'); return false;"">take our survey</a> to provide insight on the features you would like included in Magento. <a href=""#"" onclick=""surveyAction(\'no\'); return false;"">Remove this notification</a>"
1137
+ "We\'re in our typing table, coding away more features for Magento. Thank you for your patience.","We\'re in our typing table, coding away more features for Magento. Thank you for your patience."
1138
+ "Web Section","Web Section"
1139
+ "Web Services","Web Services"
1140
+ "Web services","Web services"
1141
+ "Website","Website"
1142
+ "What is this?","What is this?"
1143
+ "Wishlist Report","Wishlist Report"
1144
+ "Wishlist item is not loaded.","Wishlist item is not loaded."
1145
+ "Wrong account specified.","Wrong account specified."
1146
+ "Wrong billing agreement ID specified.","Wrong billing agreement ID specified."
1147
+ "Wrong column format.","Wrong column format."
1148
+ "Wrong newsletter template.","Wrong newsletter template."
1149
+ "Wrong quote item.","Wrong quote item."
1150
+ "Wrong tab configuration.","Wrong tab configuration."
1151
+ "Wrong tag was specified.","Wrong tag was specified."
1152
+ "Wrong transaction ID specified.","Wrong transaction ID specified."
1153
+ "XML","XML"
1154
+ "XML data is invalid.","XML data is invalid."
1155
+ "XML object is not instance of ""Varien_Simplexml_Element"".","XML object is not instance of ""Varien_Simplexml_Element""."
1156
+ "YTD","YTD"
1157
+ "Year","Year"
1158
+ "Yes","Yes"
1159
+ "Yes (301 Moved Permanently)","Yes (301 Moved Permanently)"
1160
+ "Yes (302 Found)","Yes (302 Found)"
1161
+ "Yes (only price with tax)","Yes (only price with tax)"
1162
+ "You cannot delete your own account.","You cannot delete your own account."
1163
+ "You have %s unread message(s).","You have %s unread message(s)."
1164
+ "You have %s unread message(s). <a href=""%s"">Go to messages inbox</a>.","You have %s unread message(s). <a href=""%s"">Go to messages inbox</a>."
1165
+ "You have %s, %s and %s unread messages. <a href=""%s"">Go to messages inbox</a>.","You have %s, %s and %s unread messages. <a href=""%s"">Go to messages inbox</a>."
1166
+ "You have logged out.","You have logged out."
1167
+ "You have not enough permissions to use this functionality.","You have not enough permissions to use this functionality."
1168
+ "You must have JavaScript enabled in your browser to utilize the functionality of this website.","You must have JavaScript enabled in your browser to utilize the functionality of this website."
1169
+ "You need to specify order items.","You need to specify order items."
1170
+ "You will need to wait when the action ends.","You will need to wait when the action ends."
1171
+ "Your answers contain duplicates.","Your answers contain duplicates."
1172
+ "Your password has been updated.","Your password has been updated."
1173
+ "Your password reset link has expired.","Your password reset link has expired."
1174
+ "Your server PHP settings allow you to upload files not more than %s at a time. Please modify post_max_size (currently is %s) and upload_max_filesize (currently is %s) values in php.ini if you want to upload larger files.","Your server PHP settings allow you to upload files not more than %s at a time. Please modify post_max_size (currently is %s) and upload_max_filesize (currently is %s) values in php.ini if you want to upload larger files."
1175
+ "Your web server is configured incorrectly. As a result, configuration files with sensitive information are accessible from the outside. Please contact your hosting provider.","Your web server is configured incorrectly. As a result, configuration files with sensitive information are accessible from the outside. Please contact your hosting provider."
1176
+ "Zip/Postal Code","Zip/Postal Code"
1177
+ "Zip/Postal Code:","Zip/Postal Code:"
1178
+ "[ deleted ]","[ deleted ]"
1179
+ "[GLOBAL]","[GLOBAL]"
1180
+ "[STORE VIEW]","[STORE VIEW]"
1181
+ "[WEBSITE]","[WEBSITE]"
1182
+ "b","b"
1183
+ "close","close"
1184
+ "critical","critical"
1185
+ "example: ""sitemap/"" or ""/"" for base path (path must be writeable)","example: ""sitemap/"" or ""/"" for base path (path must be writeable)"
1186
+ "example: sitemap.xml","example: sitemap.xml"
1187
+ "failed","failed"
1188
+ "from","from"
1189
+ "major","major"
1190
+ "minor","minor"
1191
+ "notice","notice"
1192
+ "store(%s) scope","store(%s) scope"
1193
+ "successful","successful"
1194
+ "to","to"
1195
+ "website(%s) scope","website(%s) scope"
1196
+ "{{base_url}} is not recommended to use in a production environment to declare the Base Unsecure URL / Base Secure URL. It is highly recommended to change this value in your Magento <a href=""%s"">configuration</a>.","{{base_url}} is not recommended to use in a production environment to declare the Base Unsecure URL / Base Secure URL. It is highly recommended to change this value in your Magento <a href=""%s"">configuration</a>."
app/locale/en_US/Mage_AmazonPayments.csv ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ " Select Shipping Method"," Select Shipping Method"
2
+ "<br/>Trace confirmation request:<br/>%s","<br/>Trace confirmation request:<br/>%s"
3
+ "Access Key","Access Key"
4
+ "Access Key ID","Access Key ID"
5
+ "Amazon Simple Pay","Amazon Simple Pay"
6
+ "Amazon Simple Pay notification error","Amazon Simple Pay notification error"
7
+ "Amazon Simple Pay service capture confirmation error: confirmation request amount is not equal to the amount of order.","Amazon Simple Pay service capture confirmation error: confirmation request amount is not equal to the amount of order."
8
+ "Amazon Simple Pay service capture confirmation error: the amount in the existing invoice does not match the amount in the confirmation request.","Amazon Simple Pay service capture confirmation error: the amount in the existing invoice does not match the amount in the confirmation request."
9
+ "Amazon Simple Pay service capture confirmation error: the existing transaction ID does not match the transaction ID in the confirmation request.","Amazon Simple Pay service capture confirmation error: the existing transaction ID does not match the transaction ID in the confirmation request."
10
+ "Amazon Simple Pay service capture confirmation. The invoice was captured automatically.","Amazon Simple Pay service capture confirmation. The invoice was captured automatically."
11
+ "Amazon Simple Pay service confirmation error: order states sequence violation.","Amazon Simple Pay service confirmation error: order states sequence violation."
12
+ "Amazon Simple Pay service confirmation error: the order currency does not match the currency of the IPN request.","Amazon Simple Pay service confirmation error: the order currency does not match the currency of the IPN request."
13
+ "Amazon Simple Pay service confirmation error: the order specified in the IPN request cannot be found.","Amazon Simple Pay service confirmation error: the order specified in the IPN request cannot be found."
14
+ "Amazon Simple Pay service confirmation error: the payment method in the order is not Amazon Simple Pay.","Amazon Simple Pay service confirmation error: the payment method in the order is not Amazon Simple Pay."
15
+ "Amazon Simple Pay service confirmed capture for invoice %s.","Amazon Simple Pay service confirmed capture for invoice %s."
16
+ "Amazon Simple Pay service confirmed refund for credit memo %s.","Amazon Simple Pay service confirmed refund for credit memo %s."
17
+ "Amazon Simple Pay service has confirmed amount authorization.","Amazon Simple Pay service has confirmed amount authorization."
18
+ "Amazon Simple Pay service has confirmed cancelation.","Amazon Simple Pay service has confirmed cancelation."
19
+ "Amazon Simple Pay service has confirmed capture for invoice %s. The invoice was automatically captured.","Amazon Simple Pay service has confirmed capture for invoice %s. The invoice was automatically captured."
20
+ "Amazon Simple Pay service has confirmed capture initiation.","Amazon Simple Pay service has confirmed capture initiation."
21
+ "Amazon Simple Pay service has confirmed capture.","Amazon Simple Pay service has confirmed capture."
22
+ "Amazon Simple Pay service has confirmed payment capture. Invoice %s was automatically created after confirmation.","Amazon Simple Pay service has confirmed payment capture. Invoice %s was automatically created after confirmation."
23
+ "Amazon Simple Pay service has confirmed payment capture. Invoice was created automatically.","Amazon Simple Pay service has confirmed payment capture. Invoice was created automatically."
24
+ "Amazon Simple Pay service has confirmed payment refund. Credit memo %s was automatically created after confirmation.","Amazon Simple Pay service has confirmed payment refund. Credit memo %s was automatically created after confirmation."
25
+ "Amazon Simple Pay service has confirmed payment refund. Credit memo was created automatically.","Amazon Simple Pay service has confirmed payment refund. Credit memo was created automatically."
26
+ "Amazon Simple Pay service has confirmed payment refund. The credit memo was created automatically.","Amazon Simple Pay service has confirmed payment refund. The credit memo was created automatically."
27
+ "Amazon Simple Pay service has confirmed refund.","Amazon Simple Pay service has confirmed refund."
28
+ "Amazon Simple Pay service has confirmed refund. The credit memo was processed automatically.","Amazon Simple Pay service has confirmed refund. The credit memo was processed automatically."
29
+ "Amazon Simple Pay service has confirmed refunded credit memo %s. The credit memo was processed automatically.","Amazon Simple Pay service has confirmed refunded credit memo %s. The credit memo was processed automatically."
30
+ "Amazon Simple Pay service is not available. Payment was not processed.","Amazon Simple Pay service is not available. Payment was not processed."
31
+ "Amazon Simple Pay service payment confirmation has failed.","Amazon Simple Pay service payment confirmation has failed."
32
+ "Amazon Simple Pay service refund confirmation error: the amount in the existing creditmemo does not match the amount in the confirmation request.","Amazon Simple Pay service refund confirmation error: the amount in the existing creditmemo does not match the amount in the confirmation request."
33
+ "Amazon Simple Pay service refund confirmation error: the confirmation request amount does not match the order amount.","Amazon Simple Pay service refund confirmation error: the confirmation request amount does not match the order amount."
34
+ "Amazon Simple Pay service refund confirmation error: the transaction ID in the existing creditmemo does not match the transaction ID in the confirmation request.","Amazon Simple Pay service refund confirmation error: the transaction ID in the existing creditmemo does not match the transaction ID in the confirmation request."
35
+ "Authorize Only","Authorize Only"
36
+ "Authorize and Capture","Authorize and Capture"
37
+ "Cancel Description","Cancel Description"
38
+ "Cancel Order Notification received from Checkout by Amazon service.","Cancel Order Notification received from Checkout by Amazon service."
39
+ "Checkout by Amazon","Checkout by Amazon"
40
+ "Continue Shopping","Continue Shopping"
41
+ "Customer was redirected to Amazon Simple Pay site","Customer was redirected to Amazon Simple Pay site"
42
+ "Debug","Debug"
43
+ "Debug Log","Debug Log"
44
+ "Email Sender","Email Sender"
45
+ "Enable","Enable"
46
+ "Error Log","Error Log"
47
+ "FPS Sandbox Service URI","FPS Sandbox Service URI"
48
+ "FPS Service URI","FPS Service URI"
49
+ "Immediate Return","Immediate Return"
50
+ "Invalid action code.","Invalid action code."
51
+ "Invalid request.","Invalid request."
52
+ "Invoice was created with Checkout by Amazon.","Invoice was created with Checkout by Amazon."
53
+ "Merchant ID","Merchant ID"
54
+ "Merchant Login","Merchant Login"
55
+ "Merchant Name","Merchant Name"
56
+ "Merchant Password","Merchant Password"
57
+ "Merchant Token","Merchant Token"
58
+ "Method Choice Checkout Message","Method Choice Checkout Message"
59
+ "New Order Notification received from Checkout by Amazon service.","New Order Notification received from Checkout by Amazon service."
60
+ "New Order Status","New Order Status"
61
+ "Notification Error Transactional Email","Notification Error Transactional Email"
62
+ "Order Ready To Ship Notification received form Checkout by Amazon service.","Order Ready To Ship Notification received form Checkout by Amazon service."
63
+ "Order was canceled with Checkout by Amazon.","Order was canceled with Checkout by Amazon."
64
+ "Payment Action","Payment Action"
65
+ "Payment Description","Payment Description"
66
+ "Payment Sandbox Service URI","Payment Sandbox Service URI"
67
+ "Payment Service URI","Payment Service URI"
68
+ "Payment authorization canceled with Amazon Simple Pay service.","Payment authorization canceled with Amazon Simple Pay service."
69
+ "Pending Amazon Simple Pay","Pending Amazon Simple Pay"
70
+ "Redirect Message","Redirect Message"
71
+ "Refund Description","Refund Description"
72
+ "Refund was created with Checkout by Amazon.","Refund was created with Checkout by Amazon."
73
+ "Report Email","Report Email"
74
+ "Report Error to Email","Report Error to Email"
75
+ "Response body is not a valid FPS response.","Response body is not a valid FPS response."
76
+ "SUCCESS","SUCCESS"
77
+ "Sandbox","Sandbox"
78
+ "Secret Key","Secret Key"
79
+ "Secret Key ID","Secret Key ID"
80
+ "Shipment was created with Checkout by Amazon.","Shipment was created with Checkout by Amazon."
81
+ "Thank you for your purchase!","Thank you for your purchase!"
82
+ "The customer has canceled payment and successfully returned from Amazon Simple Pay site","The customer has canceled payment and successfully returned from Amazon Simple Pay site"
83
+ "The customer has successfully returned from Amazon Simple Pay site","The customer has successfully returned from Amazon Simple Pay site"
84
+ "The invoice was created (online capture). Waiting for capture confirmation from Amazon Simple Pay service.","The invoice was created (online capture). Waiting for capture confirmation from Amazon Simple Pay service."
85
+ "The invoice was not refunded. Amazon Simple Pay service error: [%s] %s","The invoice was not refunded. Amazon Simple Pay service error: [%s] %s"
86
+ "The item specified in callback request XML was not found in quote.","The item specified in callback request XML was not found in quote."
87
+ "The order was not canceled. Amazon Simple Pay service error: [%s] %s","The order was not canceled. Amazon Simple Pay service error: [%s] %s"
88
+ "The order was not captured online. Authorization confirmation is required.","The order was not captured online. Authorization confirmation is required."
89
+ "The order was not captured. Amazon Simple Pay service error: [%s] %s","The order was not captured. Amazon Simple Pay service error: [%s] %s"
90
+ "The payment was captured online with Amazon Simple Pay service. The invoice was created. Waiting for capture confirmation from the payment service.","The payment was captured online with Amazon Simple Pay service. The invoice was created. Waiting for capture confirmation from the payment service."
91
+ "The payment was refunded online with Amazon Simple Pay service. The credit memo was created. Waiting for refund confirmation from Amazon Simple Pay service.","The payment was refunded online with Amazon Simple Pay service. The credit memo was created. Waiting for refund confirmation from Amazon Simple Pay service."
92
+ "The payment was refunded online. Waiting for refund confirmation from Amazon Simple Pay service.","The payment was refunded online. Waiting for refund confirmation from Amazon Simple Pay service."
93
+ "The request is not a valid IPN request.","The request is not a valid IPN request."
94
+ "The request was signed incorrectly or the signature is missing.","The request was signed incorrectly or the signature is missing."
95
+ "Title","Title"
96
+ "Use Callback API","Use Callback API"
97
+ "You will be redirected to Checkout by Amazon in a few seconds.","You will be redirected to Checkout by Amazon in a few seconds."
98
+ "You will receive an order confirmation email with details of your order and a link to track its progress.","You will receive an order confirmation email with details of your order and a link to track its progress."
99
+ "You will receive an order confirmation email with details of your order and a link to track its progress.<br/>","You will receive an order confirmation email with details of your order and a link to track its progress.<br/>"
100
+ "Your billing address will be ignored and you will be redirected to Checkout by Amazon website.","Your billing address will be ignored and you will be redirected to Checkout by Amazon website."
101
+ "Your order has been received.","Your order has been received."
app/locale/en_US/Mage_Api.csv ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "Access denied.","Access denied."
2
+ "Can not find webservice adapter.","Can not find webservice adapter."
3
+ "Client Session Timeout (sec.)","Client Session Timeout (sec.)"
4
+ "Default Response Charset","Default Response Charset"
5
+ "Email","Email"
6
+ "Enable WSDL Cache","Enable WSDL Cache"
7
+ "General Settings","General Settings"
8
+ "Invalid webservice adapter specified.","Invalid webservice adapter specified."
9
+ "Invalid webservice handler specified.","Invalid webservice handler specified."
10
+ "Magento Core API","Magento Core API"
11
+ "Magento Core API Section","Magento Core API Section"
12
+ "SOAP/XML-RPC - Roles","SOAP/XML-RPC - Roles"
13
+ "SOAP/XML-RPC - Users","SOAP/XML-RPC - Users"
14
+ "Unable to login.","Unable to login."
15
+ "User Name","User Name"
16
+ "WS-I Compliance","WS-I Compliance"
17
+ "Web Services","Web Services"
18
+ "Your account has been deactivated.","Your account has been deactivated."
app/locale/en_US/Mage_Api2.csv ADDED
@@ -0,0 +1,238 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "%s","%s"
2
+ "%s role is a special one and can\'t be changed.","%s role is a special one and can\'t be changed."
3
+ "%s role is a special one and can\'t be deleted.","%s role is a special one and can\'t be deleted."
4
+ "%s role is protected.","%s role is protected."
5
+ "ACL Attribute Rules","ACL Attribute Rules"
6
+ "ACL Attributes Information","ACL Attributes Information"
7
+ "Add","Add"
8
+ "Add Admin Role","Add Admin Role"
9
+ "Add New Role","Add New Role"
10
+ "Address Type","Address Type"
11
+ "Admin","Admin"
12
+ "Allow","Allow"
13
+ "An error occurred while deleting the role.","An error occurred while deleting the role."
14
+ "An error occurred while saving attribute rules.","An error occurred while saving attribute rules."
15
+ "An error occurred while saving role.","An error occurred while saving role."
16
+ "Api Rules Information","Api Rules Information"
17
+ "Assigned","Assigned"
18
+ "Associate to Website","Associate to Website"
19
+ "Attribute Rules Information","Attribute Rules Information"
20
+ "Attribute Set","Attribute Set"
21
+ "Attributes","Attributes"
22
+ "Automatically Return Credit Memo Item to Stock","Automatically Return Credit Memo Item to Stock"
23
+ "Back","Back"
24
+ "Backorders","Backorders"
25
+ "Base Currency","Base Currency"
26
+ "Base Customer Balance","Base Customer Balance"
27
+ "Base Discount","Base Discount"
28
+ "Base Discount Amount","Base Discount Amount"
29
+ "Base Item Subtotal","Base Item Subtotal"
30
+ "Base Item Subtotal Including Tax","Base Item Subtotal Including Tax"
31
+ "Base Original Price","Base Original Price"
32
+ "Base Price","Base Price"
33
+ "Base Price Including Tax","Base Price Including Tax"
34
+ "Base Shipping","Base Shipping"
35
+ "Base Shipping Discount","Base Shipping Discount"
36
+ "Base Shipping Tax","Base Shipping Tax"
37
+ "Base Subtotal","Base Subtotal"
38
+ "Base Subtotal Including Tax","Base Subtotal Including Tax"
39
+ "Base Tax Amount","Base Tax Amount"
40
+ "Base Total Due","Base Total Due"
41
+ "Base Total Paid","Base Total Paid"
42
+ "Base Total Refunded","Base Total Refunded"
43
+ "Buy Now URL","Buy Now URL"
44
+ "Can Be Divided into Multiple Boxes for Shipping","Can Be Divided into Multiple Boxes for Shipping"
45
+ "Canceled Qty","Canceled Qty"
46
+ "Catalog","Catalog"
47
+ "Catalog Product","Catalog Product"
48
+ "CatalogInventory","CatalogInventory"
49
+ "Category ID","Category ID"
50
+ "City","City"
51
+ "Company","Company"
52
+ "Country","Country"
53
+ "Coupon Code","Coupon Code"
54
+ "Create","Create"
55
+ "Create Permanent Redirect for old URL","Create Permanent Redirect for old URL"
56
+ "Created From","Created From"
57
+ "Customer","Customer"
58
+ "Customer Address","Customer Address"
59
+ "Customer Address ID","Customer Address ID"
60
+ "Customer Balance","Customer Balance"
61
+ "Customer First Name","Customer First Name"
62
+ "Customer ID","Customer ID"
63
+ "Customer Last Name","Customer Last Name"
64
+ "Customer Middle Name","Customer Middle Name"
65
+ "Customer Prefix","Customer Prefix"
66
+ "Customer Suffix","Customer Suffix"
67
+ "Default Image","Default Image"
68
+ "Delete","Delete"
69
+ "Deny","Deny"
70
+ "Disable automatic group change based on VAT ID","Disable automatic group change based on VAT ID"
71
+ "Discount","Discount"
72
+ "Discount Amount","Discount Amount"
73
+ "Discount Description","Discount Description"
74
+ "Edit","Edit"
75
+ "Edit %s ACL attribute rules","Edit %s ACL attribute rules"
76
+ "Edit Role","Edit Role"
77
+ "Edit attribute rules for %s Role","Edit attribute rules for %s Role"
78
+ "Email","Email"
79
+ "Enable Qty Increments","Enable Qty Increments"
80
+ "Exclude","Exclude"
81
+ "File Content","File Content"
82
+ "File MIME Type","File MIME Type"
83
+ "File Name","File Name"
84
+ "Final Price With Tax","Final Price With Tax"
85
+ "Final Price Without Tax","Final Price Without Tax"
86
+ "First Name","First Name"
87
+ "Gift Message","Gift Message"
88
+ "Grand Total","Grand Total"
89
+ "Grand Total to Be Charged","Grand Total to Be Charged"
90
+ "Group","Group"
91
+ "Guest","Guest"
92
+ "Has Custom Options","Has Custom Options"
93
+ "ID","ID"
94
+ "Inventory Data","Inventory Data"
95
+ "Invoiced Qty","Invoiced Qty"
96
+ "Is Confirmed","Is Confirmed"
97
+ "Is Default Billing Address","Is Default Billing Address"
98
+ "Is Default Shipping Address","Is Default Shipping Address"
99
+ "Item ID","Item ID"
100
+ "Item Subtotal","Item Subtotal"
101
+ "Item Subtotal Including Tax","Item Subtotal Including Tax"
102
+ "Label","Label"
103
+ "Last Logged In","Last Logged In"
104
+ "Last Name","Last Name"
105
+ "Low Stock Date","Low Stock Date"
106
+ "Manage Stock","Manage Stock"
107
+ "Maximum Qty Allowed in Shopping Cart","Maximum Qty Allowed in Shopping Cart"
108
+ "Minimum Qty Allowed in Shopping Cart","Minimum Qty Allowed in Shopping Cart"
109
+ "New Role","New Role"
110
+ "Notify for Quantity Below","Notify for Quantity Below"
111
+ "OAuth","OAuth"
112
+ "Order","Order"
113
+ "Order Addresses","Order Addresses"
114
+ "Order Comments","Order Comments"
115
+ "Order Currency","Order Currency"
116
+ "Order Date","Order Date"
117
+ "Order ID","Order ID"
118
+ "Order ID (internal)","Order ID (internal)"
119
+ "Order Item ID","Order Item ID"
120
+ "Order Items","Order Items"
121
+ "Order Status","Order Status"
122
+ "Ordered Qty","Ordered Qty"
123
+ "Orders","Orders"
124
+ "Original Price","Original Price"
125
+ "Parent Order Item ID","Parent Order Item ID"
126
+ "Payment Method","Payment Method"
127
+ "Phone Number","Phone Number"
128
+ "Placed from IP","Placed from IP"
129
+ "Please enter a valid number in ""max_sale_qty"" field","Please enter a valid number in ""max_sale_qty"" field"
130
+ "Please enter a valid number in ""min_qty"" field","Please enter a valid number in ""min_qty"" field"
131
+ "Please enter a valid number in ""min_sale_qty"" field","Please enter a valid number in ""min_sale_qty"" field"
132
+ "Please enter a valid number in ""notify_stock_qty"" field","Please enter a valid number in ""notify_stock_qty"" field"
133
+ "Please use numbers only in ""category_id"" field.","Please use numbers only in ""category_id"" field."
134
+ "Please use numbers only in ""qty_increments"" field. Please avoid spaces or other characters such as dots or commas.","Please use numbers only in ""qty_increments"" field. Please avoid spaces or other characters such as dots or commas."
135
+ "Position","Position"
136
+ "Price","Price"
137
+ "Price Including Tax","Price Including Tax"
138
+ "Product","Product"
139
+ "Product Category","Product Category"
140
+ "Product ID","Product ID"
141
+ "Product Image","Product Image"
142
+ "Product Type","Product Type"
143
+ "Product URL","Product URL"
144
+ "Product Website","Product Website"
145
+ "Product and Custom Options Name","Product and Custom Options Name"
146
+ "Qty","Qty"
147
+ "Qty Increments","Qty Increments"
148
+ "Qty Uses Decimals","Qty Uses Decimals"
149
+ "Qty for Item's Status to Become Out of Stock","Qty for Item's Status to Become Out of Stock"
150
+ "REST - Attributes","REST - Attributes"
151
+ "REST - Roles","REST - Roles"
152
+ "REST ACL Attributes","REST ACL Attributes"
153
+ "REST Attributes","REST Attributes"
154
+ "REST Role","REST Role"
155
+ "REST Roles","REST Roles"
156
+ "REST Roles Information","REST Roles Information"
157
+ "Read","Read"
158
+ "Refunded Qty","Refunded Qty"
159
+ "Regular Price With Tax","Regular Price With Tax"
160
+ "Regular Price Without Tax","Regular Price Without Tax"
161
+ "Rest Roles","Rest Roles"
162
+ "Retrieve","Retrieve"
163
+ "Role ""%s"" no longer exists","Role ""%s"" no longer exists"
164
+ "Role ""%s"" not found.","Role ""%s"" not found."
165
+ "Role API Resources","Role API Resources"
166
+ "Role Info","Role Info"
167
+ "Role Information","Role Information"
168
+ "Role Name","Role Name"
169
+ "Role Users","Role Users"
170
+ "Role has been deleted.","Role has been deleted."
171
+ "Roles","Roles"
172
+ "SKU","SKU"
173
+ "Salability Status","Salability Status"
174
+ "Sales","Sales"
175
+ "Save","Save"
176
+ "Shipped Qty","Shipped Qty"
177
+ "Shipping Amount","Shipping Amount"
178
+ "Shipping Discount","Shipping Discount"
179
+ "Shipping Including Tax","Shipping Including Tax"
180
+ "Shipping Method","Shipping Method"
181
+ "Shipping Tax","Shipping Tax"
182
+ "State","State"
183
+ "Stock Availability","Stock Availability"
184
+ "Stock ID","Stock ID"
185
+ "Stock Item","Stock Item"
186
+ "Stock Status","Stock Status"
187
+ "Store Currency to Order Currency Rate","Store Currency to Order Currency Rate"
188
+ "Store Name","Store Name"
189
+ "Street","Street"
190
+ "Subtotal","Subtotal"
191
+ "Subtotal Including Tax","Subtotal Including Tax"
192
+ "System","System"
193
+ "Tax Amount","Tax Amount"
194
+ "Tax Name","Tax Name"
195
+ "Tax Percent","Tax Percent"
196
+ "Tax Rate","Tax Rate"
197
+ "The ""enable_qty_increments"" field must be set to 0 or 1.","The ""enable_qty_increments"" field must be set to 0 or 1."
198
+ "The ""is_decimal_divided"" field must be set to 0 or 1.","The ""is_decimal_divided"" field must be set to 0 or 1."
199
+ "The ""is_in_stock"" field must be set to 0 or 1.","The ""is_in_stock"" field must be set to 0 or 1."
200
+ "The ""is_qty_decimal"" field must be set to 0 or 1.","The ""is_qty_decimal"" field must be set to 0 or 1."
201
+ "The ""is_qty_decimal"" field must be set to 0, 1, or 2.","The ""is_qty_decimal"" field must be set to 0, 1, or 2."
202
+ "The ""manage_stock"" field must be set to 0 or 1.","The ""manage_stock"" field must be set to 0 or 1."
203
+ "The ""stock_status_changed_auto"" field must be set to 0 or 1.","The ""stock_status_changed_auto"" field must be set to 0 or 1."
204
+ "The ""use_config_backorders"" field must be set to 0 or 1.","The ""use_config_backorders"" field must be set to 0 or 1."
205
+ "The ""use_config_enable_qty_inc"" field must be set to 0 or 1.","The ""use_config_enable_qty_inc"" field must be set to 0 or 1."
206
+ "The ""use_config_manage_stock"" field must be set to 0 or 1.","The ""use_config_manage_stock"" field must be set to 0 or 1."
207
+ "The ""use_config_max_sale_qty"" field must be set to 0 or 1.","The ""use_config_max_sale_qty"" field must be set to 0 or 1."
208
+ "The ""use_config_min_qty"" field must be set to 0 or 1.","The ""use_config_min_qty"" field must be set to 0 or 1."
209
+ "The ""use_config_min_sale_qty"" field must be set to 0 or 1.","The ""use_config_min_sale_qty"" field must be set to 0 or 1."
210
+ "The ""use_config_notify_stock_qty"" field must be set to 0 or 1.","The ""use_config_notify_stock_qty"" field must be set to 0 or 1."
211
+ "The ""use_config_qty_increments"" field must be set to 0 or 1.","The ""use_config_qty_increments"" field must be set to 0 or 1."
212
+ "The attribute rules were saved.","The attribute rules were saved."
213
+ "The role has been saved.","The role has been saved."
214
+ "The role is a special one and not for assigning it to admin users.","The role is a special one and not for assigning it to admin users."
215
+ "Total Due","Total Due"
216
+ "Total Paid","Total Paid"
217
+ "Total Refunded","Total Refunded"
218
+ "Total Reviews Count","Total Reviews Count"
219
+ "Type","Type"
220
+ "URL","URL"
221
+ "Update","Update"
222
+ "Use Config Settings for Allow Gift Message","Use Config Settings for Allow Gift Message"
223
+ "Use Config Settings for Allow Gift Wrapping","Use Config Settings for Allow Gift Wrapping"
224
+ "Use Config Settings for Backorders","Use Config Settings for Backorders"
225
+ "Use Config Settings for Enable Qty Increments","Use Config Settings for Enable Qty Increments"
226
+ "Use Config Settings for Manage Stock","Use Config Settings for Manage Stock"
227
+ "Use Config Settings for Maximum Qty Allowed in Shopping Cart","Use Config Settings for Maximum Qty Allowed in Shopping Cart"
228
+ "Use Config Settings for Minimum Qty Allowed in Shopping Cart","Use Config Settings for Minimum Qty Allowed in Shopping Cart"
229
+ "Use Config Settings for Notify for Quantity Below","Use Config Settings for Notify for Quantity Below"
230
+ "Use Config Settings for Qty Increments","Use Config Settings for Qty Increments"
231
+ "Use Config Settings for Qty for Item's Status to Become Out of Stock","Use Config Settings for Qty for Item's Status to Become Out of Stock"
232
+ "User Type","User Type"
233
+ "User type ""%s"" no longer exists","User type ""%s"" no longer exists"
234
+ "User type ""%s"" not found.","User type ""%s"" not found."
235
+ "Web Services","Web Services"
236
+ "Web services","Web services"
237
+ "Write","Write"
238
+ "ZIP/Postal Code","ZIP/Postal Code"
app/locale/en_US/Mage_Authorizenet.csv ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "--Please Select--","--Please Select--"
2
+ "API Login ID","API Login ID"
3
+ "Accepted Currency","Accepted Currency"
4
+ "Amount of %s approved by payment gateway. Transaction ID: ""%s"".","Amount of %s approved by payment gateway. Transaction ID: ""%s""."
5
+ "Authorize.net Direct Post","Authorize.net Direct Post"
6
+ "Card Verification Number","Card Verification Number"
7
+ "Card Verification Number Visual Reference","Card Verification Number Visual Reference"
8
+ "Close","Close"
9
+ "Credit Card Information","Credit Card Information"
10
+ "Credit Card Number","Credit Card Number"
11
+ "Credit Card Type","Credit Card Type"
12
+ "Credit Card Types","Credit Card Types"
13
+ "Credit Card Verification","Credit Card Verification"
14
+ "Debug","Debug"
15
+ "Email Customer","Email Customer"
16
+ "Enabled","Enabled"
17
+ "Expiration Date","Expiration Date"
18
+ "Gateway URL","Gateway URL"
19
+ "Maximum Order Total","Maximum Order Total"
20
+ "Merchant MD5","Merchant MD5"
21
+ "Merchant's Email","Merchant's Email"
22
+ "Minimum Order Total","Minimum Order Total"
23
+ "New Order Status","New Order Status"
24
+ "Order saving error: %s","Order saving error: %s"
25
+ "Payment Action","Payment Action"
26
+ "Payment authorization error.","Payment authorization error."
27
+ "Payment authorization error. Transacion id is empty.","Payment authorization error. Transacion id is empty."
28
+ "Payment error. Order was not found.","Payment error. Order was not found."
29
+ "Payment error. Paid amount doesn\'t match the order amount.","Payment error. Paid amount doesn\'t match the order amount."
30
+ "Payment from Applicable Countries","Payment from Applicable Countries"
31
+ "Payment from Specific Countries","Payment from Specific Countries"
32
+ "Please, choose payment method","Please, choose payment method"
33
+ "Response hash validation failed. Transaction declined.","Response hash validation failed. Transaction declined."
34
+ "Sort Order","Sort Order"
35
+ "Test Mode","Test Mode"
36
+ "The order has been created.","The order has been created."
37
+ "There was an error processing your order. Please contact us or try again later.","There was an error processing your order. Please contact us or try again later."
38
+ "Title","Title"
39
+ "Transaction Key","Transaction Key"
40
+ "What is this?","What is this?"
41
+ "You will be required to enter your payment details before you place an order.","You will be required to enter your payment details before you place an order."
app/locale/en_US/Mage_Backup.csv ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "Action","Action"
2
+ "An error occurred while creating the backup.","An error occurred while creating the backup."
3
+ "An error occurred while writing to the backup file ""%s"".","An error occurred while writing to the backup file ""%s""."
4
+ "Are you sure you want to delete the selected backup(s)?","Are you sure you want to delete the selected backup(s)?"
5
+ "Backup Type","Backup Type"
6
+ "Backup file ""%s"" cannot be read from or written to.","Backup file ""%s"" cannot be read from or written to."
7
+ "Backup file ""%s"" does not exist.","Backup file ""%s"" does not exist."
8
+ "Backup file does not exist.","Backup file does not exist."
9
+ "Backup file handler was unspecified.","Backup file handler was unspecified."
10
+ "Backup file not found","Backup file not found"
11
+ "Backup file path was not specified.","Backup file path was not specified."
12
+ "Backups","Backups"
13
+ "Cannot read backup file.","Cannot read backup file."
14
+ "Create Backup","Create Backup"
15
+ "Database","Database"
16
+ "Database Backup","Database Backup"
17
+ "Database and Media","Database and Media"
18
+ "Database and Media Backup","Database and Media Backup"
19
+ "Database was successfuly backed up.","Database was successfuly backed up."
20
+ "Download","Download"
21
+ "Enable Scheduled Backup","Enable Scheduled Backup"
22
+ "Failed to connect to FTP","Failed to connect to FTP"
23
+ "Failed to delete one or several backups.","Failed to delete one or several backups."
24
+ "Failed to rollback","Failed to rollback"
25
+ "Failed to validate FTP","Failed to validate FTP"
26
+ "Frequency","Frequency"
27
+ "Invalid Password.","Invalid Password."
28
+ "Maintenance Mode","Maintenance Mode"
29
+ "Name","Name"
30
+ "Not enough free space to create backup.","Not enough free space to create backup."
31
+ "Not enough permissions to create backup.","Not enough permissions to create backup."
32
+ "Not enough permissions to perform rollback","Not enough permissions to perform rollback"
33
+ "Please either unselect the ""Put store on the maintenance mode"" checkbox or update your permissions to proceed with the backup.""","Please either unselect the ""Put store on the maintenance mode"" checkbox or update your permissions to proceed with the backup."""
34
+ "Please either unselect the ""Put store on the maintenance mode"" checkbox or update your permissions to proceed with the rollback.""","Please either unselect the ""Put store on the maintenance mode"" checkbox or update your permissions to proceed with the rollback."""
35
+ "Put store on the maintenance mode while backup's creation","Put store on the maintenance mode while backup's creation"
36
+ "Rollback","Rollback"
37
+ "Scheduled Backup Settings","Scheduled Backup Settings"
38
+ "Size, Bytes","Size, Bytes"
39
+ "Start Time","Start Time"
40
+ "System","System"
41
+ "System (excluding Media)","System (excluding Media)"
42
+ "System Backup","System Backup"
43
+ "System couldn't put store on the maintenance mode","System couldn't put store on the maintenance mode"
44
+ "The database and media backup has been created.","The database and media backup has been created."
45
+ "The database backup has been created.","The database backup has been created."
46
+ "The file was compressed with Zlib, but this extension is not installed on server.","The file was compressed with Zlib, but this extension is not installed on server."
47
+ "The selected backup(s) has been deleted.","The selected backup(s) has been deleted."
48
+ "The system (excluding Media) backup has been created.","The system (excluding Media) backup has been created."
49
+ "The system backup has been created.","The system backup has been created."
50
+ "Time","Time"
51
+ "Type","Type"
52
+ "Unable to create backup. Please, try again later.","Unable to create backup. Please, try again later."
53
+ "Unable to save the cron expression.","Unable to save the cron expression."
54
+ "Wrong order of creation for new backup.","Wrong order of creation for new backup."
55
+ "You do not have sufficient permissions to enable Maintenance Mode during this operation.","You do not have sufficient permissions to enable Maintenance Mode during this operation."
app/locale/en_US/Mage_Bundle.csv ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "%1$s incl tax.","%1$s incl tax."
2
+ "* Required Fields","* Required Fields"
3
+ "-- Select --","-- Select --"
4
+ "Add New Option","Add New Option"
5
+ "Add Selection","Add Selection"
6
+ "As Low as","As Low as"
7
+ "As low as","As low as"
8
+ "Bundle Items","Bundle Items"
9
+ "Bundle Product","Bundle Product"
10
+ "Buy %1$s","Buy %1$s"
11
+ "Buy %1$s for","Buy %1$s for"
12
+ "Buy %1$s for %2$s","Buy %1$s for %2$s"
13
+ "Buy %1$s for %2$s (%3$s incl. tax) each","Buy %1$s for %2$s (%3$s incl. tax) each"
14
+ "Buy %1$s for %2$s each","Buy %1$s for %2$s each"
15
+ "Buy %1$s with %2$s discount each","Buy %1$s with %2$s discount each"
16
+ "Catalog Product View (Bundle)","Catalog Product View (Bundle)"
17
+ "Checkbox","Checkbox"
18
+ "Choose a selection...","Choose a selection..."
19
+ "Click for price","Click for price"
20
+ "Close","Close"
21
+ "Default","Default"
22
+ "Default Qty","Default Qty"
23
+ "Default Title","Default Title"
24
+ "Drop-down","Drop-down"
25
+ "Dynamic","Dynamic"
26
+ "Excl. Tax","Excl. Tax"
27
+ "Excl. Tax:","Excl. Tax:"
28
+ "Fixed","Fixed"
29
+ "From","From"
30
+ "From:","From:"
31
+ "Gift Message","Gift Message"
32
+ "Incl. Tax","Incl. Tax"
33
+ "Incl. Tax:","Incl. Tax:"
34
+ "Input Type","Input Type"
35
+ "Is Required","Is Required"
36
+ "Message:","Message:"
37
+ "Multiple Select","Multiple Select"
38
+ "N/A","N/A"
39
+ "No options of this product are available.","No options of this product are available."
40
+ "None","None"
41
+ "Percent","Percent"
42
+ "Percent Discount","Percent Discount"
43
+ "Please Select Products to Add","Please Select Products to Add"
44
+ "Please enter a number greater 0 in this field.","Please enter a number greater 0 in this field."
45
+ "Please enter search conditions to view products.","Please enter search conditions to view products."
46
+ "Please select options for product.","Please select options for product."
47
+ "Please specify product option(s).","Please specify product option(s)."
48
+ "Position","Position"
49
+ "Price Range","Price Range"
50
+ "Price Type","Price Type"
51
+ "Price as configured","Price as configured"
52
+ "Qty:","Qty:"
53
+ "Radio Buttons","Radio Buttons"
54
+ "Required options are not selected.","Required options are not selected."
55
+ "Selected required options are not available.","Selected required options are not available."
56
+ "Separately","Separately"
57
+ "Ship Bundle Items","Ship Bundle Items"
58
+ "Shipment","Shipment"
59
+ "Store View Title","Store View Title"
60
+ "There is no defined renderer for ""%s"" option type.","There is no defined renderer for ""%s"" option type."
61
+ "This product is also part of bundle(s)","This product is also part of bundle(s)"
62
+ "To","To"
63
+ "To:","To:"
64
+ "Together","Together"
65
+ "Total incl. Tax: %1$s","Total incl. Tax: %1$s"
66
+ "Use Default Value","Use Default Value"
67
+ "User Defined Qty","User Defined Qty"
68
+ "and","and"
69
+ "each","each"
70
+ "save","save"
app/locale/en_US/Mage_Captcha.csv ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "<strong>Attention</strong>: Captcha is case sensitive.","<strong>Attention</strong>: Captcha is case sensitive."
2
+ "After number of attempts to login","After number of attempts to login"
3
+ "Always","Always"
4
+ "CAPTCHA","CAPTCHA"
5
+ "CAPTCHA Timeout (minutes)","CAPTCHA Timeout (minutes)"
6
+ "CAPTCHA for ""Create user"" and ""Forgot password"" forms is always enabled if chosen","CAPTCHA for ""Create user"" and ""Forgot password"" forms is always enabled if chosen"
7
+ "Case Sensitive","Case Sensitive"
8
+ "Displaying Mode","Displaying Mode"
9
+ "Enable CAPTCHA in Admin","Enable CAPTCHA in Admin"
10
+ "Enable CAPTCHA on Frontend","Enable CAPTCHA on Frontend"
11
+ "Font","Font"
12
+ "Forms","Forms"
13
+ "If 0 is specified, CAPTCHA on the Login form will be always available.","If 0 is specified, CAPTCHA on the Login form will be always available."
14
+ "Incorrect CAPTCHA.","Incorrect CAPTCHA."
15
+ "Number of Symbols","Number of Symbols"
16
+ "Number of Unsuccessful Attempts to Login","Number of Unsuccessful Attempts to Login"
17
+ "Please specify 8 symbols at the most. Range allowed (e.g. 3-5)","Please specify 8 symbols at the most. Range allowed (e.g. 3-5)"
18
+ "Please type the letters below","Please type the letters below"
19
+ "Please type the letters from the image:","Please type the letters from the image:"
20
+ "Please use only letters (a-z or A-Z) or numbers (0-9) in this field. No spaces or other characters are allowed.<br />Similar looking characters (e.g. ""i"", ""l"", ""1"") decrease chance of correct recognition by customer.","Please use only letters (a-z or A-Z) or numbers (0-9) in this field. No spaces or other characters are allowed.<br />Similar looking characters (e.g. ""i"", ""l"", ""1"") decrease chance of correct recognition by customer."
21
+ "Reload captcha","Reload captcha"
22
+ "Symbols Used in CAPTCHA","Symbols Used in CAPTCHA"
app/locale/en_US/Mage_Catalog.csv ADDED
@@ -0,0 +1,828 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "# of Use","# of Use"
2
+ "%1$s incl tax.","%1$s incl tax."
3
+ "%s - %s","%s - %s"
4
+ "%s Item(s)","%s Item(s)"
5
+ "%s and above","%s and above"
6
+ "(%d)","(%d)"
7
+ "(Copy data from: %s)","(Copy data from: %s)"
8
+ "* Required Fields","* Required Fields"
9
+ "-- Please Select --","-- Please Select --"
10
+ "86400 by default, if not set. To refresh instantly, Clear the Blocks HTML Output Cache.","86400 by default, if not set. To refresh instantly, Clear the Blocks HTML Output Cache."
11
+ "<strong style=""color:red"">Warning!</strong> Applying MAP by default will hide all product prices on the frontend.","<strong style=""color:red"">Warning!</strong> Applying MAP by default will hide all product prices on the frontend."
12
+ "A group with the same name already exists.","A group with the same name already exists."
13
+ "A name is required","A name is required"
14
+ "A product type is not defined for the indexer.","A product type is not defined for the indexer."
15
+ "ALL GROUPS","ALL GROUPS"
16
+ "AM","AM"
17
+ "Action","Action"
18
+ "Actual Price","Actual Price"
19
+ "Add","Add"
20
+ "Add Attribute","Add Attribute"
21
+ "Add Design Change","Add Design Change"
22
+ "Add Group","Add Group"
23
+ "Add Group Price","Add Group Price"
24
+ "Add New","Add New"
25
+ "Add New Attribute","Add New Attribute"
26
+ "Add New Attribute Set","Add New Attribute Set"
27
+ "Add New Group","Add New Group"
28
+ "Add New Images","Add New Images"
29
+ "Add New Option","Add New Option"
30
+ "Add New Row","Add New Row"
31
+ "Add New Search Term","Add New Search Term"
32
+ "Add New Set","Add New Set"
33
+ "Add Product","Add Product"
34
+ "Add Product To Websites","Add Product To Websites"
35
+ "Add Root Category","Add Root Category"
36
+ "Add Subcategory","Add Subcategory"
37
+ "Add Tax","Add Tax"
38
+ "Add Tier","Add Tier"
39
+ "Add attribute into attribute set","Add attribute into attribute set"
40
+ "Add group into attribute set","Add group into attribute set"
41
+ "Add new custom option into product","Add new custom option into product"
42
+ "Add new values into custom option","Add new values into custom option"
43
+ "Add option","Add option"
44
+ "Add to Cart","Add to Cart"
45
+ "Add to Compare","Add to Compare"
46
+ "Add to Wishlist","Add to Wishlist"
47
+ "Additional Information","Additional Information"
48
+ "Alert Urls","Alert Urls"
49
+ "All","All"
50
+ "All Product Types","All Product Types"
51
+ "All Websites","All Websites"
52
+ "All products","All products"
53
+ "All products - recently added products, New products - products marked as new","All products - recently added products, New products - products marked as new"
54
+ "All products of this set will be deleted! Are you sure you want to delete this attribute set?","All products of this set will be deleted! Are you sure you want to delete this attribute set?"
55
+ "Allow All Products per Page","Allow All Products per Page"
56
+ "Allow Dynamic Media URLs in Products and Categories","Allow Dynamic Media URLs in Products and Categories"
57
+ "Allow HTML Tags on Frontend","Allow HTML Tags on Frontend"
58
+ "Allowed File Extensions","Allowed File Extensions"
59
+ "Allowed file extensions to upload","Allowed file extensions to upload"
60
+ "An error occurred while adding products to websites.","An error occurred while adding products to websites."
61
+ "An error occurred while clearing comparison list.","An error occurred while clearing comparison list."
62
+ "An error occurred while deleting this review.","An error occurred while deleting this review."
63
+ "An error occurred while removing products from websites.","An error occurred while removing products from websites."
64
+ "An error occurred while saving the URL rewrite","An error occurred while saving the URL rewrite"
65
+ "An error occurred while saving the attribute set.","An error occurred while saving the attribute set."
66
+ "An error occurred while saving the collection, aborting. Error message: %s","An error occurred while saving the collection, aborting. Error message: %s"
67
+ "An error occurred while saving the product. ","An error occurred while saving the product. "
68
+ "An error occurred while saving the search query.","An error occurred while saving the search query."
69
+ "An error occurred while saving this group.","An error occurred while saving this group."
70
+ "An error occurred while saving this review.","An error occurred while saving this review."
71
+ "An error occurred while trying to delete the category.","An error occurred while trying to delete the category."
72
+ "An error occurred while updating the product(s) attributes.","An error occurred while updating the product(s) attributes."
73
+ "An error occurred while updating the product(s) status.","An error occurred while updating the product(s) status."
74
+ "An invalid group ID is specified, skipping the record.","An invalid group ID is specified, skipping the record."
75
+ "An invalid option ID is specified for %s (%s), skipping the record.","An invalid option ID is specified for %s (%s), skipping the record."
76
+ "An invalid store was specified.","An invalid store was specified."
77
+ "Anchor Custom Text","Anchor Custom Text"
78
+ "Anchor Custom Title","Anchor Custom Title"
79
+ "Applicable to catalog products and categories only. Any media content will be inserted into editor as a static URL. It is not updated if the system configuration base URL changes.","Applicable to catalog products and categories only. Any media content will be inserted into editor as a static URL. It is not updated if the system configuration base URL changes."
80
+ "Apply MAP (Default Value)","Apply MAP (Default Value)"
81
+ "Apply To","Apply To"
82
+ "Approved","Approved"
83
+ "Are you sure you want to delete this category?","Are you sure you want to delete this category?"
84
+ "Are you sure you would like to remove all products from your comparison?","Are you sure you would like to remove all products from your comparison?"
85
+ "Are you sure you would like to remove this item from the compare products?","Are you sure you would like to remove this item from the compare products?"
86
+ "Are you sure?","Are you sure?"
87
+ "As low as:","As low as:"
88
+ "Assign","Assign"
89
+ "Assign product link","Assign product link"
90
+ "Assign product to category","Assign product to category"
91
+ "Assigned Products","Assigned Products"
92
+ "Associated Products","Associated Products"
93
+ "Attrib. Set Name","Attrib. Set Name"
94
+ "Attribute ""%s"" is invalid.","Attribute ""%s"" is invalid."
95
+ "Attribute ""%s"" is required.","Attribute ""%s"" is required."
96
+ "Attribute Information","Attribute Information"
97
+ "Attribute Model","Attribute Model"
98
+ "Attribute Name:","Attribute Name:"
99
+ "Attribute Set","Attribute Set"
100
+ "Attribute Sets","Attribute Sets"
101
+ "Attribute add","Attribute add"
102
+ "Attribute code is invalid. Please use only letters (a-z), numbers (0-9) or underscore(_) in this field, first character should be a letter.","Attribute code is invalid. Please use only letters (a-z), numbers (0-9) or underscore(_) in this field, first character should be a letter."
103
+ "Attribute group with the \"/name/\" name already exists","Attribute group with the \"/name/\" name already exists"
104
+ "Attribute remove","Attribute remove"
105
+ "Attribute with the same code already exists","Attribute with the same code already exists"
106
+ "Attributes","Attributes"
107
+ "Attrribute names can be specified per store.","Attrribute names can be specified per store."
108
+ "Autogenerate","Autogenerate"
109
+ "Availability:","Availability:"
110
+ "Back","Back"
111
+ "Backend Model","Backend Model"
112
+ "Backend Table","Backend Table"
113
+ "Backend Table Title","Backend Table Title"
114
+ "Backorders","Backorders"
115
+ "Based On","Based On"
116
+ "Before Order Confirmation","Before Order Confirmation"
117
+ "Best Value","Best Value"
118
+ "Block after Info Column","Block after Info Column"
119
+ "Bottom Block Options Wrapper","Bottom Block Options Wrapper"
120
+ "Bottom/Left","Bottom/Left"
121
+ "Bottom/Right","Bottom/Right"
122
+ "Browse By","Browse By"
123
+ "Bundle Items","Bundle Items"
124
+ "Buy %1$s","Buy %1$s"
125
+ "Buy %1$s for","Buy %1$s for"
126
+ "Buy %1$s for %2$s","Buy %1$s for %2$s"
127
+ "Buy %1$s for %2$s (%3$s incl. tax) each","Buy %1$s for %2$s (%3$s incl. tax) each"
128
+ "Buy %1$s for %2$s each","Buy %1$s for %2$s each"
129
+ "Cache Lifetime (Seconds)","Cache Lifetime (Seconds)"
130
+ "Cache refresh needed.","Cache refresh needed."
131
+ "Can be Divided into Multiple Boxes for Shipping","Can be Divided into Multiple Boxes for Shipping"
132
+ "Can be used only with catalog input type Dropdown","Can be used only with catalog input type Dropdown"
133
+ "Can be used only with catalog input type Dropdown, Multiple Select and Price","Can be used only with catalog input type Dropdown, Multiple Select and Price"
134
+ "Can\'t create image.","Can\'t create image."
135
+ "Cancel","Cancel"
136
+ "Cannot create image.","Cannot create image."
137
+ "Cannot create writeable directory '%s'.","Cannot create writeable directory '%s'."
138
+ "Cart Item Attribute","Cart Item Attribute"
139
+ "Catalog","Catalog"
140
+ "Catalog Category (Anchor)","Catalog Category (Anchor)"
141
+ "Catalog Category (Non-Anchor)","Catalog Category (Non-Anchor)"
142
+ "Catalog Category (Without Subcategories)","Catalog Category (Without Subcategories)"
143
+ "Catalog Category Link","Catalog Category Link"
144
+ "Catalog New Products List","Catalog New Products List"
145
+ "Catalog Price Scope","Catalog Price Scope"
146
+ "Catalog Product Compare List","Catalog Product Compare List"
147
+ "Catalog Product Email to a Friend","Catalog Product Email to a Friend"
148
+ "Catalog Product Image Gallery Popup","Catalog Product Image Gallery Popup"
149
+ "Catalog Product Link","Catalog Product Link"
150
+ "Catalog Product View (Any)","Catalog Product View (Any)"
151
+ "Catalog Product View (Configurable)","Catalog Product View (Configurable)"
152
+ "Catalog Product View (Grouped)","Catalog Product View (Grouped)"
153
+ "Catalog Product View (Simple)","Catalog Product View (Simple)"
154
+ "Catalog Product View (Virtual)","Catalog Product View (Virtual)"
155
+ "Catalog Section","Catalog Section"
156
+ "Catalog Seo Sitemap (Category List)","Catalog Seo Sitemap (Category List)"
157
+ "Catalog Seo Sitemap (Category Tree)","Catalog Seo Sitemap (Category Tree)"
158
+ "Catalog Seo Sitemap (Common)","Catalog Seo Sitemap (Common)"
159
+ "Catalog Seo Sitemap (Product List)","Catalog Seo Sitemap (Product List)"
160
+ "Catalog URL Rewrites","Catalog URL Rewrites"
161
+ "Catalog product custom option values API","Catalog product custom option values API"
162
+ "Catalog product custom options API","Catalog product custom options API"
163
+ "Catalog, Search","Catalog, Search"
164
+ "Categories","Categories"
165
+ "Categories Sitemap","Categories Sitemap"
166
+ "Category","Category"
167
+ "Category API","Category API"
168
+ "Category Data","Category Data"
169
+ "Category Flat Data","Category Flat Data"
170
+ "Category Link Block Template","Category Link Block Template"
171
+ "Category Link Inline Template","Category Link Inline Template"
172
+ "Category Products","Category Products"
173
+ "Category Top Navigation","Category Top Navigation"
174
+ "Category URL Suffix","Category URL Suffix"
175
+ "Category attributes API","Category attributes API"
176
+ "Category move error","Category move error"
177
+ "Category move error %s","Category move error %s"
178
+ "Category move operation is not possible: parent category is equal to child category.","Category move operation is not possible: parent category is equal to child category."
179
+ "Category move operation is not possible: the current category was not found.","Category move operation is not possible: the current category was not found."
180
+ "Category move operation is not possible: the new parent category was not found.","Category move operation is not possible: the new parent category was not found."
181
+ "Category must be an instance of Mage_Catalog_Model_Category.","Category must be an instance of Mage_Catalog_Model_Category."
182
+ "Center","Center"
183
+ "Change","Change"
184
+ "Change or Retrieve attribute store view","Change or Retrieve attribute store view"
185
+ "Change status","Change status"
186
+ "Check items to add to the cart or","Check items to add to the cart or"
187
+ "Choose an Option...","Choose an Option..."
188
+ "Clear All","Clear All"
189
+ "Clear Price","Clear Price"
190
+ "Click for price","Click for price"
191
+ "Close Window","Close Window"
192
+ "Collapse All","Collapse All"
193
+ "Comma-separated.","Comma-separated."
194
+ "Comparable","Comparable"
195
+ "Comparable on Front-end","Comparable on Front-end"
196
+ "Comparable on the Frontend","Comparable on the Frontend"
197
+ "Compare","Compare"
198
+ "Compare Products","Compare Products"
199
+ "Conditions Combination","Conditions Combination"
200
+ "Configurable Product","Configurable Product"
201
+ "Configurable Product Settings","Configurable Product Settings"
202
+ "Configure Product","Configure Product"
203
+ "Continue","Continue"
204
+ "Copy From Configurable","Copy From Configurable"
205
+ "Country/State","Country/State"
206
+ "Create","Create"
207
+ "Create (Upload)","Create (Upload)"
208
+ "Create Empty","Create Empty"
209
+ "Create Permanent Redirect for URLs if URL Key Changed","Create Permanent Redirect for URLs if URL Key Changed"
210
+ "Create Permanent Redirect for old URL","Create Permanent Redirect for old URL"
211
+ "Create Product Settings","Create Product Settings"
212
+ "Create Simple Associated Product","Create Simple Associated Product"
213
+ "Create attribute set based on another set","Create attribute set based on another set"
214
+ "Create new attribute","Create new attribute"
215
+ "Create new category","Create new category"
216
+ "Create new product","Create new product"
217
+ "Cross-sells","Cross-sells"
218
+ "Currently Shopping by:","Currently Shopping by:"
219
+ "Custom Design","Custom Design"
220
+ "Custom Options","Custom Options"
221
+ "Custom options","Custom options"
222
+ "Customer Group","Customer Group"
223
+ "Customers Reviews","Customers Reviews"
224
+ "Customers Tagged Product","Customers Tagged Product"
225
+ "Data Type for Saving in Database","Data Type for Saving in Database"
226
+ "Date & Time Custom Options","Date & Time Custom Options"
227
+ "Date Fields Order","Date Fields Order"
228
+ "Date Subscribed","Date Subscribed"
229
+ "Datetime","Datetime"
230
+ "Decimal","Decimal"
231
+ "Declare attribute value saving scope","Declare attribute value saving scope"
232
+ "Default ""What's This"" Text Message","Default ""What's This"" Text Message"
233
+ "Default Popup Text Message","Default Popup Text Message"
234
+ "Default Price","Default Price"
235
+ "Default Price Navigation Step","Default Price Navigation Step"
236
+ "Default Qty","Default Qty"
237
+ "Default Values","Default Values"
238
+ "Defines the base currency scope (""Currency Setup"" > ""Currency Options"" > ""Base Currency"").","Defines the base currency scope (""Currency Setup"" > ""Currency Options"" > ""Base Currency"")."
239
+ "Delete","Delete"
240
+ "Delete Attribute","Delete Attribute"
241
+ "Delete Attribute Set","Delete Attribute Set"
242
+ "Delete Category","Delete Category"
243
+ "Delete Group Price","Delete Group Price"
244
+ "Delete Option","Delete Option"
245
+ "Delete Row","Delete Row"
246
+ "Delete Search","Delete Search"
247
+ "Delete Selected Group","Delete Selected Group"
248
+ "Delete Tier","Delete Tier"
249
+ "Delete attribute","Delete attribute"
250
+ "Delete category","Delete category"
251
+ "Delete product","Delete product"
252
+ "Depends on design theme","Depends on design theme"
253
+ "Design","Design"
254
+ "Details","Details"
255
+ "Disabled","Disabled"
256
+ "Disallowed file type.","Disallowed file type."
257
+ "Display Actual Price","Display Actual Price"
258
+ "Display Page Control","Display Page Control"
259
+ "Display Price Interval as One Price","Display Price Interval as One Price"
260
+ "Display Product Count","Display Product Count"
261
+ "Display Type","Display Type"
262
+ "Display in Suggested Terms","Display in Suggested Terms"
263
+ "Double click on a group to rename it","Double click on a group to rename it"
264
+ "Double click on above image to view full picture","Double click on above image to view full picture"
265
+ "Downloadable Information","Downloadable Information"
266
+ "Duplicate","Duplicate"
267
+ "Duplicate website group price customer group.","Duplicate website group price customer group."
268
+ "Duplicate website tier price customer group and quantity.","Duplicate website tier price customer group and quantity."
269
+ "Duplicate website, country and state tax found.","Duplicate website, country and state tax found."
270
+ "E.g. {{media url=""path/to/image.jpg""}} {{skin url=""path/to/picture.gif""}}. Dynamic directives parsing impacts catalog performance.","E.g. {{media url=""path/to/image.jpg""}} {{skin url=""path/to/picture.gif""}}. Dynamic directives parsing impacts catalog performance."
271
+ "Edit","Edit"
272
+ "Edit Attribute Set '%s'","Edit Attribute Set '%s'"
273
+ "Edit Product Attribute","Edit Product Attribute"
274
+ "Edit Product Attribute ""%s""","Edit Product Attribute ""%s"""
275
+ "Edit Search","Edit Search"
276
+ "Edit Search '%s'","Edit Search '%s'"
277
+ "Edit Set Name","Edit Set Name"
278
+ "Email","Email"
279
+ "Email to a Friend","Email to a Friend"
280
+ "Empty","Empty"
281
+ "Enable MAP","Enable MAP"
282
+ "Enable Qty Increments","Enable Qty Increments"
283
+ "Enable WYSIWYG","Enable WYSIWYG"
284
+ "Enable for reindexing a big number of SKUs.","Enable for reindexing a big number of SKUs."
285
+ "Enabled","Enabled"
286
+ "Error during retrieval of option value: %s","Error during retrieval of option value: %s"
287
+ "Exclude","Exclude"
288
+ "Expand All","Expand All"
289
+ "Failed","Failed"
290
+ "Failed to copy file %s. Please, delete media with non-existing images and try again.","Failed to copy file %s. Please, delete media with non-existing images and try again."
291
+ "Failed to move file: %s","Failed to move file: %s"
292
+ "Feature Products","Feature Products"
293
+ "Field is not complete","Field is not complete"
294
+ "File options format is not valid.","File options format is not valid."
295
+ "File upload failed","File upload failed"
296
+ "Filter model name must be declared.","Filter model name must be declared."
297
+ "Filter must be an object. Please set correct filter.","Filter must be an object. Please set correct filter."
298
+ "Filterable (no results)","Filterable (no results)"
299
+ "Filterable (with results)","Filterable (with results)"
300
+ "First Name","First Name"
301
+ "Fixed","Fixed"
302
+ "For internal use.","For internal use."
303
+ "For the last time placed.","For the last time placed."
304
+ "Frontend","Frontend"
305
+ "Frontend Model","Frontend Model"
306
+ "Frontend Properties","Frontend Properties"
307
+ "Gallery","Gallery"
308
+ "General Information","General Information"
309
+ "Get full information about attribute with list of options","Get full information about attribute with list of options"
310
+ "Get full information about custom option in product","Get full information about custom option in product"
311
+ "Get list of available custom option types","Get list of available custom option types"
312
+ "Get list of non-default attributes by product type and attributes set","Get list of non-default attributes by product type and attributes set"
313
+ "Get list of possible attribute types","Get list of possible attribute types"
314
+ "Get special price","Get special price"
315
+ "Global","Global"
316
+ "Globally Editable","Globally Editable"
317
+ "Go to Home Page","Go to Home Page"
318
+ "Grid","Grid"
319
+ "Group add","Group add"
320
+ "Group remove","Group remove"
321
+ "Grouped Product","Grouped Product"
322
+ "Groups","Groups"
323
+ "Home","Home"
324
+ "ID","ID"
325
+ "ID: %s","ID: %s"
326
+ "If empty, the Category Name will be used","If empty, the Category Name will be used"
327
+ "If empty, the Product Name will be used","If empty, the Product Name will be used"
328
+ "If you do not specify an option value for a specific store view then the default (Admin) value will be used.","If you do not specify an option value for a specific store view then the default (Admin) value will be used."
329
+ "Image","Image"
330
+ "Image content is not valid base64 data.","Image content is not valid base64 data."
331
+ "Image does not exist.","Image does not exist."
332
+ "Image file was not found.","Image file was not found."
333
+ "Image type and information need to be specified for each store view.","Image type and information need to be specified for each store view."
334
+ "In Cart","In Cart"
335
+ "In Stock","In Stock"
336
+ "In stock","In stock"
337
+ "Incl. Tax","Incl. Tax"
338
+ "Index product and categories URL rewrites","Index product and categories URL rewrites"
339
+ "Index product attributes for layered navigation building","Index product attributes for layered navigation building"
340
+ "Index product prices","Index product prices"
341
+ "Indexed category/products association","Indexed category/products association"
342
+ "Info","Info"
343
+ "Info Column Options Wrapper","Info Column Options Wrapper"
344
+ "Input Type","Input Type"
345
+ "Integer","Integer"
346
+ "Interval Division Limit","Interval Division Limit"
347
+ "Invalid Tier Prices","Invalid Tier Prices"
348
+ "Invalid attribute %s","Invalid attribute %s"
349
+ "Invalid attribute option specified for attribute %s (%s), skipping the record.","Invalid attribute option specified for attribute %s (%s), skipping the record."
350
+ "Invalid attribute set specified, skipping the record.","Invalid attribute set specified, skipping the record."
351
+ "Invalid block: %s.","Invalid block: %s."
352
+ "Invalid category IDs.","Invalid category IDs."
353
+ "Invalid category.","Invalid category."
354
+ "Invalid image file type.","Invalid image file type."
355
+ "Invalid image type.","Invalid image type."
356
+ "Invalid option ID specified for %s (%s), skipping the record.","Invalid option ID specified for %s (%s), skipping the record."
357
+ "Invalid product type specified, skipping the record.","Invalid product type specified, skipping the record."
358
+ "Invalid store specified","Invalid store specified"
359
+ "Invalid store specified, skipping the record.","Invalid store specified, skipping the record."
360
+ "Invalid tier prices. The product is not associated to the requested website.","Invalid tier prices. The product is not associated to the requested website."
361
+ "Inventory","Inventory"
362
+ "Is Default","Is Default"
363
+ "Is Required","Is Required"
364
+ "Items %s to %s of %s total","Items %s to %s of %s total"
365
+ "Items that you do not want to show in the catalog or search results should have status 'Disabled' in the desired store.","Items that you do not want to show in the catalog or search results should have status 'Disabled' in the desired store."
366
+ "Items that you don't want to show in the catalog or search results should have status 'Disabled' in the desired store.","Items that you don't want to show in the catalog or search results should have status 'Disabled' in the desired store."
367
+ "Keep your eyes open for our special Back to School items and save A LOT!","Keep your eyes open for our special Back to School items and save A LOT!"
368
+ "Label","Label"
369
+ "Last Name","Last Name"
370
+ "Last Notification","Last Notification"
371
+ "Layered Navigation","Layered Navigation"
372
+ "Learn More","Learn More"
373
+ "Line %d, Email: %s","Line %d, Email: %s"
374
+ "Line %d, SKU: %s","Line %d, SKU: %s"
375
+ "Link (Related, Up sell, Cross sell)","Link (Related, Up sell, Cross sell)"
376
+ "Link product does not exist.","Link product does not exist."
377
+ "Link to a Specified Category","Link to a Specified Category"
378
+ "Link to a Specified Product","Link to a Specified Product"
379
+ "List","List"
380
+ "List Mode","List Mode"
381
+ "List of Products that are set as New","List of Products that are set as New"
382
+ "List of types","List of types"
383
+ "Manage Attribute Sets","Manage Attribute Sets"
384
+ "Manage Attributes","Manage Attributes"
385
+ "Manage Catalog Categories","Manage Catalog Categories"
386
+ "Manage Categories","Manage Categories"
387
+ "Manage Label / Options","Manage Label / Options"
388
+ "Manage Options (values of your attribute)","Manage Options (values of your attribute)"
389
+ "Manage Product Attributes","Manage Product Attributes"
390
+ "Manage Product Sets","Manage Product Sets"
391
+ "Manage Products","Manage Products"
392
+ "Manage Stock","Manage Stock"
393
+ "Manage Titles (Size, Color, etc.)","Manage Titles (Size, Color, etc.)"
394
+ "Max Characters","Max Characters"
395
+ "Maximal Depth","Maximal Depth"
396
+ "Maximum Image Size","Maximum Image Size"
397
+ "Maximum Number of Price Intervals","Maximum Number of Price Intervals"
398
+ "Maximum Qty Allowed in Shopping Cart","Maximum Qty Allowed in Shopping Cart"
399
+ "Maximum allowed image size for '%s' is %sx%s px.","Maximum allowed image size for '%s' is %sx%s px."
400
+ "Maximum image height","Maximum image height"
401
+ "Maximum image width","Maximum image width"
402
+ "Maximum number of characters:","Maximum number of characters:"
403
+ "Maximum number of price intervals is 100","Maximum number of price intervals is 100"
404
+ "Media Image","Media Image"
405
+ "Minimum Advertised Price","Minimum Advertised Price"
406
+ "Minimum Lines per Page","Minimum Lines per Page"
407
+ "Minimum Qty Allowed in Shopping Cart","Minimum Qty Allowed in Shopping Cart"
408
+ "Minimum Qty for Item\'s Status to be Out of Stock","Minimum Qty for Item\'s Status to be Out of Stock"
409
+ "Missing SKU, skipping the record.","Missing SKU, skipping the record."
410
+ "More Views","More Views"
411
+ "Move","Move"
412
+ "Move category in tree","Move category in tree"
413
+ "Must be in the allowed values list.","Must be in the allowed values list."
414
+ "N/A","N/A"
415
+ "Name","Name"
416
+ "Name in %s","Name in %s"
417
+ "New Product","New Product"
418
+ "New Product Attribute","New Product Attribute"
419
+ "New Products","New Products"
420
+ "New Products Grid Template","New Products Grid Template"
421
+ "New Products List Template","New Products List Template"
422
+ "New Root Category","New Root Category"
423
+ "New Search","New Search"
424
+ "New Set Name","New Set Name"
425
+ "New Subcategory","New Subcategory"
426
+ "New products","New products"
427
+ "Next","Next"
428
+ "No","No"
429
+ "No image","No image"
430
+ "No layout updates","No layout updates"
431
+ "No options of this product are available.","No options of this product are available."
432
+ "No product collections found.","No product collections found."
433
+ "None","None"
434
+ "Not Visible Individually","Not Visible Individually"
435
+ "Notify Low Stock RSS","Notify Low Stock RSS"
436
+ "Notify for Quantity Below","Notify for Quantity Below"
437
+ "Number of Products per Page","Number of Products per Page"
438
+ "Number of Products to Display","Number of Products to Display"
439
+ "Number of Uses","Number of Uses"
440
+ "Number of results","Number of results"
441
+ "Number of results (For the last time placed)","Number of results (For the last time placed)"
442
+ "OK","OK"
443
+ "OR","OR"
444
+ "Old Price:","Old Price:"
445
+ "On Gesture","On Gesture"
446
+ "Option validation failed to add product to cart.","Option validation failed to add product to cart."
447
+ "Option values","Option values"
448
+ "Option:","Option:"
449
+ "Options","Options"
450
+ "Options Control","Options Control"
451
+ "Options is required","Options is required"
452
+ "Our customer service is available 24/7. Call us at (555) 555-0123.","Our customer service is available 24/7. Call us at (555) 555-0123."
453
+ "Out of Stock","Out of Stock"
454
+ "Out of stock","Out of stock"
455
+ "PM","PM"
456
+ "Page Title Separator","Page Title Separator"
457
+ "Parent Category","Parent Category"
458
+ "Pending","Pending"
459
+ "Pending Reviews RSS","Pending Reviews RSS"
460
+ "Percentage","Percentage"
461
+ "Please add rows to option.","Please add rows to option."
462
+ "Please be careful as once you click on the row it will load package data form the selected file and all unsaved form data will be lost.","Please be careful as once you click on the row it will load package data form the selected file and all unsaved form data will be lost."
463
+ "Please click on the Close Window button if it is not closed automatically.","Please click on the Close Window button if it is not closed automatically."
464
+ "Please enter a new group name","Please enter a new group name"
465
+ "Please refresh ""Catalog URL Rewrites"" and ""Product Attributes"" in System -&gt; <a href=""%s"">Index Management</a>","Please refresh ""Catalog URL Rewrites"" and ""Product Attributes"" in System -&gt; <a href=""%s"">Index Management</a>"
466
+ "Please select a static block ...","Please select a static block ..."
467
+ "Please select items.","Please select items."
468
+ "Please select one or more attributes.","Please select one or more attributes."
469
+ "Please select product(s).","Please select product(s)."
470
+ "Please select products for attributes update","Please select products for attributes update"
471
+ "Please specify date required option(s).","Please specify date required option(s)."
472
+ "Please specify the number of products, that will not be divided into subintervals.","Please specify the number of products, that will not be divided into subintervals."
473
+ "Please specify the product required option(s)","Please specify the product required option(s)"
474
+ "Please specify the product required option(s).","Please specify the product required option(s)."
475
+ "Please specify the product\'s option(s).","Please specify the product\'s option(s)."
476
+ "Please specify the product\'s required option(s).","Please specify the product\'s required option(s)."
477
+ "Please specify the quantity of product(s).","Please specify the quantity of product(s)."
478
+ "Please specify time required option(s).","Please specify time required option(s)."
479
+ "Please wait...","Please wait..."
480
+ "Position","Position"
481
+ "Position in Layered Navigation","Position in Layered Navigation"
482
+ "Position of attribute in layered navigation block","Position of attribute in layered navigation block"
483
+ "Prev","Prev"
484
+ "Previous","Previous"
485
+ "Price","Price"
486
+ "Price Navigation Step Calculation","Price Navigation Step Calculation"
487
+ "Price Type","Price Type"
488
+ "Price is not available","Price is not available"
489
+ "Price values for options should be specified in system base currency.","Price values for options should be specified in system base currency."
490
+ "Price:","Price:"
491
+ "Price: %s","Price: %s"
492
+ "Print This Page","Print This Page"
493
+ "Product","Product"
494
+ "Product API","Product API"
495
+ "Product Alerts","Product Alerts"
496
+ "Product Attribute","Product Attribute"
497
+ "Product Attributes","Product Attributes"
498
+ "Product Categories","Product Categories"
499
+ "Product Description","Product Description"
500
+ "Product Extra Info","Product Extra Info"
501
+ "Product Flat Data","Product Flat Data"
502
+ "Product ID","Product ID"
503
+ "Product Image Placeholders","Product Image Placeholders"
504
+ "Product Image Watermarks","Product Image Watermarks"
505
+ "Product Images","Product Images"
506
+ "Product Images API","Product Images API"
507
+ "Product In Websites","Product In Websites"
508
+ "Product Info Column","Product Info Column"
509
+ "Product Information","Product Information"
510
+ "Product Link Block Template","Product Link Block Template"
511
+ "Product Link Inline Template","Product Link Inline Template"
512
+ "Product Listing Sort by","Product Listing Sort by"
513
+ "Product Name","Product Name"
514
+ "Product Prices","Product Prices"
515
+ "Product Reviews","Product Reviews"
516
+ "Product Tags","Product Tags"
517
+ "Product Tier Price API","Product Tier Price API"
518
+ "Product Type","Product Type"
519
+ "Product URL Suffix","Product URL Suffix"
520
+ "Product View Extra Hint","Product View Extra Hint"
521
+ "Product attribute sets API","Product attribute sets API"
522
+ "Product attributes API","Product attributes API"
523
+ "Product collection expected.","Product collection expected."
524
+ "Product is not loaded","Product is not loaded"
525
+ "Product links API (related, cross sells, up sells)","Product links API (related, cross sells, up sells)"
526
+ "Product types API","Product types API"
527
+ "Product with this combination of attributes already associated to configurable.","Product with this combination of attributes already associated to configurable."
528
+ "Products","Products"
529
+ "Products Comparison List","Products Comparison List"
530
+ "Products Information","Products Information"
531
+ "Products Reviews","Products Reviews"
532
+ "Products Sitemap","Products Sitemap"
533
+ "Products only","Products only"
534
+ "Products per Page on Grid Allowed Values","Products per Page on Grid Allowed Values"
535
+ "Products per Page on Grid Default Value","Products per Page on Grid Default Value"
536
+ "Products per Page on List Allowed Values","Products per Page on List Allowed Values"
537
+ "Products per Page on List Default Value","Products per Page on List Default Value"
538
+ "Properties","Properties"
539
+ "Qty","Qty"
540
+ "Qty Increments","Qty Increments"
541
+ "Qty Uses Decimals","Qty Uses Decimals"
542
+ "Qty for Item\'s Status to Become Out of Stock","Qty for Item\'s Status to Become Out of Stock"
543
+ "Qty:","Qty:"
544
+ "Quantity","Quantity"
545
+ "Quick Create","Quick Create"
546
+ "Quick Overview","Quick Overview"
547
+ "Quick simple product creation","Quick simple product creation"
548
+ "Records for ""%s"" store found.","Records for ""%s"" store found."
549
+ "Redirect","Redirect"
550
+ "Redirect URL","Redirect URL"
551
+ "Regular Price:","Regular Price:"
552
+ "Related Products","Related Products"
553
+ "Remove","Remove"
554
+ "Remove Product From Websites","Remove Product From Websites"
555
+ "Remove This Item","Remove This Item"
556
+ "Remove attribute from attribute set","Remove attribute from attribute set"
557
+ "Remove attribute set","Remove attribute set"
558
+ "Remove custom option","Remove custom option"
559
+ "Remove group from attribute set","Remove group from attribute set"
560
+ "Remove option","Remove option"
561
+ "Remove product assignment","Remove product assignment"
562
+ "Remove product image","Remove product image"
563
+ "Remove product link","Remove product link"
564
+ "Remove value from custom option","Remove value from custom option"
565
+ "Rename existing group","Rename existing group"
566
+ "Rename group","Rename group"
567
+ "Reorganize EAV category structure to flat structure","Reorganize EAV category structure to flat structure"
568
+ "Reorganize EAV product structure to flat structure","Reorganize EAV product structure to flat structure"
569
+ "Reset","Reset"
570
+ "Results","Results"
571
+ "Retrieve attribute data","Retrieve attribute data"
572
+ "Retrieve attribute list","Retrieve attribute list"
573
+ "Retrieve attribute options","Retrieve attribute options"
574
+ "Retrieve categories tree","Retrieve categories tree"
575
+ "Retrieve category attributes","Retrieve category attributes"
576
+ "Retrieve category data","Retrieve category data"
577
+ "Retrieve hierarchical tree","Retrieve hierarchical tree"
578
+ "Retrieve linked products","Retrieve linked products"
579
+ "Retrieve list of assigned products","Retrieve list of assigned products"
580
+ "Retrieve list of option values","Retrieve list of option values"
581
+ "Retrieve list of product custom options","Retrieve list of product custom options"
582
+ "Retrieve one level of categories by website/store view/parent category","Retrieve one level of categories by website/store view/parent category"
583
+ "Retrieve option value info","Retrieve option value info"
584
+ "Retrieve product","Retrieve product"
585
+ "Retrieve product attribute sets","Retrieve product attribute sets"
586
+ "Retrieve product image","Retrieve product image"
587
+ "Retrieve product image list","Retrieve product image list"
588
+ "Retrieve product image types","Retrieve product image types"
589
+ "Retrieve product link type attributes","Retrieve product link type attributes"
590
+ "Retrieve product link types","Retrieve product link types"
591
+ "Retrieve product tier prices","Retrieve product tier prices"
592
+ "Retrieve product types","Retrieve product types"
593
+ "Retrieve products data","Retrieve products data"
594
+ "Retrieve products list by filters","Retrieve products list by filters"
595
+ "Reviews","Reviews"
596
+ "Roll Over for preview","Roll Over for preview"
597
+ "Root","Root"
598
+ "SKU","SKU"
599
+ "SKU length should be %s characters maximum.","SKU length should be %s characters maximum."
600
+ "Save","Save"
601
+ "Save Attribute","Save Attribute"
602
+ "Save Attribute Set","Save Attribute Set"
603
+ "Save Category","Save Category"
604
+ "Save Search","Save Search"
605
+ "Save and Continue Edit","Save and Continue Edit"
606
+ "Saved %d record(s)","Saved %d record(s)"
607
+ "Scope","Scope"
608
+ "Scope must not be changed, because the attribute is used in configurable products.","Scope must not be changed, because the attribute is used in configurable products."
609
+ "Search","Search"
610
+ "Search Engine Optimizations","Search Engine Optimizations"
611
+ "Search Information","Search Information"
612
+ "Search Query","Search Query"
613
+ "Search Term with such search query already exists.","Search Term with such search query already exists."
614
+ "Searchable","Searchable"
615
+ "See price before order confirmation.","See price before order confirmation."
616
+ "Select Category...","Select Category..."
617
+ "Select Configurable Attributes ","Select Configurable Attributes "
618
+ "Select Product...","Select Product..."
619
+ "Select type of option","Select type of option"
620
+ "Select type options required values rows.","Select type options required values rows."
621
+ "Selected Product Types","Selected Product Types"
622
+ "Send Count","Send Count"
623
+ "Set Ascending Direction","Set Ascending Direction"
624
+ "Set Descending Direction","Set Descending Direction"
625
+ "Set Name","Set Name"
626
+ "Set Root Category for Store","Set Root Category for Store"
627
+ "Set root category for this store in the <a href=""%s"">configuration</a>","Set root category for this store in the <a href=""%s"">configuration</a>"
628
+ "Set special price","Set special price"
629
+ "Set/Get current store view","Set/Get current store view"
630
+ "Settings","Settings"
631
+ "Shop By","Shop By"
632
+ "Shopping Options","Shopping Options"
633
+ "Show","Show"
634
+ "Show Details","Show Details"
635
+ "Show Tags","Show Tags"
636
+ "Simple Product","Simple Product"
637
+ "Site Map","Site Map"
638
+ "Sitemap","Sitemap"
639
+ "Skip import row, is not valid value ""%s"" for field ""%s""","Skip import row, is not valid value ""%s"" for field ""%s"""
640
+ "Skip import row, required field ""%s"" for the new customer is not defined.","Skip import row, required field ""%s"" for the new customer is not defined."
641
+ "Skip import row, the value ""%s"" is invalid for field ""%s""","Skip import row, the value ""%s"" is invalid for field ""%s"""
642
+ "Skipping import row, required field ""%s"" for new products is not defined.","Skipping import row, required field ""%s"" for new products is not defined."
643
+ "Skipping import row, required field ""%s"" is not defined.","Skipping import row, required field ""%s"" is not defined."
644
+ "Skipping import row, store ""%s"" field does not exist.","Skipping import row, store ""%s"" field does not exist."
645
+ "Skipping import row, the value ""%s"" is not valid for the ""%s"" field.","Skipping import row, the value ""%s"" is not valid for the ""%s"" field."
646
+ "Some of the processed products have no SKU value defined. Please fill it prior to performing operations on these products.","Some of the processed products have no SKU value defined. Please fill it prior to performing operations on these products."
647
+ "Some of the selected item options are not currently available.","Some of the selected item options are not currently available."
648
+ "Sort By","Sort By"
649
+ "Sort Order","Sort Order"
650
+ "Source Model","Source Model"
651
+ "Special Expires On: %s","Special Expires On: %s"
652
+ "Special Price:","Special Price:"
653
+ "Special Price: %s","Special Price: %s"
654
+ "Starting at:","Starting at:"
655
+ "Static","Static"
656
+ "Static block and products","Static block and products"
657
+ "Static block only","Static block only"
658
+ "Status","Status"
659
+ "Stock Availability","Stock Availability"
660
+ "Store","Store"
661
+ "Store View","Store View"
662
+ "Stretch","Stretch"
663
+ "Subscribe to RSS Feed","Subscribe to RSS Feed"
664
+ "Super product attributes configuration","Super product attributes configuration"
665
+ "Synonym For","Synonym For"
666
+ "System Properties","System Properties"
667
+ "Tag Name","Tag Name"
668
+ "Tax","Tax"
669
+ "Template","Template"
670
+ "Text","Text"
671
+ "The Flat Catalog module has a limit of %2\$d filterable and/or sortable attributes. Currently there are %1\$d of them. Please reduce the number of filterable/sortable attributes in order to use this module","The Flat Catalog module has a limit of %2\$d filterable and/or sortable attributes. Currently there are %1\$d of them. Please reduce the number of filterable/sortable attributes in order to use this module"
672
+ "The From Date value should be less than or equal to the To Date value.","The From Date value should be less than or equal to the To Date value."
673
+ "The attribute code \'%s\' is reserved by system. Please try another attribute code","The attribute code \'%s\' is reserved by system. Please try another attribute code"
674
+ "The attribute model is not defined","The attribute model is not defined"
675
+ "The attribute set has been saved.","The attribute set has been saved."
676
+ "The base directory to upload file is not specified.","The base directory to upload file is not specified."
677
+ "The category has been deleted.","The category has been deleted."
678
+ "The category has been saved.","The category has been saved."
679
+ "The comparison list was cleared.","The comparison list was cleared."
680
+ "The file '%s' for '%s' has an invalid extension","The file '%s' for '%s' has an invalid extension"
681
+ "The file '%s' you uploaded is larger than %s Megabytes allowed by server","The file '%s' you uploaded is larger than %s Megabytes allowed by server"
682
+ "The file you uploaded is larger than %s Megabytes allowed by server","The file you uploaded is larger than %s Megabytes allowed by server"
683
+ "The filters must be an array.","The filters must be an array."
684
+ "The image contents is not valid base64 data.","The image contents is not valid base64 data."
685
+ "The image is not specified.","The image is not specified."
686
+ "The model collection resource name is not defined.","The model collection resource name is not defined."
687
+ "The product %s has been added to comparison list.","The product %s has been added to comparison list."
688
+ "The product %s has been removed from comparison list.","The product %s has been removed from comparison list."
689
+ "The product attribute has been deleted.","The product attribute has been deleted."
690
+ "The product attribute has been saved.","The product attribute has been saved."
691
+ "The product has been created.","The product has been created."
692
+ "The product has been deleted.","The product has been deleted."
693
+ "The product has been duplicated.","The product has been duplicated."
694
+ "The product has been saved.","The product has been saved."
695
+ "The product has required options","The product has required options"
696
+ "The review has been deleted","The review has been deleted"
697
+ "The review has been saved.","The review has been saved."
698
+ "The review was removed by another user or does not exist.","The review was removed by another user or does not exist."
699
+ "The search was deleted.","The search was deleted."
700
+ "The text is too long","The text is too long"
701
+ "There are no %s available.","There are no %s available."
702
+ "There are no customers for this alert","There are no customers for this alert"
703
+ "There are no customers for this alert.","There are no customers for this alert."
704
+ "There are no products matching the selection.","There are no products matching the selection."
705
+ "There was an error while request processing.","There was an error while request processing."
706
+ "This Attribute no longer exists","This Attribute no longer exists"
707
+ "This attribute cannot be deleted.","This attribute cannot be deleted."
708
+ "This attribute cannot be edited.","This attribute cannot be edited."
709
+ "This attribute cannot be updated.","This attribute cannot be updated."
710
+ "This attribute is used in configurable products.","This attribute is used in configurable products."
711
+ "This attribute is used in configurable products. You cannot remove it from the attribute set.","This attribute is used in configurable products. You cannot remove it from the attribute set."
712
+ "This attribute no longer exists","This attribute no longer exists"
713
+ "This attribute set no longer exists.","This attribute set no longer exists."
714
+ "This group contains attributes, used in configurable products. Please move these attributes to another group and try again.","This group contains attributes, used in configurable products. Please move these attributes to another group and try again."
715
+ "This group contains system attributes. Please move system attributes to another group and try again.","This group contains system attributes. Please move system attributes to another group and try again."
716
+ "This is a required option","This is a required option"
717
+ "This product no longer exists.","This product no longer exists."
718
+ "This search no longer exists.","This search no longer exists."
719
+ "This setting will be applied when all prices in the specific price interval are equal.","This setting will be applied when all prices in the specific price interval are equal."
720
+ "Tier Pricing","Tier Pricing"
721
+ "Tile","Tile"
722
+ "Time Format","Time Format"
723
+ "Title","Title"
724
+ "To reindex the enabled product(s), the store or product must be specified","To reindex the enabled product(s), the store or product must be specified"
725
+ "To see product price, add this item to your cart. You can always remove it later.","To see product price, add this item to your cart. You can always remove it later."
726
+ "Top/Left","Top/Left"
727
+ "Top/Right","Top/Right"
728
+ "Total Qty Base Items","Total Qty Base Items"
729
+ "Total incl. Tax: %1$s","Total incl. Tax: %1$s"
730
+ "Total of %d record(s) have been deleted.","Total of %d record(s) have been deleted."
731
+ "Total of %d record(s) have been updated.","Total of %d record(s) have been updated."
732
+ "Total of %d record(s) were updated","Total of %d record(s) were updated"
733
+ "Type","Type"
734
+ "URL Rewrite Management","URL Rewrite Management"
735
+ "Unable to complete this request.","Unable to complete this request."
736
+ "Unable to find a search term to delete.","Unable to find a search term to delete."
737
+ "Unable to find an attribute to delete.","Unable to find an attribute to delete."
738
+ "Unable to get the product ID.","Unable to get the product ID."
739
+ "Unassigned Attributes","Unassigned Attributes"
740
+ "Unknown EAV indexer type ""%s"".","Unknown EAV indexer type ""%s""."
741
+ "Unknown attribute: %s.","Unknown attribute: %s."
742
+ "Unsupported product type ""%s"".","Unsupported product type ""%s""."
743
+ "Up-sells","Up-sells"
744
+ "Update","Update"
745
+ "Update Attributes","Update Attributes"
746
+ "Update Tier Price","Update Tier Price"
747
+ "Update assigned product","Update assigned product"
748
+ "Update attribute","Update attribute"
749
+ "Update attributes","Update attributes"
750
+ "Update category","Update category"
751
+ "Update custom option of product","Update custom option of product"
752
+ "Update product","Update product"
753
+ "Update product image","Update product image"
754
+ "Update product link","Update product link"
755
+ "Update product tier prices","Update product tier prices"
756
+ "Update value of custom option","Update value of custom option"
757
+ "Upload new product image ","Upload new product image "
758
+ "Use Canonical Link Meta Tag For Categories","Use Canonical Link Meta Tag For Categories"
759
+ "Use Canonical Link Meta Tag For Products","Use Canonical Link Meta Tag For Products"
760
+ "Use Categories Path for Product URLs","Use Categories Path for Product URLs"
761
+ "Use Config Settings","Use Config Settings"
762
+ "Use Default Value","Use Default Value"
763
+ "Use Flat Catalog Category","Use Flat Catalog Category"
764
+ "Use Flat Catalog Product","Use Flat Catalog Product"
765
+ "Use In Layered Navigation","Use In Layered Navigation"
766
+ "Use In Search Results Layered Navigation","Use In Search Results Layered Navigation"
767
+ "Use JavaScript Calendar","Use JavaScript Calendar"
768
+ "Use Static URLs for Media Content in WYSIWYG for Catalog","Use Static URLs for Media Content in WYSIWYG for Catalog"
769
+ "Use To Create Configurable Product","Use To Create Configurable Product"
770
+ "Use Tree Like Category Sitemap","Use Tree Like Category Sitemap"
771
+ "Use config","Use config"
772
+ "Use default","Use default"
773
+ "Use for Promo Rule Conditions","Use for Promo Rule Conditions"
774
+ "Use four-digit year format.","Use four-digit year format."
775
+ "Use in Advanced Search","Use in Advanced Search"
776
+ "Use in Layered Navigation","Use in Layered Navigation"
777
+ "Use in Layered Navigation<br/>(Can be used only with catalog input type 'Dropdown')","Use in Layered Navigation<br/>(Can be used only with catalog input type 'Dropdown')"
778
+ "Use in Quick Search","Use in Quick Search"
779
+ "Used for Sorting in Product Listing","Used for Sorting in Product Listing"
780
+ "Used in Product Listing","Used in Product Listing"
781
+ "Value for ""%s"" is invalid.","Value for ""%s"" is invalid."
782
+ "Value for ""%s"" is invalid: %s","Value for ""%s"" is invalid: %s"
783
+ "Varchar","Varchar"
784
+ "View as","View as"
785
+ "Virtual Product","Virtual Product"
786
+ "Visibility","Visibility"
787
+ "Visible","Visible"
788
+ "Visible on Catalog Pages on Front-end","Visible on Catalog Pages on Front-end"
789
+ "Visible on Product View Page on Front-end","Visible on Product View Page on Front-end"
790
+ "WYSIWYG Editor","WYSIWYG Editor"
791
+ "Watermark","Watermark"
792
+ "Watermark Default Size","Watermark Default Size"
793
+ "Watermark Opacity, Percent","Watermark Opacity, Percent"
794
+ "Watermark Position","Watermark Position"
795
+ "We Also Recommend","We Also Recommend"
796
+ "Website","Website"
797
+ "Websites","Websites"
798
+ "What's this?","What's this?"
799
+ "Whether to show ""All"" option in the ""Show X Per Page"" dropdown.","Whether to show ""All"" option in the ""Show X Per Page"" dropdown."
800
+ "Will make search for the query above return results for this search.","Will make search for the query above return results for this search."
801
+ "Wrong BuyRequest instance in options group.","Wrong BuyRequest instance in options group."
802
+ "Wrong configuration item instance in options group.","Wrong configuration item instance in options group."
803
+ "Wrong configuration item option instance in options group.","Wrong configuration item option instance in options group."
804
+ "Wrong option instance type in options group.","Wrong option instance type in options group."
805
+ "Wrong option type to get group instance.","Wrong option type to get group instance."
806
+ "Wrong product instance type in options group.","Wrong product instance type in options group."
807
+ "Wrong product type filter specified","Wrong product type filter specified"
808
+ "Wrong product type to extract configurable options.","Wrong product type to extract configurable options."
809
+ "Year Range","Year Range"
810
+ "Yes","Yes"
811
+ "You cannot remove system attribute from this set.","You cannot remove system attribute from this set."
812
+ "You have no items to compare.","You have no items to compare."
813
+ "You may also be interested in the following product(s)","You may also be interested in the following product(s)"
814
+ "Zoom In","Zoom In"
815
+ "Zoom Out","Zoom Out"
816
+ "and","and"
817
+ "and above","and above"
818
+ "categories","categories"
819
+ "each","each"
820
+ "ex. http://domain.com","ex. http://domain.com"
821
+ "leave blank if its not an image","leave blank if its not an image"
822
+ "per page","per page"
823
+ "products","products"
824
+ "px.","px."
825
+ "save","save"
826
+ "select all","select all"
827
+ "unselect all","unselect all"
828
+ "x","x"
app/locale/en_US/Mage_CatalogInventory.csv ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """%s"" is not available in the requested quantity. %s of the items will be backordered.","""%s"" is not available in the requested quantity. %s of the items will be backordered."
2
+ "%s is available for purchase in increments of %s only.","%s is available for purchase in increments of %s only."
3
+ "%s is not a correct comparsion method.","%s is not a correct comparsion method."
4
+ "<strong>Note</strong> that these settings are applicable to cart line items, not the whole cart.","<strong>Note</strong> that these settings are applicable to cart line items, not the whole cart."
5
+ "Add Minimum Qty","Add Minimum Qty"
6
+ "Allow Qty Below 0","Allow Qty Below 0"
7
+ "Allow Qty Below 0 and Notify Customer","Allow Qty Below 0 and Notify Customer"
8
+ "Automatically Return Credit Memo Item to Stock","Automatically Return Credit Memo Item to Stock"
9
+ "Backorders","Backorders"
10
+ "By Fixed value","By Fixed value"
11
+ "By Percentage","By Percentage"
12
+ "Cannot specify product identifier for the order item.","Cannot specify product identifier for the order item."
13
+ "Catalog Inventory","Catalog Inventory"
14
+ "Decrease Stock When Order is Placed","Decrease Stock When Order is Placed"
15
+ "Display Out of Stock Products","Display Out of Stock Products"
16
+ "Display products availability in stock in the frontend","Display products availability in stock in the frontend"
17
+ "Enable Qty Increments","Enable Qty Increments"
18
+ "In Stock","In Stock"
19
+ "Index Product Stock Status","Index Product Stock Status"
20
+ "Inventory","Inventory"
21
+ "Inventory API","Inventory API"
22
+ "Inventory Section","Inventory Section"
23
+ "Manage Stock","Manage Stock"
24
+ "Maximum Qty Allowed in Shopping Cart","Maximum Qty Allowed in Shopping Cart"
25
+ "Minimum Qty","Minimum Qty"
26
+ "Minimum Qty Allowed in Shopping Cart","Minimum Qty Allowed in Shopping Cart"
27
+ "Multi update product stock data","Multi update product stock data"
28
+ "No Backorders","No Backorders"
29
+ "Not all products are available in the requested quantity","Not all products are available in the requested quantity"
30
+ "Notify for Quantity Below","Notify for Quantity Below"
31
+ "Only X left Threshold","Only X left Threshold"
32
+ "Out of Stock","Out of Stock"
33
+ "Product Stock Options","Product Stock Options"
34
+ "Products will still be shown by direct product URLs.","Products will still be shown by direct product URLs."
35
+ "Qty Increments","Qty Increments"
36
+ "Qty for Item's Status to Become Out of Stock","Qty for Item's Status to Become Out of Stock"
37
+ "Retrieve stock data","Retrieve stock data"
38
+ "Retrieve stock data by product ids","Retrieve stock data by product ids"
39
+ "Rule price","Rule price"
40
+ "Set Items' Status to be In Stock When Order is Cancelled","Set Items' Status to be In Stock When Order is Cancelled"
41
+ "Some of the products are currently out of stock.","Some of the products are currently out of stock."
42
+ "Some of the products cannot be ordered in requested quantity.","Some of the products cannot be ordered in requested quantity."
43
+ "Some of the products cannot be ordered in the requested quantity.","Some of the products cannot be ordered in the requested quantity."
44
+ "Stock Options","Stock Options"
45
+ "Stock Status","Stock Status"
46
+ "The maximum quantity allowed for purchase is %s.","The maximum quantity allowed for purchase is %s."
47
+ "The minimum quantity allowed for purchase is %s.","The minimum quantity allowed for purchase is %s."
48
+ "The requested quantity for ""%s"" is not available.","The requested quantity for ""%s"" is not available."
49
+ "The stock item for Product in option is not valid.","The stock item for Product in option is not valid."
50
+ "The stock item for Product is not valid.","The stock item for Product is not valid."
51
+ "This product is available for purchase in increments of %s only.","This product is available for purchase in increments of %s only."
52
+ "This product is currently out of stock.","This product is currently out of stock."
53
+ "This product is not available in the requested quantity. %s of the items will be backordered.","This product is not available in the requested quantity. %s of the items will be backordered."
54
+ "To Fixed Value","To Fixed Value"
55
+ "To Percentage","To Percentage"
56
+ "Undefined product type.","Undefined product type."
57
+ "Update","Update"
58
+ "Update product stock data","Update product stock data"
59
+ "Update the Product","Update the Product"
app/locale/en_US/Mage_CatalogRule.csv ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "%d Catalog Price Rules based on ""%s"" attribute have been disabled.","%d Catalog Price Rules based on ""%s"" attribute have been disabled."
2
+ "Actions","Actions"
3
+ "Active","Active"
4
+ "Add New Rule","Add New Rule"
5
+ "An error occurred while deleting the rule. Please review the log and try again.","An error occurred while deleting the rule. Please review the log and try again."
6
+ "An error occurred while saving the rule data. Please review the log and try again.","An error occurred while saving the rule data. Please review the log and try again."
7
+ "Apply","Apply"
8
+ "Apply Rules","Apply Rules"
9
+ "Attribute Set","Attribute Set"
10
+ "By Fixed Amount","By Fixed Amount"
11
+ "By Percentage of the Original Price","By Percentage of the Original Price"
12
+ "Catalog","Catalog"
13
+ "Catalog Price Rule","Catalog Price Rule"
14
+ "Catalog Price Rules","Catalog Price Rules"
15
+ "Category","Category"
16
+ "Conditions","Conditions"
17
+ "Conditions (leave blank for all products)","Conditions (leave blank for all products)"
18
+ "Conditions Combination","Conditions Combination"
19
+ "Customer Groups","Customer Groups"
20
+ "Date Expire","Date Expire"
21
+ "Date From","Date From"
22
+ "Date Start","Date Start"
23
+ "Date To","Date To"
24
+ "Description","Description"
25
+ "Discount Amount","Discount Amount"
26
+ "Edit Rule","Edit Rule"
27
+ "Edit Rule '%s'","Edit Rule '%s'"
28
+ "Enable Discount to Subproducts","Enable Discount to Subproducts"
29
+ "From Date","From Date"
30
+ "General Information","General Information"
31
+ "ID","ID"
32
+ "Inactive","Inactive"
33
+ "New Rule","New Rule"
34
+ "No","No"
35
+ "Options","Options"
36
+ "Priority","Priority"
37
+ "Product Attribute","Product Attribute"
38
+ "Promotions","Promotions"
39
+ "Rule Information","Rule Information"
40
+ "Rule Name","Rule Name"
41
+ "Save and Apply","Save and Apply"
42
+ "Save and Continue Edit","Save and Continue Edit"
43
+ "Status","Status"
44
+ "Stop Further Rules Processing","Stop Further Rules Processing"
45
+ "The rule has been deleted.","The rule has been deleted."
46
+ "The rule has been saved.","The rule has been saved."
47
+ "The rules have been applied.","The rules have been applied."
48
+ "There are rules that have been changed but were not applied. Please, click Apply Rules in order to see immediate effect in the catalog.","There are rules that have been changed but were not applied. Please, click Apply Rules in order to see immediate effect in the catalog."
49
+ "This rule no longer exists.","This rule no longer exists."
50
+ "To Date","To Date"
51
+ "To Fixed Amount","To Fixed Amount"
52
+ "To Percentage of the Original Price","To Percentage of the Original Price"
53
+ "Unable to apply rules.","Unable to apply rules."
54
+ "Unable to find a rule to delete.","Unable to find a rule to delete."
55
+ "Update Prices Using the Following Information","Update Prices Using the Following Information"
56
+ "Update product's %s %s: %s","Update product's %s %s: %s"
57
+ "Website","Website"
58
+ "Websites","Websites"
59
+ "Wrong rule specified.","Wrong rule specified."
60
+ "Yes","Yes"
app/locale/en_US/Mage_CatalogSearch.csv ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "%s and greater","%s and greater"
2
+ "<strong>%d item(s)</strong> were found using the following search criteria","<strong>%d item(s)</strong> were found using the following search criteria"
3
+ "Advanced Search","Advanced Search"
4
+ "Advanced Search Form","Advanced Search Form"
5
+ "Advanced Search Result","Advanced Search Result"
6
+ "All","All"
7
+ "Applies for ""Like"" search type only.","Applies for ""Like"" search type only."
8
+ "Apply Layered Navigation if Search Results are Less Than","Apply Layered Navigation if Search Results are Less Than"
9
+ "Attribute setting change related with Search Index. Please run <a href=""%s"">Rebuild Search Index</a> process.","Attribute setting change related with Search Index. Please run <a href=""%s"">Rebuild Search Index</a> process."
10
+ "Autogenerated Site Map","Autogenerated Site Map"
11
+ "Catalog Advanced Search","Catalog Advanced Search"
12
+ "Catalog Search","Catalog Search"
13
+ "Catalog Search Index","Catalog Search Index"
14
+ "Don't see what you're looking for?","Don't see what you're looking for?"
15
+ "Enter ""0"" to enable layered navigation for any number of results.","Enter ""0"" to enable layered navigation for any number of results."
16
+ "Go","Go"
17
+ "Go to Home Page","Go to Home Page"
18
+ "Grid","Grid"
19
+ "Home","Home"
20
+ "List","List"
21
+ "Maximum Query Length","Maximum Query Length"
22
+ "Maximum Query Words Count","Maximum Query Words Count"
23
+ "Maximum Search query length is %s. Your query was cut.","Maximum Search query length is %s. Your query was cut."
24
+ "Maximum words count is %1$s. In your search query was cut next part: %2$s.","Maximum words count is %1$s. In your search query was cut next part: %2$s."
25
+ "Minimal Query Length","Minimal Query Length"
26
+ "Minimum Search query length is %s","Minimum Search query length is %s"
27
+ "Modify your search","Modify your search"
28
+ "No","No"
29
+ "No items were found using the following search criteria.","No items were found using the following search criteria."
30
+ "Please specify at least one search term.","Please specify at least one search term."
31
+ "Popular Search Terms","Popular Search Terms"
32
+ "Quick Search Form","Quick Search Form"
33
+ "Rebuild Catalog product fulltext search index","Rebuild Catalog product fulltext search index"
34
+ "Relevance","Relevance"
35
+ "Results","Results"
36
+ "Search","Search"
37
+ "Search Settings","Search Settings"
38
+ "Search Terms","Search Terms"
39
+ "Search Type","Search Type"
40
+ "Search entire store here...","Search entire store here..."
41
+ "Search results for '%s'","Search results for '%s'"
42
+ "Search results for: '%s'","Search results for: '%s'"
43
+ "Search:","Search:"
44
+ "Specified date is invalid.","Specified date is invalid."
45
+ "Subscribe to Feed","Subscribe to Feed"
46
+ "There are no search terms available.","There are no search terms available."
47
+ "Yes","Yes"
48
+ "Your search returns no results.","Your search returns no results."
49
+ "up to %s","up to %s"
app/locale/en_US/Mage_Centinel.csv ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "3D Secure CAVV","3D Secure CAVV"
2
+ "3D Secure Card Validation","3D Secure Card Validation"
3
+ "3D Secure Cardholder Validation","3D Secure Cardholder Validation"
4
+ "3D Secure Electronic Commerce Indicator","3D Secure Electronic Commerce Indicator"
5
+ "3D Secure Verification Result","3D Secure Verification Result"
6
+ "3D Secure XID","3D Secure XID"
7
+ "Card Issuer Liability","Card Issuer Liability"
8
+ "Card Verification","Card Verification"
9
+ "Enrolled","Enrolled"
10
+ "Enrolled but Authentication Unavailable","Enrolled but Authentication Unavailable"
11
+ "Failed","Failed"
12
+ "MasterCard SecureCode","MasterCard SecureCode"
13
+ "Merchant Liability","Merchant Liability"
14
+ "Not Enrolled","Not Enrolled"
15
+ "Order cannot be placed.","Order cannot be placed."
16
+ "Payment information error. Please start over.","Payment information error. Please start over."
17
+ "Please continue with placing order.","Please continue with placing order."
18
+ "Please verify the card with the issuer bank before placing the order.","Please verify the card with the issuer bank before placing the order."
19
+ "Please verify the card with the issuer bank:","Please verify the card with the issuer bank:"
20
+ "Start/Reset Validation...","Start/Reset Validation..."
21
+ "Successful","Successful"
22
+ "Successful attempt","Successful attempt"
23
+ "The card has failed verification with the issuer bank.","The card has failed verification with the issuer bank."
24
+ "There has been wrong payment information submitted or the time limit has expired. Please, try again.","There has been wrong payment information submitted or the time limit has expired. Please, try again."
25
+ "There has been wrong payment information submitted or time limit has expired. Please, try again.","There has been wrong payment information submitted or time limit has expired. Please, try again."
26
+ "This card has failed validation and cannot be used.","This card has failed validation and cannot be used."
27
+ "To ensure the security of your transactions","To ensure the security of your transactions"
28
+ "Unable to complete","Unable to complete"
29
+ "Validation failed.","Validation failed."
30
+ "Verification Failed","Verification Failed"
31
+ "Verification Successful","Verification Successful"
32
+ "Verification cannot be processed","Verification cannot be processed"
33
+ "Verified by Visa","Verified by Visa"
app/locale/en_US/Mage_Checkout.csv ADDED
@@ -0,0 +1,335 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "%s was added to your shopping cart.","%s was added to your shopping cart."
2
+ "%s was updated in your shopping cart.","%s was updated in your shopping cart."
3
+ "* Required Fields","* Required Fields"
4
+ "Add New Address","Add New Address"
5
+ "Add New Condition","Add New Condition"
6
+ "Add coupon code for shopping cart","Add coupon code for shopping cart"
7
+ "Add gift messages to shopping cart","Add gift messages to shopping cart"
8
+ "Add product to shopping cart","Add product to shopping cart"
9
+ "Add product(s) to shopping cart","Add product(s) to shopping cart"
10
+ "Add to Cart","Add to Cart"
11
+ "Add to Compare","Add to Compare"
12
+ "Add to Wishlist","Add to Wishlist"
13
+ "Additional Product Info","Additional Product Info"
14
+ "Address","Address"
15
+ "Address %s of %s","Address %s of %s"
16
+ "After Adding a Product Redirect to Shopping Cart","After Adding a Product Redirect to Shopping Cart"
17
+ "Allow Guest Checkout","Allow Guest Checkout"
18
+ "Already registered?","Already registered?"
19
+ "An error occurred in the process of payment","An error occurred in the process of payment"
20
+ "An error occurred while deleting this condition.","An error occurred while deleting this condition."
21
+ "An error occurred while saving this condition.","An error occurred while saving this condition."
22
+ "Apply Coupon","Apply Coupon"
23
+ "Are you sure you would like to remove this item from the shopping cart?","Are you sure you would like to remove this item from the shopping cart?"
24
+ "Back","Back"
25
+ "Back to Billing Information","Back to Billing Information"
26
+ "Back to Select Addresses","Back to Select Addresses"
27
+ "Back to Shipping Information","Back to Shipping Information"
28
+ "Back to Shopping Cart","Back to Shopping Cart"
29
+ "Based on your selection, you may be interested in the following items:","Based on your selection, you may be interested in the following items:"
30
+ "Billing Address","Billing Address"
31
+ "Billing Information","Billing Information"
32
+ "Billing Information - %s","Billing Information - %s"
33
+ "Cancel Coupon","Cancel Coupon"
34
+ "Cannot add item to the shopping cart.","Cannot add item to the shopping cart."
35
+ "Cannot add the item to shopping cart","Cannot add the item to shopping cart"
36
+ "Cannot add the item to shopping cart.","Cannot add the item to shopping cart."
37
+ "Cannot apply the coupon code.","Cannot apply the coupon code."
38
+ "Cannot configure product.","Cannot configure product."
39
+ "Cannot open the overview page","Cannot open the overview page"
40
+ "Cannot process the item.","Cannot process the item."
41
+ "Cannot remove the item.","Cannot remove the item."
42
+ "Cannot update shopping cart.","Cannot update shopping cart."
43
+ "Cannot update the item.","Cannot update the item."
44
+ "Card Verification Number Visual Reference","Card Verification Number Visual Reference"
45
+ "Cart Product API","Cart Product API"
46
+ "Cart Subtotal:","Cart Subtotal:"
47
+ "Change","Change"
48
+ "Change Billing Address","Change Billing Address"
49
+ "Checkbox Text","Checkbox Text"
50
+ "Checkout","Checkout"
51
+ "Checkout Conditions","Checkout Conditions"
52
+ "Checkout Method","Checkout Method"
53
+ "Checkout Options","Checkout Options"
54
+ "Checkout Progress Wrapper","Checkout Progress Wrapper"
55
+ "Checkout Section","Checkout Section"
56
+ "Checkout Terms and Conditions","Checkout Terms and Conditions"
57
+ "Checkout as Guest","Checkout as Guest"
58
+ "Checkout as a Guest or Register","Checkout as a Guest or Register"
59
+ "Checkout with Multiple Addresses","Checkout with Multiple Addresses"
60
+ "City","City"
61
+ "Clear Shopping Cart","Clear Shopping Cart"
62
+ "Click <a href=""%s"" onclick=""this.target=\'_blank\'"">here to print</a> a copy of your order confirmation.","Click <a href=""%s"" onclick=""this.target=\'_blank\'"">here to print</a> a copy of your order confirmation."
63
+ "Click <a href=""%s"">here</a> to continue shopping.","Click <a href=""%s"">here</a> to continue shopping."
64
+ "Close","Close"
65
+ "Company","Company"
66
+ "Condition Name","Condition Name"
67
+ "Configurable Product Image","Configurable Product Image"
68
+ "Configure Cart Item","Configure Cart Item"
69
+ "Confirm Password","Confirm Password"
70
+ "Content","Content"
71
+ "Content Height","Content Height"
72
+ "Content Height (css)","Content Height (css)"
73
+ "Continue","Continue"
74
+ "Continue Shopping","Continue Shopping"
75
+ "Continue to Billing Information","Continue to Billing Information"
76
+ "Continue to Review Your Order","Continue to Review Your Order"
77
+ "Continue to Shipping Information","Continue to Shipping Information"
78
+ "Country","Country"
79
+ "Coupon code ""%s"" is not valid.","Coupon code ""%s"" is not valid."
80
+ "Coupon code ""%s"" was applied.","Coupon code ""%s"" was applied."
81
+ "Coupon code was canceled.","Coupon code was canceled."
82
+ "Create Billing Address","Create Billing Address"
83
+ "Create Shipping Address","Create Shipping Address"
84
+ "Create an order from shopping cart","Create an order from shopping cart"
85
+ "Create shopping cart","Create shopping cart"
86
+ "Customer Address is not valid.","Customer Address is not valid."
87
+ "Customer Information","Customer Information"
88
+ "Customer's information","Customer's information"
89
+ "Data saving problem","Data saving problem"
90
+ "Default Billing","Default Billing"
91
+ "Default Shipping","Default Shipping"
92
+ "Delete Condition","Delete Condition"
93
+ "Details","Details"
94
+ "Disabled","Disabled"
95
+ "Discount Codes","Discount Codes"
96
+ "Display Cart Summary","Display Cart Summary"
97
+ "Display Shopping Cart Sidebar","Display Shopping Cart Sidebar"
98
+ "Display item quantities","Display item quantities"
99
+ "Display number of items in cart","Display number of items in cart"
100
+ "Display number of items in wishlist","Display number of items in wishlist"
101
+ "Easy access to your order history and status","Easy access to your order history and status"
102
+ "Edit","Edit"
103
+ "Edit Address","Edit Address"
104
+ "Edit Billing Address","Edit Billing Address"
105
+ "Edit Condition","Edit Condition"
106
+ "Edit Items","Edit Items"
107
+ "Edit Shipping Address","Edit Shipping Address"
108
+ "Edit Terms and Conditions","Edit Terms and Conditions"
109
+ "Edit Your Cart","Edit Your Cart"
110
+ "Edit item","Edit item"
111
+ "Edit item parameters","Edit item parameters"
112
+ "Email Address","Email Address"
113
+ "Enable Onepage Checkout","Enable Onepage Checkout"
114
+ "Enable Terms and Conditions","Enable Terms and Conditions"
115
+ "Enabled","Enabled"
116
+ "Enter a New Address","Enter a New Address"
117
+ "Enter your coupon code if you have one.","Enter your coupon code if you have one."
118
+ "Enter your destination to get a shipping estimate.","Enter your destination to get a shipping estimate."
119
+ "Estimate Shipping and Tax","Estimate Shipping and Tax"
120
+ "Excl. Tax","Excl. Tax"
121
+ "Fast and easy check out","Fast and easy check out"
122
+ "Fax","Fax"
123
+ "Forgot an Item?","Forgot an Item?"
124
+ "Forgot your password?","Forgot your password?"
125
+ "Get a Quote","Get a Quote"
126
+ "Get list of available payment methods","Get list of available payment methods"
127
+ "Get list of available shipping methods","Get list of available shipping methods"
128
+ "Get list of products in shopping cart","Get list of products in shopping cart"
129
+ "Get terms and conditions","Get terms and conditions"
130
+ "Get total prices for shopping cart","Get total prices for shopping cart"
131
+ "Gift Message","Gift Message"
132
+ "Grand Total:","Grand Total:"
133
+ "Grouped Product Image","Grouped Product Image"
134
+ "HTML","HTML"
135
+ "ID","ID"
136
+ "Incl. Tax","Incl. Tax"
137
+ "Invalid checkout type.","Invalid checkout type."
138
+ "Invalid data.","Invalid data."
139
+ "Invalid email address ""%s""","Invalid email address ""%s"""
140
+ "Invalid method: %s","Invalid method: %s"
141
+ "Invalid shipping method.","Invalid shipping method."
142
+ "Item not found or already ordered","Item not found or already ordered"
143
+ "Items","Items"
144
+ "Items After","Items After"
145
+ "Items Before","Items Before"
146
+ "Load customer quote error","Load customer quote error"
147
+ "Loading next step...","Loading next step..."
148
+ "Login","Login"
149
+ "Login/Registration Before","Login/Registration Before"
150
+ "Manage Terms and Conditions","Manage Terms and Conditions"
151
+ "Maximum Display Recently Added Item(s)","Maximum Display Recently Added Item(s)"
152
+ "Maximum qty allowed for Shipping to multiple addresses is %s","Maximum qty allowed for Shipping to multiple addresses is %s"
153
+ "Minimum order amount is %s","Minimum order amount is %s"
154
+ "Move","Move"
155
+ "Move to Wishlist","Move to Wishlist"
156
+ "Multishipping Checkout","Multishipping Checkout"
157
+ "Multishipping Checkout Address (Any) Form","Multishipping Checkout Address (Any) Form"
158
+ "Multishipping Checkout Billing Address Creation","Multishipping Checkout Billing Address Creation"
159
+ "Multishipping Checkout Billing Address Edit Form","Multishipping Checkout Billing Address Edit Form"
160
+ "Multishipping Checkout Billing Address Selection","Multishipping Checkout Billing Address Selection"
161
+ "Multishipping Checkout Billing Information Step","Multishipping Checkout Billing Information Step"
162
+ "Multishipping Checkout Customer Address Edit Form","Multishipping Checkout Customer Address Edit Form"
163
+ "Multishipping Checkout Overview","Multishipping Checkout Overview"
164
+ "Multishipping Checkout Shipping Address Creation","Multishipping Checkout Shipping Address Creation"
165
+ "Multishipping Checkout Shipping Address Edit Form","Multishipping Checkout Shipping Address Edit Form"
166
+ "Multishipping Checkout Shipping Address Selection","Multishipping Checkout Shipping Address Selection"
167
+ "Multishipping Checkout Shipping Information Step","Multishipping Checkout Shipping Information Step"
168
+ "Multishipping Checkout Success","Multishipping Checkout Success"
169
+ "My Cart","My Cart"
170
+ "My Cart (%s item)","My Cart (%s item)"
171
+ "My Cart (%s items)","My Cart (%s items)"
172
+ "My Cart Link","My Cart Link"
173
+ "New Address","New Address"
174
+ "New Condition","New Condition"
175
+ "New Terms and Conditions","New Terms and Conditions"
176
+ "No Payment Methods","No Payment Methods"
177
+ "ORDER TOTAL WILL BE DISPLAYED BEFORE YOU SUBMIT THE ORDER","ORDER TOTAL WILL BE DISPLAYED BEFORE YOU SUBMIT THE ORDER"
178
+ "One Page Checkout","One Page Checkout"
179
+ "One Page Checkout Failure","One Page Checkout Failure"
180
+ "One Page Checkout Overview","One Page Checkout Overview"
181
+ "One Page Checkout Success","One Page Checkout Success"
182
+ "One item of products do not have identifier or sku","One item of products do not have identifier or sku"
183
+ "One item of products is not belong any of quote item","One item of products is not belong any of quote item"
184
+ "Order #","Order #"
185
+ "Order Review","Order Review"
186
+ "Order Success","Order Success"
187
+ "Order place error.","Order place error."
188
+ "Other Items in Your Order","Other Items in Your Order"
189
+ "Overview Items After","Overview Items After"
190
+ "Password","Password"
191
+ "Payment Failed Email Reciever","Payment Failed Email Reciever"
192
+ "Payment Failed Email Sender","Payment Failed Email Sender"
193
+ "Payment Failed Emails","Payment Failed Emails"
194
+ "Payment Failed Template","Payment Failed Template"
195
+ "Payment Information","Payment Information"
196
+ "Payment Method","Payment Method"
197
+ "Payment Methods After Checkout Button","Payment Methods After Checkout Button"
198
+ "Payment Methods Before Checkout Button","Payment Methods Before Checkout Button"
199
+ "Payment method information","Payment method information"
200
+ "Payment method is not defined","Payment method is not defined"
201
+ "Payment methods in shopping cart","Payment methods in shopping cart"
202
+ "Payment profile # %s: ""%s"".","Payment profile # %s: ""%s""."
203
+ "Place Order","Place Order"
204
+ "Please agree to all Terms and Conditions before placing the order.","Please agree to all Terms and Conditions before placing the order."
205
+ "Please agree to all Terms and Conditions before placing the orders.","Please agree to all Terms and Conditions before placing the orders."
206
+ "Please agree to all the terms and conditions before placing the order.","Please agree to all the terms and conditions before placing the order."
207
+ "Please check billing address information.","Please check billing address information."
208
+ "Please check shipping address information.","Please check shipping address information."
209
+ "Please check shipping addresses information.","Please check shipping addresses information."
210
+ "Please choose to register or to checkout as a guest","Please choose to register or to checkout as a guest"
211
+ "Please log in below:","Please log in below:"
212
+ "Please select region, state or province","Please select region, state or province"
213
+ "Please select shipping address for applicable items","Please select shipping address for applicable items"
214
+ "Please select shipping methods for all addresses","Please select shipping methods for all addresses"
215
+ "Please select valid payment method.","Please select valid payment method."
216
+ "Please specify payment method.","Please specify payment method."
217
+ "Please specify shipping method.","Please specify shipping method."
218
+ "Please specify shipping methods for all addresses.","Please specify shipping methods for all addresses."
219
+ "Price","Price"
220
+ "Proceed to Checkout","Proceed to Checkout"
221
+ "Product","Product"
222
+ "Product Name","Product Name"
223
+ "Products","Products"
224
+ "Qty","Qty"
225
+ "Qty:","Qty:"
226
+ "Quantity was recalculated from %d to %d","Quantity was recalculated from %d to %d"
227
+ "Quote Lifetime (days)","Quote Lifetime (days)"
228
+ "Quote item does not exist.","Quote item does not exist."
229
+ "Quote item is not found.","Quote item is not found."
230
+ "Recently added item(s)","Recently added item(s)"
231
+ "Register","Register"
232
+ "Register and save time!","Register and save time!"
233
+ "Register to Create an Account","Register to Create an Account"
234
+ "Register with us for future convenience:","Register with us for future convenience:"
235
+ "Remove Item","Remove Item"
236
+ "Remove This Item","Remove This Item"
237
+ "Remove coupon code from shopping cart","Remove coupon code from shopping cart"
238
+ "Remove item","Remove item"
239
+ "Remove product from shopping cart","Remove product from shopping cart"
240
+ "Remove product(s) from shopping cart","Remove product(s) from shopping cart"
241
+ "Require Customer To Be Logged In To Checkout","Require Customer To Be Logged In To Checkout"
242
+ "Retrieve information about shopping cart","Retrieve information about shopping cart"
243
+ "Review Order","Review Order"
244
+ "Review Order - %s","Review Order - %s"
245
+ "Sales","Sales"
246
+ "Save Condition","Save Condition"
247
+ "Save in address book","Save in address book"
248
+ "See price before order confirmation.","See price before order confirmation."
249
+ "Select Address","Select Address"
250
+ "Select Addresses","Select Addresses"
251
+ "Select Shipping Method","Select Shipping Method"
252
+ "Select State/Province...","Select State/Province..."
253
+ "Select a billing address from your address book or enter a new address.","Select a billing address from your address book or enter a new address."
254
+ "Select a shipping address from your address book or enter a new address.","Select a shipping address from your address book or enter a new address."
255
+ "Send Payment Failed Email Copy Method","Send Payment Failed Email Copy Method"
256
+ "Send Payment Failed Email Copy To","Send Payment Failed Email Copy To"
257
+ "Send To","Send To"
258
+ "Separate by "","".","Separate by "",""."
259
+ "Set customer for shopping cart","Set customer for shopping cart"
260
+ "Set customer's addresses in shopping cart","Set customer's addresses in shopping cart"
261
+ "Set payment method","Set payment method"
262
+ "Set shipping method","Set shipping method"
263
+ "Ship to Multiple Addresses","Ship to Multiple Addresses"
264
+ "Ship to different address","Ship to different address"
265
+ "Ship to this address","Ship to this address"
266
+ "Shipping Address","Shipping Address"
267
+ "Shipping Information","Shipping Information"
268
+ "Shipping Method","Shipping Method"
269
+ "Shipping Methods","Shipping Methods"
270
+ "Shipping To","Shipping To"
271
+ "Shipping information","Shipping information"
272
+ "Shipping method has not been selected yet","Shipping method has not been selected yet"
273
+ "Shipping methods in shopping cart","Shipping methods in shopping cart"
274
+ "Shipping selection is not applicable.","Shipping selection is not applicable."
275
+ "Shopping Cart","Shopping Cart"
276
+ "Shopping Cart Form Before","Shopping Cart Form Before"
277
+ "Shopping Cart Sidebar","Shopping Cart Sidebar"
278
+ "Shopping Cart Sidebar Extra Actions","Shopping Cart Sidebar Extra Actions"
279
+ "Shopping Cart is Empty","Shopping Cart is Empty"
280
+ "Shopping cart ability to set coupon code","Shopping cart ability to set coupon code"
281
+ "Show Content as","Show Content as"
282
+ "Some of the requested products are not available in the desired quantity.","Some of the requested products are not available in the desired quantity."
283
+ "Some of the requested products are unavailable.","Some of the requested products are unavailable."
284
+ "Some products quantities were recalculated because of quantity increment mismatch","Some products quantities were recalculated because of quantity increment mismatch"
285
+ "Sorry, guest checkout is not enabled. Please try again or contact store owner.","Sorry, guest checkout is not enabled. Please try again or contact store owner."
286
+ "Sorry, no quotes are available for this order at this time.","Sorry, no quotes are available for this order at this time."
287
+ "State/Province","State/Province"
288
+ "Status","Status"
289
+ "Store View","Store View"
290
+ "Street Address","Street Address"
291
+ "Street Address %s","Street Address %s"
292
+ "Submitting order information...","Submitting order information..."
293
+ "Subtotal","Subtotal"
294
+ "Subtotal must exceed minimum order amount","Subtotal must exceed minimum order amount"
295
+ "Telephone","Telephone"
296
+ "Terms and Conditions","Terms and Conditions"
297
+ "Terms and Conditions Information","Terms and Conditions Information"
298
+ "Terms and conditions","Terms and conditions"
299
+ "Text","Text"
300
+ "Thank you for your purchase!","Thank you for your purchase!"
301
+ "The condition has been deleted","The condition has been deleted"
302
+ "The condition has been saved.","The condition has been saved."
303
+ "The onepage checkout is disabled.","The onepage checkout is disabled."
304
+ "The product could not be found.","The product could not be found."
305
+ "The product does not exist.","The product does not exist."
306
+ "There are <a href=""%s"">%s items</a> in your cart.","There are <a href=""%s"">%s items</a> in your cart."
307
+ "There is <a href=""%s"">1 item</a> in your cart.","There is <a href=""%s"">1 item</a> in your cart."
308
+ "There is already a customer registered using this email address. Please login using this email address or enter a different email address to register your account.","There is already a customer registered using this email address. Please login using this email address or enter a different email address to register your account."
309
+ "There was an error processing your order. Please contact us or try again later.","There was an error processing your order. Please contact us or try again later."
310
+ "This condition no longer exists.","This condition no longer exists."
311
+ "Total","Total"
312
+ "Total for this address","Total for this address"
313
+ "Unable to set Payment Method.","Unable to set Payment Method."
314
+ "Unit Price","Unit Price"
315
+ "Update Cart","Update Cart"
316
+ "Update Qty &amp; Addresses","Update Qty &amp; Addresses"
317
+ "Update Shopping Cart","Update Shopping Cart"
318
+ "Update Total","Update Total"
319
+ "Update product quantities in shopping cart","Update product quantities in shopping cart"
320
+ "Update product(s) quantities in shopping cart","Update product(s) quantities in shopping cart"
321
+ "Use Billing Address","Use Billing Address"
322
+ "VAT Number","VAT Number"
323
+ "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.","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."
324
+ "What's this?","What's this?"
325
+ "You have no items in your shopping cart.","You have no items in your shopping cart."
326
+ "You will receive an order confirmation email with details of your order and a link to track its progress.","You will receive an order confirmation email with details of your order and a link to track its progress."
327
+ "Your Checkout Progress","Your Checkout Progress"
328
+ "Your billing agreement # is: %s.","Your billing agreement # is: %s."
329
+ "Your order # is: %s.","Your order # is: %s."
330
+ "Your order cannot be completed at this time as there is no payment methods available for it.","Your order cannot be completed at this time as there is no payment methods available for it."
331
+ "Your order cannot be completed at this time as there is no shipping methods available for it. Please make necessary changes in your shipping address.","Your order cannot be completed at this time as there is no shipping methods available for it. Please make necessary changes in your shipping address."
332
+ "Your order has been received.","Your order has been received."
333
+ "Your order number is ","Your order number is "
334
+ "Your recurring payment profiles:","Your recurring payment profiles:"
335
+ "Zip/Postal Code","Zip/Postal Code"
app/locale/en_US/Mage_Cms.csv ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "A block identifier with the same properties already exists in the selected store.","A block identifier with the same properties already exists in the selected store."
2
+ "A directory with the same name already exists. Please try another folder name.","A directory with the same name already exists. Please try another folder name."
3
+ "A page URL key for specified store already exists.","A page URL key for specified store already exists."
4
+ "Action","Action"
5
+ "Add New Block","Add New Block"
6
+ "Add New Page","Add New Page"
7
+ "All Countries","All Countries"
8
+ "An error occurred while saving the page.","An error occurred while saving the page."
9
+ "Anchor Custom Text","Anchor Custom Text"
10
+ "Anchor Custom Title","Anchor Custom Title"
11
+ "Are you sure you want to delete current folder?","Are you sure you want to delete current folder?"
12
+ "Are you sure you want to delete the selected file?","Are you sure you want to delete the selected file?"
13
+ "Block","Block"
14
+ "Block Information","Block Information"
15
+ "Block Title","Block Title"
16
+ "CMS","CMS"
17
+ "CMS Content Wrapper","CMS Content Wrapper"
18
+ "CMS Home Page","CMS Home Page"
19
+ "CMS No Cookies Page","CMS No Cookies Page"
20
+ "CMS No Route Page","CMS No Route Page"
21
+ "CMS No-Route Page","CMS No-Route Page"
22
+ "CMS Page","CMS Page"
23
+ "CMS Page Link","CMS Page Link"
24
+ "CMS Page Link Block Template","CMS Page Link Block Template"
25
+ "CMS Page Link Inline Template","CMS Page Link Inline Template"
26
+ "CMS Pages (All)","CMS Pages (All)"
27
+ "CMS Static Block","CMS Static Block"
28
+ "CMS Static Block Default Template","CMS Static Block Default Template"
29
+ "Cannot create new directory.","Cannot create new directory."
30
+ "Cannot delete directory %s.","Cannot delete directory %s."
31
+ "Cannot delete root directory %s.","Cannot delete root directory %s."
32
+ "Cannot upload file.","Cannot upload file."
33
+ "Collapse All","Collapse All"
34
+ "Content","Content"
35
+ "Content Heading","Content Heading"
36
+ "Content Management","Content Management"
37
+ "Contents of a Static Block","Contents of a Static Block"
38
+ "Create Folder...","Create Folder..."
39
+ "Custom Design","Custom Design"
40
+ "Custom Design From","Custom Design From"
41
+ "Custom Design To","Custom Design To"
42
+ "Custom Layout","Custom Layout"
43
+ "Custom Layout Update XML","Custom Layout Update XML"
44
+ "Custom Theme","Custom Theme"
45
+ "Customer Tax Class Information","Customer Tax Class Information"
46
+ "Date Created","Date Created"
47
+ "Delete Block","Delete Block"
48
+ "Delete File","Delete File"
49
+ "Delete Folder","Delete Folder"
50
+ "Delete Page","Delete Page"
51
+ "Description","Description"
52
+ "Design","Design"
53
+ "Disabled","Disabled"
54
+ "Disabled Completely","Disabled Completely"
55
+ "Disabled by Default","Disabled by Default"
56
+ "Edit Block","Edit Block"
57
+ "Edit Block '%s'","Edit Block '%s'"
58
+ "Edit Page","Edit Page"
59
+ "Edit Page '%s'","Edit Page '%s'"
60
+ "Enable WYSIWYG Editor","Enable WYSIWYG Editor"
61
+ "Enabled","Enabled"
62
+ "Enabled by Default","Enabled by Default"
63
+ "Expand All","Expand All"
64
+ "General Information","General Information"
65
+ "Go to Home Page","Go to Home Page"
66
+ "Home","Home"
67
+ "ID","ID"
68
+ "Identifier","Identifier"
69
+ "If empty, the Page Title will be used","If empty, the Page Title will be used"
70
+ "Images (%s)","Images (%s)"
71
+ "Insert File","Insert File"
72
+ "Invalid folder name. Please, use alphanumeric characters, underscores and dashes.","Invalid folder name. Please, use alphanumeric characters, underscores and dashes."
73
+ "Keywords","Keywords"
74
+ "Last Modified","Last Modified"
75
+ "Layout","Layout"
76
+ "Layout Update XML","Layout Update XML"
77
+ "Link to a CMS Page","Link to a CMS Page"
78
+ "Manage Pages","Manage Pages"
79
+ "Media Gallery","Media Gallery"
80
+ "Media Storage","Media Storage"
81
+ "Meta Data","Meta Data"
82
+ "Meta Description","Meta Description"
83
+ "Meta Keywords","Meta Keywords"
84
+ "New Block","New Block"
85
+ "New Folder Name:","New Folder Name:"
86
+ "New Page","New Page"
87
+ "No files found","No files found"
88
+ "Page Information","Page Information"
89
+ "Page Layout","Page Layout"
90
+ "Page Status","Page Status"
91
+ "Page Title","Page Title"
92
+ "Pages","Pages"
93
+ "Product Tax Class Information","Product Tax Class Information"
94
+ "Redirect to CMS-page if Cookies are Disabled","Redirect to CMS-page if Cookies are Disabled"
95
+ "Relative to Website Base URL","Relative to Website Base URL"
96
+ "Save Block","Save Block"
97
+ "Save Page","Save Page"
98
+ "Save Process","Save Process"
99
+ "Select Block...","Select Block..."
100
+ "Select Page...","Select Page..."
101
+ "Show Breadcrumbs for CMS Pages","Show Breadcrumbs for CMS Pages"
102
+ "Show Notice if JavaScript is Disabled","Show Notice if JavaScript is Disabled"
103
+ "Static Blocks","Static Blocks"
104
+ "Status","Status"
105
+ "Storage Root","Storage Root"
106
+ "Store View","Store View"
107
+ "Template","Template"
108
+ "The block has been deleted.","The block has been deleted."
109
+ "The block has been saved.","The block has been saved."
110
+ "The directory %s is not writable by server.","The directory %s is not writable by server."
111
+ "The page URL key cannot consist only of numbers.","The page URL key cannot consist only of numbers."
112
+ "The page URL key contains capital letters or disallowed symbols.","The page URL key contains capital letters or disallowed symbols."
113
+ "The page has been deleted.","The page has been deleted."
114
+ "The page has been saved.","The page has been saved."
115
+ "The static block content cannot contain directive with its self.","The static block content cannot contain directive with its self."
116
+ "This block no longer exists.","This block no longer exists."
117
+ "This page no longer exists.","This page no longer exists."
118
+ "Title","Title"
119
+ "URL Key","URL Key"
120
+ "Unable to find a block to delete.","Unable to find a block to delete."
121
+ "Unable to find a page to delete.","Unable to find a page to delete."
122
+ "WYSIWYG Options","WYSIWYG Options"
123
+ "px.","px."
app/locale/en_US/Mage_Compiler.csv ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "Collected Files Count","Collected Files Count"
2
+ "Compilation","Compilation"
3
+ "Compilation State","Compilation State"
4
+ "Compilation error","Compilation error"
5
+ "Compiled","Compiled"
6
+ "Compiled Scopes Count","Compiled Scopes Count"
7
+ "Compiler Status","Compiler Status"
8
+ "Compiler include path is disabled.","Compiler include path is disabled."
9
+ "Compiler include path is enabled.","Compiler include path is enabled."
10
+ "Directory ""%s"" must be writeable","Directory ""%s"" must be writeable"
11
+ "Disable","Disable"
12
+ "Disabled","Disabled"
13
+ "Enable","Enable"
14
+ "Enabled","Enabled"
15
+ "File ""%s"" must be writeable","File ""%s"" must be writeable"
16
+ "Not Compiled","Not Compiled"
17
+ "Run Compilation Process","Run Compilation Process"
18
+ "Scopes Compilation Settings","Scopes Compilation Settings"
19
+ "System","System"
20
+ "The compilation has completed.","The compilation has completed."
21
+ "Tools","Tools"
app/locale/en_US/Mage_Connect.csv ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "1.5.0.0 & later","1.5.0.0 & later"
2
+ "Action","Action"
3
+ "Add Author","Add Author"
4
+ "Add Contents Path","Add Contents Path"
5
+ "Add PHP Extension dependency","Add PHP Extension dependency"
6
+ "Add Package dependency","Add Package dependency"
7
+ "Add files","Add files"
8
+ "Authors","Authors"
9
+ "Channel","Channel"
10
+ "Contents","Contents"
11
+ "Create Extension Package","Create Extension Package"
12
+ "Dependencies","Dependencies"
13
+ "Description","Description"
14
+ "Edit Extension","Edit Extension"
15
+ "Email","Email"
16
+ "Extension","Extension"
17
+ "Extensions","Extensions"
18
+ "Failed to create the package.","Failed to create the package."
19
+ "Failed to load the package data.","Failed to load the package data."
20
+ "Failed to save the package.","Failed to save the package."
21
+ "Files","Files"
22
+ "Folder","Folder"
23
+ "Ignore","Ignore"
24
+ "Include","Include"
25
+ "License","License"
26
+ "License URI","License URI"
27
+ "Load Local Package","Load Local Package"
28
+ "Load local Package","Load local Package"
29
+ "Magento Connect","Magento Connect"
30
+ "Magento Connect Manager","Magento Connect Manager"
31
+ "Max","Max"
32
+ "Maximum","Maximum"
33
+ "Min","Min"
34
+ "Minimum","Minimum"
35
+ "Name","Name"
36
+ "New Extension","New Extension"
37
+ "PHP Version","PHP Version"
38
+ "Package","Package"
39
+ "Package Extensions","Package Extensions"
40
+ "Package File Name","Package File Name"
41
+ "Package Info","Package Info"
42
+ "Packages","Packages"
43
+ "Path","Path"
44
+ "Pre-1.5.0.0","Pre-1.5.0.0"
45
+ "Release Info","Release Info"
46
+ "Remove","Remove"
47
+ "Save As...","Save As..."
48
+ "Save Data and Create Package","Save Data and Create Package"
49
+ "Save package with custom package file name","Save package with custom package file name"
50
+ "Summary","Summary"
51
+ "Supported releases","Supported releases"
52
+ "System","System"
53
+ "Target","Target"
54
+ "The package %s data has been loaded.","The package %s data has been loaded."
55
+ "The package data has been saved.","The package data has been saved."
56
+ "There was a problem saving package data","There was a problem saving package data"
57
+ "Type","Type"
58
+ "User","User"
app/locale/en_US/Mage_Contacts.csv ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "* Required Fields","* Required Fields"
2
+ "Comment","Comment"
3
+ "Contact Form","Contact Form"
4
+ "Contact Information","Contact Information"
5
+ "Contact Us","Contact Us"
6
+ "Contact Us Form","Contact Us Form"
7
+ "Contacts","Contacts"
8
+ "Contacts Section","Contacts Section"
9
+ "Email","Email"
10
+ "Email Options","Email Options"
11
+ "Email Sender","Email Sender"
12
+ "Email Template","Email Template"
13
+ "Enable Contact Us","Enable Contact Us"
14
+ "Name","Name"
15
+ "Send Emails To","Send Emails To"
16
+ "Submit","Submit"
17
+ "Telephone","Telephone"
18
+ "Unable to submit your request. Please, try again later","Unable to submit your request. Please, try again later"
19
+ "Your inquiry was submitted and will be responded to as soon as possible. Thank you for contacting us.","Your inquiry was submitted and will be responded to as soon as possible. Thank you for contacting us."
app/locale/en_US/Mage_Core.csv ADDED
@@ -0,0 +1,392 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "%s","%s"
2
+ "%s already exist.","%s already exist."
3
+ "%s already exists.","%s already exists."
4
+ "-- Please Select --","-- Please Select --"
5
+ "<strong style=""color:red"">Warning!</strong> When using CDN, in some cases JavaScript may not run properly if CDN is not in your subdomain","<strong style=""color:red"">Warning!</strong> When using CDN, in some cases JavaScript may not run properly if CDN is not in your subdomain"
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"">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.)."
7
+ "A category object is required for determining the product request path.","A category object is required for determining the product request path."
8
+ "Add Block Names to Hints","Add Block Names to Hints"
9
+ "Add Secret Key to URLs","Add Secret Key to URLs"
10
+ "Add Store Code to Urls","Add Store Code to Urls"
11
+ "Admin","Admin"
12
+ "Admin Base URL","Admin Base URL"
13
+ "Admin User Emails","Admin User Emails"
14
+ "Advanced","Advanced"
15
+ "After selecting a new media storage location, press the Synchronize button
16
+ to transfer all media to that location. Media will not be available in the new
17
+ location until the synchronization process is complete.","After selecting a new media storage location, press the Synchronize button
18
+ to transfer all media to that location. Media will not be available in the new
19
+ location until the synchronization process is complete."
20
+ "Allow Countries","Allow Countries"
21
+ "Allow Symlinks","Allow Symlinks"
22
+ "Allowed IPs (comma separated)","Allowed IPs (comma separated)"
23
+ "Allowed file types: ICO, PNG, GIF, JPG, JPEG, APNG, SVG. Not all browsers support all these formats!","Allowed file types: ICO, PNG, GIF, JPG, JPEG, APNG, SVG. Not all browsers support all these formats!"
24
+ "Allows customers to stay logged in when switching between different stores.","Allows customers to stay logged in when switching between different stores."
25
+ "Alternative text for next link in pagination menu. If empty, default arrow image will used.","Alternative text for next link in pagination menu. If empty, default arrow image will used."
26
+ "Alternative text for previous link in pagination menu. If empty, default arrow image will used.","Alternative text for previous link in pagination menu. If empty, default arrow image will used."
27
+ "An error occurred while saving. Please review the error log.","An error occurred while saving. Please review the error log."
28
+ "Anchor Text for Next","Anchor Text for Next"
29
+ "Anchor Text for Previous","Anchor Text for Previous"
30
+ "Anchor symbol (#) is not supported in request path","Anchor symbol (#) is not supported in request path"
31
+ "Anchor symbol (#) is not supported in url rewrite suffix","Anchor symbol (#) is not supported in url rewrite suffix"
32
+ "Are you sure?","Are you sure?"
33
+ "Auto-redirect to Base URL","Auto-redirect to Base URL"
34
+ "Back","Back"
35
+ "Backup Options","Backup Options"
36
+ "Base JavaScript URL","Base JavaScript URL"
37
+ "Base Link URL","Base Link URL"
38
+ "Base Media URL","Base Media URL"
39
+ "Base Secure URL","Base Secure URL"
40
+ "Base Skin URL","Base Skin URL"
41
+ "Base URL","Base URL"
42
+ "Base Unsecure URL","Base Unsecure URL"
43
+ "Before modifying the store view code please make sure that it is not used in index.php.","Before modifying the store view code please make sure that it is not used in index.php."
44
+ "Before modifying the website code please make sure that it is not used in index.php.","Before modifying the website code please make sure that it is not used in index.php."
45
+ "Block with name ""%s"" already exists","Block with name ""%s"" already exists"
46
+ "Browser Capabilities Detection","Browser Capabilities Detection"
47
+ "CSS Settings","CSS Settings"
48
+ "Cache Storage Management","Cache Storage Management"
49
+ "Cache storage may contain additional data. Are you sure that you want flush it?","Cache storage may contain additional data. Are you sure that you want flush it?"
50
+ "Can not create invoice. Order was not found.","Can not create invoice. Order was not found."
51
+ "Can't retrieve request object","Can't retrieve request object"
52
+ "Can\'t retrieve entity config: %s","Can\'t retrieve entity config: %s"
53
+ "Cancel","Cancel"
54
+ "Cannot complete this operation from non-admin area.","Cannot complete this operation from non-admin area."
55
+ "Card type does not match credit card number.","Card type does not match credit card number."
56
+ "Code","Code"
57
+ "Controller file was loaded but class does not exist","Controller file was loaded but class does not exist"
58
+ "Cookie Domain","Cookie Domain"
59
+ "Cookie Lifetime","Cookie Lifetime"
60
+ "Cookie Path","Cookie Path"
61
+ "Cookie Restriction Mode","Cookie Restriction Mode"
62
+ "Copyright","Copyright"
63
+ "Core","Core"
64
+ "Countries Options","Countries Options"
65
+ "Country","Country"
66
+ "Create Store","Create Store"
67
+ "Create Store View","Create Store View"
68
+ "Create Website","Create Website"
69
+ "Credit card number does not match credit card type.","Credit card number does not match credit card type."
70
+ "Current Package Name","Current Package Name"
71
+ "Custom Admin Path","Custom Admin Path"
72
+ "Custom Admin URL","Custom Admin URL"
73
+ "Custom Design","Custom Design"
74
+ "Custom Email 1","Custom Email 1"
75
+ "Custom Email 2","Custom Email 2"
76
+ "Custom Variables","Custom Variables"
77
+ "Custom1 Contact Email","Custom1 Contact Email"
78
+ "Custom1 Contact Name","Custom1 Contact Name"
79
+ "Custom2 Contact Email","Custom2 Contact Email"
80
+ "Custom2 Contact Name","Custom2 Contact Name"
81
+ "Customer Support","Customer Support"
82
+ "Dashboard","Dashboard"
83
+ "Date From","Date From"
84
+ "Date To","Date To"
85
+ "Date/time format ""%s"" is not supported.","Date/time format ""%s"" is not supported."
86
+ "Debug","Debug"
87
+ "Default","Default"
88
+ "Default Country","Default Country"
89
+ "Default Description","Default Description"
90
+ "Default Keywords","Default Keywords"
91
+ "Default No-route URL","Default No-route URL"
92
+ "Default Pages","Default Pages"
93
+ "Default Robots","Default Robots"
94
+ "Default Store","Default Store"
95
+ "Default Store View","Default Store View"
96
+ "Default Title","Default Title"
97
+ "Default Web URL","Default Web URL"
98
+ "Delete","Delete"
99
+ "Delete Store","Delete Store"
100
+ "Delete Store View","Delete Store View"
101
+ "Delete Website","Delete Website"
102
+ "Deleting a %1$s will not delete the information associated with the %1$s (e.g. categories, products, etc.), but the %1$s will not be able to be restored. It is suggested that you create a database backup before deleting the %1$s.","Deleting a %1$s will not delete the information associated with the %1$s (e.g. categories, products, etc.), but the %1$s will not be able to be restored. It is suggested that you create a database backup before deleting the %1$s."
103
+ "Design","Design"
104
+ "Design Change","Design Change"
105
+ "Developer","Developer"
106
+ "Developer Client Restrictions","Developer Client Restrictions"
107
+ "Disable Email Communications","Disable Email Communications"
108
+ "Disable Modules Output","Disable Modules Output"
109
+ "Display Demo Store Notice","Display Demo Store Notice"
110
+ "Duplicate Of Template Name","Duplicate Of Template Name"
111
+ "Edit Design Change","Edit Design Change"
112
+ "Edit Store","Edit Store"
113
+ "Edit Store View","Edit Store View"
114
+ "Edit Website","Edit Website"
115
+ "Empty identifier field name","Empty identifier field name"
116
+ "Empty main table name","Empty main table name"
117
+ "Enable Charts","Enable Charts"
118
+ "Enabled","Enabled"
119
+ "Enabled for Admin","Enabled for Admin"
120
+ "Enabled for Frontend","Enabled for Frontend"
121
+ "Environment Update Time","Environment Update Time"
122
+ "Error in file: ""%s"" - %s","Error in file: ""%s"" - %s"
123
+ "European Union Countries","European Union Countries"
124
+ "Exceptions Log File Name","Exceptions Log File Name"
125
+ "Favicon Icon","Favicon Icon"
126
+ "File %s does not exist","File %s does not exist"
127
+ "File %s is not readable","File %s is not readable"
128
+ "File not found","File not found"
129
+ "File system","File system"
130
+ "File with an extension ""%value%"" is protected and cannot be uploaded","File with an extension ""%value%"" is protected and cannot be uploaded"
131
+ "First Day of Week","First Day of Week"
132
+ "Flush Cache Storage","Flush Cache Storage"
133
+ "Flush Magento Cache","Flush Magento Cache"
134
+ "Footer","Footer"
135
+ "Forgot Password Email Sender","Forgot Password Email Sender"
136
+ "Forgot Password Email Template","Forgot Password Email Template"
137
+ "General","General"
138
+ "General Contact","General Contact"
139
+ "General Contact Email","General Contact Email"
140
+ "General Contact Name","General Contact Name"
141
+ "General Settings","General Settings"
142
+ "Get info about current Magento installation","Get info about current Magento installation"
143
+ "Global","Global"
144
+ "HTML Head","HTML Head"
145
+ "HTML tags are not allowed","HTML tags are not allowed"
146
+ "Header","Header"
147
+ "Host","Host"
148
+ "How many links to display at once.","How many links to display at once."
149
+ "ID Path for Specified Store","ID Path for Specified Store"
150
+ "If the current frame position does not cover utmost pages, will render link to current position plus/minus this value.","If the current frame position does not cover utmost pages, will render link to current position plus/minus this value."
151
+ "Incorrect credit card expiration date.","Incorrect credit card expiration date."
152
+ "Input type ""%value%"" not found in the input types list.","Input type ""%value%"" not found in the input types list."
153
+ "Invalid URL '%value%'.","Invalid URL '%value%'."
154
+ "Invalid base url type","Invalid base url type"
155
+ "Invalid block type: %s","Invalid block type: %s"
156
+ "Invalid block: %s","Invalid block: %s"
157
+ "Invalid connection","Invalid connection"
158
+ "Invalid date","Invalid date"
159
+ "Invalid layout update handle","Invalid layout update handle"
160
+ "Invalid messages storage ""%s"" for layout messages initialization","Invalid messages storage ""%s"" for layout messages initialization"
161
+ "Invalid query","Invalid query"
162
+ "Invalid transactional email code: %s","Invalid transactional email code: %s"
163
+ "Invalid website\'s configuration path: %s","Invalid website\'s configuration path: %s"
164
+ "JavaScript Settings","JavaScript Settings"
165
+ "Layout","Layout"
166
+ "Leave empty for access from any location.","Leave empty for access from any location."
167
+ "List of stores","List of stores"
168
+ "Locale","Locale"
169
+ "Locale Options","Locale Options"
170
+ "Log Settings","Log Settings"
171
+ "Logging from Mage::log(). File is located in {{base_dir}}/var/log","Logging from Mage::log(). File is located in {{base_dir}}/var/log"
172
+ "Logging from Mage::logException(). File is located in {{base_dir}}/var/log","Logging from Mage::logException(). File is located in {{base_dir}}/var/log"
173
+ "Login is Case Sensitive","Login is Case Sensitive"
174
+ "Logo Image","Logo Image"
175
+ "Logo Image Alt","Logo Image Alt"
176
+ "Logo Image Src","Logo Image Src"
177
+ "Magento info","Magento info"
178
+ "Magento info API","Magento info API"
179
+ "Mail Sending Settings","Mail Sending Settings"
180
+ "Make sure that base URL ends with '/' (slash), e.g. http://yourdomain/magento/","Make sure that base URL ends with '/' (slash), e.g. http://yourdomain/magento/"
181
+ "Manage Stores","Manage Stores"
182
+ "Match expressions in the same order as displayed in the configuration.","Match expressions in the same order as displayed in the configuration."
183
+ "Media Storage","Media Storage"
184
+ "Merge CSS Files","Merge CSS Files"
185
+ "Merge JavaScript Files","Merge JavaScript Files"
186
+ "Miscellaneous HTML","Miscellaneous HTML"
187
+ "Miscellaneous Scripts","Miscellaneous Scripts"
188
+ "Model collection resource name is not defined.","Model collection resource name is not defined."
189
+ "Module ""%1$s"" cannot depend on ""%2$s"".","Module ""%1$s"" cannot depend on ""%2$s""."
190
+ "Module ""%1$s"" requires module ""%2$s"".","Module ""%1$s"" requires module ""%2$s""."
191
+ "Name","Name"
192
+ "New Design Change","New Design Change"
193
+ "New Store","New Store"
194
+ "New Store View","New Store View"
195
+ "New Website","New Website"
196
+ "No","No"
197
+ "Offloader header","Offloader header"
198
+ "PHP SOAP extension is required.","PHP SOAP extension is required."
199
+ "Package","Package"
200
+ "Pagination","Pagination"
201
+ "Pagination Frame","Pagination Frame"
202
+ "Pagination Frame Skip","Pagination Frame Skip"
203
+ "Parent directory does not exist: %s","Parent directory does not exist: %s"
204
+ "Path ""%value%"" is not available and cannot be used.","Path ""%value%"" is not available and cannot be used."
205
+ "Path ""%value%"" is protected and cannot be used.","Path ""%value%"" is protected and cannot be used."
206
+ "Path ""%value%"" may not include parent directory traversal (""../"", ""..\\).""","Path ""%value%"" may not include parent directory traversal (""../"", ""..\\)."""
207
+ "Please define flag code.","Please define flag code."
208
+ "Please enter 6 or more characters. Leading or trailing spaces will be ignored.","Please enter 6 or more characters. Leading or trailing spaces will be ignored."
209
+ "Please enter 7 or more characters. Password should contain both numeric and alphabetic characters.","Please enter 7 or more characters. Password should contain both numeric and alphabetic characters."
210
+ "Please enter a number 0 or greater in this field.","Please enter a number 0 or greater in this field."
211
+ "Please enter a number 1 or greater in this field.","Please enter a number 1 or greater in this field."
212
+ "Please enter a number greater than 0 in this field.","Please enter a number greater than 0 in this field."
213
+ "Please enter a number lower than 100.","Please enter a number lower than 100."
214
+ "Please enter a valid $ amount. For example $100.00.","Please enter a valid $ amount. For example $100.00."
215
+ "Please enter a valid URL Key. For example ""example-page"", ""example-page.html"" or ""anotherlevel/example-page"".","Please enter a valid URL Key. For example ""example-page"", ""example-page.html"" or ""anotherlevel/example-page""."
216
+ "Please enter a valid URL. For example http://www.example.com or www.example.com","Please enter a valid URL. For example http://www.example.com or www.example.com"
217
+ "Please enter a valid URL. Protocol is required (http://, https:// or ftp://)","Please enter a valid URL. Protocol is required (http://, https:// or ftp://)"
218
+ "Please enter a valid XML-identifier. For example something_1, block5, id-4.","Please enter a valid XML-identifier. For example something_1, block5, id-4."
219
+ "Please enter a valid credit card number.","Please enter a valid credit card number."
220
+ "Please enter a valid credit card verification number.","Please enter a valid credit card verification number."
221
+ "Please enter a valid date between %s and %s","Please enter a valid date between %s and %s"
222
+ "Please enter a valid date equal to or greater than %s","Please enter a valid date equal to or greater than %s"
223
+ "Please enter a valid date less than or equal to %s","Please enter a valid date less than or equal to %s"
224
+ "Please enter a valid date.","Please enter a valid date."
225
+ "Please enter a valid day (1-%d).","Please enter a valid day (1-%d)."
226
+ "Please enter a valid email address. For example johndoe@domain.com.","Please enter a valid email address. For example johndoe@domain.com."
227
+ "Please enter a valid fax number. For example (123) 456-7890 or 123-456-7890.","Please enter a valid fax number. For example (123) 456-7890 or 123-456-7890."
228
+ "Please enter a valid full date","Please enter a valid full date"
229
+ "Please enter a valid month (1-12).","Please enter a valid month (1-12)."
230
+ "Please enter a valid number in this field.","Please enter a valid number in this field."
231
+ "Please enter a valid phone number. For example (123) 456-7890 or 123-456-7890.","Please enter a valid phone number. For example (123) 456-7890 or 123-456-7890."
232
+ "Please enter a valid social security number. For example 123-45-6789.","Please enter a valid social security number. For example 123-45-6789."
233
+ "Please enter a valid year (1900-%d).","Please enter a valid year (1900-%d)."
234
+ "Please enter a valid zip code.","Please enter a valid zip code."
235
+ "Please enter a valid zip code. For example 90602 or 90602-1234.","Please enter a valid zip code. For example 90602 or 90602-1234."
236
+ "Please enter issue number or start date for switch/solo card type.","Please enter issue number or start date for switch/solo card type."
237
+ "Please input a valid CSS-length. For example 100px or 77pt or 20em or .5ex or 50%.","Please input a valid CSS-length. For example 100px or 77pt or 20em or .5ex or 50%."
238
+ "Please make sure your passwords match.","Please make sure your passwords match."
239
+ "Please select State/Province.","Please select State/Province."
240
+ "Please select a file","Please select a file"
241
+ "Please select an option.","Please select an option."
242
+ "Please select one of the above options.","Please select one of the above options."
243
+ "Please select one of the options.","Please select one of the options."
244
+ "Please set available and/or protected paths list(s) before validation.","Please set available and/or protected paths list(s) before validation."
245
+ "Please specify either a category or a product, or both.","Please specify either a category or a product, or both."
246
+ "Please use letters only (a-z or A-Z) in this field.","Please use letters only (a-z or A-Z) in this field."
247
+ "Please use numbers only in this field. Please avoid spaces or other characters such as dots or commas.","Please use numbers only in this field. Please avoid spaces or other characters such as dots or commas."
248
+ "Please use only letters (a-z or A-Z) or numbers (0-9) only in this field. No spaces or other characters are allowed.","Please use only letters (a-z or A-Z) or numbers (0-9) only in this field. No spaces or other characters are allowed."
249
+ "Please use only letters (a-z or A-Z) or numbers (0-9) or spaces and # only in this field.","Please use only letters (a-z or A-Z) or numbers (0-9) or spaces and # only in this field."
250
+ "Please use only letters (a-z or A-Z), numbers (0-9) or underscore(_) in this field, first character should be a letter.","Please use only letters (a-z or A-Z), numbers (0-9) or underscore(_) in this field, first character should be a letter."
251
+ "Please use only letters (a-z), numbers (0-9) or underscore(_) in this field, first character should be a letter.","Please use only letters (a-z), numbers (0-9) or underscore(_) in this field, first character should be a letter."
252
+ "Please use only visible characters and spaces.","Please use only visible characters and spaces."
253
+ "Please use this date format: dd/mm/yyyy. For example 17/03/2006 for the 17th of March, 2006.","Please use this date format: dd/mm/yyyy. For example 17/03/2006 for the 17th of March, 2006."
254
+ "Please wait, loading...","Please wait, loading..."
255
+ "Polls","Polls"
256
+ "Port (25)","Port (25)"
257
+ "Profiler","Profiler"
258
+ "Recovery Link Expiration Period (days)","Recovery Link Expiration Period (days)"
259
+ "Request Path for Specified Store","Request Path for Specified Store"
260
+ "Request path length exceeds allowed %s symbols.","Request path length exceeds allowed %s symbols."
261
+ "Requested file may not include parent directory traversal (""../"", ""..\\ notation)""","Requested file may not include parent directory traversal (""../"", ""..\\ notation)"""
262
+ "Requested invalid store ""%s""","Requested invalid store ""%s"""
263
+ "Resource is not set.","Resource is not set."
264
+ "Retrieve info about current Magento installation","Retrieve info about current Magento installation"
265
+ "Retrieve store data","Retrieve store data"
266
+ "Retrieve store list","Retrieve store list"
267
+ "Return-Path Email","Return-Path Email"
268
+ "Root Category","Root Category"
269
+ "Sales Representative","Sales Representative"
270
+ "Sales Representative Contact Email","Sales Representative Contact Email"
271
+ "Sales Representative Contact Name","Sales Representative Contact Name"
272
+ "Save","Save"
273
+ "Save Store","Save Store"
274
+ "Save Store View","Save Store View"
275
+ "Save Website","Save Website"
276
+ "Search Engines Optimization","Search Engines Optimization"
277
+ "Secure","Secure"
278
+ "Security","Security"
279
+ "Select Date","Select Date"
280
+ "Select Media Database","Select Media Database"
281
+ "Sender Email","Sender Email"
282
+ "Sender Name","Sender Name"
283
+ "Services","Services"
284
+ "Session Cookie Management","Session Cookie Management"
285
+ "Session Lifetime (seconds)","Session Lifetime (seconds)"
286
+ "Session Validation Settings","Session Validation Settings"
287
+ "Set Return-Path","Set Return-Path"
288
+ "Set as Default","Set as Default"
289
+ "Skin (Images / CSS)","Skin (Images / CSS)"
290
+ "Sort Order","Sort Order"
291
+ "Specified date/time ""%1$s"" do not match format ""%2$s"".","Specified date/time ""%1$s"" do not match format ""%2$s""."
292
+ "Start date cannot be greater than end date.","Start date cannot be greater than end date."
293
+ "Startup Page","Startup Page"
294
+ "Status","Status"
295
+ "Storage Configuration for Media","Storage Configuration for Media"
296
+ "Store","Store"
297
+ "Store API","Store API"
298
+ "Store Contact Address","Store Contact Address"
299
+ "Store Contact Information","Store Contact Information"
300
+ "Store Contact Telephone","Store Contact Telephone"
301
+ "Store Email Addresses","Store Email Addresses"
302
+ "Store Information","Store Information"
303
+ "Store Name","Store Name"
304
+ "Store View","Store View"
305
+ "Store View Information","Store View Information"
306
+ "Store View Name","Store View Name"
307
+ "Store view doesn't exist","Store view doesn't exist"
308
+ "Store with the same code","Store with the same code"
309
+ "System","System"
310
+ "System Log File Name","System Log File Name"
311
+ "Template Path Hints","Template Path Hints"
312
+ "Template Settings","Template Settings"
313
+ "Template Variables","Template Variables"
314
+ "Templates","Templates"
315
+ "Text length does not satisfy specified text range.","Text length does not satisfy specified text range."
316
+ "The %s you entered is invalid. Please make sure that it follows ""http://domain.com/"" format.","The %s you entered is invalid. Please make sure that it follows ""http://domain.com/"" format."
317
+ "The From Date value should be less than or equal to the To Date value.","The From Date value should be less than or equal to the To Date value."
318
+ "The store code may contain only letters (a-z), numbers (0-9) or underscore(_), the first character must be a letter","The store code may contain only letters (a-z), numbers (0-9) or underscore(_), the first character must be a letter"
319
+ "The store does not exist","The store does not exist"
320
+ "The store has been deleted.","The store has been deleted."
321
+ "The store has been saved.","The store has been saved."
322
+ "The store view has been deleted.","The store view has been deleted."
323
+ "The store view has been saved","The store view has been saved"
324
+ "The template Name must not be empty.","The template Name must not be empty."
325
+ "The value is not within the specified range.","The value is not within the specified range."
326
+ "The website does not exist.","The website does not exist."
327
+ "The website has been deleted.","The website has been deleted."
328
+ "The website has been saved.","The website has been saved."
329
+ "Themes","Themes"
330
+ "This category and all its child elements","This category and all its child elements"
331
+ "This category and its child categories only","This category and its child categories only"
332
+ "This category and its products only","This category and its products only"
333
+ "This category only","This category only"
334
+ "This date is a required value.","This date is a required value."
335
+ "This is a required field.","This is a required field."
336
+ "This store cannot be deleted.","This store cannot be deleted."
337
+ "This store view cannot be deleted.","This store view cannot be deleted."
338
+ "This website cannot be deleted.","This website cannot be deleted."
339
+ "This will be displayed just before body closing tag.","This will be displayed just before body closing tag."
340
+ "This will be included before head closing tag in page HTML.","This will be included before head closing tag in page HTML."
341
+ "Timezone","Timezone"
342
+ "Title Prefix","Title Prefix"
343
+ "Title Suffix","Title Suffix"
344
+ "Transactional Emails","Transactional Emails"
345
+ "Translate Inline","Translate Inline"
346
+ "Translate, blocks and other output caches should be disabled for both frontend and admin inline translations.","Translate, blocks and other output caches should be disabled for both frontend and admin inline translations."
347
+ "Translations","Translations"
348
+ "Two and more slashes together are not permitted in request path","Two and more slashes together are not permitted in request path"
349
+ "Two and more slashes together are not permitted in url rewrite suffix","Two and more slashes together are not permitted in url rewrite suffix"
350
+ "Unable to create directory: %s","Unable to create directory: %s"
351
+ "Unable to delete store view. Please, try again later.","Unable to delete store view. Please, try again later."
352
+ "Unable to delete store. Please, try again later.","Unable to delete store. Please, try again later."
353
+ "Unable to delete website. Please, try again later.","Unable to delete website. Please, try again later."
354
+ "Unable to proceed. Please, try again","Unable to proceed. Please, try again"
355
+ "Unable to proceed. Please, try again.","Unable to proceed. Please, try again."
356
+ "Unable to save file ""%s"" at ""%s""","Unable to save file ""%s"" at ""%s"""
357
+ "Unable to save file: %s","Unable to save file: %s"
358
+ "Unknown old style column type definition: {$definition}.","Unknown old style column type definition: {$definition}."
359
+ "Unknown scope ""%s"".","Unknown scope ""%s""."
360
+ "Unsecure","Unsecure"
361
+ "Url Options","Url Options"
362
+ "Use Custom Admin Path","Use Custom Admin Path"
363
+ "Use Custom Admin URL","Use Custom Admin URL"
364
+ "Use HTTP Only","Use HTTP Only"
365
+ "Use SID on Frontend","Use SID on Frontend"
366
+ "Use Secure URLs in Admin","Use Secure URLs in Admin"
367
+ "Use Secure URLs in Frontend","Use Secure URLs in Frontend"
368
+ "Use Web Server Rewrites","Use Web Server Rewrites"
369
+ "VAT Number","VAT Number"
370
+ "Validate HTTP_USER_AGENT","Validate HTTP_USER_AGENT"
371
+ "Validate HTTP_VIA","Validate HTTP_VIA"
372
+ "Validate HTTP_X_FORWARDED_FOR","Validate HTTP_X_FORWARDED_FOR"
373
+ "Validate REMOTE_ADDR","Validate REMOTE_ADDR"
374
+ "Validation has failed.","Validation has failed."
375
+ "Values less than 60 are ignored. Note that changes will apply after logout.","Values less than 60 are ignored. Note that changes will apply after logout."
376
+ "Variable Code must be unique.","Variable Code must be unique."
377
+ "Warning! Enabling this feature is not recommended on production environments because it represents a potential security risk.","Warning! Enabling this feature is not recommended on production environments because it represents a potential security risk."
378
+ "Web","Web"
379
+ "Website","Website"
380
+ "Website Information","Website Information"
381
+ "Website Name","Website Name"
382
+ "Website code may only contain letters (a-z), numbers (0-9) or underscore(_), the first character must be a letter","Website code may only contain letters (a-z), numbers (0-9) or underscore(_), the first character must be a letter"
383
+ "Website with the same code","Website with the same code"
384
+ "Weekend Days","Weekend Days"
385
+ "Welcome Text","Welcome Text"
386
+ "Wrong file info format","Wrong file info format"
387
+ "Wrong number of arguments for %s","Wrong number of arguments for %s"
388
+ "Wrong old style column type definition: {$definition}.","Wrong old style column type definition: {$definition}."
389
+ "Yes","Yes"
390
+ "You will have to log in after you save your custom admin path.","You will have to log in after you save your custom admin path."
391
+ "Your design change for the specified store intersects with another one, please specify another date range.","Your design change for the specified store intersects with another one, please specify another date range."
392
+ "database ""%s""","database ""%s"""
app/locale/en_US/Mage_Cron.csv ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "Cron (Scheduled Tasks) - all the times are in minutes","Cron (Scheduled Tasks) - all the times are in minutes"
2
+ "Daily","Daily"
3
+ "Failure History Lifetime","Failure History Lifetime"
4
+ "For correct URLs generated during cron runs please make sure that Web > Secure and Unsecure Base URLs are explicitly set.","For correct URLs generated during cron runs please make sure that Web > Secure and Unsecure Base URLs are explicitly set."
5
+ "Generate Schedules Every","Generate Schedules Every"
6
+ "History Cleanup Every","History Cleanup Every"
7
+ "Invalid callback: %s::%s does not exist","Invalid callback: %s::%s does not exist"
8
+ "Invalid model/method definition, expecting ""model/class::method"".","Invalid model/method definition, expecting ""model/class::method""."
9
+ "Missed if Not Run Within","Missed if Not Run Within"
10
+ "Monthly","Monthly"
11
+ "No callbacks found","No callbacks found"
12
+ "Schedule Ahead for","Schedule Ahead for"
13
+ "Success History Lifetime","Success History Lifetime"
14
+ "Too late for the schedule.","Too late for the schedule."
15
+ "Unable to save the cron expression.","Unable to save the cron expression."
16
+ "Weekly","Weekly"
app/locale/en_US/Mage_CurrencySymbol.csv ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ "Currency","Currency"
2
+ "Custom currency symbols were applied successfully.","Custom currency symbols were applied successfully."
3
+ "Manage Currency","Manage Currency"
4
+ "Manage Currency Rates","Manage Currency Rates"
5
+ "Rates","Rates"
6
+ "Save Currency Symbols","Save Currency Symbols"
7
+ "Symbol","Symbol"
8
+ "Symbols","Symbols"
9
+ "System","System"
10
+ "Use Standard","Use Standard"
app/locale/en_US/Mage_Customer.csv ADDED
@@ -0,0 +1,465 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "'%value%' appears to be a DNS hostname but cannot extract TLD part","'%value%' appears to be a DNS hostname but cannot extract TLD part"
2
+ "'%value%' appears to be a DNS hostname but cannot match TLD against known list","'%value%' appears to be a DNS hostname but cannot match TLD against known list"
3
+ "'%value%' appears to be a DNS hostname but cannot match against hostname schema for TLD '%tld%'","'%value%' appears to be a DNS hostname but cannot match against hostname schema for TLD '%tld%'"
4
+ "'%value%' appears to be a DNS hostname but contains a dash in an invalid position","'%value%' appears to be a DNS hostname but contains a dash in an invalid position"
5
+ "'%value%' appears to be a DNS hostname but the given punycode notation cannot be decoded","'%value%' appears to be a DNS hostname but the given punycode notation cannot be decoded"
6
+ "'%value%' appears to be a local network name but local network names are not allowed","'%value%' appears to be a local network name but local network names are not allowed"
7
+ "'%value%' appears to be an IP address, but IP addresses are not allowed","'%value%' appears to be an IP address, but IP addresses are not allowed"
8
+ "'%value%' does not appear to be a valid local network name","'%value%' does not appear to be a valid local network name"
9
+ "* Required Fields","* Required Fields"
10
+ "ALL GROUPS","ALL GROUPS"
11
+ "Account Dashboard","Account Dashboard"
12
+ "Account Information","Account Information"
13
+ "Account Sharing Options","Account Sharing Options"
14
+ "Account confirmation is required. Please, check your e-mail for confirmation link. To resend confirmation email please <a href=""%s"">click here</a>.","Account confirmation is required. Please, check your e-mail for confirmation link. To resend confirmation email please <a href=""%s"">click here</a>."
15
+ "Action","Action"
16
+ "Add New Address","Add New Address"
17
+ "Add New Customer","Add New Customer"
18
+ "Add New Customer Group","Add New Customer Group"
19
+ "Added From","Added From"
20
+ "Additional Address Entries","Additional Address Entries"
21
+ "Address","Address"
22
+ "Address Book","Address Book"
23
+ "Address Books","Address Books"
24
+ "Address Information","Address Information"
25
+ "Address Templates","Address Templates"
26
+ "Addresses","Addresses"
27
+ "Admin","Admin"
28
+ "All","All"
29
+ "All Store Views","All Store Views"
30
+ "All countries","All countries"
31
+ "Always optional.","Always optional."
32
+ "Amount","Amount"
33
+ "An error occurred while deleting the address.","An error occurred while deleting the address."
34
+ "An error occurred while retrieving the option value: %s.","An error occurred while retrieving the option value: %s."
35
+ "An error occurred while saving the collection, aborting. Error: %s","An error occurred while saving the collection, aborting. Error: %s"
36
+ "An invalid option ID is specified for %s (%s), skipping the record.","An invalid option ID is specified for %s (%s), skipping the record."
37
+ "Approved","Approved"
38
+ "Are you sure that you want to remove this item?","Are you sure that you want to remove this item?"
39
+ "Are you sure you want to cancel adding of this address?","Are you sure you want to cancel adding of this address?"
40
+ "Are you sure you want to delete this address?","Are you sure you want to delete this address?"
41
+ "Are you sure?","Are you sure?"
42
+ "Array of Entity collections is expected.","Array of Entity collections is expected."
43
+ "Assign a Customer Group","Assign a Customer Group"
44
+ "Average Sale","Average Sale"
45
+ "Back","Back"
46
+ "Back - link to the previously viewed page","Back - link to the previously viewed page"
47
+ "Back to Login","Back to Login"
48
+ "Bad request.","Bad request."
49
+ "Based on the VAT ID, the customer would belong to the Customer Group %s.","Based on the VAT ID, the customer would belong to the Customer Group %s."
50
+ "Bill to Name","Bill to Name"
51
+ "Bought From","Bought From"
52
+ "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.","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."
53
+ "CSV","CSV"
54
+ "Cancel","Cancel"
55
+ "Cannot save a new password.","Cannot save a new password."
56
+ "Cannot save address.","Cannot save address."
57
+ "Cannot save the customer.","Cannot save the customer."
58
+ "Cannot share customer accounts globally because some customer accounts with the same emails exist on multiple websites and cannot be merged.","Cannot share customer accounts globally because some customer accounts with the same emails exist on multiple websites and cannot be merged."
59
+ "Change Account Password","Change Account Password"
60
+ "Change Billing Address","Change Billing Address"
61
+ "Change Password","Change Password"
62
+ "Change Shipping Address","Change Shipping Address"
63
+ "City","City"
64
+ "Company","Company"
65
+ "Config","Config"
66
+ "Configure","Configure"
67
+ "Confirm New Password","Confirm New Password"
68
+ "Confirm Password","Confirm Password"
69
+ "Confirmation Link Email","Confirmation Link Email"
70
+ "Confirmed","Confirmed"
71
+ "Contact Information","Contact Information"
72
+ "Continue Shopping","Continue Shopping"
73
+ "Country","Country"
74
+ "Create","Create"
75
+ "Create New Account Options","Create New Account Options"
76
+ "Create New Customer Account","Create New Customer Account"
77
+ "Create Order","Create Order"
78
+ "Create an Account","Create an Account"
79
+ "Create customer","Create customer"
80
+ "Create customer address","Create customer address"
81
+ "Current Password","Current Password"
82
+ "Customer","Customer"
83
+ "Customer API","Customer API"
84
+ "Customer Account Edit Form","Customer Account Edit Form"
85
+ "Customer Account Login Form","Customer Account Login Form"
86
+ "Customer Account Logout Success","Customer Account Logout Success"
87
+ "Customer Account Registration Form","Customer Account Registration Form"
88
+ "Customer Addresses","Customer Addresses"
89
+ "Customer Configuration","Customer Configuration"
90
+ "Customer Forgot Password Form","Customer Forgot Password Form"
91
+ "Customer Group","Customer Group"
92
+ "Customer Groups","Customer Groups"
93
+ "Customer Information","Customer Information"
94
+ "Customer Login","Customer Login"
95
+ "Customer My Account (All Pages)","Customer My Account (All Pages)"
96
+ "Customer My Account Address Book","Customer My Account Address Book"
97
+ "Customer My Account Address Edit Form","Customer My Account Address Edit Form"
98
+ "Customer My Account Dashboard","Customer My Account Dashboard"
99
+ "Customer Since","Customer Since"
100
+ "Customer View","Customer View"
101
+ "Customer collection expected.","Customer collection expected."
102
+ "Customer email is required","Customer email is required"
103
+ "Customer website ID must be specified when using the website scope","Customer website ID must be specified when using the website scope"
104
+ "Customer will stay on the current page if ""No"" is selected.","Customer will stay on the current page if ""No"" is selected."
105
+ "Customers","Customers"
106
+ "Customers Only","Customers Only"
107
+ "Customers Section","Customers Section"
108
+ "DD","DD"
109
+ "Date","Date"
110
+ "Date Added","Date Added"
111
+ "Date of Birth","Date of Birth"
112
+ "Day","Day"
113
+ "Days in Wishlist","Days in Wishlist"
114
+ "Default Addresses","Default Addresses"
115
+ "Default Billing Address","Default Billing Address"
116
+ "Default Email Domain","Default Email Domain"
117
+ "Default Group","Default Group"
118
+ "Default Shipping Address","Default Shipping Address"
119
+ "Default Value for Disable Automatic Group Changes Based on VAT ID","Default Value for Disable Automatic Group Changes Based on VAT ID"
120
+ "Default Welcome Email","Default Welcome Email"
121
+ "Delete","Delete"
122
+ "Delete Address","Delete Address"
123
+ "Delete Customer","Delete Customer"
124
+ "Delete Customer Group","Delete Customer Group"
125
+ "Delete customer","Delete customer"
126
+ "Delete customer address","Delete customer address"
127
+ "Deleted Stores","Deleted Stores"
128
+ "Details","Details"
129
+ "Disabled","Disabled"
130
+ "Edit","Edit"
131
+ "Edit Account Info","Edit Account Info"
132
+ "Edit Account Information","Edit Account Information"
133
+ "Edit Address","Edit Address"
134
+ "Edit Address Entry","Edit Address Entry"
135
+ "Edit Customer Group ""%s""","Edit Customer Group ""%s"""
136
+ "Edit Customer Groups","Edit Customer Groups"
137
+ "Edit Customer's Address","Edit Customer's Address"
138
+ "Edit Group","Edit Group"
139
+ "Edit Newsletters","Edit Newsletters"
140
+ "Email","Email"
141
+ "Email Address","Email Address"
142
+ "Email Sender","Email Sender"
143
+ "Email:","Email:"
144
+ "Enable Automatic Assignment to Customer Group","Enable Automatic Assignment to Customer Group"
145
+ "Entity collection is expected.","Entity collection is expected."
146
+ "Excel XML","Excel XML"
147
+ "Failed to confirm customer account.","Failed to confirm customer account."
148
+ "Fax","Fax"
149
+ "First Name","First Name"
150
+ "Forgot Email Template","Forgot Email Template"
151
+ "Forgot Password","Forgot Password"
152
+ "Forgot Your Password","Forgot Your Password"
153
+ "Forgot Your Password?","Forgot Your Password?"
154
+ "Forgot and Remind Email Sender","Forgot and Remind Email Sender"
155
+ "Form Fields Before","Form Fields Before"
156
+ "From your My Account Dashboard you have the ability to view a snapshot of your recent account activity and update your account information. Select a link below to view or edit information.","From your My Account Dashboard you have the ability to view a snapshot of your recent account activity and update your account information. Select a link below to view or edit information."
157
+ "Gender","Gender"
158
+ "Gender is required.","Gender is required."
159
+ "General Subscription","General Subscription"
160
+ "Generate Human-Friendly Customer ID","Generate Human-Friendly Customer ID"
161
+ "Global","Global"
162
+ "Group","Group"
163
+ "Group Information","Group Information"
164
+ "Group Name","Group Name"
165
+ "Group for Invalid VAT ID","Group for Invalid VAT ID"
166
+ "Group for Valid VAT ID - Domestic","Group for Valid VAT ID - Domestic"
167
+ "Group for Valid VAT ID - Intra-Union","Group for Valid VAT ID - Intra-Union"
168
+ "Guest","Guest"
169
+ "HTML","HTML"
170
+ "Hello, %s!","Hello, %s!"
171
+ "ID","ID"
172
+ "IP Address","IP Address"
173
+ "If you believe this is an error, please contact us at %s","If you believe this is an error, please contact us at %s"
174
+ "If you have an account with us, please log in.","If you have an account with us, please log in."
175
+ "Invalid attribute option specified for attribute %s (%s), skipping the record.","Invalid attribute option specified for attribute %s (%s), skipping the record."
176
+ "Invalid attribute set specified, skipping the record.","Invalid attribute set specified, skipping the record."
177
+ "Invalid billing address for (%s)","Invalid billing address for (%s)"
178
+ "Invalid current password","Invalid current password"
179
+ "Invalid customer data","Invalid customer data"
180
+ "Invalid email address ""%s"".","Invalid email address ""%s""."
181
+ "Invalid email address.","Invalid email address."
182
+ "Invalid login or password.","Invalid login or password."
183
+ "Invalid password reset token.","Invalid password reset token."
184
+ "Invalid shipping address for (%s)","Invalid shipping address for (%s)"
185
+ "Invalid store specified, skipping the record.","Invalid store specified, skipping the record."
186
+ "Invalid website, skipping the record, line: %s","Invalid website, skipping the record, line: %s"
187
+ "Last Activity","Last Activity"
188
+ "Last Date Subscribed","Last Date Subscribed"
189
+ "Last Date Unsubscribed","Last Date Unsubscribed"
190
+ "Last Name","Last Name"
191
+ "Last URL","Last URL"
192
+ "Leave empty for default (15 minutes).","Leave empty for default (15 minutes)."
193
+ "Leave empty for default (2). Valid range: 1-4","Leave empty for default (2). Valid range: 1-4"
194
+ "Lifetime Sales","Lifetime Sales"
195
+ "Log In","Log In"
196
+ "Log Out","Log Out"
197
+ "Login","Login"
198
+ "Login Information","Login Information"
199
+ "Login Options","Login Options"
200
+ "Login and password are required.","Login and password are required."
201
+ "Login or Create an Account","Login or Create an Account"
202
+ "MM","MM"
203
+ "Manage Addresses","Manage Addresses"
204
+ "Manage Customers","Manage Customers"
205
+ "Maximum length must be less then %s symbols","Maximum length must be less then %s symbols"
206
+ "Missing email, skipping the record, line: %s","Missing email, skipping the record, line: %s"
207
+ "Missing email, skipping the record.","Missing email, skipping the record."
208
+ "Missing first name, skipping the record, line: %s","Missing first name, skipping the record, line: %s"
209
+ "Missing firstname, skipping the record.","Missing firstname, skipping the record."
210
+ "Missing last name, skipping the record, line: %s","Missing last name, skipping the record, line: %s"
211
+ "Missing lastname, skipping the record.","Missing lastname, skipping the record."
212
+ "Missing website, skipping the record, line: %s","Missing website, skipping the record, line: %s"
213
+ "Month","Month"
214
+ "My Account","My Account"
215
+ "My Account Wrapper","My Account Wrapper"
216
+ "My Dashboard","My Dashboard"
217
+ "My Orders","My Orders"
218
+ "Name","Name"
219
+ "Name and Address Options","Name and Address Options"
220
+ "Never","Never"
221
+ "New Address","New Address"
222
+ "New Address Entry","New Address Entry"
223
+ "New Customer","New Customer"
224
+ "New Customer Address","New Customer Address"
225
+ "New Customer Group","New Customer Group"
226
+ "New Customer Groups","New Customer Groups"
227
+ "New Customers","New Customers"
228
+ "New Group","New Group"
229
+ "New Password","New Password"
230
+ "New account","New account"
231
+ "New account confirmation key","New account confirmation key"
232
+ "New account confirmed","New account confirmed"
233
+ "New password field cannot be empty.","New password field cannot be empty."
234
+ "Newsletter","Newsletter"
235
+ "Newsletter Finish","Newsletter Finish"
236
+ "Newsletter Information","Newsletter Information"
237
+ "Newsletter Received","Newsletter Received"
238
+ "Newsletter Start","Newsletter Start"
239
+ "Newsletter Subscription","Newsletter Subscription"
240
+ "Newsletters","Newsletters"
241
+ "No Items Found","No Items Found"
242
+ "No Newsletter Found","No Newsletter Found"
243
+ "No customer collections found","No customer collections found"
244
+ "No item specified.","No item specified."
245
+ "Not Sent","Not Sent"
246
+ "Not confirmed, can login","Not confirmed, can login"
247
+ "Not confirmed, cannot login","Not confirmed, cannot login"
248
+ "Number of Lines in a Street Address ","Number of Lines in a Street Address "
249
+ "Offline","Offline"
250
+ "Online","Online"
251
+ "Online Customers","Online Customers"
252
+ "Online Customers Options","Online Customers Options"
253
+ "Online Minutes Interval","Online Minutes Interval"
254
+ "Order #","Order #"
255
+ "Order Total","Order Total"
256
+ "Orders","Orders"
257
+ "PDF","PDF"
258
+ "Password","Password"
259
+ "Password Management","Password Management"
260
+ "Password Options","Password Options"
261
+ "Password forgotten","Password forgotten"
262
+ "Password:","Password:"
263
+ "Paused","Paused"
264
+ "Pending","Pending"
265
+ "Per Website","Per Website"
266
+ "Personal Information","Personal Information"
267
+ "Please enter a number 1 or greater in this field.","Please enter a number 1 or greater in this field."
268
+ "Please enter a valid date between %s and %s at %s.","Please enter a valid date between %s and %s at %s."
269
+ "Please enter a valid date equal to or greater than %s at %s.","Please enter a valid date equal to or greater than %s at %s."
270
+ "Please enter a valid date less than or equal to %s at %s.","Please enter a valid date less than or equal to %s at %s."
271
+ "Please enter the city.","Please enter the city."
272
+ "Please enter the country.","Please enter the country."
273
+ "Please enter the first name.","Please enter the first name."
274
+ "Please enter the last name.","Please enter the last name."
275
+ "Please enter the state/province.","Please enter the state/province."
276
+ "Please enter the street.","Please enter the street."
277
+ "Please enter the telephone number.","Please enter the telephone number."
278
+ "Please enter the zip/postal code.","Please enter the zip/postal code."
279
+ "Please enter your email address below. You will receive a link to reset your password.","Please enter your email address below. You will receive a link to reset your password."
280
+ "Please enter your email below and we\'ll send you confirmation link for it.","Please enter your email below and we\'ll send you confirmation link for it."
281
+ "Please enter your email.","Please enter your email."
282
+ "Please make sure your passwords match.","Please make sure your passwords match."
283
+ "Please select a website which contains store view","Please select a website which contains store view"
284
+ "Please select region, state or province","Please select region, state or province"
285
+ "Please, check your email for confirmation key.","Please, check your email for confirmation key."
286
+ "Prefix Dropdown Options","Prefix Dropdown Options"
287
+ "Price","Price"
288
+ "Product","Product"
289
+ "Product ID","Product ID"
290
+ "Product Name","Product Name"
291
+ "Product Reviews","Product Reviews"
292
+ "Product Tags","Product Tags"
293
+ "Purchase On","Purchase On"
294
+ "Purchased On","Purchased On"
295
+ "Qty","Qty"
296
+ "Recent Orders","Recent Orders"
297
+ "Records for %s store found.","Records for %s store found."
298
+ "Recovery Link Expiration Period (days)","Recovery Link Expiration Period (days)"
299
+ "Redirect Customer to Account Dashboard after Logging in","Redirect Customer to Account Dashboard after Logging in"
300
+ "Refunded","Refunded"
301
+ "Registered Customers","Registered Customers"
302
+ "Remind Email Template","Remind Email Template"
303
+ "Remind Password","Remind Password"
304
+ "Remove","Remove"
305
+ "Require Emails Confirmation","Require Emails Confirmation"
306
+ "Reset a Password","Reset a Password"
307
+ "Retrieve address data","Retrieve address data"
308
+ "Retrieve address info","Retrieve address info"
309
+ "Retrieve customer addresses","Retrieve customer addresses"
310
+ "Retrieve customer data","Retrieve customer data"
311
+ "Retrieve customer groups","Retrieve customer groups"
312
+ "Retrieve customer info","Retrieve customer info"
313
+ "Retrieve customers","Retrieve customers"
314
+ "Retrieve your confirmation link here","Retrieve your confirmation link here"
315
+ "Retrieve your password here","Retrieve your password here"
316
+ "SKU","SKU"
317
+ "Sales Statistics","Sales Statistics"
318
+ "Save","Save"
319
+ "Save Address","Save Address"
320
+ "Save Customer","Save Customer"
321
+ "Save Customer Group","Save Customer Group"
322
+ "Save Password","Save Password"
323
+ "Save and Continue Edit","Save and Continue Edit"
324
+ "Saved %d record(s)","Saved %d record(s)"
325
+ "Semicolon (;) separated values.<br/>Put semicolon in the beginning for empty first option.<br/>Leave empty for open text field.","Semicolon (;) separated values.<br/>Put semicolon in the beginning for empty first option.<br/>Leave empty for open text field."
326
+ "Send Auto-Generated Password","Send Auto-Generated Password"
327
+ "Send From","Send From"
328
+ "Send Welcome Email","Send Welcome Email"
329
+ "Send Welcome Email after Confirmation","Send Welcome Email after Confirmation"
330
+ "Send confirmation link","Send confirmation link"
331
+ "Sending","Sending"
332
+ "Sent","Sent"
333
+ "Session Start Time","Session Start Time"
334
+ "Set as Default Billing Address","Set as Default Billing Address"
335
+ "Set as Default Shipping Address","Set as Default Shipping Address"
336
+ "Share Customer Accounts","Share Customer Accounts"
337
+ "Shipped to First Name","Shipped to First Name"
338
+ "Shipped to Last Name","Shipped to Last Name"
339
+ "Shipped to Name","Shipped to Name"
340
+ "Shopping Cart","Shopping Cart"
341
+ "Shopping Cart - %d item(s)","Shopping Cart - %d item(s)"
342
+ "Shopping Cart of %1$s - %2$d item(s)","Shopping Cart of %1$s - %2$d item(s)"
343
+ "Show Date of Birth","Show Date of Birth"
344
+ "Show Gender","Show Gender"
345
+ "Show Middle Name (initial)","Show Middle Name (initial)"
346
+ "Show Prefix","Show Prefix"
347
+ "Show Suffix","Show Suffix"
348
+ "Show Tax/VAT Number","Show Tax/VAT Number"
349
+ "Show VAT Number on Frontend","Show VAT Number on Frontend"
350
+ "Sign Up for Newsletter","Sign Up for Newsletter"
351
+ "Skipping import row, required field ""%s"" is not defined.","Skipping import row, required field ""%s"" is not defined."
352
+ "Skipping import row, website ""%s"" field does not exist.","Skipping import row, website ""%s"" field does not exist."
353
+ "State/Province","State/Province"
354
+ "Status","Status"
355
+ "Store","Store"
356
+ "Store View","Store View"
357
+ "Street Address","Street Address"
358
+ "Street Address %s","Street Address %s"
359
+ "Subject","Subject"
360
+ "Submit","Submit"
361
+ "Subscribe to Newsletter","Subscribe to Newsletter"
362
+ "Subscribed to Newsletter?","Subscribed to Newsletter?"
363
+ "Suffix Dropdown Options","Suffix Dropdown Options"
364
+ "Tag Name","Tag Name"
365
+ "Tax Calculation Based On","Tax Calculation Based On"
366
+ "Tax Class","Tax Class"
367
+ "Tax/VAT number","Tax/VAT number"
368
+ "Telephone","Telephone"
369
+ "Text","Text"
370
+ "Text One Line","Text One Line"
371
+ "Thank you for registering with %s.","Thank you for registering with %s."
372
+ "The Date of Birth is required.","The Date of Birth is required."
373
+ "The TAX/VAT number is required.","The TAX/VAT number is required."
374
+ "The VAT ID entered (%s) is not a valid VAT ID.","The VAT ID entered (%s) is not a valid VAT ID."
375
+ "The VAT ID entered (%s) is not a valid VAT ID. The customer would belong to Customer Group %s.","The VAT ID entered (%s) is not a valid VAT ID. The customer would belong to Customer Group %s."
376
+ "The VAT ID is valid. The current Customer Group will be used.","The VAT ID is valid. The current Customer Group will be used."
377
+ "The account information has been saved.","The account information has been saved."
378
+ "The address does not belong to this customer.","The address does not belong to this customer."
379
+ "The address has been deleted.","The address has been deleted."
380
+ "The address has been saved.","The address has been saved."
381
+ "The customer ID and email did not match, skipping the record, line: %s","The customer ID and email did not match, skipping the record, line: %s"
382
+ "The customer does not have default billing address.","The customer does not have default billing address."
383
+ "The customer email (%s) already exists, skipping the record, line: %s","The customer email (%s) already exists, skipping the record, line: %s"
384
+ "The customer group has been deleted.","The customer group has been deleted."
385
+ "The customer group has been saved.","The customer group has been saved."
386
+ "The customer is currently assigned to Customer Group %s.","The customer is currently assigned to Customer Group %s."
387
+ "The first name cannot be empty.","The first name cannot be empty."
388
+ "The group ""%s"" cannot be deleted","The group ""%s"" cannot be deleted"
389
+ "The last name cannot be empty.","The last name cannot be empty."
390
+ "The minimum password length is %s","The minimum password length is %s"
391
+ "The password cannot be empty.","The password cannot be empty."
392
+ "The password must have at least 6 characters. Leading or trailing spaces will be ignored.","The password must have at least 6 characters. Leading or trailing spaces will be ignored."
393
+ "The suffix that goes after name (Jr., Sr., etc.)","The suffix that goes after name (Jr., Sr., etc.)"
394
+ "The title that goes before name (Mr., Mrs., etc.)","The title that goes before name (Mr., Mrs., etc.)"
395
+ "There are no items in customer's wishlist at the moment","There are no items in customer's wishlist at the moment"
396
+ "There are no items in customer\'s shopping cart at the moment","There are no items in customer\'s shopping cart at the moment"
397
+ "There is already an account with this email address. If you are sure that it is your email address, <a href=""%s"">click here</a> to get your password and access your account.","There is already an account with this email address. If you are sure that it is your email address, <a href=""%s"">click here</a> to get your password and access your account."
398
+ "There was an error validating the VAT ID.","There was an error validating the VAT ID."
399
+ "There was an error validating the VAT ID. The customer would belong to Customer Group %s.","There was an error validating the VAT ID. The customer would belong to Customer Group %s."
400
+ "This account is not confirmed.","This account is not confirmed."
401
+ "This customer email already exists","This customer email already exists"
402
+ "This customer has no saved addresses.","This customer has no saved addresses."
403
+ "This email does not require confirmation.","This email does not require confirmation."
404
+ "This email will be sent instead of default welcome email, after account confirmation.","This email will be sent instead of default welcome email, after account confirmation."
405
+ "This is My Default %s Address","This is My Default %s Address"
406
+ "To Cart","To Cart"
407
+ "To show VAT number on frontend, set Show VAT Number on Frontend option to Yes.","To show VAT number on frontend, set Show VAT Number on Frontend option to Yes."
408
+ "Total","Total"
409
+ "Type","Type"
410
+ "Unknown","Unknown"
411
+ "Unsubscribe from Newsletter","Unsubscribe from Newsletter"
412
+ "Update","Update"
413
+ "Update customer address data","Update customer address data"
414
+ "Update customer data","Update customer data"
415
+ "Use as My Default %s Address","Use as My Default %s Address"
416
+ "Use as My Default Billing Address","Use as My Default Billing Address"
417
+ "Use as My Default Shipping Address","Use as My Default Shipping Address"
418
+ "Use as my default billing address","Use as my default billing address"
419
+ "Use as my default shipping address","Use as my default shipping address"
420
+ "VAT Number","VAT Number"
421
+ "VAT Request Date","VAT Request Date"
422
+ "VAT Request Identifier","VAT Request Identifier"
423
+ "Validate VAT Number","Validate VAT Number"
424
+ "Validate on Each Transaction","Validate on Each Transaction"
425
+ "Validation Error Group","Validation Error Group"
426
+ "View","View"
427
+ "View Order","View Order"
428
+ "Visitor","Visitor"
429
+ "Visitors Only","Visitors Only"
430
+ "Website","Website"
431
+ "Welcome Email","Welcome Email"
432
+ "Wishlist","Wishlist"
433
+ "Wishlist - %d item(s)","Wishlist - %d item(s)"
434
+ "Would you like to change the Customer Group for this order?","Would you like to change the Customer Group for this order?"
435
+ "Wrong confirmation key.","Wrong confirmation key."
436
+ "Wrong customer account specified.","Wrong customer account specified."
437
+ "Wrong email.","Wrong email."
438
+ "Wrong transactional account email type","Wrong transactional account email type"
439
+ "YYYY","YYYY"
440
+ "Year","Year"
441
+ "You are currently not subscribed to any newsletter.","You are currently not subscribed to any newsletter."
442
+ "You are currently not subscribed to our newsletter.","You are currently not subscribed to our newsletter."
443
+ "You are currently subscribed to 'General Subscription'.","You are currently subscribed to 'General Subscription'."
444
+ "You are currently subscribed to our newsletter.","You are currently subscribed to our newsletter."
445
+ "You are now logged out","You are now logged out"
446
+ "You have logged out and will be redirected to our homepage in 5 seconds.","You have logged out and will be redirected to our homepage in 5 seconds."
447
+ "You have no additional address entries in your address book.","You have no additional address entries in your address book."
448
+ "You have no additional entries in your address book.","You have no additional entries in your address book."
449
+ "You have no default billing address in your address book.","You have no default billing address in your address book."
450
+ "You have no default entries in your address book.","You have no default entries in your address book."
451
+ "You have no default shipping address in your address book.","You have no default shipping address in your address book."
452
+ "You have not set a default billing address.","You have not set a default billing address."
453
+ "You have not set a default shipping address.","You have not set a default shipping address."
454
+ "You have placed no orders yet.","You have placed no orders yet."
455
+ "You have placed no products yet.","You have placed no products yet."
456
+ "You will be charged tax.","You will be charged tax."
457
+ "You will not be charged tax.","You will not be charged tax."
458
+ "Your Tax ID cannot be validated.","Your Tax ID cannot be validated."
459
+ "Your VAT ID was successfully validated.","Your VAT ID was successfully validated."
460
+ "Your account balance is: %s","Your account balance is: %s"
461
+ "ZIP","ZIP"
462
+ "ZIP/Post Code","ZIP/Post Code"
463
+ "Zip/Postal Code","Zip/Postal Code"
464
+ "n/a","n/a"
465
+ "or","or"
app/locale/en_US/Mage_Dataflow.csv ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "<a href=""%s"" target=""_blank"">Link</a>","<a href=""%s"" target=""_blank"">Link</a>"
2
+ "Actions XML is not valid.","Actions XML is not valid."
3
+ "An error occurred while opening file: ""%s"".","An error occurred while opening file: ""%s""."
4
+ "Could not load file: ""%s"".","Could not load file: ""%s""."
5
+ "Could not save file: %s.","Could not save file: %s."
6
+ "Declared adapter %s was not found.","Declared adapter %s was not found."
7
+ "Destination folder ""%s"" is not a directory.","Destination folder ""%s"" is not a directory."
8
+ "Destination folder ""%s"" is not writable.","Destination folder ""%s"" is not writable."
9
+ "Done","Done"
10
+ "Dry run set, stopping execution.","Dry run set, stopping execution."
11
+ "ETA: %s","ETA: %s"
12
+ "Error in field mapping: field list for mapping is not defined.","Error in field mapping: field list for mapping is not defined."
13
+ "File ""%s"" does not exist.","File ""%s"" does not exist."
14
+ "Found %d rows.","Found %d rows."
15
+ "Less than a minute","Less than a minute"
16
+ "Loaded successfully: ""%s"".","Loaded successfully: ""%s""."
17
+ "Memory Used: %s","Memory Used: %s"
18
+ "Method ""%s"" not defined in adapter %s.","Method ""%s"" not defined in adapter %s."
19
+ "Method ""%s"" was not defined in adapter %s.","Method ""%s"" was not defined in adapter %s."
20
+ "Please declare ""adapter"" and ""method"" nodes first.","Please declare ""adapter"" and ""method"" nodes first."
21
+ "Processed records: %s","Processed records: %s"
22
+ "Profile with the same name already exists.","Profile with the same name already exists."
23
+ "Saved successfully: ""%s"" [%d byte(s)].","Saved successfully: ""%s"" [%d byte(s)]."
24
+ "Sheet 1","Sheet 1"
25
+ "Skip undefined row.","Skip undefined row."
26
+ "Starting %s :: %s","Starting %s :: %s"
27
+ "The destination folder ""%s"" does not exist or there is no access to create it.","The destination folder ""%s"" does not exist or there is no access to create it."
28
+ "Total records: %s","Total records: %s"
29
+ "hour","hour"
30
+ "hours","hours"
31
+ "minute","minute"
32
+ "minutes","minutes"
app/locale/en_US/Mage_Directory.csv ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "-- Please select --","-- Please select --"
2
+ "Allowed Currencies","Allowed Currencies"
3
+ "Base Currency","Base Currency"
4
+ "Base currency is used for all online payment transactions. Scope is defined by the catalog price scope (""Catalog"" > ""Price"" > ""Catalog Price Scope"").","Base currency is used for all online payment transactions. Scope is defined by the catalog price scope (""Catalog"" > ""Price"" > ""Catalog Price Scope"")."
5
+ "Can\'t convert rate from ""%s-%s"".","Can\'t convert rate from ""%s-%s""."
6
+ "Cannot retrieve rate from %s.","Cannot retrieve rate from %s."
7
+ "Connection Timeout in Seconds","Connection Timeout in Seconds"
8
+ "Continue &raquo;","Continue &raquo;"
9
+ "Country","Country"
10
+ "Country API","Country API"
11
+ "Country and Format Type combination should be unique","Country and Format Type combination should be unique"
12
+ "Currency","Currency"
13
+ "Currency Options","Currency Options"
14
+ "Currency Setup","Currency Setup"
15
+ "Currency Update Warnings","Currency Update Warnings"
16
+ "Default Display Currency","Default Display Currency"
17
+ "Directory","Directory"
18
+ "Display not required State","Display not required State"
19
+ "Enabled","Enabled"
20
+ "Error Email Recipient","Error Email Recipient"
21
+ "Error Email Sender","Error Email Sender"
22
+ "Error Email Template","Error Email Template"
23
+ "FATAL ERROR:","FATAL ERROR:"
24
+ "Frequency","Frequency"
25
+ "Installed Currencies","Installed Currencies"
26
+ "Invalid Import Service specified.","Invalid Import Service specified."
27
+ "Invalid country code: %s","Invalid country code: %s"
28
+ "Invalid rates received","Invalid rates received"
29
+ "Invalid target currency.","Invalid target currency."
30
+ "List of countries","List of countries"
31
+ "List of regions in specified country","List of regions in specified country"
32
+ "Postal Code is Optional for the following countries","Postal Code is Optional for the following countries"
33
+ "Region","Region"
34
+ "Region API","Region API"
35
+ "Scheduled Import Settings","Scheduled Import Settings"
36
+ "Select Your Currency","Select Your Currency"
37
+ "Service","Service"
38
+ "Start Time","Start Time"
39
+ "State is required for","State is required for"
40
+ "State/Province","State/Province"
41
+ "States Options","States Options"
42
+ "Unable to initialize the import model.","Unable to initialize the import model."
43
+ "Undefined rate from ""%s-%s"".","Undefined rate from ""%s-%s""."
44
+ "WARNING:","WARNING:"
45
+ "Webservicex","Webservicex"
46
+ "Your current currency is: %s","Your current currency is: %s"
app/locale/en_US/Mage_Downloadable.csv ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "Add","Add"
2
+ "Add New Row","Add New Row"
3
+ "Add links and samples to downloadable product","Add links and samples to downloadable product"
4
+ "Alphanumeric, dash and underscore characters are recommended for filenames. Improper characters are replaced with \'_\'.","Alphanumeric, dash and underscore characters are recommended for filenames. Improper characters are replaced with \'_\'."
5
+ "An error occurred while getting the requested content.","An error occurred while getting the requested content."
6
+ "An error occurred while getting the requested content. Please contact the store owner.","An error occurred while getting the requested content. Please contact the store owner."
7
+ "An error occurred while saving the file(s).","An error occurred while saving the file(s)."
8
+ "Availability:","Availability:"
9
+ "Back","Back"
10
+ "Canceled","Canceled"
11
+ "Cannot connect to remote host, error: %s.","Cannot connect to remote host, error: %s."
12
+ "Catalog Product View (Downloadable)","Catalog Product View (Downloadable)"
13
+ "Category API","Category API"
14
+ "Customer My Account Downloadable Items","Customer My Account Downloadable Items"
15
+ "Date","Date"
16
+ "Default Link Title","Default Link Title"
17
+ "Default Maximum Number of Downloads","Default Maximum Number of Downloads"
18
+ "Default Sample Title","Default Sample Title"
19
+ "Delete","Delete"
20
+ "Disable Guest Checkout if Cart Contains Downloadable Items","Disable Guest Checkout if Cart Contains Downloadable Items"
21
+ "Downloadable Information","Downloadable Information"
22
+ "Downloadable Product","Downloadable Product"
23
+ "Downloadable Product Options","Downloadable Product Options"
24
+ "Downloadable Product Section","Downloadable Product Section"
25
+ "Edit","Edit"
26
+ "Edit item parameters","Edit item parameters"
27
+ "Excl. Tax","Excl. Tax"
28
+ "File","File"
29
+ "From:","From:"
30
+ "Gift Message","Gift Message"
31
+ "Go to <a href=""%s"">My Downloadable Products</a>","Go to <a href=""%s"">My Downloadable Products</a>"
32
+ "Guest checkout will only work with shareable.","Guest checkout will only work with shareable."
33
+ "In stock","In stock"
34
+ "Incl. Tax","Incl. Tax"
35
+ "Invalid download URL host.","Invalid download URL host."
36
+ "Invalid download URL scheme.","Invalid download URL scheme."
37
+ "Invalid download link type.","Invalid download link type."
38
+ "Invoiced","Invoiced"
39
+ "Links can be purchased separately","Links can be purchased separately"
40
+ "List","List"
41
+ "Max. Downloads","Max. Downloads"
42
+ "Message:","Message:"
43
+ "Move","Move"
44
+ "My Downloadable Products","My Downloadable Products"
45
+ "Open Links in New Window","Open Links in New Window"
46
+ "Order #","Order #"
47
+ "Order Item Status to Enable Downloads","Order Item Status to Enable Downloads"
48
+ "Order id cannot be null","Order id cannot be null"
49
+ "Order item id cannot be null","Order item id cannot be null"
50
+ "Ordered","Ordered"
51
+ "Out of stock","Out of stock"
52
+ "Pending","Pending"
53
+ "Please log in to download your product or purchase <a href=""%s"">%s</a>.","Please log in to download your product or purchase <a href=""%s"">%s</a>."
54
+ "Please log in to download your product.","Please log in to download your product."
55
+ "Please set resource file and link type.","Please set resource file and link type."
56
+ "Please specify product link(s).","Please specify product link(s)."
57
+ "Price","Price"
58
+ "Product downloadable links","Product downloadable links"
59
+ "Qty","Qty"
60
+ "Refunded","Refunded"
61
+ "Remaining Downloads","Remaining Downloads"
62
+ "Remove","Remove"
63
+ "Remove Item","Remove Item"
64
+ "Remove links and samples from downloadable product","Remove links and samples from downloadable product"
65
+ "Requested link does not exist.","Requested link does not exist."
66
+ "Retrieve links and samples list from downloadable product","Retrieve links and samples list from downloadable product"
67
+ "Sample","Sample"
68
+ "See price before order confirmation.","See price before order confirmation."
69
+ "Shareable","Shareable"
70
+ "Shipped","Shipped"
71
+ "Sorry, there was an error getting requested content. Please contact the store owner.","Sorry, there was an error getting requested content. Please contact the store owner."
72
+ "Sort Order","Sort Order"
73
+ "Start Download","Start Download"
74
+ "Status","Status"
75
+ "The file does not exist.","The file does not exist."
76
+ "The link has expired.","The link has expired."
77
+ "The link is not available.","The link is not available."
78
+ "There are files that were selected but not uploaded yet. Please upload or remove them first","There are files that were selected but not uploaded yet. Please upload or remove them first"
79
+ "Title","Title"
80
+ "To:","To:"
81
+ "U","U"
82
+ "Unlimited","Unlimited"
83
+ "Use Content-Disposition","Use Content-Disposition"
84
+ "Use Default Value","Use Default Value"
85
+ "View Order","View Order"
86
+ "What's this?","What's this?"
87
+ "You have not purchased any downloadable products yet.","You have not purchased any downloadable products yet."
88
+ "attachment","attachment"
89
+ "download","download"
90
+ "inline","inline"
91
+ "sample","sample"
app/locale/en_US/Mage_Eav.csv ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """%s"" contains not only digit characters.","""%s"" contains not only digit characters."
2
+ """%s"" does not fit the entered date format.","""%s"" does not fit the entered date format."
3
+ """%s"" exceeds the allowed file size.","""%s"" exceeds the allowed file size."
4
+ """%s"" exceeds the allowed length.","""%s"" exceeds the allowed length."
5
+ """%s"" has not only alphabetic and digit characters.","""%s"" has not only alphabetic and digit characters."
6
+ """%s"" has not only alphabetic characters.","""%s"" has not only alphabetic characters."
7
+ """%s"" height exceeds allowed value of %s px.","""%s"" height exceeds allowed value of %s px."
8
+ """%s"" invalid type entered.","""%s"" invalid type entered."
9
+ """%s"" is a required value.","""%s"" is a required value."
10
+ """%s"" is an empty string.","""%s"" is an empty string."
11
+ """%s"" is not a valid URL.","""%s"" is not a valid URL."
12
+ """%s"" is not a valid date.","""%s"" is not a valid date."
13
+ """%s"" is not a valid email address.","""%s"" is not a valid email address."
14
+ """%s"" is not a valid file","""%s"" is not a valid file"
15
+ """%s"" is not a valid file extension.","""%s"" is not a valid file extension."
16
+ """%s"" is not a valid file.","""%s"" is not a valid file."
17
+ """%s"" is not a valid hostname.","""%s"" is not a valid hostname."
18
+ """%s"" is not a valid image format","""%s"" is not a valid image format"
19
+ """%s"" length must be equal or greater than %s characters.","""%s"" length must be equal or greater than %s characters."
20
+ """%s"" length must be equal or less than %s characters.","""%s"" length must be equal or less than %s characters."
21
+ """%s"" width exceeds allowed value of %s px.","""%s"" width exceeds allowed value of %s px."
22
+ "'%value%' appears to be a DNS hostname but cannot extract TLD part","'%value%' appears to be a DNS hostname but cannot extract TLD part"
23
+ "'%value%' appears to be a DNS hostname but cannot match TLD against known list","'%value%' appears to be a DNS hostname but cannot match TLD against known list"
24
+ "'%value%' appears to be a DNS hostname but cannot match against hostname schema for TLD '%tld%'","'%value%' appears to be a DNS hostname but cannot match against hostname schema for TLD '%tld%'"
25
+ "'%value%' appears to be a DNS hostname but contains a dash in an invalid position","'%value%' appears to be a DNS hostname but contains a dash in an invalid position"
26
+ "'%value%' appears to be a DNS hostname but the given punycode notation cannot be decoded","'%value%' appears to be a DNS hostname but the given punycode notation cannot be decoded"
27
+ "'%value%' appears to be a local network name but local network names are not allowed","'%value%' appears to be a local network name but local network names are not allowed"
28
+ "'%value%' appears to be an IP address, but IP addresses are not allowed","'%value%' appears to be an IP address, but IP addresses are not allowed"
29
+ "'%value%' does not appear to be a valid URI hostname","'%value%' does not appear to be a valid URI hostname"
30
+ "'%value%' does not appear to be a valid local network name","'%value%' does not appear to be a valid local network name"
31
+ "'%value%' does not match the expected structure for a DNS hostname","'%value%' does not match the expected structure for a DNS hostname"
32
+ "A joint field with this alias (%s) is already declared","A joint field with this alias (%s) is already declared"
33
+ "Add Option","Add Option"
34
+ "An error occurred while loading a record, aborting. Error: %s","An error occurred while loading a record, aborting. Error: %s"
35
+ "An error occurred while loading the collection, aborting. Error: %s","An error occurred while loading the collection, aborting. Error: %s"
36
+ "An error occurred while saving a record, aborting. Error: ","An error occurred while saving a record, aborting. Error: "
37
+ "Attempt to add an invalid object","Attempt to add an invalid object"
38
+ "Attribute '%s' used in configurable products","Attribute '%s' used in configurable products"
39
+ "Attribute Code","Attribute Code"
40
+ "Attribute Label","Attribute Label"
41
+ "Attribute Properties","Attribute Properties"
42
+ "Attribute object is undefined","Attribute object is undefined"
43
+ "Attribute set with the ""%s"" name already exists.","Attribute set with the ""%s"" name already exists."
44
+ "Attribute with the same code","Attribute with the same code"
45
+ "Can\'t create table: %s","Can\'t create table: %s"
46
+ "Catalog Input Type for Store Owner","Catalog Input Type for Store Owner"
47
+ "Current module EAV entity is undefined","Current module EAV entity is undefined"
48
+ "Current module pathname is undefined","Current module pathname is undefined"
49
+ "Data integrity: No header row found for attribute","Data integrity: No header row found for attribute"
50
+ "Date","Date"
51
+ "Decimal Number","Decimal Number"
52
+ "Default Product Listing Sort by does not exist in Available Product Listing Sort By.","Default Product Listing Sort by does not exist in Available Product Listing Sort By."
53
+ "Default Value","Default Value"
54
+ "Default option value is not defined","Default option value is not defined"
55
+ "Delete","Delete"
56
+ "Dropdown","Dropdown"
57
+ "Email","Email"
58
+ "Entity collection expected.","Entity collection expected."
59
+ "Entity collections expected.","Entity collections expected."
60
+ "Entity instance is not defined","Entity instance is not defined"
61
+ "Entity is not initialized","Entity is not initialized"
62
+ "Entity object is undefined","Entity object is undefined"
63
+ "Failed to load node %s from config","Failed to load node %s from config"
64
+ "For internal use. Must be unique with no spaces. Maximum length of attribute code must be less then %s symbols","For internal use. Must be unique with no spaces. Maximum length of attribute code must be less then %s symbols"
65
+ "Form Element with the same attribute","Form Element with the same attribute"
66
+ "Form Fieldset with the same code","Form Fieldset with the same code"
67
+ "Form Type with the same code","Form Type with the same code"
68
+ "Form code is not defined","Form code is not defined"
69
+ "Frontend label is not defined","Frontend label is not defined"
70
+ "Input Validation for Store Owner","Input Validation for Store Owner"
71
+ "Integer Number","Integer Number"
72
+ "Invalid EAV attribute.","Invalid EAV attribute."
73
+ "Invalid alias, already exists in joint attributes","Invalid alias, already exists in joint attributes"
74
+ "Invalid attribute name: %s","Invalid attribute name: %s"
75
+ "Invalid attribute requested: %s","Invalid attribute requested: %s"
76
+ "Invalid attribute type","Invalid attribute type"
77
+ "Invalid character encountered in increment ID: %s","Invalid character encountered in increment ID: %s"
78
+ "Invalid date","Invalid date"
79
+ "Invalid default date","Invalid default date"
80
+ "Invalid default decimal value","Invalid default decimal value"
81
+ "Invalid entity specified","Invalid entity specified"
82
+ "Invalid entity supplied.","Invalid entity supplied."
83
+ "Invalid entity supplied: %s","Invalid entity supplied: %s"
84
+ "Invalid entity type","Invalid entity type"
85
+ "Invalid entity_id, skipping the record.","Invalid entity_id, skipping the record."
86
+ "Invalid entity_type specified: %s","Invalid entity_type specified: %s"
87
+ "Invalid foreign key","Invalid foreign key"
88
+ "Invalid form type.","Invalid form type."
89
+ "Invalid joint fields","Invalid joint fields"
90
+ "Invalid store specified","Invalid store specified"
91
+ "Invalid type given. String expected","Invalid type given. String expected"
92
+ "Joined field with this alias is already declared","Joined field with this alias is already declared"
93
+ "Joint field or attribute expression with this alias is already declared","Joint field or attribute expression with this alias is already declared"
94
+ "Letters","Letters"
95
+ "Letters (a-z, A-Z) or Numbers (0-9)","Letters (a-z, A-Z) or Numbers (0-9)"
96
+ "Loaded %d records","Loaded %d records"
97
+ "Maximum length of attribute code must be less then %s symbols","Maximum length of attribute code must be less then %s symbols"
98
+ "Multiple Select","Multiple Select"
99
+ "No","No"
100
+ "No options found in config node %s","No options found in config node %s"
101
+ "None","None"
102
+ "Not shared with other products","Not shared with other products"
103
+ "Problem loading the collection, aborting. Error: %s","Problem loading the collection, aborting. Error: %s"
104
+ "Problem saving the collection, aborting. Error: %s","Problem saving the collection, aborting. Error: %s"
105
+ "Required","Required"
106
+ "Saved %d record(s).","Saved %d record(s)."
107
+ "Source model ""%s"" not found for attribute ""%s""","Source model ""%s"" not found for attribute ""%s"""
108
+ "System","System"
109
+ "Text Area","Text Area"
110
+ "Text Field","Text Field"
111
+ "The value of attribute ""%s"" must be unique","The value of attribute ""%s"" must be unique"
112
+ "The value of attribute ""%s"" must be unique.","The value of attribute ""%s"" must be unique."
113
+ "This attribute is used in configurable products","This attribute is used in configurable products"
114
+ "URL","URL"
115
+ "Unique Value","Unique Value"
116
+ "Unique Value (not shared with other products)","Unique Value (not shared with other products)"
117
+ "Unknown parameter","Unknown parameter"
118
+ "Values Required","Values Required"
119
+ "Wrong attribute group ID","Wrong attribute group ID"
120
+ "Wrong attribute set ID","Wrong attribute set ID"
121
+ "Wrong entity ID","Wrong entity ID"
122
+ "Wrong type definition for %s","Wrong type definition for %s"
123
+ "Yes","Yes"
124
+ "Yes/No","Yes/No"
app/locale/en_US/Mage_GiftMessage.csv ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "Add","Add"
2
+ "Add gift message for shopping cart","Add gift message for shopping cart"
3
+ "Add gift messages for quote item of shopping cart","Add gift messages for quote item of shopping cart"
4
+ "Add gift messages to products of shopping cart","Add gift messages to products of shopping cart"
5
+ "Add gift options","Add gift options"
6
+ "Add gift options for Individual Items","Add gift options for Individual Items"
7
+ "Add gift options for the Entire Order","Add gift options for the Entire Order"
8
+ "Add gift options.","Add gift options."
9
+ "Allow Gift Messages for Order Items","Allow Gift Messages for Order Items"
10
+ "Allow Gift Messages on Order Level","Allow Gift Messages on Order Level"
11
+ "An error occurred while saving the gift message.","An error occurred while saving the gift message."
12
+ "Are you sure?","Are you sure?"
13
+ "Cancel","Cancel"
14
+ "Do you have any gift items in your order?","Do you have any gift items in your order?"
15
+ "Edit","Edit"
16
+ "From","From"
17
+ "Gift Message","Gift Message"
18
+ "Gift Message API","Gift Message API"
19
+ "Gift Options","Gift Options"
20
+ "Gift Options for","Gift Options for"
21
+ "Gift Options for Individual Items","Gift Options for Individual Items"
22
+ "Gift Options for the Entire Order.","Gift Options for the Entire Order."
23
+ "Gift Options for this address.","Gift Options for this address."
24
+ "Item %d of %d","Item %d of %d"
25
+ "Message","Message"
26
+ "No","No"
27
+ "OK","OK"
28
+ "Save Gift Message","Save Gift Message"
29
+ "The gift message has been removed","The gift message has been removed"
30
+ "The gift message has been saved","The gift message has been saved"
31
+ "The gift message has been saved.","The gift message has been saved."
32
+ "To","To"
33
+ "Unknown entity type","Unknown entity type"
34
+ "Use config","Use config"
35
+ "Yes","Yes"
36
+ "You can leave this box blank if you do not wish to add a gift message for the item.","You can leave this box blank if you do not wish to add a gift message for the item."
37
+ "You can leave this box blank if you do not wish to add a gift message for this address.","You can leave this box blank if you do not wish to add a gift message for this address."
38
+ "You can leave this box blank if you do not wish to add a gift message for whole order.","You can leave this box blank if you do not wish to add a gift message for whole order."
app/locale/en_US/Mage_GoogleAnalytics.csv ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ "Account Number","Account Number"
2
+ "Enable","Enable"
3
+ "Enable IP anonymization","Enable IP anonymization"
4
+ "Google API","Google API"
5
+ "Google Analytics","Google Analytics"
app/locale/en_US/Mage_GoogleBase.csv ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "Active","Active"
2
+ "Add Attribute Mapping","Add Attribute Mapping"
3
+ "Add New Attribute","Add New Attribute"
4
+ "Add to Google Base","Add to Google Base"
5
+ "Are you sure?","Are you sure?"
6
+ "Attribute","Attribute"
7
+ "Attribute Set","Attribute Set"
8
+ "Attribute Set and Item Type","Attribute Set and Item Type"
9
+ "Attributes","Attributes"
10
+ "Attributes Mapping","Attributes Mapping"
11
+ "Attributes Set","Attributes Set"
12
+ "AuthSub","AuthSub"
13
+ "Available Products","Available Products"
14
+ "Base Currency should be set to %s for %s in system configuration. Otherwise item prices won't be correct in Google Base.","Base Currency should be set to %s for %s in system configuration. Otherwise item prices won't be correct in Google Base."
15
+ "Cannot update Google Base Item for Store '%s'","Cannot update Google Base Item for Store '%s'"
16
+ "Captcha confirmation error: %s","Captcha confirmation error: %s"
17
+ "Captcha has been confirmed.","Captcha has been confirmed."
18
+ "Catalog","Catalog"
19
+ "Clicks","Clicks"
20
+ "ClientLogin","ClientLogin"
21
+ "Confirm","Confirm"
22
+ "Current Mapping will be reloaded. Continue?","Current Mapping will be reloaded. Continue?"
23
+ "Custom attribute, no mapping","Custom attribute, no mapping"
24
+ "Delete","Delete"
25
+ "Delete Mapping","Delete Mapping"
26
+ "Edit Item Type","Edit Item Type"
27
+ "Edit Item Type ""%s""","Edit Item Type ""%s"""
28
+ "Error: %s","Error: %s"
29
+ "Expires","Expires"
30
+ "Google","Google"
31
+ "Google Base","Google Base"
32
+ "Google Base Attribute","Google Base Attribute"
33
+ "Google Base ID","Google Base ID"
34
+ "Google Base Item Type","Google Base Item Type"
35
+ "Google Base Item type","Google Base Item type"
36
+ "Google Base Items","Google Base Items"
37
+ "Google base","Google base"
38
+ "Hide","Hide"
39
+ "Hosted","Hosted"
40
+ "Hosted or Google","Hosted or Google"
41
+ "Impr.","Impr."
42
+ "Invalid Product Model for Google Base Item","Invalid Product Model for Google Base Item"
43
+ "Item Type was deleted","Item Type was deleted"
44
+ "Item Types","Item Types"
45
+ "Item model is not specified to delete Google Base entry.","Item model is not specified to delete Google Base entry."
46
+ "Items","Items"
47
+ "Manage Attribute Mapping","Manage Attribute Mapping"
48
+ "Manage Attributes","Manage Attributes"
49
+ "Manage Items","Manage Items"
50
+ "New Item Type","New Item Type"
51
+ "New ItemType","New ItemType"
52
+ "No","No"
53
+ "No items were deleted from Google Base","No items were deleted from Google Base"
54
+ "No items were published","No items were published"
55
+ "No items were saved as inactive items","No items were saved as inactive items"
56
+ "No products were added to Google Base","No products were added to Google Base"
57
+ "Object model is not specified to save Google Base entry.","Object model is not specified to save Google Base entry."
58
+ "Please, select Attribute Set and Google Item Type to load attributes","Please, select Attribute Set and Google Item Type to load attributes"
59
+ "Product Name","Product Name"
60
+ "Publish","Publish"
61
+ "Published","Published"
62
+ "Remove","Remove"
63
+ "Save Mapping","Save Mapping"
64
+ "Session expired during export. Please revise exported products and repeat the process if necessary.","Session expired during export. Please revise exported products and repeat the process if necessary."
65
+ "Synchronize","Synchronize"
66
+ "Target Country","Target Country"
67
+ "The item type has been saved.","The item type has been saved."
68
+ "This action will update items statistics and remove the items which are not available in Google Base. Continue?","This action will update items statistics and remove the items which are not available in Google Base. Continue?"
69
+ "Total of %d items(s) have been deleted; total of %d items(s) have been updated.","Total of %d items(s) have been deleted; total of %d items(s) have been updated."
70
+ "Total of %d items(s) have been published.","Total of %d items(s) have been published."
71
+ "Total of %d items(s) have been removed from Google Base.","Total of %d items(s) have been removed from Google Base."
72
+ "Total of %d items(s) have been saved as inactive items.","Total of %d items(s) have been saved as inactive items."
73
+ "Total of %d product(s) have been added to Google Base.","Total of %d product(s) have been added to Google Base."
74
+ "Unable to connect to Google Base. Please, check Account settings in configuration.","Unable to connect to Google Base. Please, check Account settings in configuration."
75
+ "Unable to select a Store View.","Unable to select a Store View."
76
+ "View Available Products","View Available Products"
77
+ "View Item in Google Base","View Item in Google Base"
78
+ "Yes","Yes"
app/locale/en_US/Mage_GoogleCheckout.csv ADDED
@@ -0,0 +1,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "* Select shipping method","* Select shipping method"
2
+ "2Day","2Day"
3
+ "2nd Day Air","2nd Day Air"
4
+ "2nd Day Air AM","2nd Day Air AM"
5
+ "3 Day Select","3 Day Select"
6
+ "<br />Warning: <strong>%s</strong><br />","<br />Warning: <strong>%s</strong><br />"
7
+ "<strong style=""color:red"">Warning!</strong> This option disables the merchant calculated shipping. With this option, Google API ignores any attempt to affect shipping prices.","<strong style=""color:red"">Warning!</strong> This option disables the merchant calculated shipping. With this option, Google API ignores any attempt to affect shipping prices."
8
+ "A virtual item to reflect the discount total","A virtual item to reflect the discount total"
9
+ "A virtual item to reflect the tax total","A virtual item to reflect the tax total"
10
+ "AVS Status: %s","AVS Status: %s"
11
+ "Add Shipping Method","Add Shipping Method"
12
+ "Allowed Methods","Allowed Methods"
13
+ "Amount: %s","Amount: %s"
14
+ "Auto-generated from GoogleCheckout Charge","Auto-generated from GoogleCheckout Charge"
15
+ "Buyer Account Age: %s days","Buyer Account Age: %s days"
16
+ "CC Partial: xxxx-%s","CC Partial: xxxx-%s"
17
+ "CID Status: %s","CID Status: %s"
18
+ "Carrier Calculated Methods","Carrier Calculated Methods"
19
+ "Cart Discount","Cart Discount"
20
+ "Checkout Image Style","Checkout Image Style"
21
+ "Commercial","Commercial"
22
+ "Continue Shopping URL","Continue Shopping URL"
23
+ "Credit memo has been created automatically","Credit memo has been created automatically"
24
+ "Debug","Debug"
25
+ "Default Package Height (in)","Default Package Height (in)"
26
+ "Default Package Length (in)","Default Package Length (in)"
27
+ "Default Package Width (in)","Default Package Width (in)"
28
+ "Default Price for Methods","Default Price for Methods"
29
+ "Default price:","Default price:"
30
+ "Delivery Address Category","Delivery Address Category"
31
+ "Delivery Schedule","Delivery Schedule"
32
+ "Description-based delivery","Description-based delivery"
33
+ "Disable Default Tax Tables","Disable Default Tax Tables"
34
+ "Discount Tax","Discount Tax"
35
+ "Eligible for Protection: %s","Eligible for Protection: %s"
36
+ "Email delivery","Email delivery"
37
+ "Enable","Enable"
38
+ "Enable Carrier Calculated","Enable Carrier Calculated"
39
+ "Enable Digital Delivery","Enable Digital Delivery"
40
+ "Enable Flat Rate","Enable Flat Rate"
41
+ "Enable Merchant Calculated","Enable Merchant Calculated"
42
+ "Enable this if your checkout request is too big and being cut off.","Enable this if your checkout request is too big and being cut off."
43
+ "Expiration: %s","Expiration: %s"
44
+ "Express Mail","Express Mail"
45
+ "Express Saver","Express Saver"
46
+ "FedEx","FedEx"
47
+ "Financial: %s -> %s","Financial: %s -> %s"
48
+ "First Overnight","First Overnight"
49
+ "Free Shipping","Free Shipping"
50
+ "Fulfillment: %s -> %s","Fulfillment: %s -> %s"
51
+ "Google API","Google API"
52
+ "Google Authorization:","Google Authorization:"
53
+ "Google Buyer ID: %s","Google Buyer ID: %s"
54
+ "Google Charge:","Google Charge:"
55
+ "Google Chargeback:","Google Chargeback:"
56
+ "Google Checkout","Google Checkout"
57
+ "Google Checkout Shipping - Carrier Calculated","Google Checkout Shipping - Carrier Calculated"
58
+ "Google Checkout Shipping - Digital Delivery","Google Checkout Shipping - Digital Delivery"
59
+ "Google Checkout Shipping - Flat Rate","Google Checkout Shipping - Flat Rate"
60
+ "Google Checkout Shipping - Merchant Calculated","Google Checkout Shipping - Merchant Calculated"
61
+ "Google Checkout: %s","Google Checkout: %s"
62
+ "Google Order Number: %s","Google Order Number: %s"
63
+ "Google Order Status Change:","Google Order Status Change:"
64
+ "Google Refund:","Google Refund:"
65
+ "Google Risk Information:","Google Risk Information:"
66
+ "GoogleCheckout is not configured","GoogleCheckout is not configured"
67
+ "Ground","Ground"
68
+ "Hide Cart Contents","Hide Cart Contents"
69
+ "Home Delivery","Home Delivery"
70
+ "IP Address: %s","IP Address: %s"
71
+ "If enabled, cart contents will be hidden after clicking on the Google Checkout button in the shopping cart, and restored if ""Edit Cart"" link was activated.","If enabled, cart contents will be hidden after clicking on the Google Checkout button in the shopping cart, and restored if ""Edit Cart"" link was activated."
72
+ "Inches","Inches"
73
+ "Invoice Auto-Created: %s","Invoice Auto-Created: %s"
74
+ "Is Buyer Willing to Receive Marketing Emails: %s","Is Buyer Willing to Receive Marketing Emails: %s"
75
+ "Key/URL delivery","Key/URL delivery"
76
+ "Large - %s","Large - %s"
77
+ "Latest Charge: %s","Latest Charge: %s"
78
+ "Latest Chargeback: %s","Latest Chargeback: %s"
79
+ "Latest Refund: %s","Latest Refund: %s"
80
+ "Location","Location"
81
+ "Media Mail","Media Mail"
82
+ "Medium - %s","Medium - %s"
83
+ "Merchant ID","Merchant ID"
84
+ "Merchant Key","Merchant Key"
85
+ "Method","Method"
86
+ "New Order Status","New Order Status"
87
+ "Next Day Air","Next Day Air"
88
+ "Next Day Air Early AM","Next Day Air Early AM"
89
+ "Next Day Air Saver","Next Day Air Saver"
90
+ "No","No"
91
+ "No Comment","No Comment"
92
+ "No Reason","No Reason"
93
+ "Optimistic","Optimistic"
94
+ "Optional, leave empty for home page.","Optional, leave empty for home page."
95
+ "Order creation error","Order creation error"
96
+ "Parcel Post","Parcel Post"
97
+ "Pessimistic","Pessimistic"
98
+ "Priority Mail","Priority Mail"
99
+ "Priority Overnight","Priority Overnight"
100
+ "Rate 1 Amount","Rate 1 Amount"
101
+ "Rate 1 Ship To Applicable Countries","Rate 1 Ship To Applicable Countries"
102
+ "Rate 1 Ship to Specific Countries","Rate 1 Ship to Specific Countries"
103
+ "Rate 1 Title","Rate 1 Title"
104
+ "Rate 2 Amount","Rate 2 Amount"
105
+ "Rate 2 Ship To Applicable Countries","Rate 2 Ship To Applicable Countries"
106
+ "Rate 2 Ship to Specific Countries","Rate 2 Ship to Specific Countries"
107
+ "Rate 2 Title","Rate 2 Title"
108
+ "Rate 3 Amount","Rate 3 Amount"
109
+ "Rate 3 Ship To Applicable Countries","Rate 3 Ship To Applicable Countries"
110
+ "Rate 3 Ship to Specific Countries","Rate 3 Ship to Specific Countries"
111
+ "Rate 3 Title","Rate 3 Title"
112
+ "Required for live Google Checkout transactions. Make sure that this option corresponds to Use Secure URLs in Frontend (""Web"" > ""Secure"").","Required for live Google Checkout transactions. Make sure that this option corresponds to Use Secure URLs in Frontend (""Web"" > ""Secure"")."
113
+ "Residential","Residential"
114
+ "Sandbox","Sandbox"
115
+ "Secure Callback URL","Secure Callback URL"
116
+ "Small - %s","Small - %s"
117
+ "Standard Overnight","Standard Overnight"
118
+ "The tax amount has been applied based on the information received from Google Checkout, because tax amount received from Google Checkout is different from the calculated tax amount","The tax amount has been applied based on the information received from Google Checkout, because tax amount received from Google Checkout is different from the calculated tax amount"
119
+ "Title","Title"
120
+ "Total Chargeback: %s","Total Chargeback: %s"
121
+ "Total Charged: %s","Total Charged: %s"
122
+ "Total Refunded: %s","Total Refunded: %s"
123
+ "Transparent","Transparent"
124
+ "UPS","UPS"
125
+ "USPS","USPS"
126
+ "United Kingdom","United Kingdom"
127
+ "United States","United States"
128
+ "Unknown Reason","Unknown Reason"
129
+ "White Background","White Background"
130
+ "Yes","Yes"
131
+ "You will be redirected to GoogleCheckout in a few seconds.","You will be redirected to GoogleCheckout in a few seconds."
app/locale/en_US/Mage_ImportExport.csv ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "%s file does not exists or is not readable","%s file does not exists or is not readable"
2
+ "-- Please Select --","-- Please Select --"
3
+ "Adapter must be an instance of Mage_ImportExport_Model_Import_Adapter_Abstract","Adapter must be an instance of Mage_ImportExport_Model_Import_Adapter_Abstract"
4
+ "Adapter object must be an instance of %s","Adapter object must be an instance of %s"
5
+ "Adapter type must be a non empty string","Adapter type must be a non empty string"
6
+ "Append Complex Data","Append Complex Data"
7
+ "Attribute Code","Attribute Code"
8
+ "Attribute Label","Attribute Label"
9
+ "Attribute does not has options, so filtering is impossible","Attribute does not has options, so filtering is impossible"
10
+ "Begin data validation","Begin data validation"
11
+ "Begin export of %s","Begin export of %s"
12
+ "Begin import of ""%s"" with ""%s"" behavior","Begin import of ""%s"" with ""%s"" behavior"
13
+ "CSV","CSV"
14
+ "Can not determine attribute filter type","Can not determine attribute filter type"
15
+ "Can not find required columns: %s","Can not find required columns: %s"
16
+ "Cannot get autoincrement value","Cannot get autoincrement value"
17
+ "Check Data","Check Data"
18
+ "Checked rows: %d, checked entities: %d, invalid rows: %d, total errors: %d","Checked rows: %d, checked entities: %d, invalid rows: %d, total errors: %d"
19
+ "Column names have duplicates","Column names have duplicates"
20
+ "Column names is empty or is not an array","Column names is empty or is not an array"
21
+ "Column names: ""%s"" are invalid","Column names: ""%s"" are invalid"
22
+ "Customers","Customers"
23
+ "Data is invalid or file is not uploaded","Data is invalid or file is not uploaded"
24
+ "Delete Entities","Delete Entities"
25
+ "Destination directory is not writable","Destination directory is not writable"
26
+ "Destination file is not writable","Destination file is not writable"
27
+ "Destination file path must be a string","Destination file path must be a string"
28
+ "Done import data validation","Done import data validation"
29
+ "Duplicate Unique Attribute for '%s'","Duplicate Unique Attribute for '%s'"
30
+ "Entity Type","Entity Type"
31
+ "Entity adapter obejct must be an instance of Mage_ImportExport_Model_Export_Entity_Abstract","Entity adapter obejct must be an instance of Mage_ImportExport_Model_Export_Entity_Abstract"
32
+ "Entity adapter object must be an instance of Mage_ImportExport_Model_Import_Entity_Abstract","Entity adapter object must be an instance of Mage_ImportExport_Model_Import_Entity_Abstract"
33
+ "Entity is unknown","Entity is unknown"
34
+ "Entity type model must be an instance of Mage_ImportExport_Model_Export_Entity_Product_Type_Abstract","Entity type model must be an instance of Mage_ImportExport_Model_Export_Entity_Product_Type_Abstract"
35
+ "Entity type model must be an instance of Mage_ImportExport_Model_Import_Entity_Product_Type_Abstract","Entity type model must be an instance of Mage_ImportExport_Model_Import_Entity_Product_Type_Abstract"
36
+ "Error in data structure: behaviors are mixed","Error in data structure: behaviors are mixed"
37
+ "Error in data structure: entity codes are mixed","Error in data structure: entity codes are mixed"
38
+ "Errors limit (%d) reached. Please fix errors and re-upload file","Errors limit (%d) reached. Please fix errors and re-upload file"
39
+ "Export","Export"
40
+ "Export File Format","Export File Format"
41
+ "Export Settings","Export Settings"
42
+ "Export has been done.","Export has been done."
43
+ "Exported %s rows.","Exported %s rows."
44
+ "File does not contain data.","File does not contain data."
45
+ "File does not contain data. Please upload another one","File does not contain data. Please upload another one"
46
+ "File format is unknown","File format is unknown"
47
+ "File is partially valid, but import is not possible","File is partially valid, but import is not possible"
48
+ "File is totally invalid. Please fix errors and re-upload file","File is totally invalid. Please fix errors and re-upload file"
49
+ "File is valid! To start import process press ""Import"" button","File is valid! To start import process press ""Import"" button"
50
+ "File is valid, but import is not possible","File is valid, but import is not possible"
51
+ "File was not uploaded","File was not uploaded"
52
+ "Filter","Filter"
53
+ "From","From"
54
+ "Header column names already set","Header column names already set"
55
+ "Import","Import"
56
+ "Import Behavior","Import Behavior"
57
+ "Import Settings","Import Settings"
58
+ "Import has been done successfuly.","Import has been done successfuly."
59
+ "Import successfully done.","Import successfully done."
60
+ "Import/Export","Import/Export"
61
+ "Input entity code is not equal to entity adapter code","Input entity code is not equal to entity adapter code"
62
+ "Invalid entity","Invalid entity"
63
+ "Invalid entity model","Invalid entity model"
64
+ "Invalid file format","Invalid file format"
65
+ "Invalid parameters","Invalid parameters"
66
+ "Invalid seek position","Invalid seek position"
67
+ "Invalid value for '%s'","Invalid value for '%s'"
68
+ "Invalid value for '%s' column","Invalid value for '%s' column"
69
+ "No filter data provided","No filter data provided"
70
+ "No source specified","No source specified"
71
+ "No valid data sent","No valid data sent"
72
+ "No writer specified","No writer specified"
73
+ "Node does not has model token tag","Node does not has model token tag"
74
+ "Not implemented yet","Not implemented yet"
75
+ "Please fix errors and re-upload file","Please fix errors and re-upload file"
76
+ "Please fix errors and re-upload file or simply press ""Import"" button to skip rows with errors","Please fix errors and re-upload file or simply press ""Import"" button to skip rows with errors"
77
+ "Products","Products"
78
+ "Replace Existing Complex Data","Replace Existing Complex Data"
79
+ "Select File to Import","Select File to Import"
80
+ "Skip","Skip"
81
+ "Source file moving failed","Source file moving failed"
82
+ "Source file path must be a string","Source file path must be a string"
83
+ "Source is not set","Source is not set"
84
+ "Status","Status"
85
+ "There are no product types available for export","There are no product types available for export"
86
+ "There is no data for export","There is no data for export"
87
+ "To","To"
88
+ "Total size of uploadable files must not exceed %s","Total size of uploadable files must not exceed %s"
89
+ "Unknown attribute filter type","Unknown attribute filter type"
90
+ "Uploaded file has no extension","Uploaded file has no extension"
91
+ "Validation finished successfully","Validation finished successfully"
92
+ "in rows","in rows"
93
+ "in rows:","in rows:"
app/locale/en_US/Mage_Index.csv ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "%s Index process is working now. Please try run this process later.","%s Index process is working now. Please try run this process later."
2
+ "%s index was rebuilt.","%s index was rebuilt."
3
+ "'%s' Index Process Information","'%s' Index Process Information"
4
+ "Action","Action"
5
+ "Cannot initialize the indexer process.","Cannot initialize the indexer process."
6
+ "Change Index Mode","Change Index Mode"
7
+ "Click here to go to <a href=""%s"">Cache Management</a> and refresh cache types.","Click here to go to <a href=""%s"">Cache Management</a> and refresh cache types."
8
+ "Click here to go to <a href=""%s"">Index Management</a> and rebuild required indexes.","Click here to go to <a href=""%s"">Index Management</a> and rebuild required indexes."
9
+ "Delete","Delete"
10
+ "Description","Description"
11
+ "Disable","Disable"
12
+ "Enable","Enable"
13
+ "General","General"
14
+ "Index","Index"
15
+ "Index Description","Index Description"
16
+ "Index Management","Index Management"
17
+ "Index Mode","Index Mode"
18
+ "Index Name","Index Name"
19
+ "Index mode","Index mode"
20
+ "Indexer code is not defined.","Indexer code is not defined."
21
+ "Indexer model is not defined.","Indexer model is not defined."
22
+ "Indexer model should extend Mage_Index_Model_Indexer_Abstract.","Indexer model should extend Mage_Index_Model_Indexer_Abstract."
23
+ "Manual Update","Manual Update"
24
+ "Mode","Mode"
25
+ "Never","Never"
26
+ "No","No"
27
+ "One or more of the Indexes are not up to date:","One or more of the Indexes are not up to date:"
28
+ "Please select Index(es)","Please select Index(es)"
29
+ "Please select Indexes","Please select Indexes"
30
+ "Process Information","Process Information"
31
+ "Processing","Processing"
32
+ "Ready","Ready"
33
+ "Refresh","Refresh"
34
+ "Reindex Data","Reindex Data"
35
+ "Reindex Required","Reindex Required"
36
+ "Revoke","Revoke"
37
+ "Status","Status"
38
+ "System","System"
39
+ "The index has been saved.","The index has been saved."
40
+ "There was a problem with reindexing process.","There was a problem with reindexing process."
41
+ "There was a problem with saving process.","There was a problem with saving process."
42
+ "Total of %d index(es) have changed index mode.","Total of %d index(es) have changed index mode."
43
+ "Total of %d index(es) have reindexed data.","Total of %d index(es) have reindexed data."
44
+ "Update Required","Update Required"
45
+ "Update on Save","Update on Save"
46
+ "Updated At","Updated At"
47
+ "Yes","Yes"
app/locale/en_US/Mage_Install.csv ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "(Make sure you keep it in a safe place.)","(Make sure you keep it in a safe place.)"
2
+ "(Optional. Leave blank for no prefix)","(Optional. Leave blank for no prefix)"
3
+ "(ver. %s)","(ver. %s)"
4
+ "Additional path added after Base URL to access your Administrative Panel (e.g. admin, backend, control etc.).","Additional path added after Base URL to access your Administrative Panel (e.g. admin, backend, control etc.)."
5
+ "Admin Path","Admin Path"
6
+ "After successfull installation please click the button below.","After successfull installation please click the button below."
7
+ "All packages were installed, click 'OK' to continue with installation.","All packages were installed, click 'OK' to continue with installation."
8
+ "Alternatively you could try the 'Manual Downloads and Upgrades' method.","Alternatively you could try the 'Manual Downloads and Upgrades' method."
9
+ "Base URL","Base URL"
10
+ "Before you continue to your store, please make a note of your encryption key (Magento uses it to encrypt passwords, credit cards and more).","Before you continue to your store, please make a note of your encryption key (Magento uses it to encrypt passwords, credit cards and more)."
11
+ "Check out our","Check out our"
12
+ "Check this box only if it is not possible to automatically validate Secure URL, for example if HTTP authentication is required.","Check this box only if it is not possible to automatically validate Secure URL, for example if HTTP authentication is required."
13
+ "Check this box only if it is not possible to automatically validate the Base URL.","Check this box only if it is not possible to automatically validate the Base URL."
14
+ "Choose this if you would like to test frontend and backend functionality.","Choose this if you would like to test frontend and backend functionality."
15
+ "Configuration","Configuration"
16
+ "Confirm Password","Confirm Password"
17
+ "Connection","Connection"
18
+ "Continue","Continue"
19
+ "Continue After Manual Download","Continue After Manual Download"
20
+ "Continue Full Download / SVN Installation","Continue Full Download / SVN Installation"
21
+ "Create Admin Account","Create Admin Account"
22
+ "Currently this is the most stable state available for Magento packages.","Currently this is the most stable state available for Magento packages."
23
+ "Database","Database"
24
+ "Database Connection","Database Connection"
25
+ "Database Name","Database Name"
26
+ "Database Name cannot be empty.","Database Name cannot be empty."
27
+ "Database Type","Database Type"
28
+ "Database connection error.","Database connection error."
29
+ "Database host","Database host"
30
+ "Database server does not support the InnoDB storage engine.","Database server does not support the InnoDB storage engine."
31
+ "Database user name","Database user name"
32
+ "Database user password","Database user password"
33
+ "Default Currency","Default Currency"
34
+ "Download","Download"
35
+ "Download Magento Core Modules and Updates","Download Magento Core Modules and Updates"
36
+ "Downloading and installing Magento, please wait...","Downloading and installing Magento, please wait..."
37
+ "Email","Email"
38
+ "Email Address","Email Address"
39
+ "Enable Charts","Enable Charts"
40
+ "Enable this option if you want the charts to be displayed on Dashboard.","Enable this option if you want the charts to be displayed on Dashboard."
41
+ "Enable this option only if you have SSL available.","Enable this option only if you have SSL available."
42
+ "Encryption Key","Encryption Key"
43
+ "File System","File System"
44
+ "First Name","First Name"
45
+ "Full Download / SVN Installation","Full Download / SVN Installation"
46
+ "Get ready to experience Open-Source eCommerce Evolved.","Get ready to experience Open-Source eCommerce Evolved."
47
+ "Go to Backend","Go to Backend"
48
+ "Go to Frontend","Go to Frontend"
49
+ "Having trouble installing Magento?","Having trouble installing Magento?"
50
+ "Help Us to Keep Magento Healthy","Help Us to Keep Magento Healthy"
51
+ "Host","Host"
52
+ "I agree to the above terms and conditions.","I agree to the above terms and conditions."
53
+ "If you are a developer and would like to have the latest public updates, choose this option.","If you are a developer and would like to have the latest public updates, choose this option."
54
+ "If you are running PHP as CGI, your PHP processes may run under the same user as the user you used when uploading Magento files.","If you are running PHP as CGI, your PHP processes may run under the same user as the user you used when uploading Magento files."
55
+ "If you are running the install wizard over a previously downloaded and installed Magento installation, proceed with this method.","If you are running the install wizard over a previously downloaded and installed Magento installation, proceed with this method."
56
+ "If you do not wish or are not able to have Magento folders writeable for the web process, you could use PEAR executable located in the root of Magento installation.","If you do not wish or are not able to have Magento folders writeable for the web process, you could use PEAR executable located in the root of Magento installation."
57
+ "If you have downloaded the full package or installed Magento through SVN, you should skip packages installation and validation by clicking the button below.","If you have downloaded the full package or installed Magento through SVN, you should skip packages installation and validation by clicking the button below."
58
+ "If you wish to manage Magento packages through the web admin interface, you will need to have web writeable permissions applied to all Magento folders and files.","If you wish to manage Magento packages through the web admin interface, you will need to have web writeable permissions applied to all Magento folders and files."
59
+ "If your server is running on MS Windows, most probably you will not need to change anything.","If your server is running on MS Windows, most probably you will not need to change anything."
60
+ "In other cases you will need to make Magento files writeable for the user that the web server process is running under.","In other cases you will need to make Magento files writeable for the user that the web server process is running under."
61
+ "Installation","Installation"
62
+ "Installation Guide","Installation Guide"
63
+ "Installer does not exist for %s database type","Installer does not exist for %s database type"
64
+ "Last Name","Last Name"
65
+ "License Agreement","License Agreement"
66
+ "Locale","Locale"
67
+ "Locale settings","Locale settings"
68
+ "Localization","Localization"
69
+ "Login Information","Login Information"
70
+ "Magento","Magento"
71
+ "Magento Connect Manager Deployment","Magento Connect Manager Deployment"
72
+ "Magento Installation Wizard","Magento Installation Wizard"
73
+ "Magento is a trademark of Magento Inc. Copyright &copy; %s Magento Inc.","Magento is a trademark of Magento Inc. Copyright &copy; %s Magento Inc."
74
+ "Magento uses this key to encrypt passwords, credit cards and more. If this field is left empty the system will create an encryption key for you and will display it on the next page.","Magento uses this key to encrypt passwords, credit cards and more. If this field is left empty the system will create an encryption key for you and will display it on the next page."
75
+ "Manual Downloads and Upgrades","Manual Downloads and Upgrades"
76
+ "No resource for %s DB model.","No resource for %s DB model."
77
+ "One of PHP Extensions ""%s"" must be loaded.","One of PHP Extensions ""%s"" must be loaded."
78
+ "PHP Extension '%s' loaded","PHP Extension '%s' loaded"
79
+ "PHP Extensions ""%s"" must be loaded.","PHP Extensions ""%s"" must be loaded."
80
+ "PHP extension ""%s"" must be loaded.","PHP extension ""%s"" must be loaded."
81
+ "Package Management through the Web","Package Management through the Web"
82
+ "Password","Password"
83
+ "Password Confirmation","Password Confirmation"
84
+ "Path ""%s"" must be writable.","Path ""%s"" must be writable."
85
+ "Personal Information","Personal Information"
86
+ "Please correct the user data and try again.","Please correct the user data and try again."
87
+ "Please make sure that <code>mod_rewrite</code> is enabled in Apache configuration.","Please make sure that <code>mod_rewrite</code> is enabled in Apache configuration."
88
+ "Please note that it is much less stable than beta.","Please note that it is much less stable than beta."
89
+ "Please note that only UNIX, Linux and Mac OS X shells are currently supported. For Windows use the '%s' option.","Please note that only UNIX, Linux and Mac OS X shells are currently supported. For Windows use the '%s' option."
90
+ "Please set all required settings before clicking Continue","Please set all required settings before clicking Continue"
91
+ "Preferred stability: %s","Preferred stability: %s"
92
+ "Proceed With Automatic Download (%s)","Proceed With Automatic Download (%s)"
93
+ "Provide a complete base URL for SSL connection. For example: %s","Provide a complete base URL for SSL connection. For example: %s"
94
+ "Report All Bugs","Report All Bugs"
95
+ "Required Fields","Required Fields"
96
+ "Response from server isn\'t valid.","Response from server isn\'t valid."
97
+ "Run admin interface with SSL","Run admin interface with SSL"
98
+ "Run this in your shell from Magento root folder:","Run this in your shell from Magento root folder:"
99
+ "Save Session Data In","Save Session Data In"
100
+ "Save Session Files In","Save Session Files In"
101
+ "Secure Base URL","Secure Base URL"
102
+ "Session Storage Options","Session Storage Options"
103
+ "Setting preferred state to: %s","Setting preferred state to: %s"
104
+ "Skip Base URL Validation Before the Next Step","Skip Base URL Validation Before the Next Step"
105
+ "Skip Secure URL validation before next step","Skip Secure URL validation before next step"
106
+ "Tables Prefix","Tables Prefix"
107
+ "The URL ""%s"" is invalid.","The URL ""%s"" is invalid."
108
+ "The URL ""%s"" is not accessible.","The URL ""%s"" is not accessible."
109
+ "The database server version doesn\'t match system requirements (required: %s, actual: %s).","The database server version doesn\'t match system requirements (required: %s, actual: %s)."
110
+ "The table prefix should contain only letters (a-z), numbers (0-9) or underscores (_), the first character should be a letter.","The table prefix should contain only letters (a-z), numbers (0-9) or underscores (_), the first character should be a letter."
111
+ "There was a problem installing Magento packages. Please read the log, correct errors and try again.","There was a problem installing Magento packages. Please read the log, correct errors and try again."
112
+ "Time Zone","Time Zone"
113
+ "Use Secure URLs (SSL)","Use Secure URLs (SSL)"
114
+ "Use Web Server (Apache) Rewrites","Use Web Server (Apache) Rewrites"
115
+ "User Name","User Name"
116
+ "User Password","User Password"
117
+ "Username","Username"
118
+ "Validation","Validation"
119
+ "Web access options","Web access options"
120
+ "Welcome","Welcome"
121
+ "Welcome to Magento's Installation Wizard","Welcome to Magento's Installation Wizard"
122
+ "You can specify server port, ex.: localhost:3307<br />If you are not using default UNIX socket, you can specify it here instead of host, ex.: /var/run/mysqld/mysqld.sock","You can specify server port, ex.: localhost:3307<br />If you are not using default UNIX socket, you can specify it here instead of host, ex.: /var/run/mysqld/mysqld.sock"
123
+ "You could enable this option to use web server rewrites functionality for improved search engines optimization.","You could enable this option to use web server rewrites functionality for improved search engines optimization."
124
+ "You're All Set","You're All Set"
125
+ "You're All Set!","You're All Set!"
app/locale/en_US/Mage_Log.csv ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ "Enable Log Cleaning","Enable Log Cleaning"
2
+ "Error Email Recipient","Error Email Recipient"
3
+ "Error Email Sender","Error Email Sender"
4
+ "Error Email Template","Error Email Template"
5
+ "Frequency","Frequency"
6
+ "Log Cleaning","Log Cleaning"
7
+ "Log cleanup Warnings","Log cleanup Warnings"
8
+ "Save Log, Days","Save Log, Days"
9
+ "Start Time","Start Time"
app/locale/en_US/Mage_Media.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ "An error occurred while creating the image.","An error occurred while creating the image."
2
+ "The image does not exist or is invalid.","The image does not exist or is invalid."
3
+ "This content requires last version of Adobe Flash Player. <a href=""%s"">Get Flash</a>","This content requires last version of Adobe Flash Player. <a href=""%s"">Get Flash</a>"
app/locale/en_US/Mage_Newsletter.csv ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ " Copy"," Copy"
2
+ "Action","Action"
3
+ "Add New Template","Add New Template"
4
+ "Add to Queue","Add to Queue"
5
+ "Allow Guest Subscription","Allow Guest Subscription"
6
+ "An error occurred while saving your subscription.","An error occurred while saving your subscription."
7
+ "Are you sure that you want to delete this template?","Are you sure that you want to delete this template?"
8
+ "Are you sure that you want to strip all tags?","Are you sure that you want to strip all tags?"
9
+ "Back","Back"
10
+ "Cancel","Cancel"
11
+ "Cancelled","Cancelled"
12
+ "Cannot mark as received subscriber.","Cannot mark as received subscriber."
13
+ "Confirmation Email Sender","Confirmation Email Sender"
14
+ "Confirmation Email Template","Confirmation Email Template"
15
+ "Confirmation request has been sent.","Confirmation request has been sent."
16
+ "Convert to Plain Text","Convert to Plain Text"
17
+ "Create Newsletter Template","Create Newsletter Template"
18
+ "Customer","Customer"
19
+ "Customer First Name","Customer First Name"
20
+ "Customer Last Name","Customer Last Name"
21
+ "Customer My Account Newsletter Subscriptions","Customer My Account Newsletter Subscriptions"
22
+ "Date Added","Date Added"
23
+ "Date Updated","Date Updated"
24
+ "Delete","Delete"
25
+ "Delete Selected Problems","Delete Selected Problems"
26
+ "Delete Template","Delete Template"
27
+ "Do you really want to cancel the queue?","Do you really want to cancel the queue?"
28
+ "Duplicate template code.","Duplicate template code."
29
+ "Edit Newsletter","Edit Newsletter"
30
+ "Edit Newsletter Template","Edit Newsletter Template"
31
+ "Edit Queue","Edit Queue"
32
+ "Edit Template","Edit Template"
33
+ "Email","Email"
34
+ "Enter your email address","Enter your email address"
35
+ "Error Code","Error Code"
36
+ "Error Text","Error Text"
37
+ "Follow this link to unsubscribe <!-- This tag is for unsubscribe link --><a href=""{{var subscriber.getUnsubscriptionLink()}}"">{{var subscriber.getUnsubscriptionLink()}}</a>","Follow this link to unsubscribe <!-- This tag is for unsubscribe link --><a href=""{{var subscriber.getUnsubscriptionLink()}}"">{{var subscriber.getUnsubscriptionLink()}}</a>"
38
+ "Guest","Guest"
39
+ "ID","ID"
40
+ "Invalid queue selected.","Invalid queue selected."
41
+ "Invalid subscription ID.","Invalid subscription ID."
42
+ "Invalid subscription confirmation code.","Invalid subscription confirmation code."
43
+ "Message","Message"
44
+ "Need to Confirm","Need to Confirm"
45
+ "New Newsletter Template","New Newsletter Template"
46
+ "New Template","New Template"
47
+ "Newsletter","Newsletter"
48
+ "Newsletter Message Preview","Newsletter Message Preview"
49
+ "Newsletter Problem Reports","Newsletter Problem Reports"
50
+ "Newsletter Queue","Newsletter Queue"
51
+ "Newsletter Section","Newsletter Section"
52
+ "Newsletter Sign-up:","Newsletter Sign-up:"
53
+ "Newsletter Styles","Newsletter Styles"
54
+ "Newsletter Subscribers","Newsletter Subscribers"
55
+ "Newsletter Subscription","Newsletter Subscription"
56
+ "Newsletter Subscription Form Before","Newsletter Subscription Form Before"
57
+ "Newsletter Subscriptions","Newsletter Subscriptions"
58
+ "Newsletter Templates","Newsletter Templates"
59
+ "Newsletter subscription confirmation","Newsletter subscription confirmation"
60
+ "Newsletter subscription success","Newsletter subscription success"
61
+ "Newsletter unsubscription success","Newsletter unsubscription success"
62
+ "No Templates Found","No Templates Found"
63
+ "No problems found.","No problems found."
64
+ "No subscribers selected.","No subscribers selected."
65
+ "Not Activated","Not Activated"
66
+ "Not Sent","Not Sent"
67
+ "Pause","Pause"
68
+ "Paused","Paused"
69
+ "Please enter a valid email address.","Please enter a valid email address."
70
+ "Please enter new template name","Please enter new template name"
71
+ "Please refer to exeption.log","Please refer to exeption.log"
72
+ "Please select subscriber(s)","Please select subscriber(s)"
73
+ "Preview","Preview"
74
+ "Preview Template","Preview Template"
75
+ "Processed","Processed"
76
+ "Queue Date Start","Queue Date Start"
77
+ "Queue Finish","Queue Finish"
78
+ "Queue Information","Queue Information"
79
+ "Queue Newsletter...","Queue Newsletter..."
80
+ "Queue Start","Queue Start"
81
+ "Queue Subject","Queue Subject"
82
+ "Recipients","Recipients"
83
+ "Reset","Reset"
84
+ "Resume","Resume"
85
+ "Return HTML Version","Return HTML Version"
86
+ "Save As","Save As"
87
+ "Save Newsletter","Save Newsletter"
88
+ "Save Template","Save Template"
89
+ "Save and Resume","Save and Resume"
90
+ "Selected problem subscribers have been unsubscribed.","Selected problem subscribers have been unsubscribed."
91
+ "Selected problems have been deleted.","Selected problems have been deleted."
92
+ "Sender","Sender"
93
+ "Sender Email","Sender Email"
94
+ "Sender Name","Sender Name"
95
+ "Sending","Sending"
96
+ "Sent","Sent"
97
+ "Sign Up for Our Newsletter:","Sign Up for Our Newsletter:"
98
+ "Sign up for our newsletter","Sign up for our newsletter"
99
+ "Sorry, but administrator denied subscription for guests. Please <a href=""%s"">register</a>.","Sorry, but administrator denied subscription for guests. Please <a href=""%s"">register</a>."
100
+ "Start","Start"
101
+ "Status","Status"
102
+ "Store","Store"
103
+ "Store View","Store View"
104
+ "Subject","Subject"
105
+ "Submit","Submit"
106
+ "Subscribe","Subscribe"
107
+ "Subscribed","Subscribed"
108
+ "Subscriber","Subscriber"
109
+ "Subscribers","Subscribers"
110
+ "Subscribers From","Subscribers From"
111
+ "Subscription Options","Subscription Options"
112
+ "Success Email Sender","Success Email Sender"
113
+ "Success Email Template","Success Email Template"
114
+ "Template Content","Template Content"
115
+ "Template Information","Template Information"
116
+ "Template Name","Template Name"
117
+ "Template Styles","Template Styles"
118
+ "Template Subject","Template Subject"
119
+ "Template Type","Template Type"
120
+ "Thank you for your subscription.","Thank you for your subscription."
121
+ "The subscription has been removed.","The subscription has been removed."
122
+ "The subscription has been saved.","The subscription has been saved."
123
+ "There was a problem with the subscription.","There was a problem with the subscription."
124
+ "There was a problem with the subscription: %s","There was a problem with the subscription: %s"
125
+ "There was a problem with the un-subscription.","There was a problem with the un-subscription."
126
+ "This email address is already assigned to another user.","This email address is already assigned to another user."
127
+ "Type","Type"
128
+ "Unconfirmed","Unconfirmed"
129
+ "Unsubscribe","Unsubscribe"
130
+ "Unsubscribe Selected","Unsubscribe Selected"
131
+ "Unsubscribed","Unsubscribed"
132
+ "Unsubscription Email Sender","Unsubscription Email Sender"
133
+ "Unsubscription Email Template","Unsubscription Email Template"
134
+ "View Newsletter","View Newsletter"
135
+ "Website","Website"
136
+ "You have been unsubscribed.","You have been unsubscribed."
137
+ "Your subscription has been confirmed.","Your subscription has been confirmed."
app/locale/en_US/Mage_Oauth.csv ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "%name% '%value%' is too long. It must has length %min% symbols.","%name% '%value%' is too long. It must has length %min% symbols."
2
+ "%name% '%value%' is too short. It must has length %min% symbols.","%name% '%value%' is too short. It must has length %min% symbols."
3
+ "* Required Fields","* Required Fields"
4
+ "<strong>%s</strong> requests access to your account","<strong>%s</strong> requests access to your account"
5
+ "Admin","Admin"
6
+ "After authorization application will have access to you account.","After authorization application will have access to you account."
7
+ "An error occurred on confirm authorize.","An error occurred on confirm authorize."
8
+ "An error occurred on delete action.","An error occurred on delete action."
9
+ "An error occurred on delete application.","An error occurred on delete application."
10
+ "An error occurred on reject authorize.","An error occurred on reject authorize."
11
+ "An error occurred on saving consumer data.","An error occurred on saving consumer data."
12
+ "An error occurred on update revoke status.","An error occurred on update revoke status."
13
+ "An error occurred while deleting the consumer.","An error occurred while deleting the consumer."
14
+ "An error occurred.","An error occurred."
15
+ "An error occurred. Your authorization request is invalid.","An error occurred. Your authorization request is invalid."
16
+ "App Name","App Name"
17
+ "Application ""%s"" has been deleted.","Application ""%s"" has been deleted."
18
+ "Application ""%s"" has been enabled.","Application ""%s"" has been enabled."
19
+ "Application ""%s"" has been revoked.","Application ""%s"" has been revoked."
20
+ "Application Name","Application Name"
21
+ "Application not found.","Application not found."
22
+ "Are you sure you want to delete this application?","Are you sure you want to delete this application?"
23
+ "Are you sure you want to disable this application?","Are you sure you want to disable this application?"
24
+ "Are you sure you want to enable this application?","Are you sure you want to enable this application?"
25
+ "Authorization confirmed","Authorization confirmed"
26
+ "Authorization confirmed.","Authorization confirmed."
27
+ "Authorize","Authorize"
28
+ "Authorize application","Authorize application"
29
+ "Authorized Tokens","Authorized Tokens"
30
+ "Callback URL","Callback URL"
31
+ "Cleanup Probability","Cleanup Probability"
32
+ "Cleanup Settings","Cleanup Settings"
33
+ "Close","Close"
34
+ "Confirm OAuth token authorization","Confirm OAuth token authorization"
35
+ "Confirm token authorization Pop Up for admin","Confirm token authorization Pop Up for admin"
36
+ "Confirm token authorization for admin","Confirm token authorization for admin"
37
+ "Confirmation Of Authorization","Confirmation Of Authorization"
38
+ "Consumer Information","Consumer Information"
39
+ "Consumer Name","Consumer Name"
40
+ "Consumers","Consumers"
41
+ "Created At","Created At"
42
+ "Customer","Customer"
43
+ "Customer My Account My OAuth Applications","Customer My Account My OAuth Applications"
44
+ "Delete","Delete"
45
+ "Disable","Disable"
46
+ "Disabled","Disabled"
47
+ "Edit","Edit"
48
+ "Edit Consumer","Edit Consumer"
49
+ "Email","Email"
50
+ "Email Address","Email Address"
51
+ "Enable","Enable"
52
+ "Enabled","Enabled"
53
+ "Entry with ID #%s not found.","Entry with ID #%s not found."
54
+ "Expiration Period","Expiration Period"
55
+ "Give the verifier code to application administrator","Give the verifier code to application administrator"
56
+ "ID","ID"
57
+ "Invalid Callback URL","Invalid Callback URL"
58
+ "Invalid ID parameter.","Invalid ID parameter."
59
+ "Invalid Rejected Callback URL","Invalid Rejected Callback URL"
60
+ "Invalid entry ID.","Invalid entry ID."
61
+ "Invalid revoke status.","Invalid revoke status."
62
+ "Key","Key"
63
+ "Log In","Log In"
64
+ "Log in as a customer","Log in as a customer"
65
+ "Log in as admin","Log in as admin"
66
+ "Log in as customer","Log in as customer"
67
+ "Log in to use <strong>%s</strong>","Log in to use <strong>%s</strong>"
68
+ "Login","Login"
69
+ "My Applications","My Applications"
70
+ "Name","Name"
71
+ "New Consumer","New Consumer"
72
+ "OAuth","OAuth"
73
+ "OAuth Admin My Apps","OAuth Admin My Apps"
74
+ "OAuth Authorized Tokens","OAuth Authorized Tokens"
75
+ "OAuth Consumers","OAuth Consumers"
76
+ "OAuth authorization Pop Up for customer","OAuth authorization Pop Up for customer"
77
+ "OAuth authorization for admin","OAuth authorization for admin"
78
+ "OAuth authorization for customer","OAuth authorization for customer"
79
+ "OAuth authorization simple for admin","OAuth authorization simple for admin"
80
+ "Password","Password"
81
+ "Permissions","Permissions"
82
+ "Please login to proceed authorization.","Please login to proceed authorization."
83
+ "Please select needed row(s).","Please select needed row(s)."
84
+ "Please select revoke status.","Please select revoke status."
85
+ "REST - My Apps","REST - My Apps"
86
+ "REST - OAuth Authorized Tokens","REST - OAuth Authorized Tokens"
87
+ "REST - OAuth Consumers","REST - OAuth Consumers"
88
+ "Reject","Reject"
89
+ "Reject OAuth token authorization","Reject OAuth token authorization"
90
+ "Reject authorization","Reject authorization"
91
+ "Reject token authorization Pop Up for admin","Reject token authorization Pop Up for admin"
92
+ "Reject token authorization for admin","Reject token authorization for admin"
93
+ "Rejected Callback URL","Rejected Callback URL"
94
+ "Rejection Of Authorization","Rejection Of Authorization"
95
+ "Revoked","Revoked"
96
+ "Role Name","Role Name"
97
+ "Save","Save"
98
+ "Save and Continue Edit","Save and Continue Edit"
99
+ "Secret","Secret"
100
+ "Selected entries enabled.","Selected entries enabled."
101
+ "Selected entries has been deleted.","Selected entries has been deleted."
102
+ "Selected entries revoked.","Selected entries revoked."
103
+ "Status","Status"
104
+ "System","System"
105
+ "The application access request is rejected.","The application access request is rejected."
106
+ "The consumer has been deleted.","The consumer has been deleted."
107
+ "The consumer has been saved.","The consumer has been saved."
108
+ "Token Status Change","Token Status Change"
109
+ "Token Status Change Email Template","Token Status Change Email Template"
110
+ "Unable to find a consumer.","Unable to find a consumer."
111
+ "User ID","User ID"
112
+ "User Name","User Name"
113
+ "User Type","User Type"
114
+ "Verifier code: %s","Verifier code: %s"
115
+ "You have no applications.","You have no applications."
116
+ "deleted","deleted"
117
+ "enabled","enabled"
118
+ "revoked","revoked"
app/locale/en_US/Mage_Page.csv ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "%s Item(s)","%s Item(s)"
2
+ "&copy; 2013 Magento Demo Store. All Rights Reserved.","&copy; 2013 Magento Demo Store. All Rights Reserved."
3
+ "(Shift-)Click or drag to change value","(Shift-)Click or drag to change value"
4
+ "(ver. %s)","(ver. %s)"
5
+ "- Click on any of the time parts to increase it","- Click on any of the time parts to increase it"
6
+ "- Hold mouse button on any of the above buttons for faster selection.","- Hold mouse button on any of the above buttons for faster selection."
7
+ "- Use the %s buttons to select month","- Use the %s buttons to select month"
8
+ "- Use the %s, %s buttons to select year","- Use the %s, %s buttons to select year"
9
+ "- or Shift-click to decrease it","- or Shift-click to decrease it"
10
+ "- or click and drag for faster selection.","- or click and drag for faster selection."
11
+ "-- Please Select --","-- Please Select --"
12
+ "1 column","1 column"
13
+ "2 columns with left bar","2 columns with left bar"
14
+ "2 columns with right bar","2 columns with right bar"
15
+ "3 columns","3 columns"
16
+ "About the calendar","About the calendar"
17
+ "All Empty Layout Pages","All Empty Layout Pages"
18
+ "All One-Column Layout Pages","All One-Column Layout Pages"
19
+ "All Pages","All Pages"
20
+ "All Pages (Print Version)","All Pages (Print Version)"
21
+ "All Three-Column Layout Pages","All Three-Column Layout Pages"
22
+ "All Two-Column Layout Pages (Left Column)","All Two-Column Layout Pages (Left Column)"
23
+ "All Two-Column Layout Pages (Right Column)","All Two-Column Layout Pages (Right Column)"
24
+ "Allow","Allow"
25
+ "Breadcrumbs","Breadcrumbs"
26
+ "Click <a href=""%s"">here</a> if nothing has happened","Click <a href=""%s"">here</a> if nothing has happened"
27
+ "Close","Close"
28
+ "Close Window","Close Window"
29
+ "DHTML Date/Time Selector","DHTML Date/Time Selector"
30
+ "Date selection:","Date selection:"
31
+ "Default Description","Default Description"
32
+ "Default welcome msg!","Default welcome msg!"
33
+ "Display %s first","Display %s first"
34
+ "Distributed under GNU LGPL. See %s for details.","Distributed under GNU LGPL. See %s for details."
35
+ "Drag to move","Drag to move"
36
+ "Empty","Empty"
37
+ "For latest version visit: %s","For latest version visit: %s"
38
+ "Free Shipping on orders over 50$","Free Shipping on orders over 50$"
39
+ "Go Today","Go Today"
40
+ "Help Us to Keep Magento Healthy","Help Us to Keep Magento Healthy"
41
+ "Interface Language","Interface Language"
42
+ "Items %s to %s of %s total","Items %s to %s of %s total"
43
+ "JavaScript seems to be disabled in your browser.","JavaScript seems to be disabled in your browser."
44
+ "Left Column","Left Column"
45
+ "Main Content Area","Main Content Area"
46
+ "Navigation Bar","Navigation Bar"
47
+ "Next","Next"
48
+ "Next month (hold for menu)","Next month (hold for menu)"
49
+ "Next year (hold for menu)","Next year (hold for menu)"
50
+ "Page Bottom","Page Bottom"
51
+ "Page Footer","Page Footer"
52
+ "Page Header","Page Header"
53
+ "Page Top","Page Top"
54
+ "Page:","Page:"
55
+ "Prev. month (hold for menu)","Prev. month (hold for menu)"
56
+ "Prev. year (hold for menu)","Prev. year (hold for menu)"
57
+ "Previous","Previous"
58
+ "Redirecting...","Redirecting..."
59
+ "Report All Bugs","Report All Bugs"
60
+ "Right Column","Right Column"
61
+ "Select Store","Select Store"
62
+ "Select Store:","Select Store:"
63
+ "Select date","Select date"
64
+ "Show","Show"
65
+ "This is a demo store. Any orders placed through this store will not be honored or fulfilled.","This is a demo store. Any orders placed through this store will not be honored or fulfilled."
66
+ "Time selection:","Time selection:"
67
+ "Time:","Time:"
68
+ "Welcome, %s!","Welcome, %s!"
69
+ "You must have JavaScript enabled in your browser to utilize the functionality of this website.","You must have JavaScript enabled in your browser to utilize the functionality of this website."
70
+ "Your Language","Your Language"
71
+ "Your Language:","Your Language:"
72
+ "per page","per page"
app/locale/en_US/Mage_PageCache.csv ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ "An error occurred while clearing the external full page cache.","An error occurred while clearing the external full page cache."
2
+ "Cookie Lifetime (seconds)","Cookie Lifetime (seconds)"
3
+ "Enable External Cache","Enable External Cache"
4
+ "External Cache Control","External Cache Control"
5
+ "External Full Page Cache Settings","External Full Page Cache Settings"
6
+ "External full page cache.","External full page cache."
7
+ "Failed to load external cache control","Failed to load external cache control"
8
+ "Flush External Page Cache","Flush External Page Cache"
9
+ "If empty, default value will be used.","If empty, default value will be used."
10
+ "The external full page cache has been cleaned.","The external full page cache has been cleaned."
11
+ "Zend Full Page Cache","Zend Full Page Cache"
app/locale/en_US/Mage_Paygate.csv ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "3D Secure","3D Secure"
2
+ "3D Secure Card Validation","3D Secure Card Validation"
3
+ "API Login ID","API Login ID"
4
+ "Accepted Currency","Accepted Currency"
5
+ "Allow Partial Authorization","Allow Partial Authorization"
6
+ "Are you sure you want to cancel your payment? Click OK to cancel your payment and release the amount on hold. Click Cancel to enter another credit card and continue with your payment.","Are you sure you want to cancel your payment? Click OK to cancel your payment and release the amount on hold. Click Cancel to enter another credit card and continue with your payment."
7
+ "Authorize Only","Authorize Only"
8
+ "Authorize and Capture","Authorize and Capture"
9
+ "Authorize.Net Transaction ID %s","Authorize.Net Transaction ID %s"
10
+ "Authorize.net","Authorize.net"
11
+ "Cancel","Cancel"
12
+ "Centinel API URL","Centinel API URL"
13
+ "Credit Card Types","Credit Card Types"
14
+ "Credit Card Verification","Credit Card Verification"
15
+ "Credit Card: xxxx-%s","Credit Card: xxxx-%s"
16
+ "Debug","Debug"
17
+ "Email Customer","Email Customer"
18
+ "Enabled","Enabled"
19
+ "Error in payment gateway.","Error in payment gateway."
20
+ "Gateway actions are locked because the gateway cannot complete one or more of the transactions. Please log in to your Authorize.Net account to manually resolve the issue(s).","Gateway actions are locked because the gateway cannot complete one or more of the transactions. Please log in to your Authorize.Net account to manually resolve the issue(s)."
21
+ "Gateway error: %s","Gateway error: %s"
22
+ "If empty, a default value will be used. Custom URL may be provided by CardinalCommerce agreement.","If empty, a default value will be used. Custom URL may be provided by CardinalCommerce agreement."
23
+ "Invalid amount for authorization.","Invalid amount for authorization."
24
+ "Invalid amount for capture.","Invalid amount for capture."
25
+ "Invalid amount for partial authorization.","Invalid amount for partial authorization."
26
+ "Invalid amount for refund.","Invalid amount for refund."
27
+ "Invalid split tenderId ID.","Invalid split tenderId ID."
28
+ "Maximum Order Total","Maximum Order Total"
29
+ "Merchant's Email","Merchant's Email"
30
+ "Minimum Order Total","Minimum Order Total"
31
+ "New Order Status","New Order Status"
32
+ "Parent Authorize.Net transaction (ID %s) expired","Parent Authorize.Net transaction (ID %s) expired"
33
+ "Payment Action","Payment Action"
34
+ "Payment authorization error.","Payment authorization error."
35
+ "Payment canceling error.","Payment canceling error."
36
+ "Payment capturing error.","Payment capturing error."
37
+ "Payment from Applicable Countries","Payment from Applicable Countries"
38
+ "Payment from Specific Countries","Payment from Specific Countries"
39
+ "Payment partial authorization error.","Payment partial authorization error."
40
+ "Payment refunding error.","Payment refunding error."
41
+ "Payment updating error.","Payment updating error."
42
+ "Payment voiding error.","Payment voiding error."
43
+ "Processed Amount","Processed Amount"
44
+ "Remaining Balance","Remaining Balance"
45
+ "Severe 3D Secure Card Validation","Severe 3D Secure Card Validation"
46
+ "Severe Validation Removes Chargeback Liability on Merchant","Severe Validation Removes Chargeback Liability on Merchant"
47
+ "Shopping cart contents and/or address has been changed.","Shopping cart contents and/or address has been changed."
48
+ "Sort Order","Sort Order"
49
+ "Test Mode","Test Mode"
50
+ "The amount on your credit card is insufficient to complete your purchase. The available amount has been put on hold. To complete your purchase click OK and specify additional credit card number. To cancel the purchase and release the amount on hold, click Cancel.","The amount on your credit card is insufficient to complete your purchase. The available amount has been put on hold. To complete your purchase click OK and specify additional credit card number. To cancel the purchase and release the amount on hold, click Cancel."
51
+ "There was an error canceling transactions. Please contact us or try again later.","There was an error canceling transactions. Please contact us or try again later."
52
+ "Title","Title"
53
+ "Transaction Key","Transaction Key"
54
+ "You have reached the maximum number of credit card allowed to be used for the payment.","You have reached the maximum number of credit card allowed to be used for the payment."
55
+ "You have reached the maximum number of credit cards that can be used for one payment. The available amounts on all used cards were insufficient to complete payment. The payment has been cancelled and amounts on hold have been released.","You have reached the maximum number of credit cards that can be used for one payment. The available amounts on all used cards were insufficient to complete payment. The payment has been cancelled and amounts on hold have been released."
56
+ "Your credit card has been declined. Click OK to specify another credit card to complete your purchase. Click Cancel to release the amount on hold and select another payment method.","Your credit card has been declined. Click OK to specify another credit card to complete your purchase. Click Cancel to release the amount on hold and select another payment method."
57
+ "Your order has not been placed, because contents of the shopping cart and/or address has been changed. Authorized amounts from your previous payment that were left pending are now released. Please go through the checkout process for your recent cart contents.","Your order has not been placed, because contents of the shopping cart and/or address has been changed. Authorized amounts from your previous payment that were left pending are now released. Please go through the checkout process for your recent cart contents."
58
+ "Your payment has been cancelled. All authorized amounts have been released.","Your payment has been cancelled. All authorized amounts have been released."
59
+ "amount %s","amount %s"
60
+ "authorize","authorize"
61
+ "authorize and capture","authorize and capture"
62
+ "capture","capture"
63
+ "failed","failed"
64
+ "refund","refund"
65
+ "successful","successful"
66
+ "void","void"
app/locale/en_US/Mage_Payment.csv ADDED
@@ -0,0 +1,136 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "%s %s cycle.","%s %s cycle."
2
+ "--Please Select--","--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>Make Check payable to:</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","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.","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 retrieve the payment info model object.","Cannot retrieve the payment info model object."
21
+ "Cannot retrieve the payment information object instance.","Cannot retrieve the payment information object instance."
22
+ "Cannot retrieve the payment method code.","Cannot retrieve the payment method code."
23
+ "Cannot retrieve the payment method model object.","Cannot retrieve the payment method model object."
24
+ "Capture action is not available.","Capture action is not available."
25
+ "Card Verification Number","Card Verification Number"
26
+ "Cash On Delivery Payment","Cash On Delivery Payment"
27
+ "Centinel API URL","Centinel API URL"
28
+ "Check / Money Order","Check / Money Order"
29
+ "Credit Card Number","Credit Card Number"
30
+ "Credit Card Type","Credit Card Type"
31
+ "Credit Card Types","Credit Card Types"
32
+ "Credit card number mismatch with credit card type.","Credit card number mismatch with credit card type."
33
+ "Credit card type is not allowed for this payment method.","Credit card type is not allowed for this payment method."
34
+ "Currency","Currency"
35
+ "Currency code is undefined.","Currency code is undefined."
36
+ "Customer ID is not set.","Customer ID is not set."
37
+ "Day","Day"
38
+ "Debug Mode","Debug Mode"
39
+ "Enabled","Enabled"
40
+ "Expiration Date","Expiration Date"
41
+ "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."
42
+ "Incorrect credit card expiration date.","Incorrect credit card expiration date."
43
+ "Initial Fee","Initial Fee"
44
+ "Initial non-recurring payment amount due immediately upon profile creation.","Initial non-recurring payment amount due immediately upon profile creation."
45
+ "Instructions","Instructions"
46
+ "Internal Reference ID","Internal Reference ID"
47
+ "Invalid Credit Card Number","Invalid Credit Card Number"
48
+ "Issue Number","Issue Number"
49
+ "Make Check Payable to","Make Check Payable to"
50
+ "Make Check payable to:","Make Check payable to:"
51
+ "Make Check payable to: %s","Make Check payable to: %s"
52
+ "Maximum Billing Cycles","Maximum Billing Cycles"
53
+ "Maximum Order Total","Maximum Order Total"
54
+ "Maximum Payment Failures","Maximum Payment Failures"
55
+ "Maximum Trial Billing Cycles","Maximum Trial Billing Cycles"
56
+ "Merchant ID","Merchant ID"
57
+ "Minimum Order Total","Minimum Order Total"
58
+ "Month","Month"
59
+ "N/A","N/A"
60
+ "Name on Card","Name on Card"
61
+ "Name on the Card","Name on the Card"
62
+ "New Order Status","New Order Status"
63
+ "Number of billing periods that make up one billing cycle.","Number of billing periods that make up one billing cycle."
64
+ "Order action is not available.","Order action is not available."
65
+ "Overrides API URL that may be specified by a payment method.","Overrides API URL that may be specified by a payment method."
66
+ "Password","Password"
67
+ "Payment Method","Payment Method"
68
+ "Payment Methods","Payment Methods"
69
+ "Payment Methods Section","Payment Methods Section"
70
+ "Payment Reference ID","Payment Reference ID"
71
+ "Payment Services","Payment Services"
72
+ "Payment from Applicable Countries","Payment from Applicable Countries"
73
+ "Payment from Specific Countries","Payment from Specific Countries"
74
+ "Payment method code is not set.","Payment method code is not set."
75
+ "Payment method code is undefined.","Payment method code is undefined."
76
+ "Payment profile is invalid:\n%s","Payment profile is invalid:\n%s"
77
+ "Period frequency is wrong.","Period frequency is wrong."
78
+ "Please enter a valid credit card verification number.","Please enter a valid credit card verification number."
79
+ "Processor ID","Processor ID"
80
+ "Purchase Order","Purchase Order"
81
+ "Purchase Order Number","Purchase Order Number"
82
+ "Purchase Order Number:","Purchase Order Number:"
83
+ "Purchase Order Number: %s","Purchase Order Number: %s"
84
+ "Recurring Profile Start Date","Recurring Profile Start Date"
85
+ "Recurring profile start date has invalid format.","Recurring profile start date has invalid format."
86
+ "Reference ID is not set.","Reference ID is not set."
87
+ "Refund action is not available.","Refund action is not available."
88
+ "Repeats %s time(s).","Repeats %s time(s)."
89
+ "Repeats until suspended or canceled.","Repeats until suspended or canceled."
90
+ "Request Card Security Code","Request Card Security Code"
91
+ "Saved CC","Saved CC"
92
+ "Schedule Description","Schedule Description"
93
+ "Schedule description must be not empty.","Schedule description must be not empty."
94
+ "Selected payment type is not allowed for billing country.","Selected payment type is not allowed for billing country."
95
+ "Send Check to","Send Check to"
96
+ "Send Check to:","Send Check to:"
97
+ "Severe 3D Secure Card Validation","Severe 3D Secure Card Validation"
98
+ "Severe validation removes chargeback liability on merchant.","Severe validation removes chargeback liability on merchant."
99
+ "Shipping Amount","Shipping Amount"
100
+ "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."
101
+ "Sort Order","Sort Order"
102
+ "Start Date","Start Date"
103
+ "Start date has invalid format.","Start date has invalid format."
104
+ "Start date is undefined.","Start date is undefined."
105
+ "Subscriber Name","Subscriber Name"
106
+ "Switch/Solo/Maestro Issue Number","Switch/Solo/Maestro Issue Number"
107
+ "Switch/Solo/Maestro Only","Switch/Solo/Maestro Only"
108
+ "Switch/Solo/Maestro Start Date","Switch/Solo/Maestro Start Date"
109
+ "Tax Amount","Tax Amount"
110
+ "Test Mode","Test Mode"
111
+ "The date when billing for the profile begins.","The date when billing for the profile begins."
112
+ "The number of billing cycles for payment period.","The number of billing cycles for payment period."
113
+ "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."
114
+ "The payment review action is unavailable.","The payment review action is unavailable."
115
+ "The requested Payment Method is not available.","The requested Payment Method is not available."
116
+ "Title","Title"
117
+ "Trial Billing Amount","Trial Billing Amount"
118
+ "Trial Billing Frequency","Trial Billing Frequency"
119
+ "Trial Billing Period Unit","Trial Billing Period Unit"
120
+ "Trial Period","Trial Period"
121
+ "Trial billing amount is wrong.","Trial billing amount is wrong."
122
+ "Trial billing period unit is wrong.","Trial billing period unit is wrong."
123
+ "Trial period frequency is wrong.","Trial period frequency is wrong."
124
+ "Trial period max cycles is wrong.","Trial period max cycles is wrong."
125
+ "Two Weeks","Two Weeks"
126
+ "Unable to save Billing Agreement:","Unable to save Billing Agreement:"
127
+ "Unit for billing during the subscription period.","Unit for billing during the subscription period."
128
+ "Unsupported currency code: %s.","Unsupported currency code: %s."
129
+ "Void action is not available.","Void action is not available."
130
+ "Week","Week"
131
+ "What is this?","What is this?"
132
+ "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."
133
+ "Wrong %s specified.","Wrong %s specified."
134
+ "Wrong or empty billing amount specified.","Wrong or empty billing amount specified."
135
+ "Year","Year"
136
+ "Zero Subtotal Checkout","Zero Subtotal Checkout"
app/locale/en_US/Mage_Paypal.csv ADDED
@@ -0,0 +1,513 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "-OR-","-OR-"
2
+ "2-pixel perimeter around the header space.","2-pixel perimeter around the header space."
3
+ "3D Secure","3D Secure"
4
+ "3D Secure Card Validation","3D Secure Card Validation"
5
+ "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>."
6
+ "<a href=""http://www.magentocommerce.com/paypal"">Start accepting payments via PayPal!</a>","<a href=""http://www.magentocommerce.com/paypal"">Start accepting payments via PayPal!</a>"
7
+ "A case that has been resolved and close requires a reimbursement.","A case that has been resolved and close requires a reimbursement."
8
+ "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."
9
+ "A reversal has occurred on this transaction because you have given the customer a refund.","A reversal has occurred on this transaction because you have given the customer a refund."
10
+ "A reversal has occurred on this transaction due to a chargeback by your customer.","A reversal has occurred on this transaction due to a chargeback by your customer."
11
+ "A reversal has occurred on this transaction due to a complaint about the transaction from your customer.","A reversal has occurred on this transaction due to a complaint about the transaction from your customer."
12
+ "A reversal has occurred on this transaction due to your customer triggering a money-back guarantee.","A reversal has occurred on this transaction due to your customer triggering a money-back guarantee."
13
+ "A value is required for live mode. Refer to your CardinalCommerce agreement.","A value is required for live mode. Refer to your CardinalCommerce agreement."
14
+ "ACH Deposit (Hold for Dispute or Other Investigation)","ACH Deposit (Hold for Dispute or Other Investigation)"
15
+ "ACH Deposit (Reversal)","ACH Deposit (Reversal)"
16
+ "ACH Funding for Funds Recovery from Account Balance","ACH Funding for Funds Recovery from Account Balance"
17
+ "ACH Withdrawal","ACH Withdrawal"
18
+ "API Authentication Methods","API Authentication Methods"
19
+ "API Certificate","API Certificate"
20
+ "API Password","API Password"
21
+ "API Signature","API Signature"
22
+ "API Username","API Username"
23
+ "API Uses Proxy","API Uses Proxy"
24
+ "Ability for buyer to purchase without PayPal account.","Ability for buyer to purchase without PayPal account."
25
+ "Accept credit card and PayPal payments securely.","Accept credit card and PayPal payments securely."
26
+ "Accept credit cards, debit cards and PayPal payments securely.","Accept credit cards, debit cards and PayPal payments securely."
27
+ "Accept payments in your shopping cart. PayPal will process your card payments through the Payflow Gateway.","Accept payments in your shopping cart. PayPal will process your card payments through the Payflow Gateway."
28
+ "Accept payments with a PCI compliant checkout that keeps customers on your site.","Accept payments with a PCI compliant checkout that keeps customers on your site."
29
+ "Accept payments with a PCI-compliant checkout that keeps customers on your site.","Accept payments with a PCI-compliant checkout that keeps customers on your site."
30
+ "Accept payments with a completely customizable checkout page.","Accept payments with a completely customizable checkout page."
31
+ "Accept payments with a completely customizable checkout.","Accept payments with a completely customizable checkout."
32
+ "Acceptance Mark","Acceptance Mark"
33
+ "Acceptance Mark Image","Acceptance Mark Image"
34
+ "Account-to-Account Payment, initiated by PayPal","Account-to-Account Payment, initiated by PayPal"
35
+ "Add PayPal as an additional payment method to your checkout page to increase your sales.","Add PayPal as an additional payment method to your checkout page to increase your sales."
36
+ "Add PayPal as an additional payment method to your checkout page.","Add PayPal as an additional payment method to your checkout page."
37
+ "Add another payment method to your existing solution or as a stand-alone option.","Add another payment method to your existing solution or as a stand-alone option."
38
+ "Additional Options","Additional Options"
39
+ "Address","Address"
40
+ "Address Verification System Response","Address Verification System Response"
41
+ "Advanced Settings","Advanced Settings"
42
+ "All the address information matched","All the address information matched"
43
+ "Allow in Billing Agreement Wizard","Allow in Billing Agreement Wizard"
44
+ "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)."
45
+ "Allowed Credit Card Types","Allowed Credit Card Types"
46
+ "Also affects mini-shopping cart.","Also affects mini-shopping cart."
47
+ "Ask Customer","Ask Customer"
48
+ "Attempted Authentication, Bad Result","Attempted Authentication, Bad Result"
49
+ "Attempted Authentication, Good Result","Attempted Authentication, Good Result"
50
+ "Auction Payment other than through eBay","Auction Payment other than through eBay"
51
+ "Authenticated, Bad Result","Authenticated, Bad Result"
52
+ "Authenticated, Good Result","Authenticated, Good Result"
53
+ "Authorization","Authorization"
54
+ "Authorization Honor Period (days)","Authorization Honor Period (days)"
55
+ "Authorization transaction is required to void.","Authorization transaction is required to void."
56
+ "Authorized amount of %s.","Authorized amount of %s."
57
+ "Authorizing amount of %s is pending approval on gateway.","Authorizing amount of %s is pending approval on gateway."
58
+ "Auto","Auto"
59
+ "AutoSweep","AutoSweep"
60
+ "Available Balance","Available Balance"
61
+ "Balance Manager Account Bonus","Balance Manager Account Bonus"
62
+ "Basic Settings - PayPal Express Checkout","Basic Settings - PayPal Express Checkout"
63
+ "Basic Settings - PayPal Integral Evolution","Basic Settings - PayPal Integral Evolution"
64
+ "Basic Settings - PayPal Pasarela integral","Basic Settings - PayPal Pasarela integral"
65
+ "Basic Settings - PayPal Payflow Link","Basic Settings - PayPal Payflow Link"
66
+ "Basic Settings - PayPal Payflow Pro","Basic Settings - PayPal Payflow Pro"
67
+ "Basic Settings - PayPal Payments Advanced","Basic Settings - PayPal Payments Advanced"
68
+ "Basic Settings - PayPal Payments Pro","Basic Settings - PayPal Payments Pro"
69
+ "Basic Settings - PayPal Payments Pro Hosted Solution","Basic Settings - PayPal Payments Pro Hosted Solution"
70
+ "Basic Settings - PayPal Payments Standard","Basic Settings - PayPal Payments Standard"
71
+ "Basic Settings - PayPal Pro","Basic Settings - PayPal Pro"
72
+ "Basic Settings - PayPal Website Payments Plus","Basic Settings - PayPal Website Payments Plus"
73
+ "Basic Settings - PayPal Website Payments Pro","Basic Settings - PayPal Website Payments Pro"
74
+ "Basic Settings - PayPal Website Payments Pro Hosted Solution","Basic Settings - PayPal Website Payments Pro Hosted Solution"
75
+ "Basic Settings - PayPal Website Payments Pro Payflow Edition","Basic Settings - PayPal Website Payments Pro Payflow Edition"
76
+ "Basic Settings - PayPal Website Payments Standard","Basic Settings - PayPal Website Payments Standard"
77
+ "Billing Address","Billing Address"
78
+ "Billing Agreement Signup","Billing Agreement Signup"
79
+ "Bonus for first ACH Use","Bonus for first ACH Use"
80
+ "Both section above must be complete. ","Both section above must be complete. "
81
+ "Buyer Credit Payment","Buyer Credit Payment"
82
+ "Buyer claims that a possible duplicate payment was made to the merchant.","Buyer claims that a possible duplicate payment was made to the merchant."
83
+ "Buyer claims that he did not receive goods or service.","Buyer claims that he did not receive goods or service."
84
+ "Buyer claims that he/she did not authorize transaction.","Buyer claims that he/she did not authorize transaction."
85
+ "Buyer claims that the goods or service received differ from merchant’s description of the goods or service.","Buyer claims that the goods or service received differ from merchant’s description of the goods or service."
86
+ "Buyer claims that the received merchandise is unsatisfactory, defective, or damaged.","Buyer claims that the received merchandise is unsatisfactory, defective, or damaged."
87
+ "Buyer\'s Tax ID","Buyer\'s Tax ID"
88
+ "Buyer\'s Tax ID Type","Buyer\'s Tax ID Type"
89
+ "By default it is ""reports.paypal.com"".","By default it is ""reports.paypal.com""."
90
+ "CNPJ","CNPJ"
91
+ "CPF","CPF"
92
+ "CVV Entry is Editable","CVV Entry is Editable"
93
+ "CVV2 Check Result by PayPal","CVV2 Check Result by PayPal"
94
+ "Can not send new order email.","Can not send new order email."
95
+ "Cannot create target file for reading reports.","Cannot create target file for reading reports."
96
+ "Centinel API URL","Centinel API URL"
97
+ "Centinel Custom API URL","Centinel Custom API URL"
98
+ "Charge-off","Charge-off"
99
+ "Chargeback","Chargeback"
100
+ "Checkout with PayPal","Checkout with PayPal"
101
+ "Choose a secure bundled payment solution for your business.","Choose a secure bundled payment solution for your business."
102
+ "City","City"
103
+ "Click here if you are not redirected within 10 seconds...","Click here if you are not redirected within 10 seconds..."
104
+ "Close","Close"
105
+ "Company","Company"
106
+ "Complaint","Complaint"
107
+ "Completion Date","Completion Date"
108
+ "Configure","Configure"
109
+ "Connect your merchant account with a PCI-compliant gateway that lets customers pay without leaving your site.","Connect your merchant account with a PCI-compliant gateway that lets customers pay without leaving your site."
110
+ "Connect your merchant account with a fully customizable gateway that lets customers pay without leaving your site.","Connect your merchant account with a fully customizable gateway that lets customers pay without leaving your site."
111
+ "Connecting to PayPal SFTP server to fetch new reports. Are you sure you want to proceed?","Connecting to PayPal SFTP server to fetch new reports. Are you sure you want to proceed?"
112
+ "Continue","Continue"
113
+ "Countries Payment Applicable From","Countries Payment Applicable From"
114
+ "Country","Country"
115
+ "Coupon Redemption","Coupon Redemption"
116
+ "Credit","Credit"
117
+ "Credit Card Settings","Credit Card Settings"
118
+ "Currency Conversion required to cover negative balance","Currency Conversion required to cover negative balance"
119
+ "Custom","Custom"
120
+ "Custom Endpoint Hostname or IP-Address","Custom Endpoint Hostname or IP-Address"
121
+ "Custom Path","Custom Path"
122
+ "Customer Information","Customer Information"
123
+ "Customer did not include a confirmed address.","Customer did not include a confirmed address."
124
+ "Daily","Daily"
125
+ "Debit","Debit"
126
+ "Debit Card Cash Back","Debit Card Cash Back"
127
+ "Debit Card Transaction","Debit Card Transaction"
128
+ "Debit or Credit","Debit or Credit"
129
+ "Debug Mode","Debug Mode"
130
+ "Direct Payment API","Direct Payment API"
131
+ "Discount","Discount"
132
+ "Display Express Checkout in the Payment Information step","Display Express Checkout in the Payment Information step"
133
+ "Displays on catalog pages and homepage.","Displays on catalog pages and homepage."
134
+ "Dispute","Dispute"
135
+ "Don't have a PayPal account? Simply enter your email address.","Don't have a PayPal account? Simply enter your email address."
136
+ "Dynamic","Dynamic"
137
+ "EFT Funding (German banking)","EFT Funding (German banking)"
138
+ "Edit Shopping Cart","Edit Shopping Cart"
139
+ "Email Address","Email Address"
140
+ "Email Associated with PayPal Merchant Account","Email Associated with PayPal Merchant Account"
141
+ "Email Associated with PayPal Merchant Account (Optional)","Email Associated with PayPal Merchant Account (Optional)"
142
+ "Enable Automatic Fetching","Enable Automatic Fetching"
143
+ "Enable Express Checkout","Enable Express Checkout"
144
+ "Enable PayPal Guest Checkout","Enable PayPal Guest Checkout"
145
+ "Enable Payflow Link","Enable Payflow Link"
146
+ "Enable SSL verification","Enable SSL verification"
147
+ "Enable this Solution","Enable this Solution"
148
+ "Enabled","Enabled"
149
+ "Event","Event"
150
+ "Event Code","Event Code"
151
+ "Every 10 days","Every 10 days"
152
+ "Every 14 days","Every 14 days"
153
+ "Every 3 days","Every 3 days"
154
+ "Every 30 days","Every 30 days"
155
+ "Every 40 days","Every 40 days"
156
+ "Every 7 days","Every 7 days"
157
+ "Exact Match. Address and Postal Code. International","Exact Match. Address and Postal Code. International"
158
+ "Exact Match. Address and Postal Code. UK-specific","Exact Match. Address and Postal Code. UK-specific"
159
+ "Exact Match. Address and nine-digit ZIP code","Exact Match. Address and nine-digit ZIP code"
160
+ "Express Checkout","Express Checkout"
161
+ "Express Checkout APIs","Express Checkout APIs"
162
+ "Express Checkout and Order have been canceled.","Express Checkout and Order have been canceled."
163
+ "Express Checkout has been canceled.","Express Checkout has been canceled."
164
+ "Failed to fetch reports from '%s@%s'.","Failed to fetch reports from '%s@%s'."
165
+ "Fax","Fax"
166
+ "Fee Amount","Fee Amount"
167
+ "Fee Debit or Credit","Fee Debit or Credit"
168
+ "Fee Reversal","Fee Reversal"
169
+ "Fee: Foreign ACH Withdrawal","Fee: Foreign ACH Withdrawal"
170
+ "Fee: Mass Pay Request","Fee: Mass Pay Request"
171
+ "Fee: Web Site Payments Pro Account Monthly","Fee: Web Site Payments Pro Account Monthly"
172
+ "Fee: WorldLink Check Withdrawal","Fee: WorldLink Check Withdrawal"
173
+ "Fetch","Fetch"
174
+ "Fetch Updates","Fetch Updates"
175
+ "Fetched %s report rows from '%s@%s'.","Fetched %s report rows from '%s@%s'."
176
+ "For Virtual Quotes Only","For Virtual Quotes Only"
177
+ "Frontend Experience Settings","Frontend Experience Settings"
178
+ "Funding","Funding"
179
+ "General (Authorization)","General (Authorization)"
180
+ "General (Dividend)","General (Dividend)"
181
+ "General (Funds Transfer from PayPal Account to Another)","General (Funds Transfer from PayPal Account to Another)"
182
+ "General (Purchase with a credit card)","General (Purchase with a credit card)"
183
+ "General Adjustment without businessrelated event","General Adjustment without businessrelated event"
184
+ "General Currency Conversion","General Currency Conversion"
185
+ "General Funding of PayPal Account ","General Funding of PayPal Account "
186
+ "General Redemption","General Redemption"
187
+ "General Withdrawal from PayPal Account","General Withdrawal from PayPal Account"
188
+ "General. Product no longer supported","General. Product no longer supported"
189
+ "General: Use of PayPal account for purchasing as well as receiving payments","General: Use of PayPal account for purchasing as well as receiving payments"
190
+ "General: Withdrawal from PayPal Account","General: Withdrawal from PayPal Account"
191
+ "General: Withdrawal to Non-Bank Entity","General: Withdrawal to Non-Bank Entity"
192
+ "General: adjustment of a type not belonging to the other T12xx categories","General: adjustment of a type not belonging to the other T12xx categories"
193
+ "General: bonus of a type not belonging to the other T08xx categories","General: bonus of a type not belonging to the other T08xx categories"
194
+ "General: event not yet categorized","General: event not yet categorized"
195
+ "General: non-payment fee of a type not belonging to the other T01xx categories","General: non-payment fee of a type not belonging to the other T01xx categories"
196
+ "General: received payment of a type not belonging to the other T00xx categories","General: received payment of a type not belonging to the other T00xx categories"
197
+ "General: reversal of a type not belonging to the other T11xx categories","General: reversal of a type not belonging to the other T11xx categories"
198
+ "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"
199
+ "Get Credentials from PayPal","Get Credentials from PayPal"
200
+ "Gift Certificate Payment: purchase of Gift Certificate","Gift Certificate Payment: purchase of Gift Certificate"
201
+ "Gift Certificate Redemption","Gift Certificate Redemption"
202
+ "Gross Amount","Gross Amount"
203
+ "Header Background Color","Header Background Color"
204
+ "Header Border Color","Header Border Color"
205
+ "Header Image URL","Header Image URL"
206
+ "Help","Help"
207
+ "Hidden Virtual PayPal Debit Card Transaction","Hidden Virtual PayPal Debit Card Transaction"
208
+ "Hold for Dispute Investigation","Hold for Dispute Investigation"
209
+ "IPN ""%s"".","IPN ""%s""."
210
+ "IPN ""%s"". %s Transaction amount %s. Transaction ID: ""%s""","IPN ""%s"". %s Transaction amount %s. Transaction ID: ""%s"""
211
+ "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."
212
+ "IPN ""%s"". Case type ""%s"". Case ID ""%s"" %s","IPN ""%s"". Case type ""%s"". Case ID ""%s"" %s"
213
+ "If empty, a default value will be used. Custom URL may be provided by CardinalCommerce agreement.","If empty, a default value will be used. Custom URL may be provided by CardinalCommerce agreement."
214
+ "If not specified, Default Country from General Config will be used","If not specified, Default Country from General Config will be used"
215
+ "If this option is enabled, customer can change shipping address and shipping method on PayPal website. In live mode works via HTTPS protocol only.","If this option is enabled, customer can change shipping address and shipping method on PayPal website. In live mode works via HTTPS protocol only."
216
+ "If you do not have multiple users set up on your account, please re-enter your Vendor/Merchant Login here.","If you do not have multiple users set up on your account, please re-enter your Vendor/Merchant Login here."
217
+ "Impossible to issue a refund transaction because the capture transaction does not exist.","Impossible to issue a refund transaction because the capture transaction does not exist."
218
+ "Incentive","Incentive"
219
+ "Initiation Date","Initiation Date"
220
+ "Integral Evolution","Integral Evolution"
221
+ "Invoice ID","Invoice ID"
222
+ "Issuer Liability","Issuer Liability"
223
+ "It is recommended to set this value to ""Debit or Credit Card"" per store views.","It is recommended to set this value to ""Debit or Credit Card"" per store views."
224
+ "It is recommended to set this value to ""PayPal"" per store views.","It is recommended to set this value to ""PayPal"" per store views."
225
+ "Items in Your Shopping Cart","Items in Your Shopping Cart"
226
+ "Last Correlation ID","Last Correlation ID"
227
+ "Last Transaction ID","Last Transaction ID"
228
+ "Learn More","Learn More"
229
+ "Login","Login"
230
+ "Mass Pay Payment","Mass Pay Payment"
231
+ "Matched (CVV2)","Matched (CVV2)"
232
+ "Matched (CVV2CSC)","Matched (CVV2CSC)"
233
+ "Matched Address only (no ZIP)","Matched Address only (no ZIP)"
234
+ "Matched Address only (no ZIP). International","Matched Address only (no ZIP). International"
235
+ "Matched Postal Code only (no Address)","Matched Postal Code only (no Address)"
236
+ "Matched five-digit ZIP only (no Address)","Matched five-digit ZIP only (no Address)"
237
+ "Matched whole nine-didgit ZIP (no Address)","Matched whole nine-didgit ZIP (no Address)"
238
+ "Merchant Account","Merchant Account"
239
+ "Merchant Country","Merchant Country"
240
+ "Merchant Liability","Merchant Liability"
241
+ "Merchant Location","Merchant Location"
242
+ "Merchant Protection Eligibility","Merchant Protection Eligibility"
243
+ "Merchant Referral Bonus","Merchant Referral Bonus"
244
+ "Merchant holds a non-U.S. account and does not have a withdrawal mechanism.","Merchant holds a non-U.S. account and does not have a withdrawal mechanism."
245
+ "Merchant reference ID format is not supported.","Merchant reference ID format is not supported."
246
+ "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."
247
+ "Mobile Payment (made via a mobile phone)","Mobile Payment (made via a mobile phone)"
248
+ "N/A","N/A"
249
+ "N/A. Address not checked, or acquirer had no response. Service not available","N/A. Address not checked, or acquirer had no response. Service not available"
250
+ "N/A. Global Unavailable","N/A. Global Unavailable"
251
+ "N/A. International Unavailable","N/A. International Unavailable"
252
+ "N/A. Merchant has indicated that CVV2 is not present on card","N/A. Merchant has indicated that CVV2 is not present on card"
253
+ "N/A. No response","N/A. No response"
254
+ "N/A. Not allowed for MOTO (Internet/Phone) transactions","N/A. Not allowed for MOTO (Internet/Phone) transactions"
255
+ "N/A. Not processed","N/A. Not processed"
256
+ "N/A. Retry","N/A. Retry"
257
+ "N/A. Service not Supported","N/A. Service not Supported"
258
+ "N/A. Service not available","N/A. Service not available"
259
+ "N/A. Service not supported","N/A. Service not supported"
260
+ "N/A. The merchant did not provide AVS information","N/A. The merchant did not provide AVS information"
261
+ "N/A. The merchant has not implemented CVV2 code handling","N/A. The merchant has not implemented CVV2 code handling"
262
+ "N/A. Unavailable","N/A. Unavailable"
263
+ "Negative Balance","Negative Balance"
264
+ "Never","Never"
265
+ "No","No"
266
+ "No Details matched","No Details matched"
267
+ "No Details matched. International","No Details matched. International"
268
+ "No Liability Shift","No Liability Shift"
269
+ "No Logo","No Logo"
270
+ "No match","No match"
271
+ "None of the address information matched","None of the address information matched"
272
+ "Not sure what PayPal payment method to use? Click <a href=""%s"" target=""_blank"">here</a> to learn more.","Not sure what PayPal payment method to use? Click <a href=""%s"" target=""_blank"">here</a> to learn more."
273
+ "Note: %s","Note: %s"
274
+ "Nothing to fetch because of an empty configuration.","Nothing to fetch because of an empty configuration."
275
+ "Notice that PayPal can handle up to 10 shipping options. That is why Magento will transfer only first 10 cheapest shipping options if there are more than 10 available.","Notice that PayPal can handle up to 10 shipping options. That is why Magento will transfer only first 10 cheapest shipping options if there are more than 10 available."
276
+ "Notified customer about creditmemo #%s.","Notified customer about creditmemo #%s."
277
+ "Notified customer about invoice #%s.","Notified customer about invoice #%s."
278
+ "Now accepting PayPal (150 X 40)","Now accepting PayPal (150 X 40)"
279
+ "Now accepting PayPal (150 X 60)","Now accepting PayPal (150 X 60)"
280
+ "Number of Child Authorizations","Number of Child Authorizations"
281
+ "Open Authorization","Open Authorization"
282
+ "Order","Order"
283
+ "Order ID","Order ID"
284
+ "Order Valid Period (days)","Order Valid Period (days)"
285
+ "Ordered amount of %s.","Ordered amount of %s."
286
+ "Ordering amount of %s is pending approval on gateway.","Ordering amount of %s is pending approval on gateway."
287
+ "Page Background Color","Page Background Color"
288
+ "Page Style","Page Style"
289
+ "Part of the address information matched","Part of the address information matched"
290
+ "Partner","Partner"
291
+ "Pasarela integral","Pasarela integral"
292
+ "Password","Password"
293
+ "PayPal All-in-One Payment Solutions&nbsp;&nbsp;<i>Accept and process credit cards and PayPal payments.</i>","PayPal All-in-One Payment Solutions&nbsp;&nbsp;<i>Accept and process credit cards and PayPal payments.</i>"
294
+ "PayPal Balance Manager function of PayPal account","PayPal Balance Manager function of PayPal account"
295
+ "PayPal Billing Agreement Settings","PayPal Billing Agreement Settings"
296
+ "PayPal Buyer Warranty Bonus","PayPal Buyer Warranty Bonus"
297
+ "PayPal Debit Card Cash Advance","PayPal Debit Card Cash Advance"
298
+ "PayPal Debit Card Withdrawal from ATM","PayPal Debit Card Withdrawal from ATM"
299
+ "PayPal Express Checkout","PayPal Express Checkout"
300
+ "PayPal Express Checkout Shortcut Wrapper","PayPal Express Checkout Shortcut Wrapper"
301
+ "PayPal Express Checkout Token does not exist.","PayPal Express Checkout Token does not exist."
302
+ "PayPal Express Checkout is not enabled.","PayPal Express Checkout is not enabled."
303
+ "PayPal Express Order Review Form","PayPal Express Order Review Form"
304
+ "PayPal Fee Information","PayPal Fee Information"
305
+ "PayPal Merchant Pages Style","PayPal Merchant Pages Style"
306
+ "PayPal Payment Gateways","PayPal Payment Gateways"
307
+ "PayPal Payment Solutions","PayPal Payment Solutions"
308
+ "PayPal Pro","PayPal Pro"
309
+ "PayPal Product Logo","PayPal Product Logo"
310
+ "PayPal Protection Bonus","PayPal Protection Bonus"
311
+ "PayPal Reference ID","PayPal Reference ID"
312
+ "PayPal Reference ID Type","PayPal Reference ID Type"
313
+ "PayPal Settlement Reports","PayPal Settlement Reports"
314
+ "PayPal certificate does not exist.","PayPal certificate does not exist."
315
+ "PayPal certificate file is empty.","PayPal certificate file is empty."
316
+ "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."
317
+ "PayPal gateway has rejected request. %s","PayPal gateway has rejected request. %s"
318
+ "PayPal recommends that you set up an additional User on your account at manager.paypal.com","PayPal recommends that you set up an additional User on your account at manager.paypal.com"
319
+ "PayPal recommends you set up an additional User on your account at manager.paypal.com, instead of entering your admin username and password here. This will enhance your security and prevent service interruptions if you later change your password. If you do not want to set up an additional User, you can re-enter your Merchant Login here.","PayPal recommends you set up an additional User on your account at manager.paypal.com, instead of entering your admin username and password here. This will enhance your security and prevent service interruptions if you later change your password. If you do not want to set up an additional User, you can re-enter your Merchant Login here."
320
+ "PayPal response hasn't required fields.","PayPal response hasn't required fields."
321
+ "PayPal retains reports for 45 days.","PayPal retains reports for 45 days."
322
+ "PayPal/Centinel Electronic Commerce Indicator","PayPal/Centinel Electronic Commerce Indicator"
323
+ "PayPal/Centinel Visa Payer Authentication Service Result","PayPal/Centinel Visa Payer Authentication Service Result"
324
+ "Payer Address ID","Payer Address ID"
325
+ "Payer Address Status","Payer Address Status"
326
+ "Payer Email","Payer Email"
327
+ "Payer ID","Payer ID"
328
+ "Payer Status","Payer Status"
329
+ "Payer is not identified.","Payer is not identified."
330
+ "Payflow Link","Payflow Link"
331
+ "Payflow Link (Includes Express Checkout)","Payflow Link (Includes Express Checkout)"
332
+ "Payflow Pro","Payflow Pro"
333
+ "Payflow Pro (Includes Express Checkout)","Payflow Pro (Includes Express Checkout)"
334
+ "Payflow Pro and Express Checkout","Payflow Pro and Express Checkout"
335
+ "Payment Action","Payment Action"
336
+ "Payment Applicable From","Payment Applicable From"
337
+ "Payment Refund initiated by merchant","Payment Refund initiated by merchant"
338
+ "Payment has been declined. Please try again.","Payment has been declined. Please try again."
339
+ "Payment transactions disallow storing objects.","Payment transactions disallow storing objects."
340
+ "Payments Advanced","Payments Advanced"
341
+ "Payments Advanced (Includes Express Checkout)","Payments Advanced (Includes Express Checkout)"
342
+ "Payments Pro (Includes Express Checkout)","Payments Pro (Includes Express Checkout)"
343
+ "Payments Pro Hosted Solution","Payments Pro Hosted Solution"
344
+ "Payments Pro and Express Checkout","Payments Pro and Express Checkout"
345
+ "Payments Standard","Payments Standard"
346
+ "Payments by PayPal (150 X 40)","Payments by PayPal (150 X 40)"
347
+ "Payments by PayPal (150 X 60)","Payments by PayPal (150 X 60)"
348
+ "Pending PayPal","Pending PayPal"
349
+ "Place Order","Place Order"
350
+ "Please agree to all the terms and conditions before placing the order.","Please agree to all the terms and conditions before placing the order."
351
+ "Please do not refresh the page until you complete payment.","Please do not refresh the page until you complete payment."
352
+ "Please re-enable the previously enabled payment solutions.","Please re-enable the previously enabled payment solutions."
353
+ "Please select a shipping method...","Please select a shipping method..."
354
+ "Please select region, state or province","Please select region, state or province"
355
+ "Please update order data to get shipping methods and rates","Please update order data to get shipping methods and rates"
356
+ "Points Incentive Redemption","Points Incentive Redemption"
357
+ "Postage Payment to either USPS or UPS","Postage Payment to either USPS or UPS"
358
+ "Preapproved Payment (BillUser API), either sent or received","Preapproved Payment (BillUser API), either sent or received"
359
+ "Preapproved Payment ID","Preapproved Payment ID"
360
+ "Price","Price"
361
+ "Pro","Pro"
362
+ "Process payments using your own internet merchant account.","Process payments using your own internet merchant account."
363
+ "Product Name","Product Name"
364
+ "Proxy Host","Proxy Host"
365
+ "Proxy Port","Proxy Port"
366
+ "Qty","Qty"
367
+ "Reauthorization","Reauthorization"
368
+ "Reference Information","Reference Information"
369
+ "Reimbursement for a chargeback.","Reimbursement for a chargeback."
370
+ "Reimbursement of Chargeback","Reimbursement of Chargeback"
371
+ "Report Date","Report Date"
372
+ "Reports","Reports"
373
+ "Require CVV Entry","Require CVV Entry"
374
+ "Require Customer's Billing Address","Require Customer's Billing Address"
375
+ "Required PayPal Settings","Required PayPal Settings"
376
+ "Required Settings","Required Settings"
377
+ "Reversal","Reversal"
378
+ "Reversal of General Account Hold","Reversal of General Account Hold"
379
+ "Reversal of Points Usage","Reversal of Points Usage"
380
+ "Reversal of an adjustment.","Reversal of an adjustment."
381
+ "Reversal of hold for Dispute Investigation","Reversal of hold for Dispute Investigation"
382
+ "Review Order","Review Order"
383
+ "Reward Voucher Redemption","Reward Voucher Redemption"
384
+ "SFTP Credentials","SFTP Credentials"
385
+ "Sale","Sale"
386
+ "Sales","Sales"
387
+ "Same as shipping","Same as shipping"
388
+ "Sandbox Credentials","Sandbox Credentials"
389
+ "Sandbox Mode","Sandbox Mode"
390
+ "Schedule","Schedule"
391
+ "Schedule description is too long.","Schedule description is too long."
392
+ "Scheduled Fetching","Scheduled Fetching"
393
+ "Select a Payment Solution","Select a Payment Solution"
394
+ "Send Email Confirmation","Send Email Confirmation"
395
+ "Server Error. Please try again.","Server Error. Please try again."
396
+ "Settlement Consolidation","Settlement Consolidation"
397
+ "Settlement Report Settings","Settlement Report Settings"
398
+ "Settlement of a chargeback.","Settlement of a chargeback."
399
+ "Severe 3D Secure Card Validation","Severe 3D Secure Card Validation"
400
+ "Severe Validation Removes Chargeback Liability on Merchant","Severe Validation Removes Chargeback Liability on Merchant"
401
+ "Severe validation removes chargeback liability on merchant.","Severe validation removes chargeback liability on merchant."
402
+ "Shipping","Shipping"
403
+ "Shipping Address","Shipping Address"
404
+ "Shipping Method","Shipping Method"
405
+ "Shop now using (150 X 40)","Shop now using (150 X 40)"
406
+ "Shop now using (150 X 60)","Shop now using (150 X 60)"
407
+ "Shortcut","Shortcut"
408
+ "Shortcut Buttons Flavor","Shortcut Buttons Flavor"
409
+ "Shortcut on Product View","Shortcut on Product View"
410
+ "Shortcut on Shopping Cart","Shortcut on Shopping Cart"
411
+ "Sign a billing agreement to streamline further purchases with PayPal.","Sign a billing agreement to streamline further purchases with PayPal."
412
+ "Solo","Solo"
413
+ "Some PayPal solutions conflict.","Some PayPal solutions conflict."
414
+ "Sorry, no quotes are available for this order at this time.","Sorry, no quotes are available for this order at this time."
415
+ "Sort Order","Sort Order"
416
+ "Specifies what the Authorization Honor Period is on the merchant’s PayPal account. It must mirror the setting in PayPal.","Specifies what the Authorization Honor Period is on the merchant’s PayPal account. It must mirror the setting in PayPal."
417
+ "Specifies what the Order Valid Period is on the merchant’s PayPal account. It must mirror the setting in PayPal.","Specifies what the Order Valid Period is on the merchant’s PayPal account. It must mirror the setting in PayPal."
418
+ "State/Province","State/Province"
419
+ "Static","Static"
420
+ "Street Address","Street Address"
421
+ "Street Address %s","Street Address %s"
422
+ "Submitting order information...","Submitting order information..."
423
+ "Subscriber name is too long.","Subscriber name is too long."
424
+ "Subscription ID","Subscription ID"
425
+ "Subscription Payment, either payment sent or payment received","Subscription Payment, either payment sent or payment received"
426
+ "Subtotal","Subtotal"
427
+ "Summary Text for Aggregated Cart","Summary Text for Aggregated Cart"
428
+ "Supporting of American Express cards require additional agreement. Learn more at <a href=""http://www.paypal.com/amexupdate"">http://www.paypal.com/amexupdate</a>.","Supporting of American Express cards require additional agreement. Learn more at <a href=""http://www.paypal.com/amexupdate"">http://www.paypal.com/amexupdate</a>."
429
+ "Switch/Maestro","Switch/Maestro"
430
+ "Telephone","Telephone"
431
+ "Test Mode","Test Mode"
432
+ "The background color for the checkout page around the header and payment form.","The background color for the checkout page around the header and payment form."
433
+ "The background color for the header of the checkout page. Case-insensitive six-character HTML hexadecimal color code in ASCII.","The background color for the header of the checkout page. Case-insensitive six-character HTML hexadecimal color code in ASCII."
434
+ "The default number of child authorizations in your PayPal account is 1. To do multiple authorizations please contact PayPal to request an increase.","The default number of child authorizations in your PayPal account is 1. To do multiple authorizations please contact PayPal to request an increase."
435
+ "The following error(s) occured:","The following error(s) occured:"
436
+ "The image at the top left of the checkout page. Max size is 750x90-pixel. <strong style=""color:red"">https</strong> is highly encouraged.","The image at the top left of the checkout page. Max size is 750x90-pixel. <strong style=""color:red"">https</strong> is highly encouraged."
437
+ "The maximum number of child authorizations is reached.","The maximum number of child authorizations is reached."
438
+ "The merchant account is not yet verified.","The merchant account is not yet verified."
439
+ "The payment curency does not match any of the merchant\'s balances currency.","The payment curency does not match any of the merchant\'s balances currency."
440
+ "The payment eCheck is not yet cleared.","The payment eCheck is not yet cleared."
441
+ "The payment is authorized but not settled.","The payment is authorized but not settled."
442
+ "The payment is pending because it was made to an email address that is not yet registered or confirmed.","The payment is pending because it was made to an email address that is not yet registered or confirmed."
443
+ "The payment is pending while it is being reviewed by PayPal for risk.","The payment is pending while it is being reviewed by PayPal for risk."
444
+ "The payment was made via credit card. In order to receive funds merchant must upgrade account to Business or Premier status.","The payment was made via credit card. In order to receive funds merchant must upgrade account to Business or Premier status."
445
+ "There is already another PayPal solution enabled. Enable this solution instead?","There is already another PayPal solution enabled. Enable this solution instead?"
446
+ "There was an error processing your order. Please contact us or try again later.","There was an error processing your order. Please contact us or try again later."
447
+ "This feature needs be enabled first for the merchant account through PayPal technical support.","This feature needs be enabled first for the merchant account through PayPal technical support."
448
+ "This operation requires an existing transaction object.","This operation requires an existing transaction object."
449
+ "Time of Day","Time of Day"
450
+ "Title","Title"
451
+ "Transaction ID","Transaction ID"
452
+ "Transaction ID must not be empty.","Transaction ID must not be empty."
453
+ "Transaction Information","Transaction Information"
454
+ "Transaction reversal by PayPal administrators.","Transaction reversal by PayPal administrators."
455
+ "Transaction reversal due to fraud detected by PayPal administrators.","Transaction reversal due to fraud detected by PayPal administrators."
456
+ "Transfer Cart Line Items","Transfer Cart Line Items"
457
+ "Transfer Shipping Options","Transfer Shipping Options"
458
+ "Triggered Fraud Filters","Triggered Fraud Filters"
459
+ "URL method for Cancel URL and Return URL","URL method for Cancel URL and Return URL"
460
+ "Unable to cancel Express Checkout.","Unable to cancel Express Checkout."
461
+ "Unable to change status. Current status is not correspond to real status.","Unable to change status. Current status is not correspond to real status."
462
+ "Unable to communicate with the PayPal gateway.","Unable to communicate with the PayPal gateway."
463
+ "Unable to initialize Express Checkout review.","Unable to initialize Express Checkout review."
464
+ "Unable to initialize Express Checkout.","Unable to initialize Express Checkout."
465
+ "Unable to place the order.","Unable to place the order."
466
+ "Unable to process Express Checkout approval.","Unable to process Express Checkout approval."
467
+ "Unable to start Express Checkout.","Unable to start Express Checkout."
468
+ "Unable to update Order data.","Unable to update Order data."
469
+ "Unable to update shipping method.","Unable to update shipping method."
470
+ "Unknown Error. Please try again later.","Unknown Error. Please try again later."
471
+ "Unknown reason. Please contact PayPal customer service.","Unknown reason. Please contact PayPal customer service."
472
+ "Update Order Data","Update Order Data"
473
+ "Use Proxy","Use Proxy"
474
+ "Use colon to specify port. For example: ""test.example.com:5224"".","Use colon to specify port. For example: ""test.example.com:5224""."
475
+ "User","User"
476
+ "User-initiated Currency Conversion","User-initiated Currency Conversion"
477
+ "Uses store frontend name by default.","Uses store frontend name by default."
478
+ "VAT Number","VAT Number"
479
+ "Vendor","Vendor"
480
+ "View","View"
481
+ "View Demo","View Demo"
482
+ "View Transaction","View Transaction"
483
+ "View Transaction Details","View Transaction Details"
484
+ "Virtual PayPal Debit Card Transaction","Virtual PayPal Debit Card Transaction"
485
+ "Virtual Terminal Payment","Virtual Terminal Payment"
486
+ "Void","Void"
487
+ "We prefer PayPal (150 X 40)","We prefer PayPal (150 X 40)"
488
+ "We prefer PayPal (150 X 60)","We prefer PayPal (150 X 60)"
489
+ "Website Payments Plus","Website Payments Plus"
490
+ "Website Payments Pro (Includes Express Checkout)","Website Payments Pro (Includes Express Checkout)"
491
+ "Website Payments Pro Hosted Solution","Website Payments Pro Hosted Solution"
492
+ "Website Payments Pro Hosted Solution (Includes Express Checkout)","Website Payments Pro Hosted Solution (Includes Express Checkout)"
493
+ "Website Payments Pro Hosted Solution and Express Checkout","Website Payments Pro Hosted Solution and Express Checkout"
494
+ "Website Payments Pro Payflow Edition (Includes Express Checkout)","Website Payments Pro Payflow Edition (Includes Express Checkout)"
495
+ "Website Payments Pro Payflow Edition and Express Checkout","Website Payments Pro Payflow Edition and Express Checkout"
496
+ "Website Payments Pro and Express Checkout","Website Payments Pro and Express Checkout"
497
+ "Website Payments Standard","Website Payments Standard"
498
+ "Website Payments Standard Payment","Website Payments Standard Payment"
499
+ "What is PayPal?","What is PayPal?"
500
+ "Whether to create a billing agreement, if there are no active billing agreements available.","Whether to create a billing agreement, if there are no active billing agreements available."
501
+ "Will appear as a payment option only for customers who have at least one active billing agreement.","Will appear as a payment option only for customers who have at least one active billing agreement."
502
+ "WorldLink Withdrawal","WorldLink Withdrawal"
503
+ "Would you like to sign a billing agreement to streamline further purchases with PayPal?","Would you like to sign a billing agreement to streamline further purchases with PayPal?"
504
+ "Wrong PayPal Express Checkout Token specified.","Wrong PayPal Express Checkout Token specified."
505
+ "Yes","Yes"
506
+ "Yes. Matched Address and five-didgit ZIP","Yes. Matched Address and five-didgit ZIP"
507
+ "You cannot void a verification transaction","You cannot void a verification transaction"
508
+ "You will be redirected to the PayPal website in a few seconds.","You will be redirected to the PayPal website in a few seconds."
509
+ "You will be redirected to the PayPal website when you place an order.","You will be redirected to the PayPal website when you place an order."
510
+ "You will be redirected to the PayPal website.","You will be redirected to the PayPal website."
511
+ "You will be required to enter your payment details after you place an order.","You will be required to enter your payment details after you place an order."
512
+ "Zip/Postal Code","Zip/Postal Code"
513
+ "eBay Auction Payment","eBay Auction Payment"
app/locale/en_US/Mage_PaypalUk.csv ADDED
@@ -0,0 +1,2 @@
 
 
1
+ "PayPal Express Checkout (Payflow Edition) Shortcut Wrapper","PayPal Express Checkout (Payflow Edition) Shortcut Wrapper"
2
+ "PayPal Express Order Review Form","PayPal Express Order Review Form"
app/locale/en_US/Mage_Persistent.csv ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """Remember Me"" Default Value","""Remember Me"" Default Value"
2
+ "(Not %s?)","(Not %s?)"
3
+ "* Required Fields","* Required Fields"
4
+ "Address","Address"
5
+ "Address Information","Address Information"
6
+ "Already registered?","Already registered?"
7
+ "Back","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.","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.","Cannot load configuration from file %s."
10
+ "Checkout as Guest","Checkout as Guest"
11
+ "Checkout as a Guest or Register","Checkout as a Guest or Register"
12
+ "City","City"
13
+ "Clear Persistence on Log Out","Clear Persistence on Log Out"
14
+ "Close","Close"
15
+ "Company","Company"
16
+ "Confirm Password","Confirm Password"
17
+ "Continue","Continue"
18
+ "Country","Country"
19
+ "Create an Account","Create an Account"
20
+ "Easy access to your order history and status","Easy access to your order history and status"
21
+ "Email Address","Email Address"
22
+ "Enable ""Remember Me""","Enable ""Remember Me"""
23
+ "Enable Persistence","Enable Persistence"
24
+ "Fast and easy check out","Fast and easy check out"
25
+ "Fax","Fax"
26
+ "Forgot Your Password?","Forgot Your Password?"
27
+ "Forgot your password?","Forgot your password?"
28
+ "General Options","General Options"
29
+ "If you have an account with us, please log in.","If you have an account with us, please log in."
30
+ "Loading next step...","Loading next step..."
31
+ "Login","Login"
32
+ "Login Information","Login Information"
33
+ "Login or Create an Account","Login or Create an Account"
34
+ "New Customers","New Customers"
35
+ "Password","Password"
36
+ "Persist Shopping Cart","Persist Shopping Cart"
37
+ "Persistence Lifetime (seconds)","Persistence Lifetime (seconds)"
38
+ "Persistent Shopping Cart","Persistent Shopping Cart"
39
+ "Personal Information","Personal Information"
40
+ "Please log in below:","Please log in below:"
41
+ "Please select region, state or province","Please select region, state or province"
42
+ "Register","Register"
43
+ "Register and save time!","Register and save time!"
44
+ "Register to Create an Account","Register to Create an Account"
45
+ "Register with us for future convenience:","Register with us for future convenience:"
46
+ "Registered Customers","Registered Customers"
47
+ "Remember Me","Remember Me"
48
+ "Save in address book","Save in address book"
49
+ "Select State/Province...","Select State/Province..."
50
+ "Select a billing address from your address book or enter a new address.","Select a billing address from your address book or enter a new address."
51
+ "Ship to different address","Ship to different address"
52
+ "Ship to this address","Ship to this address"
53
+ "Shopping cart has been updated with appropriate prices","Shopping cart has been updated with appropriate prices"
54
+ "Sign Up for Newsletter","Sign Up for Newsletter"
55
+ "State/Province","State/Province"
56
+ "Street Address","Street Address"
57
+ "Street Address %s","Street Address %s"
58
+ "Submit","Submit"
59
+ "Telephone","Telephone"
60
+ "To proceed to Checkout, please log in using your email address.","To proceed to Checkout, please log in using your email address."
61
+ "VAT Number","VAT Number"
62
+ "Welcome, %s!","Welcome, %s!"
63
+ "What\'s this?","What\'s this?"
64
+ "Zip/Postal Code","Zip/Postal Code"
app/locale/en_US/Mage_Poll.csv ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "Actions","Actions"
2
+ "Add Answer","Add Answer"
3
+ "Add New Answer","Add New Answer"
4
+ "Add New Poll","Add New Poll"
5
+ "Answer Title","Answer Title"
6
+ "Answer Title:","Answer Title:"
7
+ "Answer with the same title in this poll","Answer with the same title in this poll"
8
+ "Are you sure you want to delete it?","Are you sure you want to delete it?"
9
+ "Assigned Answers","Assigned Answers"
10
+ "Closed","Closed"
11
+ "Community Poll","Community Poll"
12
+ "Date Closed","Date Closed"
13
+ "Date Posted","Date Posted"
14
+ "Delete","Delete"
15
+ "Delete Answer","Delete Answer"
16
+ "Delete Poll","Delete Poll"
17
+ "Disallow Voting in a Poll Multiple Times from Same IP-address","Disallow Voting in a Poll Multiple Times from Same IP-address"
18
+ "Edit Answer '%s'","Edit Answer '%s'"
19
+ "Edit Poll '%s'","Edit Poll '%s'"
20
+ "Edit Poll Answer","Edit Poll Answer"
21
+ "ID","ID"
22
+ "Invalid Answer.","Invalid Answer."
23
+ "New Poll","New Poll"
24
+ "Number of Responses","Number of Responses"
25
+ "Open","Open"
26
+ "Poll Answers","Poll Answers"
27
+ "Poll Information","Poll Information"
28
+ "Poll Manager","Poll Manager"
29
+ "Poll Question","Poll Question"
30
+ "Poll information","Poll information"
31
+ "Poll with the same question","Poll with the same question"
32
+ "Polls","Polls"
33
+ "Save Answer","Save Answer"
34
+ "Save Poll","Save Poll"
35
+ "Status","Status"
36
+ "The answer has been saved.","The answer has been saved."
37
+ "The poll does not exist.","The poll does not exist."
38
+ "Unable to find an answer to delete.","Unable to find an answer to delete."
39
+ "Visible In","Visible In"
40
+ "Vote","Vote"
41
+ "Votes Count","Votes Count"
42
+ "Votes Count:","Votes Count:"
app/locale/en_US/Mage_ProductAlert.csv ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "Alert Email Sender","Alert Email Sender"
2
+ "Alert subscription has been saved.","Alert subscription has been saved."
3
+ "Allow Alert When Product Comes Back in Stock","Allow Alert When Product Comes Back in Stock"
4
+ "Allow Alert When Product Price Changes","Allow Alert When Product Price Changes"
5
+ "Click here not to receive alerts for this product","Click here not to receive alerts for this product"
6
+ "Error Email Recipient","Error Email Recipient"
7
+ "Error Email Sender","Error Email Sender"
8
+ "Error Email Template","Error Email Template"
9
+ "Frequency","Frequency"
10
+ "Not enough parameters.","Not enough parameters."
11
+ "Price Alert Email Template","Price Alert Email Template"
12
+ "Price:","Price:"
13
+ "Product Alerts","Product Alerts"
14
+ "Product Alerts Run Settings","Product Alerts Run Settings"
15
+ "Product alerts Cron error","Product alerts Cron error"
16
+ "Product price alert","Product price alert"
17
+ "Product stock alert","Product stock alert"
18
+ "Regular Price:","Regular Price:"
19
+ "Sign up for price alert","Sign up for price alert"
20
+ "Sign up to get notified when this product is back in stock","Sign up to get notified when this product is back in stock"
21
+ "Special price:","Special price:"
22
+ "Start Time","Start Time"
23
+ "Stock Alert Email Template","Stock Alert Email Template"
24
+ "The alert subscription has been deleted.","The alert subscription has been deleted."
25
+ "The alert subscription has been saved.","The alert subscription has been saved."
26
+ "The product is not found.","The product is not found."
27
+ "The product was not found.","The product was not found."
28
+ "Unable to update the alert subscription.","Unable to update the alert subscription."
29
+ "Unsubscribe from all price alerts","Unsubscribe from all price alerts"
30
+ "Unsubscribe from all stock alerts","Unsubscribe from all stock alerts"
31
+ "You are receiving this notification because you subscribed to receive alerts when the following products are back in stock:","You are receiving this notification because you subscribed to receive alerts when the following products are back in stock:"
32
+ "You are receiving this notification because you subscribed to receive alerts when the prices for the following products changed:","You are receiving this notification because you subscribed to receive alerts when the prices for the following products changed:"
33
+ "You will no longer receive price alerts for this product.","You will no longer receive price alerts for this product."
34
+ "You will no longer receive stock alerts for this product.","You will no longer receive stock alerts for this product."
35
+ "You will no longer receive stock alerts.","You will no longer receive stock alerts."
app/locale/en_US/Mage_Rating.csv ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "1 star","1 star"
2
+ "2 stars","2 stars"
3
+ "3 stars","3 stars"
4
+ "4 stars","4 stars"
5
+ "5 stars","5 stars"
6
+ "Add New Rating","Add New Rating"
7
+ "Assigned Options","Assigned Options"
8
+ "Be the first to review this product","Be the first to review this product"
9
+ "Default Value","Default Value"
10
+ "Delete Rating","Delete Rating"
11
+ "Edit Rating","Edit Rating"
12
+ "ID","ID"
13
+ "If you do not specify a rating title for a store, the default value will be used.","If you do not specify a rating title for a store, the default value will be used."
14
+ "Manage Ratings","Manage Ratings"
15
+ "New Rating","New Rating"
16
+ "Option Label","Option Label"
17
+ "Option Title","Option Title"
18
+ "Option Title:","Option Title:"
19
+ "Please select one of each ratings above","Please select one of each ratings above"
20
+ "Rating Information","Rating Information"
21
+ "Rating Name","Rating Name"
22
+ "Rating Options","Rating Options"
23
+ "Rating Title","Rating Title"
24
+ "Rating Visibility","Rating Visibility"
25
+ "Rating isn't Available","Rating isn't Available"
26
+ "Rating with the same title","Rating with the same title"
27
+ "Save Rating","Save Rating"
28
+ "Sort Order","Sort Order"
29
+ "Visible In","Visible In"
app/locale/en_US/Mage_Reports.csv ADDED
@@ -0,0 +1,174 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "Abandoned Carts","Abandoned Carts"
2
+ "Abandoned carts","Abandoned carts"
3
+ "Action","Action"
4
+ "Add to Cart","Add to Cart"
5
+ "Add to Compare","Add to Compare"
6
+ "Add to Wishlist","Add to Wishlist"
7
+ "Any","Any"
8
+ "Applied Coupon","Applied Coupon"
9
+ "Applies to Any of the Specified Order Statuses","Applies to Any of the Specified Order Statuses"
10
+ "Are you sure you want to refresh lifetime statistics? There can be performance impact during this operation.","Are you sure you want to refresh lifetime statistics? There can be performance impact during this operation."
11
+ "Are you sure?","Are you sure?"
12
+ "Avg. Approved Rating","Avg. Approved Rating"
13
+ "Avg. Rating","Avg. Rating"
14
+ "Bestsellers","Bestsellers"
15
+ "Bought from wishlists","Bought from wishlists"
16
+ "CSV","CSV"
17
+ "Carts","Carts"
18
+ "Catalog Category (Without Subcategories)","Catalog Category (Without Subcategories)"
19
+ "Compared Products Grid Template","Compared Products Grid Template"
20
+ "Compared Products List Template","Compared Products List Template"
21
+ "Coupons","Coupons"
22
+ "Coupons Usage Report","Coupons Usage Report"
23
+ "Created At","Created At"
24
+ "Current Month Starts","Current Month Starts"
25
+ "Customer","Customer"
26
+ "Customer Name","Customer Name"
27
+ "Customer Tags","Customer Tags"
28
+ "Customers","Customers"
29
+ "Customers Report","Customers Report"
30
+ "Customers Reviews","Customers Reviews"
31
+ "Customers Tags","Customers Tags"
32
+ "Customers by Number of Orders","Customers by Number of Orders"
33
+ "Customers by Orders Total","Customers by Orders Total"
34
+ "Customers by number of orders","Customers by number of orders"
35
+ "Customers by orders total","Customers by orders total"
36
+ "Customers that have wishlist: %s%","Customers that have wishlist: %s%"
37
+ "Dashboard","Dashboard"
38
+ "Day","Day"
39
+ "Default Recently Compared Products Count","Default Recently Compared Products Count"
40
+ "Default Recently Viewed Products Count","Default Recently Viewed Products Count"
41
+ "Description","Description"
42
+ "Detail","Detail"
43
+ "Downloads","Downloads"
44
+ "Email","Email"
45
+ "Empty Rows","Empty Rows"
46
+ "Excel XML","Excel XML"
47
+ "Filter","Filter"
48
+ "First Name","First Name"
49
+ "From","From"
50
+ "Guest","Guest"
51
+ "Hits","Hits"
52
+ "ID","ID"
53
+ "IP Address","IP Address"
54
+ "Index model name must be defined","Index model name must be defined"
55
+ "Invalid date specified.","Invalid date specified."
56
+ "Invoiced","Invoiced"
57
+ "Items in Cart","Items in Cart"
58
+ "Last Name","Last Name"
59
+ "Last Review","Last Review"
60
+ "Link","Link"
61
+ "List of Products Recently Compared and Removed from the Compare List by Visitor","List of Products Recently Compared and Removed from the Compare List by Visitor"
62
+ "List of Products Recently Viewed by Visitor","List of Products Recently Viewed by Visitor"
63
+ "Low Stock","Low Stock"
64
+ "Low stock","Low stock"
65
+ "Match Period To","Match Period To"
66
+ "Month","Month"
67
+ "Most Viewed","Most Viewed"
68
+ "Name","Name"
69
+ "New Accounts","New Accounts"
70
+ "No","No"
71
+ "Number Added","Number Added"
72
+ "Number Fulfilled","Number Fulfilled"
73
+ "Number Of Reviews","Number Of Reviews"
74
+ "Number Purchased","Number Purchased"
75
+ "Number Viewed","Number Viewed"
76
+ "Number of Items","Number of Items"
77
+ "Number of New Accounts","Number of New Accounts"
78
+ "Number of Products to display","Number of Products to display"
79
+ "Number of Reviews","Number of Reviews"
80
+ "Number of Times Deleted","Number of Times Deleted"
81
+ "Number of Total Tags","Number of Total Tags"
82
+ "Number of Unique Tags","Number of Unique Tags"
83
+ "Number of Views","Number of Views"
84
+ "Number of items bought from a wishlist: %s","Number of items bought from a wishlist: %s"
85
+ "Number of times wishlists have been shared (emailed): %s","Number of times wishlists have been shared (emailed): %s"
86
+ "Number of wishlist conversions: %s","Number of wishlist conversions: %s"
87
+ "Number of wishlist referrals: %s","Number of wishlist referrals: %s"
88
+ "Number of wishlists: %s","Number of wishlists: %s"
89
+ "Order Status","Order Status"
90
+ "Order Taxes Report Grouped by Tax Rate","Order Taxes Report Grouped by Tax Rate"
91
+ "Orders","Orders"
92
+ "Out of stock","Out of stock"
93
+ "Period","Period"
94
+ "Poducts Report","Poducts Report"
95
+ "Popular Tags","Popular Tags"
96
+ "Popularity","Popularity"
97
+ "Price","Price"
98
+ "Product Name","Product Name"
99
+ "Product Reviews","Product Reviews"
100
+ "Product SKU","Product SKU"
101
+ "Product Tags","Product Tags"
102
+ "Products","Products"
103
+ "Products Ordered","Products Ordered"
104
+ "Products Report","Products Report"
105
+ "Products Reviews","Products Reviews"
106
+ "Products Tags","Products Tags"
107
+ "Products in carts","Products in carts"
108
+ "Purchases","Purchases"
109
+ "Quantity Ordered","Quantity Ordered"
110
+ "Quantity of Items","Quantity of Items"
111
+ "Recently Compared","Recently Compared"
112
+ "Recently Compared Products","Recently Compared Products"
113
+ "Recently Viewed","Recently Viewed"
114
+ "Recently Viewed Products","Recently Viewed Products"
115
+ "Recently Viewed/Compared Products","Recently Viewed/Compared Products"
116
+ "Refresh Lifetime Statistics","Refresh Lifetime Statistics"
117
+ "Refresh Statistics","Refresh Statistics"
118
+ "Refresh Statistics for the Last Day","Refresh Statistics for the Last Day"
119
+ "Refunds","Refunds"
120
+ "Report","Report"
121
+ "Reports","Reports"
122
+ "Results","Results"
123
+ "Revenue","Revenue"
124
+ "Review","Review"
125
+ "Reviews","Reviews"
126
+ "Reviews for %s","Reviews for %s"
127
+ "Sales","Sales"
128
+ "Sales Report","Sales Report"
129
+ "Search Query","Search Query"
130
+ "Search Terms","Search Terms"
131
+ "Select day of the month.","Select day of the month."
132
+ "Shipping","Shipping"
133
+ "Shopping Cart","Shopping Cart"
134
+ "Shopping Cart Price Rule","Shopping Cart Price Rule"
135
+ "Show Actual Values","Show Actual Values"
136
+ "Show Report","Show Report"
137
+ "Show for Current","Show for Current"
138
+ "Specified","Specified"
139
+ "Statistics","Statistics"
140
+ "Stock Qty","Stock Qty"
141
+ "Submitted In","Submitted In"
142
+ "Submitted On","Submitted On"
143
+ "Subtotal","Subtotal"
144
+ "Tag","Tag"
145
+ "Tag ""%s"" details","Tag ""%s"" details"
146
+ "Tag Detail","Tag Detail"
147
+ "Tag Name","Tag Name"
148
+ "Tag Use","Tag Use"
149
+ "Tags Submitted by %s","Tags Submitted by %s"
150
+ "Tags submitted to %s","Tags submitted to %s"
151
+ "Tax","Tax"
152
+ "Title","Title"
153
+ "To","To"
154
+ "Total","Total"
155
+ "Total Invoiced vs. Paid Report","Total Invoiced vs. Paid Report"
156
+ "Total Ordered Report","Total Ordered Report"
157
+ "Total Refunded Report","Total Refunded Report"
158
+ "Total Shipped Report","Total Shipped Report"
159
+ "Total Tags","Total Tags"
160
+ "Total invoiced","Total invoiced"
161
+ "Total refunded","Total refunded"
162
+ "Updated At","Updated At"
163
+ "Viewed Products Grid Template","Viewed Products Grid Template"
164
+ "Viewed Products List Template","Viewed Products List Template"
165
+ "Visible In","Visible In"
166
+ "Wishlist Report","Wishlist Report"
167
+ "Wishlist vs. Regular Order","Wishlist vs. Regular Order"
168
+ "Wishlists","Wishlists"
169
+ "Year","Year"
170
+ "Year-To-Date Starts","Year-To-Date Starts"
171
+ "Yes","Yes"
172
+ "Your Recently Compared","Your Recently Compared"
173
+ "Your Recently Viewed","Your Recently Viewed"
174
+ "undefined","undefined"
app/locale/en_US/Mage_Review.csv ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "%d Review(s)","%d Review(s)"
2
+ "%s Review(s)","%s Review(s)"
3
+ "(Posted on %s)","(Posted on %s)"
4
+ "1 star","1 star"
5
+ "2 stars","2 stars"
6
+ "3 stars","3 stars"
7
+ "4 stars","4 stars"
8
+ "5 stars","5 stars"
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","Add New Review"
11
+ "Add Your Review","Add Your Review"
12
+ "Administrator","Administrator"
13
+ "All Reviews","All Reviews"
14
+ "All Reviews of Customer `%s`","All Reviews of Customer `%s`"
15
+ "All Reviews of Product `%s`","All Reviews of Product `%s`"
16
+ "Allow Guests to Write Reviews","Allow Guests to Write Reviews"
17
+ "Approved","Approved"
18
+ "Are you sure you want to do this?","Are you sure you want to do this?"
19
+ "Are you sure?","Are you sure?"
20
+ "Average Customer Rating","Average Customer Rating"
21
+ "Average Customer Rating:","Average Customer Rating:"
22
+ "Back","Back"
23
+ "Back to Main Product Info","Back to Main Product Info"
24
+ "Back to My Reviews","Back to My Reviews"
25
+ "Back to Product Reviews","Back to Product Reviews"
26
+ "Be the first to review this product","Be the first to review this product"
27
+ "Catalog Product Review View","Catalog Product Review View"
28
+ "Catalog Product Reviews List","Catalog Product Reviews List"
29
+ "Created On","Created On"
30
+ "Customer","Customer"
31
+ "Customer My Account Product Reviews","Customer My Account Product Reviews"
32
+ "Customer My Account Review Details","Customer My Account Review Details"
33
+ "Customer Reviews","Customer Reviews"
34
+ "Customers Reviews","Customers Reviews"
35
+ "Delete","Delete"
36
+ "Delete Review","Delete Review"
37
+ "Detailed Rating","Detailed Rating"
38
+ "Edit Review '%s'","Edit Review '%s'"
39
+ "Guest","Guest"
40
+ "How do you rate this product?","How do you rate this product?"
41
+ "ID","ID"
42
+ "Manage Ratings","Manage Ratings"
43
+ "My Product Reviews","My Product Reviews"
44
+ "My Recent Reviews","My Recent Reviews"
45
+ "Name","Name"
46
+ "Name in Store","Name in Store"
47
+ "New Review","New Review"
48
+ "Nickname","Nickname"
49
+ "Nickname can\'t be empty","Nickname can\'t be empty"
50
+ "Not Approved","Not Approved"
51
+ "Only registered users can write reviews. Please, <a href=""%s"">log in</a> or <a href=""%s"">register</a>","Only registered users can write reviews. Please, <a href=""%s"">log in</a> or <a href=""%s"">register</a>"
52
+ "Pending","Pending"
53
+ "Pending Reviews","Pending Reviews"
54
+ "Pending Reviews of Customer `%s`","Pending Reviews of Customer `%s`"
55
+ "Please select a product","Please select a product"
56
+ "Please select one of each of the ratings above","Please select one of each of the ratings above"
57
+ "Posted By","Posted By"
58
+ "Price","Price"
59
+ "Product","Product"
60
+ "Product Name","Product Name"
61
+ "Product Rating","Product Rating"
62
+ "Product Rating:","Product Rating:"
63
+ "Product Review (submitted on %s):","Product Review (submitted on %s):"
64
+ "Product Reviews","Product Reviews"
65
+ "Product SKU","Product SKU"
66
+ "Products Reviews","Products Reviews"
67
+ "Qty","Qty"
68
+ "Rating:","Rating:"
69
+ "Review","Review"
70
+ "Review (submitted on %s):","Review (submitted on %s):"
71
+ "Review Details","Review Details"
72
+ "Review Form Fields Before","Review Form Fields Before"
73
+ "Review by <span>%s</span>","Review by <span>%s</span>"
74
+ "Review can\'t be empty","Review can\'t be empty"
75
+ "Review summary can\'t be empty","Review summary can\'t be empty"
76
+ "Reviews and Ratings","Reviews and Ratings"
77
+ "SKU","SKU"
78
+ "Save Review","Save Review"
79
+ "Status","Status"
80
+ "Submit Review","Submit Review"
81
+ "Summary Rating","Summary Rating"
82
+ "Summary of Review","Summary of Review"
83
+ "Summary of Your Review","Summary of Your Review"
84
+ "Title","Title"
85
+ "Type","Type"
86
+ "Unable to post the review.","Unable to post the review."
87
+ "Update Status","Update Status"
88
+ "View All Reviews","View All Reviews"
89
+ "View Details","View Details"
90
+ "Visible In","Visible In"
91
+ "Websites","Websites"
92
+ "Write Your Own Review","Write Your Own Review"
93
+ "You have submitted no reviews.","You have submitted no reviews."
94
+ "You're reviewing:","You're reviewing:"
95
+ "Your Rating:","Your Rating:"
96
+ "Your Review (submitted on %s):","Your Review (submitted on %s):"
97
+ "Your review has been accepted for moderation.","Your review has been accepted for moderation."
app/locale/en_US/Mage_Rss.csv ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "%s - Discounts and Coupons","%s - Discounts and Coupons"
2
+ "%s - Special Products","%s - Special Products"
3
+ "%s RSS Feed","%s RSS Feed"
4
+ "%s has reached a quantity of %s.","%s has reached a quantity of %s."
5
+ "%s\'s Wishlist","%s\'s Wishlist"
6
+ "Cannot retrieve the wishlist","Cannot retrieve the wishlist"
7
+ "Catalog","Catalog"
8
+ "Category Feeds","Category Feeds"
9
+ "Click for price","Click for price"
10
+ "Comment: %s<br/>","Comment: %s<br/>"
11
+ "Coupons/Discounts","Coupons/Discounts"
12
+ "Current Status: %s<br/>","Current Status: %s<br/>"
13
+ "Customer Name: %s","Customer Name: %s"
14
+ "Customer Order Status Notification","Customer Order Status Notification"
15
+ "Details for %s #%s","Details for %s #%s"
16
+ "Discount","Discount"
17
+ "Discount (%s)","Discount (%s)"
18
+ "Enable RSS","Enable RSS"
19
+ "Error in processing xml. %s","Error in processing xml. %s"
20
+ "From:","From:"
21
+ "Get Feed","Get Feed"
22
+ "Gift Message","Gift Message"
23
+ "Grand Total","Grand Total"
24
+ "Low Stock Products","Low Stock Products"
25
+ "Message:","Message:"
26
+ "Miscellaneous Feeds","Miscellaneous Feeds"
27
+ "New Orders","New Orders"
28
+ "New Products","New Products"
29
+ "New Products from %s","New Products from %s"
30
+ "Notified Date: %s<br/>","Notified Date: %s<br/>"
31
+ "Order # %s Notification(s)","Order # %s Notification(s)"
32
+ "Order #%s created at %s","Order #%s created at %s"
33
+ "Pending product review(s)","Pending product review(s)"
34
+ "Product: ""%s"" review By: %s","Product: ""%s"" review By: %s"
35
+ "Product: <a href=""%s"">%s</a> <br/>","Product: <a href=""%s"">%s</a> <br/>"
36
+ "Products tagged with %s","Products tagged with %s"
37
+ "Purchased From: %s","Purchased From: %s"
38
+ "RSS","RSS"
39
+ "RSS Feeds","RSS Feeds"
40
+ "RSS Feeds List","RSS Feeds List"
41
+ "RSS Feeds Section","RSS Feeds Section"
42
+ "Review: %s <br/>","Review: %s <br/>"
43
+ "Rss Config","Rss Config"
44
+ "Shipping &amp; Handling","Shipping &amp; Handling"
45
+ "Special Products","Special Products"
46
+ "Store: %s <br/>","Store: %s <br/>"
47
+ "Subtotal","Subtotal"
48
+ "Summary of review: %s <br/>","Summary of review: %s <br/>"
49
+ "Tags Products","Tags Products"
50
+ "Tax","Tax"
51
+ "There are no Rss Feeds","There are no Rss Feeds"
52
+ "To:","To:"
53
+ "Top Level Category","Top Level Category"
54
+ "Total: %s<br/>","Total: %s<br/>"
55
+ "Wishlist","Wishlist"
56
+ "click <a href=""%s"">here</a> to view the review","click <a href=""%s"">here</a> to view the review"
app/locale/en_US/Mage_Rule.csv ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "ALL","ALL"
2
+ "ANY","ANY"
3
+ "Add","Add"
4
+ "Apply","Apply"
5
+ "Conditions Combination","Conditions Combination"
6
+ "Customer Groups must be specified.","Customer Groups must be specified."
7
+ "End Date must be greater than Start Date.","End Date must be greater than Start Date."
8
+ "FALSE","FALSE"
9
+ "If %s of these conditions are %s:","If %s of these conditions are %s:"
10
+ "Invalid discount amount.","Invalid discount amount."
11
+ "Open Chooser","Open Chooser"
12
+ "Perform following actions","Perform following actions"
13
+ "Please choose a condition to add...","Please choose a condition to add..."
14
+ "Please choose an action to add...","Please choose an action to add..."
15
+ "Remove","Remove"
16
+ "TRUE","TRUE"
17
+ "There is no information about associated entity type ""%s"".","There is no information about associated entity type ""%s""."
18
+ "Websites must be specified.","Websites must be specified."
19
+ "by","by"
20
+ "contains","contains"
21
+ "does not contain","does not contain"
22
+ "equals or greater than","equals or greater than"
23
+ "equals or less than","equals or less than"
24
+ "greater than","greater than"
25
+ "is","is"
26
+ "is not","is not"
27
+ "is not one of","is not one of"
28
+ "is one of","is one of"
29
+ "less than","less than"
30
+ "to","to"
app/locale/en_US/Mage_Sales.csv ADDED
@@ -0,0 +1,879 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ """%s"" coupon code is not valid.","""%s"" coupon code is not valid."
2
+ "%s","%s"
3
+ "%s / %s rate:","%s / %s rate:"
4
+ "%s for %s","%s for %s"
5
+ "%s order(s) cannot be canceled","%s order(s) cannot be canceled"
6
+ "%s order(s) have been canceled.","%s order(s) have been canceled."
7
+ "%s order(s) have been put on hold.","%s order(s) have been put on hold."
8
+ "%s order(s) have been released from holding status.","%s order(s) have been released from holding status."
9
+ "%s order(s) were not put on hold.","%s order(s) were not put on hold."
10
+ "%s order(s) were not released from holding status.","%s order(s) were not released from holding status."
11
+ "* - Enter custom price excluding tax","* - Enter custom price excluding tax"
12
+ "* - Enter custom price including tax","* - Enter custom price including tax"
13
+ "* Required Fields","* Required Fields"
14
+ "-- Please Select --","-- Please Select --"
15
+ "-- Please Select Billing Agreement--","-- Please Select Billing Agreement--"
16
+ "About This Order:","About This Order:"
17
+ "About This Profile:","About This Profile:"
18
+ "About Your Invoice","About Your Invoice"
19
+ "About Your Order","About Your Order"
20
+ "About Your Refund","About Your Refund"
21
+ "About Your Shipment","About Your Shipment"
22
+ "Accept Payment","Accept Payment"
23
+ "Accept or Deny Payment","Accept or Deny Payment"
24
+ "Account Information","Account Information"
25
+ "Action","Action"
26
+ "Actions","Actions"
27
+ "Activate","Activate"
28
+ "Active","Active"
29
+ "Add","Add"
30
+ "Add New Address","Add New Address"
31
+ "Add Order Comments","Add Order Comments"
32
+ "Add Package","Add Package"
33
+ "Add Products","Add Products"
34
+ "Add Selected Product(s) to Option","Add Selected Product(s) to Option"
35
+ "Add Selected Product(s) to Order","Add Selected Product(s) to Order"
36
+ "Add Selected Product(s) to Package","Add Selected Product(s) to Package"
37
+ "Add To Order","Add To Order"
38
+ "Add Tracking Number","Add Tracking Number"
39
+ "Add comment to order","Add comment to order"
40
+ "Add new comment to credit memo","Add new comment to credit memo"
41
+ "Add new comment to shipment","Add new comment to shipment"
42
+ "Add new tracking number","Add new tracking number"
43
+ "Add to Cart","Add to Cart"
44
+ "Additional Product Info","Additional Product Info"
45
+ "Address","Address"
46
+ "Address model is not defined.","Address model is not defined."
47
+ "Adjustment Fee","Adjustment Fee"
48
+ "Adjustment Refund","Adjustment Refund"
49
+ "Agreement Information","Agreement Information"
50
+ "Allow Reorder","Allow Reorder"
51
+ "Amount","Amount"
52
+ "Amount: %s.","Amount: %s."
53
+ "An error occurred while assigning order status. Status has not been assigned.","An error occurred while assigning order status. Status has not been assigned."
54
+ "An error occurred while creating shipping label.","An error occurred while creating shipping label."
55
+ "An error occurred while saving order status. The status has not been added.","An error occurred while saving order status. The status has not been added."
56
+ "An error occurred while unassigning order status.","An error occurred while unassigning order status."
57
+ "An error occurred while updating the order address. The address has not been changed.","An error occurred while updating the order address. The address has not been changed."
58
+ "An item option with code %s already exists.","An item option with code %s already exists."
59
+ "Anchor Custom Title","Anchor Custom Title"
60
+ "Append Comments","Append Comments"
61
+ "Apply","Apply"
62
+ "Apply Coupon Code","Apply Coupon Code"
63
+ "Approved the payment online.","Approved the payment online."
64
+ "Are you sure you want to accept this payment?","Are you sure you want to accept this payment?"
65
+ "Are you sure you want to cancel this order?","Are you sure you want to cancel this order?"
66
+ "Are you sure you want to delete all items from shopping cart?","Are you sure you want to delete all items from shopping cart?"
67
+ "Are you sure you want to deny this payment?","Are you sure you want to deny this payment?"
68
+ "Are you sure you want to do this?","Are you sure you want to do this?"
69
+ "Are you sure you want to send Creditmemo email to customer?","Are you sure you want to send Creditmemo email to customer?"
70
+ "Are you sure you want to send Invoice email to customer?","Are you sure you want to send Invoice email to customer?"
71
+ "Are you sure you want to send Shipment email to customer?","Are you sure you want to send Shipment email to customer?"
72
+ "Are you sure you want to send order email to customer?","Are you sure you want to send order email to customer?"
73
+ "Are you sure you want to void the payment?","Are you sure you want to void the payment?"
74
+ "Are you sure?","Are you sure?"
75
+ "Are you sure? This order will be canceled and a new one will be created instead","Are you sure? This order will be canceled and a new one will be created instead"
76
+ "Assign Order Status to State","Assign Order Status to State"
77
+ "Assign Status to State","Assign Status to State"
78
+ "Assignment Information","Assignment Information"
79
+ "At least a payment ID must be set.","At least a payment ID must be set."
80
+ "Authorization","Authorization"
81
+ "Authorized amount of %s.","Authorized amount of %s."
82
+ "Authorizing amount of %s is pending approval on gateway.","Authorizing amount of %s is pending approval on gateway."
83
+ "Back","Back"
84
+ "Back to Billing Agreements","Back to Billing Agreements"
85
+ "Back to My Orders","Back to My Orders"
86
+ "Back to Recurring Profiles","Back to Recurring Profiles"
87
+ "Backordered","Backordered"
88
+ "Bestsellers","Bestsellers"
89
+ "Bill to Name","Bill to Name"
90
+ "Billing","Billing"
91
+ "Billing Address","Billing Address"
92
+ "Billing Agreement","Billing Agreement"
93
+ "Billing Agreement # %s","Billing Agreement # %s"
94
+ "Billing Agreement #%s","Billing Agreement #%s"
95
+ "Billing Agreement View","Billing Agreement View"
96
+ "Billing Agreements","Billing Agreements"
97
+ "Billing Last Name","Billing Last Name"
98
+ "Billing ZIP Code","Billing ZIP Code"
99
+ "Buy %s for price %s","Buy %s for price %s"
100
+ "CSV","CSV"
101
+ "Cancel","Cancel"
102
+ "Cancel credit memo","Cancel credit memo"
103
+ "Cancel invoice","Cancel invoice"
104
+ "Cancel order","Cancel order"
105
+ "Canceled","Canceled"
106
+ "Canceled order offline.","Canceled order offline."
107
+ "Canceled order online.","Canceled order online."
108
+ "Cannot add order history.","Cannot add order history."
109
+ "Cannot create an empty shipment.","Cannot create an empty shipment."
110
+ "Cannot determine the field name.","Cannot determine the field name."
111
+ "Cannot do invoice for order.","Cannot do invoice for order."
112
+ "Cannot do shipment for order.","Cannot do shipment for order."
113
+ "Cannot get order instance","Cannot get order instance"
114
+ "Cannot get the order instance.","Cannot get the order instance."
115
+ "Cannot register an existing credit memo.","Cannot register an existing credit memo."
116
+ "Cannot register existing invoice","Cannot register existing invoice"
117
+ "Cannot register existing shipment","Cannot register existing shipment"
118
+ "Capture","Capture"
119
+ "Capture Amount","Capture Amount"
120
+ "Capture Offline","Capture Offline"
121
+ "Capture Online","Capture Online"
122
+ "Capture invoice","Capture invoice"
123
+ "Captured amount of %s online.","Captured amount of %s online."
124
+ "Capturing amount of %s is pending approval on gateway.","Capturing amount of %s is pending approval on gateway."
125
+ "Carrier","Carrier"
126
+ "Carrier/Method","Carrier/Method"
127
+ "Change status, add comments","Change status, add comments"
128
+ "Changing address information will not recalculate shipping, tax or other order amount.","Changing address information will not recalculate shipping, tax or other order amount."
129
+ "Checkout Totals Sort Order","Checkout Totals Sort Order"
130
+ "City","City"
131
+ "Clear Shopping Cart","Clear Shopping Cart"
132
+ "Click to change shipping method","Click to change shipping method"
133
+ "Close","Close"
134
+ "Closed","Closed"
135
+ "Comma-separated.","Comma-separated."
136
+ "Comment","Comment"
137
+ "Comment Text","Comment Text"
138
+ "Comments","Comments"
139
+ "Comments History","Comments History"
140
+ "Company","Company"
141
+ "Complete","Complete"
142
+ "Configure","Configure"
143
+ "Configure and Add to Order","Configure and Add to Order"
144
+ "Contents","Contents"
145
+ "Continue","Continue"
146
+ "Controls whether customer IP is shown in orders, invoices, shipments, credit memos.","Controls whether customer IP is shown in orders, invoices, shipments, credit memos."
147
+ "Country","Country"
148
+ "Coupons","Coupons"
149
+ "Create","Create"
150
+ "Create New Customer","Create New Customer"
151
+ "Create New Order","Create New Order"
152
+ "Create New Order Status","Create New Order Status"
153
+ "Create New Order for %s","Create New Order for %s"
154
+ "Create New Order for %s in %s","Create New Order for %s in %s"
155
+ "Create New Order for New Customer","Create New Order for New Customer"
156
+ "Create New Order for New Customer in %s","Create New Order for New Customer in %s"
157
+ "Create New Status","Create New Status"
158
+ "Create Packages","Create Packages"
159
+ "Create Shipment","Create Shipment"
160
+ "Create Shipping Label","Create Shipping Label"
161
+ "Create Shipping Label...","Create Shipping Label..."
162
+ "Create new credit memo for order","Create new credit memo for order"
163
+ "Create new invoice for order","Create new invoice for order"
164
+ "Create new shipment for order","Create new shipment for order"
165
+ "Create...","Create..."
166
+ "Created At","Created At"
167
+ "Created billing agreement #%s.","Created billing agreement #%s."
168
+ "Created:","Created:"
169
+ "Credit Memo","Credit Memo"
170
+ "Credit Memo #","Credit Memo #"
171
+ "Credit Memo # ","Credit Memo # "
172
+ "Credit Memo #%1$s | %3$s | %2$s (%4$s)","Credit Memo #%1$s | %3$s | %2$s (%4$s)"
173
+ "Credit Memo Comment Email Sender","Credit Memo Comment Email Sender"
174
+ "Credit Memo Comment Email Template","Credit Memo Comment Email Template"
175
+ "Credit Memo Comment Email Template for Guest","Credit Memo Comment Email Template for Guest"
176
+ "Credit Memo Comments","Credit Memo Comments"
177
+ "Credit Memo Email Sender","Credit Memo Email Sender"
178
+ "Credit Memo Email Template","Credit Memo Email Template"
179
+ "Credit Memo Email Template for Guest","Credit Memo Email Template for Guest"
180
+ "Credit Memo Update","Credit Memo Update"
181
+ "Credit Memo Update for Guest","Credit Memo Update for Guest"
182
+ "Credit Memos","Credit Memos"
183
+ "Credit memo canceling problem.","Credit memo canceling problem."
184
+ "Credit memo cannot be canceled.","Credit memo cannot be canceled."
185
+ "Credit memo has been created automatically","Credit memo has been created automatically"
186
+ "Custom Price","Custom Price"
187
+ "Custom Value","Custom Value"
188
+ "Customer","Customer"
189
+ "Customer Can Define Start Date","Customer Can Define Start Date"
190
+ "Customer Email","Customer Email"
191
+ "Customer Group","Customer Group"
192
+ "Customer Last Name","Customer Last Name"
193
+ "Customer My Account Order Creditmemo View","Customer My Account Order Creditmemo View"
194
+ "Customer My Account Order History","Customer My Account Order History"
195
+ "Customer My Account Order Invoice View","Customer My Account Order Invoice View"
196
+ "Customer My Account Order Shipment View","Customer My Account Order Shipment View"
197
+ "Customer My Account Order View","Customer My Account Order View"
198
+ "Customer Name","Customer Name"
199
+ "Customer\'s Current Activities","Customer\'s Current Activities"
200
+ "Customs Value","Customs Value"
201
+ "Date","Date"
202
+ "Date Shipped","Date Shipped"
203
+ "Default Status","Default Status"
204
+ "Default Template","Default Template"
205
+ "Default logo, will be used in PDF and HTML documents.<br />(jpeg, tiff, png) If you see image distortion in PDF, try to use larger image","Default logo, will be used in PDF and HTML documents.<br />(jpeg, tiff, png) If you see image distortion in PDF, try to use larger image"
206
+ "Delete","Delete"
207
+ "Delete Package","Delete Package"
208
+ "Denied the payment online.","Denied the payment online."
209
+ "Deny Payment","Deny Payment"
210
+ "Description Message","Description Message"
211
+ "Discount","Discount"
212
+ "Discount (%s)","Discount (%s)"
213
+ "Discount Amount","Discount Amount"
214
+ "Display Order ID in Header","Display Order ID in Header"
215
+ "Edit","Edit"
216
+ "Edit Order #%s","Edit Order #%s"
217
+ "Edit Order %s %s Address","Edit Order %s %s Address"
218
+ "Edit Order Status","Edit Order Status"
219
+ "Email","Email"
220
+ "Email Address","Email Address"
221
+ "Email Copy of Credit Memo","Email Copy of Credit Memo"
222
+ "Email Copy of Invoice","Email Copy of Invoice"
223
+ "Email Copy of Shipment","Email Copy of Shipment"
224
+ "Email Order Confirmation","Email Order Confirmation"
225
+ "Enable","Enable"
226
+ "Enabled","Enabled"
227
+ "Enter the billing last name and email/ZIP as in the order billing address","Enter the billing last name and email/ZIP as in the order billing address"
228
+ "Entered data is incorrect. Please try again.","Entered data is incorrect. Please try again."
229
+ "Error to Show in Shopping Cart","Error to Show in Shopping Cart"
230
+ "Excel XML","Excel XML"
231
+ "Excl. Tax","Excl. Tax"
232
+ "Expired","Expired"
233
+ "Explanation","Explanation"
234
+ "Failed to cancel the billing agreement.","Failed to cancel the billing agreement."
235
+ "Failed to create billing agreement for this order.","Failed to create billing agreement for this order."
236
+ "Failed to finish billing agreement wizard.","Failed to finish billing agreement wizard."
237
+ "Failed to send the order email.","Failed to send the order email."
238
+ "Failed to start billing agreement wizard.","Failed to start billing agreement wizard."
239
+ "Failed to update the payment.","Failed to update the payment."
240
+ "Failed to update the profile.","Failed to update the profile."
241
+ "Failed to void the payment.","Failed to void the payment."
242
+ "Fetch","Fetch"
243
+ "File extension not known or unsupported type in the following shipment: %s","File extension not known or unsupported type in the following shipment: %s"
244
+ "Find Order By:","Find Order By:"
245
+ "First Name","First Name"
246
+ "From","From"
247
+ "From Name","From Name"
248
+ "From:","From:"
249
+ "G.T. (Base)","G.T. (Base)"
250
+ "G.T. (Purchased)","G.T. (Purchased)"
251
+ "General","General"
252
+ "General Information","General Information"
253
+ "Get Payment Update","Get Payment Update"
254
+ "Get Update","Get Update"
255
+ "Get shipping methods and rates","Get shipping methods and rates"
256
+ "Gift Message","Gift Message"
257
+ "Gift Message for This Order","Gift Message for This Order"
258
+ "Gift Message for the Entire Order","Gift Message for the Entire Order"
259
+ "Gift Message for this Order","Gift Message for this Order"
260
+ "Gift Options","Gift Options"
261
+ "Girth","Girth"
262
+ "Go to Home Page","Go to Home Page"
263
+ "Grand Total","Grand Total"
264
+ "Grand Total to be Charged","Grand Total to be Charged"
265
+ "Guest","Guest"
266
+ "Height","Height"
267
+ "Hide Customer IP","Hide Customer IP"
268
+ "Hold","Hold"
269
+ "Hold action is not available.","Hold action is not available."
270
+ "Hold order","Hold order"
271
+ "Home","Home"
272
+ "ID","ID"
273
+ "ID #","ID #"
274
+ "If empty, the default description above will be used.","If empty, the default description above will be used."
275
+ "If empty, the default error above will be used.","If empty, the default error above will be used."
276
+ "If the invoice was created offline, try creating an offline creditmemo.","If the invoice was created offline, try creating an offline creditmemo."
277
+ "Incl. Tax","Incl. Tax"
278
+ "Information","Information"
279
+ "Initial Fee","Initial Fee"
280
+ "Initial Fees","Initial Fees"
281
+ "Initial period payment","Initial period payment"
282
+ "Insufficient information to create shipping label(s). Please verify your Store Information and Shipping Settings.","Insufficient information to create shipping label(s). Please verify your Store Information and Shipping Settings."
283
+ "Invalid block: %s.","Invalid block: %s."
284
+ "Invalid carrier specified.","Invalid carrier specified."
285
+ "Invalid draw line data. Please define ""lines"" array.","Invalid draw line data. Please define ""lines"" array."
286
+ "Invalid entity model","Invalid entity model"
287
+ "Invalid item option format.","Invalid item option format."
288
+ "Invalid qty to invoice item ""%s""","Invalid qty to invoice item ""%s"""
289
+ "Invalid qty to refund item ""%s""","Invalid qty to refund item ""%s"""
290
+ "Invalid qty to ship for item ""%s""","Invalid qty to ship for item ""%s"""
291
+ "Invalid renderer model","Invalid renderer model"
292
+ "Invalid request for adding product to quote.","Invalid request for adding product to quote."
293
+ "Invalid value(s) for Qty to Ship","Invalid value(s) for Qty to Ship"
294
+ "Invoice","Invoice"
295
+ "Invoice #","Invoice #"
296
+ "Invoice # ","Invoice # "
297
+ "Invoice #%1$s | %2$s | %4$s (%3$s)","Invoice #%1$s | %2$s | %4$s (%3$s)"
298
+ "Invoice #%s","Invoice #%s"
299
+ "Invoice Comment Email Sender","Invoice Comment Email Sender"
300
+ "Invoice Comment Email Template","Invoice Comment Email Template"
301
+ "Invoice Comment Email Template for Guest","Invoice Comment Email Template for Guest"
302
+ "Invoice Comments","Invoice Comments"
303
+ "Invoice Date","Invoice Date"
304
+ "Invoice Email Sender","Invoice Email Sender"
305
+ "Invoice Email Template","Invoice Email Template"
306
+ "Invoice Email Template for Guest","Invoice Email Template for Guest"
307
+ "Invoice Update","Invoice Update"
308
+ "Invoice Update for Guest","Invoice Update for Guest"
309
+ "Invoice and Packing Slip Design","Invoice and Packing Slip Design"
310
+ "Invoice and Ship","Invoice and Ship"
311
+ "Invoice canceling problem.","Invoice canceling problem."
312
+ "Invoice cannot be canceled.","Invoice cannot be canceled."
313
+ "Invoice cannot be captured.","Invoice cannot be captured."
314
+ "Invoice cannot be voided.","Invoice cannot be voided."
315
+ "Invoice capturing problem.","Invoice capturing problem."
316
+ "Invoice void problem","Invoice void problem"
317
+ "Invoice will be created without communication with payment gateway.","Invoice will be created without communication with payment gateway."
318
+ "Invoiced","Invoiced"
319
+ "Invoices","Invoices"
320
+ "Is Closed","Is Closed"
321
+ "Item","Item"
322
+ "Item Status","Item Status"
323
+ "Item object is not specified.","Item object is not specified."
324
+ "Item options declaration error.","Item options declaration error."
325
+ "Item ordered qty","Item ordered qty"
326
+ "Item qty declaration error.","Item qty declaration error."
327
+ "Items","Items"
328
+ "Items Invoiced","Items Invoiced"
329
+ "Items Ordered","Items Ordered"
330
+ "Items Refunded","Items Refunded"
331
+ "Items Shipped","Items Shipped"
332
+ "Items in the Package","Items in the Package"
333
+ "Items maximum quantity or price do not allow checkout.","Items maximum quantity or price do not allow checkout."
334
+ "Items options declaration error.","Items options declaration error."
335
+ "Items to Refund","Items to Refund"
336
+ "Items to Ship","Items to Ship"
337
+ "Key","Key"
338
+ "Last Name","Last Name"
339
+ "Last Ordered Items","Last Ordered Items"
340
+ "Last status can\'t be unassigned from state.","Last status can\'t be unassigned from state."
341
+ "Length","Length"
342
+ "Link to the New Order","Link to the New Order"
343
+ "Link to the Previous Order","Link to the Previous Order"
344
+ "Logo for HTML Print View","Logo for HTML Print View"
345
+ "Logo for HTML documents only. If empty, default will be used.<br />(jpeg, gif, png)","Logo for HTML documents only. If empty, default will be used.<br />(jpeg, gif, png)"
346
+ "Logo for PDF Print-outs (200x50)","Logo for PDF Print-outs (200x50)"
347
+ "Make Check payable to:","Make Check payable to:"
348
+ "Manage","Manage"
349
+ "Maximum amount available to refund is %s","Maximum amount available to refund is %s"
350
+ "Maximum shipping amount allowed to refund is: %s","Maximum shipping amount allowed to refund is: %s"
351
+ "Message","Message"
352
+ "Message:","Message:"
353
+ "Minimum Amount","Minimum Amount"
354
+ "Minimum Order Amount","Minimum Order Amount"
355
+ "Mixed","Mixed"
356
+ "Most Viewed","Most Viewed"
357
+ "Most Viewed Products Report","Most Viewed Products Report"
358
+ "Move to Shopping Cart","Move to Shopping Cart"
359
+ "Move to Wishlist","Move to Wishlist"
360
+ "Multi-address Description Message","Multi-address Description Message"
361
+ "Multi-address Error to Show in Shopping Cart","Multi-address Error to Show in Shopping Cart"
362
+ "My Orders","My Orders"
363
+ "My Orders - Details","My Orders - Details"
364
+ "N/A","N/A"
365
+ "Name","Name"
366
+ "New","New"
367
+ "New Billing Agreement","New Billing Agreement"
368
+ "New Credit Memo","New Credit Memo"
369
+ "New Credit Memo for Guest","New Credit Memo for Guest"
370
+ "New Credit Memo for Invoice #%s","New Credit Memo for Invoice #%s"
371
+ "New Credit Memo for Order #%s","New Credit Memo for Order #%s"
372
+ "New Invoice","New Invoice"
373
+ "New Invoice and Shipment for Order #%s","New Invoice and Shipment for Order #%s"
374
+ "New Invoice for Guest","New Invoice for Guest"
375
+ "New Invoice for Order #%s","New Invoice for Order #%s"
376
+ "New Order","New Order"
377
+ "New Order Confirmation Email Sender","New Order Confirmation Email Sender"
378
+ "New Order Confirmation Template","New Order Confirmation Template"
379
+ "New Order Confirmation Template for Guest","New Order Confirmation Template for Guest"
380
+ "New Order RSS","New Order RSS"
381
+ "New Order Status","New Order Status"
382
+ "New Order for Guest","New Order for Guest"
383
+ "New Shipment","New Shipment"
384
+ "New Shipment for Guest","New Shipment for Guest"
385
+ "New Shipment for Order #%s","New Shipment for Order #%s"
386
+ "Newsletter Subscription","Newsletter Subscription"
387
+ "No","No"
388
+ "No Items","No Items"
389
+ "No Items To Refund","No Items To Refund"
390
+ "No Payment Methods","No Payment Methods"
391
+ "No detail for number ""%s""","No detail for number ""%s"""
392
+ "No information available.","No information available."
393
+ "No items","No items"
394
+ "No order(s) were put on hold.","No order(s) were put on hold."
395
+ "No order(s) were released from holding status.","No order(s) were released from holding status."
396
+ "No ordered items","No ordered items"
397
+ "No shipping information available","No shipping information available"
398
+ "Nominal Items","Nominal Items"
399
+ "Nominal item can be purchased standalone only. To proceed please remove other items from the quote.","Nominal item can be purchased standalone only. To proceed please remove other items from the quote."
400
+ "Nominal order registered.","Nominal order registered."
401
+ "Not Capture","Not Capture"
402
+ "Not Initialized","Not Initialized"
403
+ "Not Notified","Not Notified"
404
+ "Not enough valid data to save the parent transaction ID.","Not enough valid data to save the parent transaction ID."
405
+ "Notification Not Applicable","Notification Not Applicable"
406
+ "Notified","Notified"
407
+ "Notify Customer by Email","Notify Customer by Email"
408
+ "Number","Number"
409
+ "Number of Invoiced Orders","Number of Invoiced Orders"
410
+ "Number of Orders","Number of Orders"
411
+ "Number of Refunded Orders","Number of Refunded Orders"
412
+ "OK","OK"
413
+ "Offline Refunded","Offline Refunded"
414
+ "On Hold","On Hold"
415
+ "Online Refunded","Online Refunded"
416
+ "Order","Order"
417
+ "Order #","Order #"
418
+ "Order # ","Order # "
419
+ "Order # %s","Order # %s"
420
+ "Order # %s %s | %s","Order # %s %s | %s"
421
+ "Order #%s","Order #%s"
422
+ "Order #%s - %s","Order #%s - %s"
423
+ "Order API","Order API"
424
+ "Order Address Information","Order Address Information"
425
+ "Order Comment","Order Comment"
426
+ "Order Comment Email Sender","Order Comment Email Sender"
427
+ "Order Comment Email Template","Order Comment Email Template"
428
+ "Order Comment Email Template for Guest","Order Comment Email Template for Guest"
429
+ "Order Comments","Order Comments"
430
+ "Order Credit Memos","Order Credit Memos"
431
+ "Order Currency:","Order Currency:"
432
+ "Order Date","Order Date"
433
+ "Order Date (%s)","Order Date (%s)"
434
+ "Order Date: ","Order Date: "
435
+ "Order Date: %s","Order Date: %s"
436
+ "Order Details","Order Details"
437
+ "Order Grand Total","Order Grand Total"
438
+ "Order History","Order History"
439
+ "Order History Info","Order History Info"
440
+ "Order ID","Order ID"
441
+ "Order Information","Order Information"
442
+ "Order Invoices","Order Invoices"
443
+ "Order Shipments","Order Shipments"
444
+ "Order State","Order State"
445
+ "Order Status","Order Status"
446
+ "Order Status Information","Order Status Information"
447
+ "Order Statuses","Order Statuses"
448
+ "Order Subtotal","Order Subtotal"
449
+ "Order Taxes Report Grouped by Tax Rates","Order Taxes Report Grouped by Tax Rates"
450
+ "Order Total","Order Total"
451
+ "Order Totals","Order Totals"
452
+ "Order Update","Order Update"
453
+ "Order Update for Guest","Order Update for Guest"
454
+ "Order View","Order View"
455
+ "Order credit memo","Order credit memo"
456
+ "Order does not allow to be canceled.","Order does not allow to be canceled."
457
+ "Order invoice","Order invoice"
458
+ "Order is suspended as its authorizing amount %s is suspected to be fraudulent.","Order is suspended as its authorizing amount %s is suspected to be fraudulent."
459
+ "Order is suspended as its capture amount %s is suspected to be fraudulent.","Order is suspended as its capture amount %s is suspected to be fraudulent."
460
+ "Order object is not specified.","Order object is not specified."
461
+ "Order saving error: %s","Order saving error: %s"
462
+ "Order shipments","Order shipments"
463
+ "Order status does not exist.","Order status does not exist."
464
+ "Order status with the same status code already exist.","Order status with the same status code already exist."
465
+ "Order was placed using %s","Order was placed using %s"
466
+ "Ordered","Ordered"
467
+ "Ordered amount of %s.","Ordered amount of %s."
468
+ "Ordering amount of %s is pending approval on gateway.","Ordering amount of %s is pending approval on gateway."
469
+ "Orders","Orders"
470
+ "Orders and Returns","Orders and Returns"
471
+ "Orders and Returns Search Form","Orders and Returns Search Form"
472
+ "Original Price","Original Price"
473
+ "Original order item that recurring payment profile correspondss to.","Original order item that recurring payment profile correspondss to."
474
+ "PDF Credit Memos","PDF Credit Memos"
475
+ "PDF Invoices","PDF Invoices"
476
+ "PDF Packingslips","PDF Packingslips"
477
+ "PDF Print-outs","PDF Print-outs"
478
+ "PDF object is not specified.","PDF object is not specified."
479
+ "PDF page object is not specified.","PDF page object is not specified."
480
+ "PDF total model should extend Mage_Sales_Model_Order_Pdf_Total_Default","PDF total model should extend Mage_Sales_Model_Order_Pdf_Total_Default"
481
+ "Package","Package"
482
+ "Package types are disregarded for USPS domestic shipments.","Package types are disregarded for USPS domestic shipments."
483
+ "Packages","Packages"
484
+ "Packingslip # ","Packingslip # "
485
+ "Paid","Paid"
486
+ "Paid Amount","Paid Amount"
487
+ "Parent Transaction ID","Parent Transaction ID"
488
+ "Parent transaction ID must have a transaction ID.","Parent transaction ID must have a transaction ID."
489
+ "Partial","Partial"
490
+ "Payment Failed","Payment Failed"
491
+ "Payment Information","Payment Information"
492
+ "Payment Method","Payment Method"
493
+ "Payment Method Name","Payment Method Name"
494
+ "Payment Method:","Payment Method:"
495
+ "Payment Review","Payment Review"
496
+ "Payment disallow storing objects.","Payment disallow storing objects."
497
+ "Payment transactions disallow storing objects.","Payment transactions disallow storing objects."
498
+ "Payment type","Payment type"
499
+ "Payment update has been made.","Payment update has been made."
500
+ "Pending","Pending"
501
+ "Pending Payment","Pending Payment"
502
+ "Period","Period"
503
+ "Place Order Using Billing Agreements","Place Order Using Billing Agreements"
504
+ "Placed from IP","Placed from IP"
505
+ "Please Select Products to Add","Please Select Products to Add"
506
+ "Please Select a Customer","Please Select a Customer"
507
+ "Please Select a Store","Please Select a Store"
508
+ "Please check billing address information. %s","Please check billing address information. %s"
509
+ "Please check shipping address information. %s","Please check shipping address information. %s"
510
+ "Please define PDF object before using.","Please define PDF object before using."
511
+ "Please enter positive number in this field.","Please enter positive number in this field."
512
+ "Please select a valid payment method.","Please select a valid payment method."
513
+ "Please specify a shipping method.","Please specify a shipping method."
514
+ "Please specify a valid grid column alias name that exists in grid table.","Please specify a valid grid column alias name that exists in grid table."
515
+ "Price","Price"
516
+ "Print","Print"
517
+ "Print All","Print All"
518
+ "Print All Invoices","Print All Invoices"
519
+ "Print All Refunds","Print All Refunds"
520
+ "Print All Shipments","Print All Shipments"
521
+ "Print Credit Memos","Print Credit Memos"
522
+ "Print Invoice","Print Invoice"
523
+ "Print Invoices","Print Invoices"
524
+ "Print Order","Print Order"
525
+ "Print Order # %s","Print Order # %s"
526
+ "Print Packingslips","Print Packingslips"
527
+ "Print Refund","Print Refund"
528
+ "Print Shipment","Print Shipment"
529
+ "Print Shipping Label","Print Shipping Label"
530
+ "Print Shipping Labels","Print Shipping Labels"
531
+ "Processing","Processing"
532
+ "Product","Product"
533
+ "Product Name","Product Name"
534
+ "Products","Products"
535
+ "Products Bestsellers Report","Products Bestsellers Report"
536
+ "Products in Comparison List","Products in Comparison List"
537
+ "Products should be added to package(s)","Products should be added to package(s)"
538
+ "Profile #%s","Profile #%s"
539
+ "Profile Information","Profile Information"
540
+ "Profile State","Profile State"
541
+ "Profit","Profit"
542
+ "Promotion Coupons Usage Report","Promotion Coupons Usage Report"
543
+ "Proper payment object must be set.","Proper payment object must be set."
544
+ "Purchase Order Number:","Purchase Order Number:"
545
+ "Purchased From","Purchased From"
546
+ "Purchased From (Store)","Purchased From (Store)"
547
+ "Purchased Item","Purchased Item"
548
+ "Purchased On","Purchased On"
549
+ "Qty","Qty"
550
+ "Qty Invoiced","Qty Invoiced"
551
+ "Qty Ordered","Qty Ordered"
552
+ "Qty Shipped","Qty Shipped"
553
+ "Qty To Add","Qty To Add"
554
+ "Qty to Add","Qty to Add"
555
+ "Qty to Invoice","Qty to Invoice"
556
+ "Qty to Refund","Qty to Refund"
557
+ "Qty to Ship","Qty to Ship"
558
+ "Quantity Ordered","Quantity Ordered"
559
+ "Quote item id is not received.","Quote item id is not received."
560
+ "Quote item is not loaded.","Quote item is not loaded."
561
+ "Rate","Rate"
562
+ "Recent Orders","Recent Orders"
563
+ "Recently Compared Products","Recently Compared Products"
564
+ "Recently Viewed","Recently Viewed"
565
+ "Recently Viewed Products","Recently Viewed Products"
566
+ "Recurring Profile # %s","Recurring Profile # %s"
567
+ "Recurring Profile Initial Fee","Recurring Profile Initial Fee"
568
+ "Recurring Profiles","Recurring Profiles"
569
+ "Recurring Profiles (beta)","Recurring Profiles (beta)"
570
+ "Reference ID","Reference ID"
571
+ "Reference ID:","Reference ID:"
572
+ "Refresh","Refresh"
573
+ "Refund","Refund"
574
+ "Refund #","Refund #"
575
+ "Refund #%s","Refund #%s"
576
+ "Refund Amount","Refund Amount"
577
+ "Refund Offline","Refund Offline"
578
+ "Refund Shipping","Refund Shipping"
579
+ "Refund Shipping (Excl. Tax)","Refund Shipping (Excl. Tax)"
580
+ "Refund Shipping (Incl. Tax)","Refund Shipping (Incl. Tax)"
581
+ "Refund Totals","Refund Totals"
582
+ "Refunded","Refunded"
583
+ "Refunded amount of %s offline.","Refunded amount of %s offline."
584
+ "Refunded amount of %s online.","Refunded amount of %s online."
585
+ "Refunds","Refunds"
586
+ "Registered a Void notification.","Registered a Void notification."
587
+ "Registered notification about approved payment.","Registered notification about approved payment."
588
+ "Registered notification about captured amount of %s.","Registered notification about captured amount of %s."
589
+ "Registered notification about denied payment.","Registered notification about denied payment."
590
+ "Registered notification about refunded amount of %s.","Registered notification about refunded amount of %s."
591
+ "Registered update about approved payment.","Registered update about approved payment."
592
+ "Registered update about denied payment.","Registered update about denied payment."
593
+ "Regular Payment","Regular Payment"
594
+ "Related Orders","Related Orders"
595
+ "Remove","Remove"
596
+ "Remove Coupon Code","Remove Coupon Code"
597
+ "Remove tracking number","Remove tracking number"
598
+ "Reorder","Reorder"
599
+ "Retrieve credit memo info","Retrieve credit memo info"
600
+ "Retrieve credit memo information","Retrieve credit memo information"
601
+ "Retrieve credit memo list","Retrieve credit memo list"
602
+ "Retrieve invoice info","Retrieve invoice info"
603
+ "Retrieve invoice information","Retrieve invoice information"
604
+ "Retrieve list of credit memos by filters","Retrieve list of credit memos by filters"
605
+ "Retrieve list of invoices by filters","Retrieve list of invoices by filters"
606
+ "Retrieve list of orders by filters","Retrieve list of orders by filters"
607
+ "Retrieve list of shipments by filters","Retrieve list of shipments by filters"
608
+ "Retrieve order information","Retrieve order information"
609
+ "Retrieve orders info","Retrieve orders info"
610
+ "Retrieve shipment info","Retrieve shipment info"
611
+ "Retrieve shipment information","Retrieve shipment information"
612
+ "Return to Stock","Return to Stock"
613
+ "Returned","Returned"
614
+ "Returns","Returns"
615
+ "Revenue","Revenue"
616
+ "Row Subtotal","Row Subtotal"
617
+ "Row Total","Row Total"
618
+ "SKU","SKU"
619
+ "Sales","Sales"
620
+ "Sales Discount","Sales Discount"
621
+ "Sales Emails","Sales Emails"
622
+ "Sales Emails Section","Sales Emails Section"
623
+ "Sales Invoice Print View","Sales Invoice Print View"
624
+ "Sales Items","Sales Items"
625
+ "Sales Order Print View","Sales Order Print View"
626
+ "Sales Section","Sales Section"
627
+ "Sales Shipment Print View","Sales Shipment Print View"
628
+ "Sales Shipping","Sales Shipping"
629
+ "Sales Tax","Sales Tax"
630
+ "Sales Total","Sales Total"
631
+ "Same As Billing Address","Same As Billing Address"
632
+ "Save Order Address","Save Order Address"
633
+ "Save Status","Save Status"
634
+ "Save Status Assignment","Save Status Assignment"
635
+ "Save in address book","Save in address book"
636
+ "Schedule","Schedule"
637
+ "Select","Select"
638
+ "Select All","Select All"
639
+ "Select from existing customer addresses:","Select from existing customer addresses:"
640
+ "Selected option(s) or their combination is not currently available.","Selected option(s) or their combination is not currently available."
641
+ "Send Credit Memo Comment Email Copy To","Send Credit Memo Comment Email Copy To"
642
+ "Send Credit Memo Comments Email Copy Method","Send Credit Memo Comments Email Copy Method"
643
+ "Send Credit Memo Email Copy Method","Send Credit Memo Email Copy Method"
644
+ "Send Credit Memo Email Copy To","Send Credit Memo Email Copy To"
645
+ "Send Email","Send Email"
646
+ "Send Invoice Comment Email Copy To","Send Invoice Comment Email Copy To"
647
+ "Send Invoice Comments Email Copy Method","Send Invoice Comments Email Copy Method"
648
+ "Send Invoice Email Copy Method","Send Invoice Email Copy Method"
649
+ "Send Invoice Email Copy To","Send Invoice Email Copy To"
650
+ "Send Order Comment Email Copy To","Send Order Comment Email Copy To"
651
+ "Send Order Comments Email Copy Method","Send Order Comments Email Copy Method"
652
+ "Send Order Email","Send Order Email"
653
+ "Send Order Email Copy Method","Send Order Email Copy Method"
654
+ "Send Order Email Copy To","Send Order Email Copy To"
655
+ "Send Sales Emails","Send Sales Emails"
656
+ "Send Shipment Comment Email Copy To","Send Shipment Comment Email Copy To"
657
+ "Send Shipment Comments Email Copy Method","Send Shipment Comments Email Copy Method"
658
+ "Send Shipment Email Copy Method","Send Shipment Email Copy Method"
659
+ "Send Shipment Email Copy To","Send Shipment Email Copy To"
660
+ "Send Tracking Information","Send Tracking Information"
661
+ "Send shipment info","Send shipment info"
662
+ "Set order for existing transactions not allowed","Set order for existing transactions not allowed"
663
+ "Ship","Ship"
664
+ "Ship To","Ship To"
665
+ "Ship to Name","Ship to Name"
666
+ "Ship to:","Ship to:"
667
+ "Shipment","Shipment"
668
+ "Shipment #","Shipment #"
669
+ "Shipment #%1$s | %3$s (%2$s)","Shipment #%1$s | %3$s (%2$s)"
670
+ "Shipment #%s","Shipment #%s"
671
+ "Shipment Comment Email Sender","Shipment Comment Email Sender"
672
+ "Shipment Comment Email Template","Shipment Comment Email Template"
673
+ "Shipment Comment Email Template for Guest","Shipment Comment Email Template for Guest"
674
+ "Shipment Comments","Shipment Comments"
675
+ "Shipment Email Sender","Shipment Email Sender"
676
+ "Shipment Email Template","Shipment Email Template"
677
+ "Shipment Email Template for Guest","Shipment Email Template for Guest"
678
+ "Shipment Update","Shipment Update"
679
+ "Shipment Update for Guest","Shipment Update for Guest"
680
+ "Shipments","Shipments"
681
+ "Shipped","Shipped"
682
+ "Shipped By","Shipped By"
683
+ "Shipping","Shipping"
684
+ "Shipping & Handling","Shipping & Handling"
685
+ "Shipping &amp; Handling","Shipping &amp; Handling"
686
+ "Shipping &amp; Handling Information","Shipping &amp; Handling Information"
687
+ "Shipping Address","Shipping Address"
688
+ "Shipping Amount","Shipping Amount"
689
+ "Shipping Information","Shipping Information"
690
+ "Shipping Method","Shipping Method"
691
+ "Shipping Method:","Shipping Method:"
692
+ "Shipping Refund","Shipping Refund"
693
+ "Shipping and Tracking Information","Shipping and Tracking Information"
694
+ "Shopping Cart","Shopping Cart"
695
+ "Show Packages","Show Packages"
696
+ "Signature Confirmation","Signature Confirmation"
697
+ "Signed Up From","Signed Up From"
698
+ "Size","Size"
699
+ "Sku","Sku"
700
+ "Sold to:","Sold to:"
701
+ "Some item options or their combination are not currently available.","Some item options or their combination are not currently available."
702
+ "Some of the products below do not have all the required options.","Some of the products below do not have all the required options."
703
+ "Some of the selected options are not currently available.","Some of the selected options are not currently available."
704
+ "Sorry, no quotes are available for this order at this time.","Sorry, no quotes are available for this order at this time."
705
+ "Source object is not specified.","Source object is not specified."
706
+ "Specified profile does not exist.","Specified profile does not exist."
707
+ "State Code [State Title]","State Code [State Title]"
708
+ "State/Province","State/Province"
709
+ "Status","Status"
710
+ "Status Code","Status Code"
711
+ "Status Label","Status Label"
712
+ "Status:","Status:"
713
+ "Store Credit","Store Credit"
714
+ "Store View Specific Labels","Store View Specific Labels"
715
+ "Street Address","Street Address"
716
+ "Submit Comment","Submit Comment"
717
+ "Submit Credit Memo","Submit Credit Memo"
718
+ "Submit Invoice","Submit Invoice"
719
+ "Submit Invoice and Shipment","Submit Invoice and Shipment"
720
+ "Submit Order","Submit Order"
721
+ "Submit Shipment","Submit Shipment"
722
+ "Subscribe to Newsletter","Subscribe to Newsletter"
723
+ "Subscribe to Order Status","Subscribe to Order Status"
724
+ "Subtotal","Subtotal"
725
+ "Subtotal after discount.","Subtotal after discount."
726
+ "Subtotal:","Subtotal:"
727
+ "Suspected Fraud","Suspected Fraud"
728
+ "Suspend","Suspend"
729
+ "Suspended","Suspended"
730
+ "Tax","Tax"
731
+ "Tax Amount","Tax Amount"
732
+ "Tax Percent","Tax Percent"
733
+ "Telephone","Telephone"
734
+ "The Order State ""%s"" must not be set manually.","The Order State ""%s"" must not be set manually."
735
+ "The address total model should be extended from Mage_Sales_Model_Quote_Address_Total_Abstract.","The address total model should be extended from Mage_Sales_Model_Quote_Address_Total_Abstract."
736
+ "The billing agreement ""%s"" has been canceled.","The billing agreement ""%s"" has been canceled."
737
+ "The billing agreement ""%s"" has been created.","The billing agreement ""%s"" has been created."
738
+ "The coupon code has been accepted.","The coupon code has been accepted."
739
+ "The message has been sent.","The message has been sent."
740
+ "The message was sent.","The message was sent."
741
+ "The order address has been updated.","The order address has been updated."
742
+ "The order email has been sent.","The order email has been sent."
743
+ "The order has been cancelled.","The order has been cancelled."
744
+ "The order has been created.","The order has been created."
745
+ "The order has been put on hold.","The order has been put on hold."
746
+ "The order has been released from holding status.","The order has been released from holding status."
747
+ "The order has not been cancelled.","The order has not been cancelled."
748
+ "The order status has been assigned.","The order status has been assigned."
749
+ "The order status has been saved.","The order status has been saved."
750
+ "The order status has been unassigned.","The order status has been unassigned."
751
+ "The order was not put on hold.","The order was not put on hold."
752
+ "The order was not unheld.","The order was not unheld."
753
+ "The order was placed using %s","The order was placed using %s"
754
+ "The order(s) cannot be canceled","The order(s) cannot be canceled"
755
+ "The payment has been accepted.","The payment has been accepted."
756
+ "The payment has been denied.","The payment has been denied."
757
+ "The payment has been voided.","The payment has been voided."
758
+ "The profile has been updated.","The profile has been updated."
759
+ "The profile has no changes.","The profile has no changes."
760
+ "The profile state has been updated.","The profile state has been updated."
761
+ "The quantity you want to add exceeds the total shipped quantity for some of selected Product(s)","The quantity you want to add exceeds the total shipped quantity for some of selected Product(s)"
762
+ "The requested Payment Method is not available.","The requested Payment Method is not available."
763
+ "The shipping label has been created.","The shipping label has been created."
764
+ "The transaction ""%s"" (%s) is already closed.","The transaction ""%s"" (%s) is already closed."
765
+ "The transaction ""%s"" cannot be captured yet.","The transaction ""%s"" cannot be captured yet."
766
+ "The value that you entered is not valid.","The value that you entered is not valid."
767
+ "There are no billing agreements yet.","There are no billing agreements yet."
768
+ "There are no printable documents related to selected orders.","There are no printable documents related to selected orders."
769
+ "There are no shipping labels related to selected orders.","There are no shipping labels related to selected orders."
770
+ "There are no shipping labels related to selected shipments.","There are no shipping labels related to selected shipments."
771
+ "There is no need to approve this payment.","There is no need to approve this payment."
772
+ "There is no need to deny this payment.","There is no need to deny this payment."
773
+ "There is no update for the payment.","There is no update for the payment."
774
+ "This message will be shown in shopping cart when subtotal after discount less than minimum amount.","This message will be shown in shopping cart when subtotal after discount less than minimum amount."
775
+ "This operation requires an existing transaction object.","This operation requires an existing transaction object."
776
+ "This order contains (%s) items and therefore cannot be edited through the admin interface at this time, if you wish to continue editing the (%s) items will be removed, the order will be canceled and a new order will be placed.","This order contains (%s) items and therefore cannot be edited through the admin interface at this time, if you wish to continue editing the (%s) items will be removed, the order will be canceled and a new order will be placed."
777
+ "This order no longer exists.","This order no longer exists."
778
+ "This product does not have any configurable options","This product does not have any configurable options"
779
+ "This profile state cannot be changed to ""%s"".","This profile state cannot be changed to ""%s""."
780
+ "This will create an offline refund. To create an online refund, open an invoice and create credit memo for it. Do you wish to proceed?","This will create an offline refund. To create an online refund, open an invoice and create credit memo for it. Do you wish to proceed?"
781
+ "Tier Pricing","Tier Pricing"
782
+ "Title","Title"
783
+ "To","To"
784
+ "To Name","To Name"
785
+ "To:","To:"
786
+ "Total","Total"
787
+ "Total %d product(s)","Total %d product(s)"
788
+ "Total (ex)","Total (ex)"
789
+ "Total (inc)","Total (inc)"
790
+ "Total Due","Total Due"
791
+ "Total Invoiced","Total Invoiced"
792
+ "Total Invoiced Paid","Total Invoiced Paid"
793
+ "Total Invoiced VS Paid Report","Total Invoiced VS Paid Report"
794
+ "Total Invoiced not Paid","Total Invoiced not Paid"
795
+ "Total Ordered Report","Total Ordered Report"
796
+ "Total Paid","Total Paid"
797
+ "Total Qty","Total Qty"
798
+ "Total Refund","Total Refund"
799
+ "Total Refunded","Total Refunded"
800
+ "Total Refunded Report","Total Refunded Report"
801
+ "Total Sales Shipping","Total Sales Shipping"
802
+ "Total Shipped Report","Total Shipped Report"
803
+ "Total Shipping","Total Shipping"
804
+ "Total Shipping Charges","Total Shipping Charges"
805
+ "Total Tax","Total Tax"
806
+ "Total Weight","Total Weight"
807
+ "Total model should be extended from Mage_Sales_Model_Order_Total_Abstract.","Total model should be extended from Mage_Sales_Model_Order_Total_Abstract."
808
+ "Track Order","Track Order"
809
+ "Track all shipment(s)","Track all shipment(s)"
810
+ "Track all shipments","Track all shipments"
811
+ "Track this shipment","Track this shipment"
812
+ "Track your order","Track your order"
813
+ "Tracking","Tracking"
814
+ "Tracking Number","Tracking Number"
815
+ "Tracking Number(s):","Tracking Number(s):"
816
+ "Transaction ""%s"" was already processed.","Transaction ""%s"" was already processed."
817
+ "Transaction # %s | %s","Transaction # %s | %s"
818
+ "Transaction ID","Transaction ID"
819
+ "Transaction ID must not be empty.","Transaction ID must not be empty."
820
+ "Transaction ID: ""%s"".","Transaction ID: ""%s""."
821
+ "Transaction Type","Transaction Type"
822
+ "Transactions","Transactions"
823
+ "Trial ","Trial "
824
+ "Trial Payment","Trial Payment"
825
+ "Trial Period","Trial Period"
826
+ "Trial period payment","Trial period payment"
827
+ "Type","Type"
828
+ "Unassign","Unassign"
829
+ "Unhold","Unhold"
830
+ "Unhold action is not available.","Unhold action is not available."
831
+ "Unhold order","Unhold order"
832
+ "Unknown State","Unknown State"
833
+ "Unknown Status","Unknown Status"
834
+ "Unsupported transaction type ""%s"".","Unsupported transaction type ""%s""."
835
+ "Update Changes","Update Changes"
836
+ "Update Items and Qty\'s","Update Items and Qty\'s"
837
+ "Update Qty\'s","Update Qty\'s"
838
+ "Updated At","Updated At"
839
+ "Updated:","Updated:"
840
+ "Use Aggregated Data (beta)","Use Aggregated Data (beta)"
841
+ "Use Order Status As Default","Use Order Status As Default"
842
+ "Validate Each Address Separately in Multi-address Checkout","Validate Each Address Separately in Multi-address Checkout"
843
+ "Value","Value"
844
+ "View","View"
845
+ "View All","View All"
846
+ "View Another Order","View Another Order"
847
+ "View Order","View Order"
848
+ "Visible on Frontend","Visible on Frontend"
849
+ "Void","Void"
850
+ "Void invoice","Void invoice"
851
+ "Voided authorization.","Voided authorization."
852
+ "Website","Website"
853
+ "Weight","Weight"
854
+ "Whether buyer can define the date when billing for the profile begins.","Whether buyer can define the date when billing for the profile begins."
855
+ "Width","Width"
856
+ "Wishlist","Wishlist"
857
+ "Wrong billing agreement ID specified.","Wrong billing agreement ID specified."
858
+ "Wrong quote item id to update configuration.","Wrong quote item id to update configuration."
859
+ "Wrong state: ""%s"".","Wrong state: ""%s""."
860
+ "Yes","Yes"
861
+ "You can leave a box blank if you don\'t wish to add a gift message for whole order","You can leave a box blank if you don\'t wish to add a gift message for whole order"
862
+ "You don\'t have permissions to manage this order because of one or more products are not permitted for your website.","You don\'t have permissions to manage this order because of one or more products are not permitted for your website."
863
+ "You have placed no orders.","You have placed no orders."
864
+ "You will be redirected to the payment system website.","You will be redirected to the payment system website."
865
+ "Your credit card will be charged for","Your credit card will be charged for"
866
+ "ZIP/Post Code","ZIP/Post Code"
867
+ "Zip/Postal Code","Zip/Postal Code"
868
+ "cm","cm"
869
+ "in","in"
870
+ "kg","kg"
871
+ "lb","lb"
872
+ "the credit memo email is not sent","the credit memo email is not sent"
873
+ "the credit memo email was sent","the credit memo email was sent"
874
+ "the invoice email is not sent","the invoice email is not sent"
875
+ "the invoice email was sent","the invoice email was sent"
876
+ "the order confirmation email is not sent","the order confirmation email is not sent"
877
+ "the order confirmation email was sent","the order confirmation email was sent"
878
+ "the shipment email is not sent","the shipment email is not sent"
879
+ "the shipment email was sent","the shipment email was sent"
app/locale/en_US/Mage_SalesRule.csv ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "%d Shopping Cart Price Rules based on ""%s"" attribute have been disabled.","%d Shopping Cart Price Rules based on ""%s"" attribute have been disabled."
2
+ "%s Coupon(s) have been generated","%s Coupon(s) have been generated"
3
+ "Actions","Actions"
4
+ "Active","Active"
5
+ "Add New Rule","Add New Rule"
6
+ "Alphabetical","Alphabetical"
7
+ "Alphanumeric","Alphanumeric"
8
+ "An error occurred while generating coupons. Please review the log and try again.","An error occurred while generating coupons. Please review the log and try again."
9
+ "Apply","Apply"
10
+ "Apply To","Apply To"
11
+ "Apply the rule only if the following conditions are met (leave blank for all products)","Apply the rule only if the following conditions are met (leave blank for all products)"
12
+ "Apply the rule only to cart items matching the following conditions (leave blank for all items)","Apply the rule only to cart items matching the following conditions (leave blank for all items)"
13
+ "Apply the rule to cart items matching the following conditions","Apply the rule to cart items matching the following conditions"
14
+ "Apply to Shipping Amount","Apply to Shipping Amount"
15
+ "Are you sure you want to delete the selected coupon(s)?","Are you sure you want to delete the selected coupon(s)?"
16
+ "Auto","Auto"
17
+ "Auto Generated Specific Coupon Codes","Auto Generated Specific Coupon Codes"
18
+ "Buy X get Y free (discount amount is Y)","Buy X get Y free (discount amount is Y)"
19
+ "By Fixed value","By Fixed value"
20
+ "By Percentage","By Percentage"
21
+ "Can\'t acquire coupon.","Can\'t acquire coupon."
22
+ "Cart Attribute","Cart Attribute"
23
+ "Catalog","Catalog"
24
+ "Code Format","Code Format"
25
+ "Code Length","Code Length"
26
+ "Code Prefix","Code Prefix"
27
+ "Code Suffix","Code Suffix"
28
+ "Conditions","Conditions"
29
+ "Conditions combination","Conditions combination"
30
+ "Coupon","Coupon"
31
+ "Coupon Code","Coupon Code"
32
+ "Coupon Qty","Coupon Qty"
33
+ "Coupon with the same code","Coupon with the same code"
34
+ "Coupons Information","Coupons Information"
35
+ "Created On","Created On"
36
+ "Customer Groups","Customer Groups"
37
+ "Dash Every X Characters","Dash Every X Characters"
38
+ "Date Expire","Date Expire"
39
+ "Date Start","Date Start"
40
+ "Default Label","Default Label"
41
+ "Default Rule Label for All Store Views","Default Rule Label for All Store Views"
42
+ "Description","Description"
43
+ "Discount Amount","Discount Amount"
44
+ "Discount Qty Step (Buy X)","Discount Qty Step (Buy X)"
45
+ "Edit Rule","Edit Rule"
46
+ "Edit Rule '%s'","Edit Rule '%s'"
47
+ "Excluding prefix, suffix and separators.","Excluding prefix, suffix and separators."
48
+ "FOUND","FOUND"
49
+ "Fixed amount discount","Fixed amount discount"
50
+ "Fixed amount discount for whole cart","Fixed amount discount for whole cart"
51
+ "For matching items only","For matching items only"
52
+ "For shipment with matching items","For shipment with matching items"
53
+ "Free Shipping","Free Shipping"
54
+ "From Date","From Date"
55
+ "General Information","General Information"
56
+ "Generate","Generate"
57
+ "ID","ID"
58
+ "If %s %s %s for a subselection of items in cart matching %s of these conditions:","If %s %s %s for a subselection of items in cart matching %s of these conditions:"
59
+ "If an item is %s in the cart with %s of these conditions true:","If an item is %s in the cart with %s of these conditions true:"
60
+ "If empty no separation.","If empty no separation."
61
+ "If you select and save the rule you will be able to generate multiple coupon codes.","If you select and save the rule you will be able to generate multiple coupon codes."
62
+ "Inactive","Inactive"
63
+ "Item totals are not set for rule.","Item totals are not set for rule."
64
+ "Labels","Labels"
65
+ "Manage Coupon Codes","Manage Coupon Codes"
66
+ "Maximum Qty Discount is Applied To","Maximum Qty Discount is Applied To"
67
+ "NOT FOUND","NOT FOUND"
68
+ "NOT LOGGED IN","NOT LOGGED IN"
69
+ "New Rule","New Rule"
70
+ "No","No"
71
+ "No Coupon","No Coupon"
72
+ "Not valid data provided","Not valid data provided"
73
+ "Number of Uses","Number of Uses"
74
+ "Numeric","Numeric"
75
+ "Payment Method","Payment Method"
76
+ "Percent of product price discount","Percent of product price discount"
77
+ "Period","Period"
78
+ "Price in cart","Price in cart"
79
+ "Priority","Priority"
80
+ "Product attribute combination","Product attribute combination"
81
+ "Products subselection","Products subselection"
82
+ "Promotions","Promotions"
83
+ "Public In RSS Feed","Public In RSS Feed"
84
+ "Quantity in cart","Quantity in cart"
85
+ "Row total in cart","Row total in cart"
86
+ "Rule Information","Rule Information"
87
+ "Rule Name","Rule Name"
88
+ "Rule is not defined","Rule is not defined"
89
+ "Sales Discount Amount","Sales Discount Amount"
90
+ "Sales Subtotal Amount","Sales Subtotal Amount"
91
+ "Sales Total Amount","Sales Total Amount"
92
+ "Save and Continue Edit","Save and Continue Edit"
93
+ "Shipping Country","Shipping Country"
94
+ "Shipping Method","Shipping Method"
95
+ "Shipping Postcode","Shipping Postcode"
96
+ "Shipping Region","Shipping Region"
97
+ "Shipping State/Province","Shipping State/Province"
98
+ "Shopping Cart Price Rule","Shopping Cart Price Rule"
99
+ "Shopping Cart Price Rules","Shopping Cart Price Rules"
100
+ "Special Price","Special Price"
101
+ "Specific Coupon","Specific Coupon"
102
+ "Status","Status"
103
+ "Stop Further Rules Processing","Stop Further Rules Processing"
104
+ "Store View Specific Labels","Store View Specific Labels"
105
+ "Subtotal","Subtotal"
106
+ "Subtotal Amount","Subtotal Amount"
107
+ "The rule has been deleted.","The rule has been deleted."
108
+ "The rule has been saved.","The rule has been saved."
109
+ "This rule no longer exists.","This rule no longer exists."
110
+ "Times Used","Times Used"
111
+ "To Date","To Date"
112
+ "To Fixed Value","To Fixed Value"
113
+ "To Percentage","To Percentage"
114
+ "Total","Total"
115
+ "Total Amount","Total Amount"
116
+ "Total Items Quantity","Total Items Quantity"
117
+ "Total Weight","Total Weight"
118
+ "Unable to create requested Coupon Qty. Please check settings and try again.","Unable to create requested Coupon Qty. Please check settings and try again."
119
+ "Unable to find a rule to delete.","Unable to find a rule to delete."
120
+ "Update prices using the following information","Update prices using the following information"
121
+ "Update product's %s %s: %s","Update product's %s %s: %s"
122
+ "Update the Product","Update the Product"
123
+ "Use Auto Generation","Use Auto Generation"
124
+ "Used","Used"
125
+ "Uses per Coupon","Uses per Coupon"
126
+ "Uses per Customer","Uses per Customer"
127
+ "Website","Website"
128
+ "Websites","Websites"
129
+ "Wrong rule specified.","Wrong rule specified."
130
+ "Yes","Yes"
131
+ "total amount","total amount"
132
+ "total quantity","total quantity"
app/locale/en_US/Mage_Sendfriend.csv ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "Add Recipient","Add Recipient"
2
+ "Allow for Guests","Allow for Guests"
3
+ "An invalid email address for recipient was entered.","An invalid email address for recipient was entered."
4
+ "At least one recipient must be specified.","At least one recipient must be specified."
5
+ "Back","Back"
6
+ "Catalog Product Email to a Friend","Catalog Product Email to a Friend"
7
+ "Email Address","Email Address"
8
+ "Email Address:","Email Address:"
9
+ "Email Templates","Email Templates"
10
+ "Email to a Friend","Email to a Friend"
11
+ "Email:","Email:"
12
+ "Enabled","Enabled"
13
+ "Invalid Sender Information","Invalid Sender Information"
14
+ "Invalid sender email.","Invalid sender email."
15
+ "Limit Sending By","Limit Sending By"
16
+ "Max Products Sent in 1 Hour","Max Products Sent in 1 Hour"
17
+ "Max Recipients","Max Recipients"
18
+ "Maximum %d email addresses allowed.","Maximum %d email addresses allowed."
19
+ "Message:","Message:"
20
+ "Name","Name"
21
+ "Name:","Name:"
22
+ "No more than %d emails can be sent at a time.","No more than %d emails can be sent at a time."
23
+ "Please define a correct Cookie instance.","Please define a correct Cookie instance."
24
+ "Please define a correct Product instance.","Please define a correct Product instance."
25
+ "Please define the correct Sender information.","Please define the correct Sender information."
26
+ "Recipient:","Recipient:"
27
+ "Remove Email","Remove Email"
28
+ "Select Email Template","Select Email Template"
29
+ "Send Email","Send Email"
30
+ "Send product to a friend","Send product to a friend"
31
+ "Sender:","Sender:"
32
+ "Some emails were not sent.","Some emails were not sent."
33
+ "The link to a friend was sent.","The link to a friend was sent."
34
+ "The message cannot be empty.","The message cannot be empty."
35
+ "The messages cannot be sent more than %d times in an hour","The messages cannot be sent more than %d times in an hour"
36
+ "The sender name cannot be empty.","The sender name cannot be empty."
37
+ "There were some problems with the data.","There were some problems with the data."
38
+ "You have exceeded limit of %d sends in an hour","You have exceeded limit of %d sends in an hour"
app/locale/en_US/Mage_Shipping.csv ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ " for more information or "," for more information or "
2
+ "# of Items (and above)","# of Items (and above)"
3
+ "# of Items vs. Destination","# of Items vs. Destination"
4
+ "Allow Shipping to Multiple Addresses","Allow Shipping to Multiple Addresses"
5
+ "An error occurred while import table rates.","An error occurred while import table rates."
6
+ "Calculate Handling Fee","Calculate Handling Fee"
7
+ "Carrier:","Carrier:"
8
+ "City","City"
9
+ "Close Window","Close Window"
10
+ "Condition","Condition"
11
+ "Country","Country"
12
+ "Date","Date"
13
+ "Delivered on:","Delivered on:"
14
+ "Delivered to:","Delivered to:"
15
+ "Description","Description"
16
+ "Displayed Error Message","Displayed Error Message"
17
+ "Divide to equal weight (one request)","Divide to equal weight (one request)"
18
+ "Duplicate Row #%s (Country ""%s"", Region/State ""%s"", Zip ""%s"" and Value ""%s"").","Duplicate Row #%s (Country ""%s"", Region/State ""%s"", Zip ""%s"" and Value ""%s"")."
19
+ "Enabled","Enabled"
20
+ "Error:","Error:"
21
+ "Export","Export"
22
+ "File has not been imported. See the following list of errors: %s","File has not been imported. See the following list of errors: %s"
23
+ "Fixed","Fixed"
24
+ "Flat Rate","Flat Rate"
25
+ "Free Shipping","Free Shipping"
26
+ "Google Sitemap Section","Google Sitemap Section"
27
+ "Handling Fee","Handling Fee"
28
+ "Import","Import"
29
+ "Include Virtual Products in Price Calculation","Include Virtual Products in Price Calculation"
30
+ "Info:","Info:"
31
+ "Invalid %s ""%s"" in the Row #%s.","Invalid %s ""%s"" in the Row #%s."
32
+ "Invalid Country ""%s"" in the Row #%s.","Invalid Country ""%s"" in the Row #%s."
33
+ "Invalid Region/State ""%s"" in the Row #%s.","Invalid Region/State ""%s"" in the Row #%s."
34
+ "Invalid Shipping Price ""%s"" in the Row #%s.","Invalid Shipping Price ""%s"" in the Row #%s."
35
+ "Invalid Table Rate code for type %s: %s","Invalid Table Rate code for type %s: %s"
36
+ "Invalid Table Rate code type: %s","Invalid Table Rate code type: %s"
37
+ "Invalid Table Rates File Format","Invalid Table Rates File Format"
38
+ "Invalid Table Rates format in the Row #%s","Invalid Table Rates format in the Row #%s"
39
+ "Local Time","Local Time"
40
+ "Location","Location"
41
+ "Maximum Qty Allowed for Shipping to Multiple Addresses","Maximum Qty Allowed for Shipping to Multiple Addresses"
42
+ "Method Name","Method Name"
43
+ "Minimum Order Amount","Minimum Order Amount"
44
+ "N/A","N/A"
45
+ "None","None"
46
+ "Options","Options"
47
+ "Order Subtotal (and above)","Order Subtotal (and above)"
48
+ "Origin","Origin"
49
+ "Per Order","Per Order"
50
+ "Per Package","Per Package"
51
+ "Percent","Percent"
52
+ "Price","Price"
53
+ "Price vs. Destination","Price vs. Destination"
54
+ "Region/State","Region/State"
55
+ "Service Type:","Service Type:"
56
+ "Ship to Applicable Countries","Ship to Applicable Countries"
57
+ "Ship to Specific Countries","Ship to Specific Countries"
58
+ "Shipment #","Shipment #"
59
+ "Shipment Tracking Popup","Shipment Tracking Popup"
60
+ "Shipped or billed on:","Shipped or billed on:"
61
+ "Shipping Methods","Shipping Methods"
62
+ "Shipping Methods Section","Shipping Methods Section"
63
+ "Shipping Settings","Shipping Settings"
64
+ "Shipping Settings Section","Shipping Settings Section"
65
+ "Show Method if Not Applicable","Show Method if Not Applicable"
66
+ "Signed by:","Signed by:"
67
+ "Sort Order","Sort Order"
68
+ "Status:","Status:"
69
+ "Store Pickup","Store Pickup"
70
+ "Street Address","Street Address"
71
+ "Street Address Line 2","Street Address Line 2"
72
+ "Table Rates","Table Rates"
73
+ "The shipping module is not available for selected delivery country.","The shipping module is not available for selected delivery country."
74
+ "The shipping module is not available.","The shipping module is not available."
75
+ "There is no tracking available for this shipment.","There is no tracking available for this shipment."
76
+ "There is no tracking available.","There is no tracking available."
77
+ "This shipping method is currently unavailable. If you would like to ship using this shipping method, please contact us.","This shipping method is currently unavailable. If you would like to ship using this shipping method, please contact us."
78
+ "This shipping method is not available, please specify ZIP-code","This shipping method is not available, please specify ZIP-code"
79
+ "Title","Title"
80
+ "Track:","Track:"
81
+ "Tracking Information","Tracking Information"
82
+ "Tracking Number:","Tracking Number:"
83
+ "Tracking information is currently not available. Please ","Tracking information is currently not available. Please "
84
+ "Tracking information is currently unavailable.","Tracking information is currently unavailable."
85
+ "Type","Type"
86
+ "Use origin weight (few requests)","Use origin weight (few requests)"
87
+ "Weight (and above)","Weight (and above)"
88
+ "Weight vs. Destination","Weight vs. Destination"
89
+ "Weight:","Weight:"
90
+ "ZIP/Postal Code","ZIP/Postal Code"
91
+ "contact us","contact us"
92
+ "email us at ","email us at "
app/locale/en_US/Mage_Sitemap.csv ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "Action","Action"
2
+ "Add Sitemap","Add Sitemap"
3
+ "Always","Always"
4
+ "CMS Pages Options","CMS Pages Options"
5
+ "Categories Options","Categories Options"
6
+ "Daily","Daily"
7
+ "Edit Sitemap","Edit Sitemap"
8
+ "Enabled","Enabled"
9
+ "Error Email Recipient","Error Email Recipient"
10
+ "Error Email Sender","Error Email Sender"
11
+ "Error Email Template","Error Email Template"
12
+ "File ""%s"" cannot be saved. Please, make sure the directory ""%s"" is writeable by web server.","File ""%s"" cannot be saved. Please, make sure the directory ""%s"" is writeable by web server."
13
+ "Filename","Filename"
14
+ "Frequency","Frequency"
15
+ "Generate","Generate"
16
+ "Generation Settings","Generation Settings"
17
+ "Google Sitemap","Google Sitemap"
18
+ "Hourly","Hourly"
19
+ "ID","ID"
20
+ "Last Time Generated","Last Time Generated"
21
+ "Link for Google","Link for Google"
22
+ "Monthly","Monthly"
23
+ "Never","Never"
24
+ "New Sitemap","New Sitemap"
25
+ "Path","Path"
26
+ "Please create the specified folder ""%s"" before saving the sitemap.","Please create the specified folder ""%s"" before saving the sitemap."
27
+ "Please define correct path","Please define correct path"
28
+ "Please make sure that ""%s"" is writable by web-server.","Please make sure that ""%s"" is writable by web-server."
29
+ "Please use only letters (a-z or A-Z), numbers (0-9) or underscore (_) in the filename. No spaces or other characters are allowed.","Please use only letters (a-z or A-Z), numbers (0-9) or underscore (_) in the filename. No spaces or other characters are allowed."
30
+ "Priority","Priority"
31
+ "Products Options","Products Options"
32
+ "Sitemap","Sitemap"
33
+ "Sitemap generate Warnings","Sitemap generate Warnings"
34
+ "Start Time","Start Time"
35
+ "Store View","Store View"
36
+ "The priority must be between 0 and 1.","The priority must be between 0 and 1."
37
+ "The sitemap ""%s"" has been generated.","The sitemap ""%s"" has been generated."
38
+ "The sitemap has been deleted.","The sitemap has been deleted."
39
+ "The sitemap has been saved.","The sitemap has been saved."
40
+ "This sitemap no longer exists.","This sitemap no longer exists."
41
+ "Unable to find a sitemap to delete.","Unable to find a sitemap to delete."
42
+ "Unable to find a sitemap to generate.","Unable to find a sitemap to generate."
43
+ "Unable to generate the sitemap.","Unable to generate the sitemap."
44
+ "Valid values range: from 0.0 to 1.0.","Valid values range: from 0.0 to 1.0."
45
+ "Weekly","Weekly"
46
+ "Yearly","Yearly"
app/locale/en_US/Mage_Tag.csv ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "# of Uses","# of Uses"
2
+ "%s tag(s) have been accepted for moderation.","%s tag(s) have been accepted for moderation."
3
+ "<strong>Tag Name:</strong> %s","<strong>Tag Name:</strong> %s"
4
+ "Action","Action"
5
+ "Add","Add"
6
+ "Add New Tag","Add New Tag"
7
+ "Add Tags","Add Tags"
8
+ "Add Your Tags:","Add Your Tags:"
9
+ "Add tag(s) to product","Add tag(s) to product"
10
+ "Add to Cart","Add to Cart"
11
+ "Add to Wishlist","Add to Wishlist"
12
+ "All Tags","All Tags"
13
+ "Approved","Approved"
14
+ "Are you sure you want to delete this tag?","Are you sure you want to delete this tag?"
15
+ "Are you sure you want to do this?","Are you sure you want to do this?"
16
+ "Are you sure?","Are you sure?"
17
+ "Back","Back"
18
+ "Back to Tags List","Back to Tags List"
19
+ "Base Popularity","Base Popularity"
20
+ "Block Information","Block Information"
21
+ "CSV","CSV"
22
+ "Catalog Product View","Catalog Product View"
23
+ "Change status","Change status"
24
+ "Click on a tag to view your corresponding products.","Click on a tag to view your corresponding products."
25
+ "Country","Country"
26
+ "Customer My Account My Tags List","Customer My Account My Tags List"
27
+ "Customer My Account Tag View","Customer My Account Tag View"
28
+ "Customer Since","Customer Since"
29
+ "Customers","Customers"
30
+ "Customers Submitted this Tag","Customers Submitted this Tag"
31
+ "Customers Tagged '%s'","Customers Tagged '%s'"
32
+ "Delete","Delete"
33
+ "Delete Tag","Delete Tag"
34
+ "Disabled","Disabled"
35
+ "Edit Tag '%s'","Edit Tag '%s'"
36
+ "Email","Email"
37
+ "First Name","First Name"
38
+ "General Information","General Information"
39
+ "Grid","Grid"
40
+ "ID","ID"
41
+ "Info","Info"
42
+ "Last Name","Last Name"
43
+ "List","List"
44
+ "Manage Tags","Manage Tags"
45
+ "My Recent Tags","My Recent Tags"
46
+ "My Tags","My Tags"
47
+ "Name","Name"
48
+ "New Tag","New Tag"
49
+ "No matches found.","No matches found."
50
+ "Other people marked this product with these tags:","Other people marked this product with these tags:"
51
+ "Pending","Pending"
52
+ "Pending Tags","Pending Tags"
53
+ "Popular","Popular"
54
+ "Popular Tags","Popular Tags"
55
+ "Price","Price"
56
+ "Product Name","Product Name"
57
+ "Product SKU","Product SKU"
58
+ "Product Tag API","Product Tag API"
59
+ "Product Tags","Product Tags"
60
+ "Products","Products"
61
+ "Products Tagged by Administrators","Products Tagged by Administrators"
62
+ "Products Tagged by Customers","Products Tagged by Customers"
63
+ "Products Tagged with '%s'","Products Tagged with '%s'"
64
+ "Products tagged with '%s'","Products tagged with '%s'"
65
+ "Rebuild Tag aggregation data","Rebuild Tag aggregation data"
66
+ "Remove","Remove"
67
+ "Remove product tag","Remove product tag"
68
+ "Retrieve list of tags by product","Retrieve list of tags by product"
69
+ "Retrieve product tag info","Retrieve product tag info"
70
+ "SKU","SKU"
71
+ "Save Tag","Save Tag"
72
+ "Save and Continue Edit","Save and Continue Edit"
73
+ "Status","Status"
74
+ "Store View","Store View"
75
+ "Tag","Tag"
76
+ "Tag ""%s"" has already been added to the product.","Tag ""%s"" has already been added to the product."
77
+ "Tag ""%s"" has been added to the product.","Tag ""%s"" has been added to the product."
78
+ "Tag ""%s"" has been rejected by administrator.","Tag ""%s"" has been rejected by administrator."
79
+ "Tag Aggregation Data","Tag Aggregation Data"
80
+ "Tag Name","Tag Name"
81
+ "Tagged Products List","Tagged Products List"
82
+ "Tags","Tags"
83
+ "Tags List (All Available)","Tags List (All Available)"
84
+ "Tags List Before","Tags List Before"
85
+ "Tags:","Tags:"
86
+ "Telephone","Telephone"
87
+ "The tag has been deleted.","The tag has been deleted."
88
+ "There are no tags available.","There are no tags available."
89
+ "Unable to find any products tagged with '%s' in the current store","Unable to find any products tagged with '%s' in the current store"
90
+ "Unable to remove tag. Please, try again later.","Unable to remove tag. Please, try again later."
91
+ "Unable to save tag(s).","Unable to save tag(s)."
92
+ "Update","Update"
93
+ "Update product tag","Update product tag"
94
+ "Use spaces to separate tags. Use single quotes (') for phrases.","Use spaces to separate tags. Use single quotes (') for phrases."
95
+ "View All Tags","View All Tags"
96
+ "View Customers","View Customers"
97
+ "View Products","View Products"
98
+ "XML","XML"
99
+ "You have not tagged any products yet.","You have not tagged any products yet."
100
+ "ZIP/Post Code","ZIP/Post Code"
101
+ "[STORE VIEW]","[STORE VIEW]"
app/locale/en_US/Mage_Tax.csv ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "'*' - matches any; 'xyz*' - matches any that begins on 'xyz' and not longer than %d.","'*' - matches any; 'xyz*' - matches any that begins on 'xyz' and not longer than %d."
2
+ "-- Please Select --","-- Please Select --"
3
+ "Add New Class","Add New Class"
4
+ "Add New Tax Rate","Add New Tax Rate"
5
+ "Add New Tax Rule","Add New Tax Rule"
6
+ "After Discount","After Discount"
7
+ "An error occurred while deleting this rate.","An error occurred while deleting this rate."
8
+ "An error occurred while deleting this rate. Incorrect rate ID.","An error occurred while deleting this rate. Incorrect rate ID."
9
+ "An error occurred while deleting this tax class.","An error occurred while deleting this tax class."
10
+ "An error occurred while deleting this tax rule.","An error occurred while deleting this tax rule."
11
+ "An error occurred while saving this tax class.","An error occurred while saving this tax class."
12
+ "An error occurred while saving this tax class. A class with the same name","An error occurred while saving this tax class. A class with the same name"
13
+ "Apply Customer Tax","Apply Customer Tax"
14
+ "Apply Discount On Prices","Apply Discount On Prices"
15
+ "Apply Tax On","Apply Tax On"
16
+ "Apply discount on price including tax is calculated based on store tax, if ""Apply Tax after Discount"" is selected.","Apply discount on price including tax is calculated based on store tax, if ""Apply Tax after Discount"" is selected."
17
+ "Are you sure you want to do this?","Are you sure you want to do this?"
18
+ "Back","Back"
19
+ "Before Discount","Before Discount"
20
+ "CSV","CSV"
21
+ "Calculate off subtotal only","Calculate off subtotal only"
22
+ "Calculation Settings","Calculation Settings"
23
+ "Catalog Prices","Catalog Prices"
24
+ "Class Name","Class Name"
25
+ "Click here to go to <a href=""%s"">Tax configuration</a> and change your settings.","Click here to go to <a href=""%s"">Tax configuration</a> and change your settings."
26
+ "Code","Code"
27
+ "Country","Country"
28
+ "Custom price if available","Custom price if available"
29
+ "Customer Tax Class","Customer Tax Class"
30
+ "Customer Tax Class Information","Customer Tax Class Information"
31
+ "Customer Tax Classes","Customer Tax Classes"
32
+ "Default Country","Default Country"
33
+ "Default Post Code","Default Post Code"
34
+ "Default State","Default State"
35
+ "Default Tax Destination Calculation","Default Tax Destination Calculation"
36
+ "Delete Class","Delete Class"
37
+ "Delete Rate","Delete Rate"
38
+ "Delete Rule","Delete Rule"
39
+ "Display Full Tax Summary","Display Full Tax Summary"
40
+ "Display Prices","Display Prices"
41
+ "Display Product Prices In Catalog","Display Product Prices In Catalog"
42
+ "Display Shipping Amount","Display Shipping Amount"
43
+ "Display Shipping Prices","Display Shipping Prices"
44
+ "Display Subtotal","Display Subtotal"
45
+ "Display Zero Tax Subtotal","Display Zero Tax Subtotal"
46
+ "Edit Class","Edit Class"
47
+ "Edit Class '%s'","Edit Class '%s'"
48
+ "Edit Rule","Edit Rule"
49
+ "Edit Tax Rate","Edit Tax Rate"
50
+ "Excel XML","Excel XML"
51
+ "Excl. Tax","Excl. Tax"
52
+ "Excl. Tax:","Excl. Tax:"
53
+ "Excluding Tax","Excluding Tax"
54
+ "Export Tax Rates","Export Tax Rates"
55
+ "Grand Total (Excl. Tax)","Grand Total (Excl. Tax)"
56
+ "Grand Total (Excl.Tax)","Grand Total (Excl.Tax)"
57
+ "Grand Total (Incl. Tax)","Grand Total (Incl. Tax)"
58
+ "Grand Total (Incl.Tax)","Grand Total (Incl.Tax)"
59
+ "Grand Total Excl. Tax","Grand Total Excl. Tax"
60
+ "Grand Total Incl. Tax","Grand Total Incl. Tax"
61
+ "Ignore this notification","Ignore this notification"
62
+ "Import / Export Tax Rates","Import / Export Tax Rates"
63
+ "Import Tax Rates","Import Tax Rates"
64
+ "Inc. Tax","Inc. Tax"
65
+ "Incl. Tax","Incl. Tax"
66
+ "Incl. Tax:","Incl. Tax:"
67
+ "Include Tax In Grand Total","Include Tax In Grand Total"
68
+ "Including Tax","Including Tax"
69
+ "Including and Excluding Tax","Including and Excluding Tax"
70
+ "Invalid file format upload attempt","Invalid file format upload attempt"
71
+ "Invalid file upload attempt","Invalid file upload attempt"
72
+ "Manage Customer Tax Classes","Manage Customer Tax Classes"
73
+ "Manage Product Tax Classes","Manage Product Tax Classes"
74
+ "Manage Tax Rates","Manage Tax Rates"
75
+ "Manage Tax Rules","Manage Tax Rules"
76
+ "Manage Tax Zones & Rates","Manage Tax Zones & Rates"
77
+ "Maximum zip code length is 9.","Maximum zip code length is 9."
78
+ "Name","Name"
79
+ "New Class","New Class"
80
+ "New Rule","New Rule"
81
+ "New Tax Rate","New Tax Rate"
82
+ "No","No"
83
+ "None","None"
84
+ "One of the country has invalid code.","One of the country has invalid code."
85
+ "Orders, Invoices, Credit Memos Display Settings","Orders, Invoices, Credit Memos Display Settings"
86
+ "Original price only","Original price only"
87
+ "Please fill all required fields with valid information.","Please fill all required fields with valid information."
88
+ "Please see <a href=""%s"">source</a> for more details.","Please see <a href=""%s"">source</a> for more details."
89
+ "Price Display Settings","Price Display Settings"
90
+ "Priority","Priority"
91
+ "Product Tax Class","Product Tax Class"
92
+ "Product Tax Class Information","Product Tax Class Information"
93
+ "Product Tax Classes","Product Tax Classes"
94
+ "Range From","Range From"
95
+ "Range To","Range To"
96
+ "Range To should be equal or greater than Range From.","Range To should be equal or greater than Range From."
97
+ "Rate","Rate"
98
+ "Rate Percent","Rate Percent"
99
+ "Rate Percent should be a positive number.","Rate Percent should be a positive number."
100
+ "Reset","Reset"
101
+ "Row Total","Row Total"
102
+ "Sales","Sales"
103
+ "Save Class","Save Class"
104
+ "Save Rate","Save Rate"
105
+ "Save Rule","Save Rule"
106
+ "Save and Continue Edit","Save and Continue Edit"
107
+ "Shipping & Handling (Excl.Tax)","Shipping & Handling (Excl.Tax)"
108
+ "Shipping & Handling (Incl.Tax)","Shipping & Handling (Incl.Tax)"
109
+ "Shipping & Handling Tax","Shipping & Handling Tax"
110
+ "Shipping (Excl. Tax)","Shipping (Excl. Tax)"
111
+ "Shipping (Incl. Tax)","Shipping (Incl. Tax)"
112
+ "Shipping Excl. Tax (%s)","Shipping Excl. Tax (%s)"
113
+ "Shipping Incl. Tax (%s)","Shipping Incl. Tax (%s)"
114
+ "Shipping Prices","Shipping Prices"
115
+ "Shopping Cart Display Settings","Shopping Cart Display Settings"
116
+ "Sort Order","Sort Order"
117
+ "State","State"
118
+ "State/Region","State/Region"
119
+ "Subtotal (Excl. Tax)","Subtotal (Excl. Tax)"
120
+ "Subtotal (Excl.Tax)","Subtotal (Excl.Tax)"
121
+ "Subtotal (Incl. Tax)","Subtotal (Incl. Tax)"
122
+ "Subtotal (Incl.Tax)","Subtotal (Incl.Tax)"
123
+ "Subtotal only","Subtotal only"
124
+ "Tax","Tax"
125
+ "Tax Calculation Based On","Tax Calculation Based On"
126
+ "Tax Calculation Method Based On","Tax Calculation Method Based On"
127
+ "Tax Class for Shipping","Tax Class for Shipping"
128
+ "Tax Classes","Tax Classes"
129
+ "Tax Identifier","Tax Identifier"
130
+ "Tax Rate","Tax Rate"
131
+ "Tax Rate Information","Tax Rate Information"
132
+ "Tax Rule Information","Tax Rule Information"
133
+ "Tax Rules","Tax Rules"
134
+ "Tax Section","Tax Section"
135
+ "Tax Titles","Tax Titles"
136
+ "Tax rate cannot be removed. It exists in tax rule","Tax rate cannot be removed. It exists in tax rule"
137
+ "Tax rates at the same priority are added, others are compounded.","Tax rates at the same priority are added, others are compounded."
138
+ "The tax class has been deleted.","The tax class has been deleted."
139
+ "The tax class has been saved.","The tax class has been saved."
140
+ "The tax rate has been deleted.","The tax rate has been deleted."
141
+ "The tax rate has been imported.","The tax rate has been imported."
142
+ "The tax rate has been saved.","The tax rate has been saved."
143
+ "The tax rule has been deleted.","The tax rule has been deleted."
144
+ "This class no longer exists","This class no longer exists"
145
+ "This rule no longer exists","This rule no longer exists"
146
+ "This rule no longer exists.","This rule no longer exists."
147
+ "Total","Total"
148
+ "Unit Price","Unit Price"
149
+ "Warning tax configuration can result in rounding errors","Warning tax configuration can result in rounding errors"
150
+ "Warning tax configuration can result in unexpected FPT prices on applicable devices","Warning tax configuration can result in unexpected FPT prices on applicable devices"
151
+ "Warning tax discount configuration might result in different discounts than a customer might expect","Warning tax discount configuration might result in different discounts than a customer might expect"
152
+ "Whether catalog prices entered by admin include tax.","Whether catalog prices entered by admin include tax."
153
+ "Whether shipping amounts entered by admin or obtained from gateways include tax.","Whether shipping amounts entered by admin or obtained from gateways include tax."
154
+ "Yes","Yes"
155
+ "You cannot delete this tax class as it is used for %d customer groups.","You cannot delete this tax class as it is used for %d customer groups."
156
+ "You cannot delete this tax class as it is used for %d products.","You cannot delete this tax class as it is used for %d products."
157
+ "You cannot delete this tax class as it is used in Tax Rules. You have to delete the rules it is used in first.","You cannot delete this tax class as it is used in Tax Rules. You have to delete the rules it is used in first."
158
+ "Zip code should not contain characters other than digits.","Zip code should not contain characters other than digits."
159
+ "Zip/Post Code","Zip/Post Code"
160
+ "Zip/Post is Range","Zip/Post is Range"
161
+ "for store(s)","for store(s)"
app/locale/en_US/Mage_Usa.csv ADDED
@@ -0,0 +1,375 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ " was not delivered nor scanned"," was not delivered nor scanned"
2
+ """Per Order"" allows single handling fee for entire order. ""Per Package"" allows individual handling fee for each package.","""Per Order"" allows single handling fee for entire order. ""Per Package"" allows individual handling fee for each package."
3
+ "1 Day Freight","1 Day Freight"
4
+ "2 Day","2 Day"
5
+ "2 Day AM","2 Day AM"
6
+ "2 Day Freight","2 Day Freight"
7
+ "2nd Day Air","2nd Day Air"
8
+ "2nd Day Air AM","2nd Day Air AM"
9
+ "2nd Day Air AM Letter","2nd Day Air AM Letter"
10
+ "2nd Day Air Letter","2nd Day Air Letter"
11
+ "3 Day Freight","3 Day Freight"
12
+ "3 Day Select","3 Day Select"
13
+ "Access ID","Access ID"
14
+ "Access License Number","Access License Number"
15
+ "Account ID","Account ID"
16
+ "Account Number","Account Number"
17
+ "Additional Protection Configuration Value","Additional Protection Configuration Value"
18
+ "Additional Protection Enabled","Additional Protection Enabled"
19
+ "Additional Protection Min Subtotal","Additional Protection Min Subtotal"
20
+ "Additional Protection Value","Additional Protection Value"
21
+ "Additional Protection Value Rounding Method","Additional Protection Value Rounding Method"
22
+ "Adult","Adult"
23
+ "Adult Signature Required","Adult Signature Required"
24
+ "Allowed Methods","Allowed Methods"
25
+ "Allows breaking total order weight into smaller pieces if it exeeds %s %s to ensure accurate calculation of shipping charges.","Allows breaking total order weight into smaller pieces if it exeeds %s %s to ensure accurate calculation of shipping charges."
26
+ "Allows breaking total order weight into smaller pieces if it exeeds 70 kg to ensure accurate calculation of shipping charges.","Allows breaking total order weight into smaller pieces if it exeeds 70 kg to ensure accurate calculation of shipping charges."
27
+ "Break bulk economy","Break bulk economy"
28
+ "Break bulk express","Break bulk express"
29
+ "Business Service Center","Business Service Center"
30
+ "Calculate Handling Fee","Calculate Handling Fee"
31
+ "Canada Standard","Canada Standard"
32
+ "Cannot identify measure unit for %s","Cannot identify measure unit for %s"
33
+ "Cannot identify weight unit for %s","Cannot identify weight unit for %s"
34
+ "Cannot retrieve shipping rates","Cannot retrieve shipping rates"
35
+ "Centimeters","Centimeters"
36
+ "Commercial","Commercial"
37
+ "Configuration","Configuration"
38
+ "Container","Container"
39
+ "Content Type","Content Type"
40
+ "Customer Packaging","Customer Packaging"
41
+ "Customer Supplied Package","Customer Supplied Package"
42
+ "Customer services","Customer services"
43
+ "DHL","DHL"
44
+ "DHL (Deprecated)","DHL (Deprecated)"
45
+ "DHL service is not available at %s date","DHL service is not available at %s date"
46
+ "Debug","Debug"
47
+ "Default Package Height","Default Package Height"
48
+ "Default Package Length","Default Package Length"
49
+ "Default Package Width","Default Package Width"
50
+ "Delivered","Delivered"
51
+ "Delivery Confirmation","Delivery Confirmation"
52
+ "Depth","Depth"
53
+ "Destination Type","Destination Type"
54
+ "Destination facility code is empty","Destination facility code is empty"
55
+ "Development","Development"
56
+ "Direct","Direct"
57
+ "Displayed Error Message","Displayed Error Message"
58
+ "Divide Order Weight","Divide Order Weight"
59
+ "Documents","Documents"
60
+ "Domestic Shipment Days","Domestic Shipment Days"
61
+ "Domestic economy select","Domestic economy select"
62
+ "Domestic express","Domestic express"
63
+ "Drop Box","Drop Box"
64
+ "Dropoff","Dropoff"
65
+ "Easy shop","Easy shop"
66
+ "Economy select","Economy select"
67
+ "Empty response","Empty response"
68
+ "Enable Negotiated Rates","Enable Negotiated Rates"
69
+ "Enabled for Checkout","Enabled for Checkout"
70
+ "Enables/Disables SSL verification of Magento server by UPS.","Enables/Disables SSL verification of Magento server by UPS."
71
+ "Error #%s : %s","Error #%s : %s"
72
+ "Error #%s : %s (%s)","Error #%s : %s (%s)"
73
+ "Error #%s: %s","Error #%s: %s"
74
+ "Europack","Europack"
75
+ "Europe First Priority","Europe First Priority"
76
+ "Exchange rate %s (Base Currency) -> %s not found. DHL method %s skipped","Exchange rate %s (Base Currency) -> %s not found. DHL method %s skipped"
77
+ "Express","Express"
78
+ "Express 10:30","Express 10:30"
79
+ "Express 10:30 AM","Express 10:30 AM"
80
+ "Express 12:00","Express 12:00"
81
+ "Express 9:00","Express 9:00"
82
+ "Express Saturday","Express Saturday"
83
+ "Express Saver","Express Saver"
84
+ "Express easy","Express easy"
85
+ "Express envelope","Express envelope"
86
+ "Express worldwide","Express worldwide"
87
+ "Failed to parse xml document: %s","Failed to parse xml document: %s"
88
+ "FedEx","FedEx"
89
+ "FedEx 10kg Box","FedEx 10kg Box"
90
+ "FedEx 25kg Box","FedEx 25kg Box"
91
+ "FedEx Box","FedEx Box"
92
+ "FedEx Envelope","FedEx Envelope"
93
+ "FedEx Pak","FedEx Pak"
94
+ "FedEx Tube","FedEx Tube"
95
+ "First Overnight","First Overnight"
96
+ "First-Class Mail International Large Envelope","First-Class Mail International Large Envelope"
97
+ "First-Class Mail International Letter","First-Class Mail International Letter"
98
+ "First-Class Mail International Postcard","First-Class Mail International Postcard"
99
+ "First-Class Mail Large Envelope","First-Class Mail Large Envelope"
100
+ "First-Class Mail Large Postcards","First-Class Mail Large Postcards"
101
+ "First-Class Mail Letter","First-Class Mail Letter"
102
+ "First-Class Mail Parcel","First-Class Mail Parcel"
103
+ "First-Class Mail Postcards","First-Class Mail Postcards"
104
+ "First-Class Package International Service","First-Class Package International Service"
105
+ "First-Class Package Service","First-Class Package Service"
106
+ "First-Class Package Service Hold For Pickup","First-Class Package Service Hold For Pickup"
107
+ "Flat","Flat"
108
+ "Flat-Rate Box","Flat-Rate Box"
109
+ "Flat-Rate Envelope","Flat-Rate Envelope"
110
+ "Free Method","Free Method"
111
+ "Free Shipping with Minimum Order Amount","Free Shipping with Minimum Order Amount"
112
+ "Freight","Freight"
113
+ "Freight worldwide","Freight worldwide"
114
+ "Gateway URL","Gateway URL"
115
+ "Gateway XML URL","Gateway XML URL"
116
+ "Gift","Gift"
117
+ "Girth","Girth"
118
+ "Global Express Guaranteed (GXG)","Global Express Guaranteed (GXG)"
119
+ "Global Express Guaranteed Document","Global Express Guaranteed Document"
120
+ "Global Express Guaranteed Non-Document Non-Rectangular","Global Express Guaranteed Non-Document Non-Rectangular"
121
+ "Global Express Guaranteed Non-Document Rectangular","Global Express Guaranteed Non-Document Rectangular"
122
+ "Globalmail business","Globalmail business"
123
+ "Ground","Ground"
124
+ "Ground Commercial","Ground Commercial"
125
+ "Ground Residential","Ground Residential"
126
+ "Handling Applied","Handling Applied"
127
+ "Handling Fee","Handling Fee"
128
+ "Height","Height"
129
+ "Height, width and length should be equal or greater than %s","Height, width and length should be equal or greater than %s"
130
+ "Home Delivery","Home Delivery"
131
+ "Hub ID","Hub ID"
132
+ "Inches","Inches"
133
+ "Indirect","Indirect"
134
+ "International Economy","International Economy"
135
+ "International Express","International Express"
136
+ "International First","International First"
137
+ "International Ground","International Ground"
138
+ "International Priority","International Priority"
139
+ "International Shipment Days","International Shipment Days"
140
+ "Intl Economy Freight","Intl Economy Freight"
141
+ "Intl Priority Freight","Intl Priority Freight"
142
+ "Jetline","Jetline"
143
+ "Jumbo box","Jumbo box"
144
+ "Key","Key"
145
+ "Kilograms","Kilograms"
146
+ "Large","Large"
147
+ "Large Express Box","Large Express Box"
148
+ "Length","Length"
149
+ "Letter","Letter"
150
+ "Library Mail","Library Mail"
151
+ "Live","Live"
152
+ "Machinable","Machinable"
153
+ "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)"
154
+ "Media Mail","Media Mail"
155
+ "Medical express","Medical express"
156
+ "Medium Express Box","Medium Express Box"
157
+ "Merchandise","Merchandise"
158
+ "Meter Number","Meter Number"
159
+ "Minimum Order Amount for Free Shipping","Minimum Order Amount for Free Shipping"
160
+ "Minimum Package Weight (Please consult your shipping carrier for minimum supported shipping weight)","Minimum Package Weight (Please consult your shipping carrier for minimum supported shipping weight)"
161
+ "Mode","Mode"
162
+ "National Freight","National Freight"
163
+ "Next Afternoon","Next Afternoon"
164
+ "Next Day Air","Next Day Air"
165
+ "Next Day Air Early AM","Next Day Air Early AM"
166
+ "Next Day Air Early AM Letter","Next Day Air Early AM Letter"
167
+ "Next Day Air Intra (Puerto Rico)","Next Day Air Intra (Puerto Rico)"
168
+ "Next Day Air Letter","Next Day Air Letter"
169
+ "Next Day Air Saver","Next Day Air Saver"
170
+ "Next Day Air Saver Letter","Next Day Air Saver Letter"
171
+ "No","No"
172
+ "No packages for request","No packages for request"
173
+ "Non Documents","Non Documents"
174
+ "Non documents","Non documents"
175
+ "Non-rectangular","Non-rectangular"
176
+ "None","None"
177
+ "Not Required","Not Required"
178
+ "Order","Order"
179
+ "Order #%s","Order #%s"
180
+ "Origin of the Shipment","Origin of the Shipment"
181
+ "Origin serviceAreaCode is missing","Origin serviceAreaCode is missing"
182
+ "Other","Other"
183
+ "Others","Others"
184
+ "PAK","PAK"
185
+ "Package","Package"
186
+ "Package Description","Package Description"
187
+ "Package content is missing","Package content is missing"
188
+ "Packages Request Type","Packages Request Type"
189
+ "Packaging","Packaging"
190
+ "Pallet","Pallet"
191
+ "Parcel","Parcel"
192
+ "Password","Password"
193
+ "Pickup Method","Pickup Method"
194
+ "Piece Id barcode is missing","Piece Id barcode is missing"
195
+ "Piece number information is missing","Piece number information is missing"
196
+ "Please make sure to use only digits here. No dashes are allowed.","Please make sure to use only digits here. No dashes are allowed."
197
+ "Please, specify origin country","Please, specify origin country"
198
+ "Pounds","Pounds"
199
+ "Priority Mail","Priority Mail"
200
+ "Priority Mail Express","Priority Mail Express"
201
+ "Priority Mail Express Flat Rate Boxes","Priority Mail Express Flat Rate Boxes"
202
+ "Priority Mail Express Flat Rate Boxes Hold For Pickup","Priority Mail Express Flat Rate Boxes Hold For Pickup"
203
+ "Priority Mail Express Flat Rate Envelope","Priority Mail Express Flat Rate Envelope"
204
+ "Priority Mail Express Flat Rate Envelope Hold For Pickup","Priority Mail Express Flat Rate Envelope Hold For Pickup"
205
+ "Priority Mail Express Hold For Pickup","Priority Mail Express Hold For Pickup"
206
+ "Priority Mail Express International","Priority Mail Express International"
207
+ "Priority Mail Express International Flat Rate Boxes","Priority Mail Express International Flat Rate Boxes"
208
+ "Priority Mail Express International Flat Rate Envelope","Priority Mail Express International Flat Rate Envelope"
209
+ "Priority Mail Express International Legal Flat Rate Envelope","Priority Mail Express International Legal Flat Rate Envelope"
210
+ "Priority Mail Express International Padded Flat Rate Envelope","Priority Mail Express International Padded Flat Rate Envelope"
211
+ "Priority Mail Express Legal Flat Rate Envelope","Priority Mail Express Legal Flat Rate Envelope"
212
+ "Priority Mail Express Legal Flat Rate Envelope Hold For Pickup","Priority Mail Express Legal Flat Rate Envelope Hold For Pickup"
213
+ "Priority Mail Express Padded Flat Rate Envelope","Priority Mail Express Padded Flat Rate Envelope"
214
+ "Priority Mail Express Padded Flat Rate Envelope Hold For Pickup","Priority Mail Express Padded Flat Rate Envelope Hold For Pickup"
215
+ "Priority Mail Express Sunday/Holiday Delivery","Priority Mail Express Sunday/Holiday Delivery"
216
+ "Priority Mail Express Sunday/Holiday Delivery Flat Rate Boxes","Priority Mail Express Sunday/Holiday Delivery Flat Rate Boxes"
217
+ "Priority Mail Express Sunday/Holiday Delivery Flat Rate Envelope","Priority Mail Express Sunday/Holiday Delivery Flat Rate Envelope"
218
+ "Priority Mail Express Sunday/Holiday Delivery Legal Flat Rate Envelope","Priority Mail Express Sunday/Holiday Delivery Legal Flat Rate Envelope"
219
+ "Priority Mail Express Sunday/Holiday Delivery Padded Flat Rate Envelope","Priority Mail Express Sunday/Holiday Delivery Padded Flat Rate Envelope"
220
+ "Priority Mail Flat Rate Envelope","Priority Mail Flat Rate Envelope"
221
+ "Priority Mail Flat Rate Envelope Hold For Pickup","Priority Mail Flat Rate Envelope Hold For Pickup"
222
+ "Priority Mail Gift Card Flat Rate Envelope","Priority Mail Gift Card Flat Rate Envelope"
223
+ "Priority Mail Gift Card Flat Rate Envelope Hold For Pickup","Priority Mail Gift Card Flat Rate Envelope Hold For Pickup"
224
+ "Priority Mail Hold For Pickup","Priority Mail Hold For Pickup"
225
+ "Priority Mail International","Priority Mail International"
226
+ "Priority Mail International DVD Flat Rate priced box","Priority Mail International DVD Flat Rate priced box"
227
+ "Priority Mail International Flat Rate Envelope","Priority Mail International Flat Rate Envelope"
228
+ "Priority Mail International Gift Card Flat Rate Envelope","Priority Mail International Gift Card Flat Rate Envelope"
229
+ "Priority Mail International Large Flat Rate Box","Priority Mail International Large Flat Rate Box"
230
+ "Priority Mail International Large Video Flat Rate priced box","Priority Mail International Large Video Flat Rate priced box"
231
+ "Priority Mail International Legal Flat Rate Envelope","Priority Mail International Legal Flat Rate Envelope"
232
+ "Priority Mail International Medium Flat Rate Box","Priority Mail International Medium Flat Rate Box"
233
+ "Priority Mail International Padded Flat Rate Envelope","Priority Mail International Padded Flat Rate Envelope"
234
+ "Priority Mail International Small Flat Rate Box","Priority Mail International Small Flat Rate Box"
235
+ "Priority Mail International Small Flat Rate Envelope","Priority Mail International Small Flat Rate Envelope"
236
+ "Priority Mail International Window Flat Rate Envelope","Priority Mail International Window Flat Rate Envelope"
237
+ "Priority Mail Large Flat Rate Box","Priority Mail Large Flat Rate Box"
238
+ "Priority Mail Large Flat Rate Box Hold For Pickup","Priority Mail Large Flat Rate Box Hold For Pickup"
239
+ "Priority Mail Legal Flat Rate Envelope","Priority Mail Legal Flat Rate Envelope"
240
+ "Priority Mail Legal Flat Rate Envelope Hold For Pickup","Priority Mail Legal Flat Rate Envelope Hold For Pickup"
241
+ "Priority Mail Medium Flat Rate Box","Priority Mail Medium Flat Rate Box"
242
+ "Priority Mail Medium Flat Rate Box Hold For Pickup","Priority Mail Medium Flat Rate Box Hold For Pickup"
243
+ "Priority Mail Padded Flat Rate Envelope","Priority Mail Padded Flat Rate Envelope"
244
+ "Priority Mail Padded Flat Rate Envelope Hold For Pickup","Priority Mail Padded Flat Rate Envelope Hold For Pickup"
245
+ "Priority Mail Regional Rate Box A","Priority Mail Regional Rate Box A"
246
+ "Priority Mail Regional Rate Box A Hold For Pickup","Priority Mail Regional Rate Box A Hold For Pickup"
247
+ "Priority Mail Regional Rate Box B","Priority Mail Regional Rate Box B"
248
+ "Priority Mail Regional Rate Box B Hold For Pickup","Priority Mail Regional Rate Box B Hold For Pickup"
249
+ "Priority Mail Regional Rate Box C","Priority Mail Regional Rate Box C"
250
+ "Priority Mail Regional Rate Box C Hold For Pickup","Priority Mail Regional Rate Box C Hold For Pickup"
251
+ "Priority Mail Small Flat Rate Box","Priority Mail Small Flat Rate Box"
252
+ "Priority Mail Small Flat Rate Box Hold For Pickup","Priority Mail Small Flat Rate Box Hold For Pickup"
253
+ "Priority Mail Small Flat Rate Envelope","Priority Mail Small Flat Rate Envelope"
254
+ "Priority Mail Small Flat Rate Envelope Hold For Pickup","Priority Mail Small Flat Rate Envelope Hold For Pickup"
255
+ "Priority Mail Window Flat Rate Envelope","Priority Mail Window Flat Rate Envelope"
256
+ "Priority Mail Window Flat Rate Envelope Hold For Pickup","Priority Mail Window Flat Rate Envelope Hold For Pickup"
257
+ "Priority Overnight","Priority Overnight"
258
+ "Product content code is invalid","Product content code is invalid"
259
+ "Product name is missing","Product name is missing"
260
+ "Receiver","Receiver"
261
+ "Rectangular","Rectangular"
262
+ "Reference code is missing","Reference code is missing"
263
+ "Regular","Regular"
264
+ "Regular Pickup","Regular Pickup"
265
+ "Request Courier","Request Courier"
266
+ "Required","Required"
267
+ "Required for negotiated rates; 6-character UPS.","Required for negotiated rates; 6-character UPS."
268
+ "Residential","Residential"
269
+ "Residential Delivery","Residential Delivery"
270
+ "Response is in the wrong format","Response is in the wrong format"
271
+ "Return","Return"
272
+ "Round","Round"
273
+ "Routing barcode is missing","Routing barcode is missing"
274
+ "Same day","Same day"
275
+ "Sample","Sample"
276
+ "Sandbox Mode","Sandbox Mode"
277
+ "Second Day Service","Second Day Service"
278
+ "Secure Gateway URL","Secure Gateway URL"
279
+ "Secureline","Secureline"
280
+ "Sender","Sender"
281
+ "Sender city info is missing","Sender city info is missing"
282
+ "Sender contact name is missing","Sender contact name is missing"
283
+ "Sender country info is missing","Sender country info is missing"
284
+ "Service type does not match","Service type does not match"
285
+ "Ship to Applicable Countries","Ship to Applicable Countries"
286
+ "Ship to Specific Countries","Ship to Specific Countries"
287
+ "Shipment Contains Hazardous Materials","Shipment Contains Hazardous Materials"
288
+ "Shipment Dutiable","Shipment Dutiable"
289
+ "Shipment Duty Payment Type","Shipment Duty Payment Type"
290
+ "Shipment Type","Shipment Type"
291
+ "Shipment is not available.","Shipment is not available."
292
+ "Shipment picked up","Shipment picked up"
293
+ "Shipper Number","Shipper Number"
294
+ "Shipping Accept XML URL","Shipping Accept XML URL"
295
+ "Shipping Confirm XML URL","Shipping Confirm XML URL"
296
+ "Shipping Key","Shipping Key"
297
+ "Shipping Key (International)","Shipping Key (International)"
298
+ "Show Method if Not Applicable","Show Method if Not Applicable"
299
+ "Signature Required","Signature Required"
300
+ "Size","Size"
301
+ "Small Express Box","Small Express Box"
302
+ "Smart Post","Smart Post"
303
+ "Sort Order","Sort Order"
304
+ "Specific","Specific"
305
+ "Sprintline","Sprintline"
306
+ "Standard Overnight","Standard Overnight"
307
+ "Standard Post","Standard Post"
308
+ "Station","Station"
309
+ "Subtotal","Subtotal"
310
+ "Subtotal With Discount","Subtotal With Discount"
311
+ "The field is applicable if the Smart Post method is selected.","The field is applicable if the Smart Post method is selected."
312
+ "The response is in wrong format.","The response is in wrong format."
313
+ "There is no available method for selected shipping address.","There is no available method for selected shipping address."
314
+ "There is no items in this order","There is no items in this order"
315
+ "Third Party","Third Party"
316
+ "Title","Title"
317
+ "To Lower","To Lower"
318
+ "To Upper","To Upper"
319
+ "Tracking XML URL","Tracking XML URL"
320
+ "UPS","UPS"
321
+ "UPS Expedited","UPS Expedited"
322
+ "UPS Express","UPS Express"
323
+ "UPS Express Box","UPS Express Box"
324
+ "UPS Express Early A.M.","UPS Express Early A.M."
325
+ "UPS Express Plus","UPS Express Plus"
326
+ "UPS Ground","UPS Ground"
327
+ "UPS Letter Envelope","UPS Letter Envelope"
328
+ "UPS Next Day Air","UPS Next Day Air"
329
+ "UPS Next Day Air Early A.M.","UPS Next Day Air Early A.M."
330
+ "UPS Next Day Air Saver","UPS Next Day Air Saver"
331
+ "UPS Saver","UPS Saver"
332
+ "UPS Second Day Air","UPS Second Day Air"
333
+ "UPS Second Day Air A.M.","UPS Second Day Air A.M."
334
+ "UPS Standard","UPS Standard"
335
+ "UPS Three-Day Select","UPS Three-Day Select"
336
+ "UPS Today Dedicated Courrier","UPS Today Dedicated Courrier"
337
+ "UPS Today Express","UPS Today Express"
338
+ "UPS Today Express Saver","UPS Today Express Saver"
339
+ "UPS Today Intercity","UPS Today Intercity"
340
+ "UPS Today Standard","UPS Today Standard"
341
+ "UPS Tube","UPS Tube"
342
+ "UPS Type","UPS Type"
343
+ "UPS Worldwide 10 kilo","UPS Worldwide 10 kilo"
344
+ "UPS Worldwide 25 kilo","UPS Worldwide 25 kilo"
345
+ "UPS Worldwide Expedited","UPS Worldwide Expedited"
346
+ "UPS Worldwide Express","UPS Worldwide Express"
347
+ "UPS Worldwide Express Plus","UPS Worldwide Express Plus"
348
+ "UPS Worldwide Express PlusSM","UPS Worldwide Express PlusSM"
349
+ "UPS Worldwide Saver","UPS Worldwide Saver"
350
+ "USPS","USPS"
351
+ "USPS GXG Envelopes","USPS GXG Envelopes"
352
+ "Unable to retrieve tracking","Unable to retrieve tracking"
353
+ "United Parcel Service","United Parcel Service"
354
+ "United Parcel Service XML","United Parcel Service XML"
355
+ "Unknown error","Unknown error"
356
+ "Used only when ""Additional Protection Value"" is set to ""Configuration"". Can contain only numeric amount.","Used only when ""Additional Protection Value"" is set to ""Configuration"". Can contain only numeric amount."
357
+ "User ID","User ID"
358
+ "Variable","Variable"
359
+ "Waybill barcode information is missing","Waybill barcode information is missing"
360
+ "Weight Unit","Weight Unit"
361
+ "Weight unit is invalid","Weight unit is invalid"
362
+ "Width","Width"
363
+ "Worldwide Expedited","Worldwide Expedited"
364
+ "Worldwide Express","Worldwide Express"
365
+ "Worldwide Express Letter","Worldwide Express Letter"
366
+ "Worldwide Express Plus","Worldwide Express Plus"
367
+ "Worldwide Express Plus Letter","Worldwide Express Plus Letter"
368
+ "Worldwide Express Saver","Worldwide Express Saver"
369
+ "Wrong Content Type.","Wrong Content Type."
370
+ "Wrong Region.","Wrong Region."
371
+ "Yes","Yes"
372
+ "Your Packaging","Your Packaging"
373
+ "Zero shipping charge for '%s'","Zero shipping charge for '%s'"
374
+ "cm","cm"
375
+ "inch","inch"
app/locale/en_US/Mage_Weee.csv ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "All Websites","All Websites"
2
+ "Apply Discounts To FPT","Apply Discounts To FPT"
3
+ "Display Prices In Emails","Display Prices In Emails"
4
+ "Display Prices In Product Lists","Display Prices In Product Lists"
5
+ "Display Prices In Sales Modules","Display Prices In Sales Modules"
6
+ "Display Prices On Product View Page","Display Prices On Product View Page"
7
+ "Enable FPT","Enable FPT"
8
+ "Excluding FPT","Excluding FPT"
9
+ "Excluding FPT, FPT description, final price","Excluding FPT, FPT description, final price"
10
+ "FPT Tax Configuration","FPT Tax Configuration"
11
+ "Fixed Product Tax","Fixed Product Tax"
12
+ "Fixed Product Taxes","Fixed Product Taxes"
13
+ "Include FPT In Subtotal","Include FPT In Subtotal"
14
+ "Including FPT and FPT description","Including FPT and FPT description"
15
+ "Including FPT and FPT description [incl. FPT VAT]","Including FPT and FPT description [incl. FPT VAT]"
16
+ "Including FPT only","Including FPT only"
17
+ "Loaded and Displayed with Tax","Loaded and Displayed with Tax"
18
+ "Not Taxed","Not Taxed"
19
+ "Taxed","Taxed"
20
+ "Total","Total"
21
+ "Total Incl. Tax","Total Incl. Tax"
22
+ "Total excl. tax","Total excl. tax"
23
+ "Total incl. tax","Total incl. tax"
app/locale/en_US/Mage_Widget.csv ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "%s","%s"
2
+ "-- Please Select --","-- Please Select --"
3
+ "Actions","Actions"
4
+ "Add Layout Update","Add Layout Update"
5
+ "Add New Widget Instance","Add New Widget Instance"
6
+ "All","All"
7
+ "All Pages","All Pages"
8
+ "All Product Types","All Product Types"
9
+ "An error occurred during saving a widget: %s","An error occurred during saving a widget: %s"
10
+ "Anchor Categories","Anchor Categories"
11
+ "Apply","Apply"
12
+ "Assign to Store Views","Assign to Store Views"
13
+ "Big Image","Big Image"
14
+ "Block Reference","Block Reference"
15
+ "CMS","CMS"
16
+ "Categories","Categories"
17
+ "Choose...","Choose..."
18
+ "Close","Close"
19
+ "Continue","Continue"
20
+ "Default Template","Default Template"
21
+ "Delete","Delete"
22
+ "Design Package/Theme","Design Package/Theme"
23
+ "Export to:","Export to:"
24
+ "Frontend Properties","Frontend Properties"
25
+ "Generic Pages","Generic Pages"
26
+ "Images","Images"
27
+ "Insert Widget","Insert Widget"
28
+ "Insert Widget...","Insert Widget..."
29
+ "Layout Updates","Layout Updates"
30
+ "Manage Widget Instances","Manage Widget Instances"
31
+ "New Instance","New Instance"
32
+ "New Widget Instance","New Widget Instance"
33
+ "Next page","Next page"
34
+ "Non-Anchor Categories","Non-Anchor Categories"
35
+ "Not Selected","Not Selected"
36
+ "Open Chooser","Open Chooser"
37
+ "Page","Page"
38
+ "Please Select Block Reference First","Please Select Block Reference First"
39
+ "Previous page","Previous page"
40
+ "Products","Products"
41
+ "Remove Layout Update","Remove Layout Update"
42
+ "Save and Continue Edit","Save and Continue Edit"
43
+ "Select All","Select All"
44
+ "Select Visible","Select Visible"
45
+ "Settings","Settings"
46
+ "Sort Order","Sort Order"
47
+ "Sort Order of widget instances in the same block reference","Sort Order of widget instances in the same block reference"
48
+ "Specific %s","Specific %s"
49
+ "Specified Page","Specified Page"
50
+ "Template","Template"
51
+ "The information in this tab has been changed.","The information in this tab has been changed."
52
+ "The widget instance has been deleted.","The widget instance has been deleted."
53
+ "The widget instance has been saved.","The widget instance has been saved."
54
+ "This tab contains invalid data. Please solve the problem before saving.","This tab contains invalid data. Please solve the problem before saving."
55
+ "Thumbnail","Thumbnail"
56
+ "Total %d records found","Total %d records found"
57
+ "Type","Type"
58
+ "Unselect All","Unselect All"
59
+ "Unselect Visible","Unselect Visible"
60
+ "View","View"
61
+ "Widget","Widget"
62
+ "Widget ""%s""","Widget ""%s"""
63
+ "Widget ID","Widget ID"
64
+ "Widget Insertion","Widget Insertion"
65
+ "Widget Instance","Widget Instance"
66
+ "Widget Instance Title","Widget Instance Title"
67
+ "Widget Options","Widget Options"
68
+ "Widget Type","Widget Type"
69
+ "Widget Type is not specified","Widget Type is not specified"
70
+ "Widget instance is not full complete to create.","Widget instance is not full complete to create."
71
+ "Widgets","Widgets"
72
+ "Wrong widget instance specified.","Wrong widget instance specified."
73
+ "items selected","items selected"
74
+ "of %s pages","of %s pages"
75
+ "per page","per page"
app/locale/en_US/Mage_Wishlist.csv ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "%1$s has been updated in your wishlist.","%1$s has been updated in your wishlist."
2
+ "%d product(s) have been added to shopping cart: %s.","%d product(s) have been added to shopping cart: %s."
3
+ "%s for ""%s"".","%s for ""%s""."
4
+ "%s has been moved to wishlist %s","%s has been moved to wishlist %s"
5
+ "%s's Wishlist","%s's Wishlist"
6
+ "* Required Fields","* Required Fields"
7
+ "Add All to Cart","Add All to Cart"
8
+ "Add to Cart","Add to Cart"
9
+ "Add to Compare","Add to Compare"
10
+ "Add to Wishlist","Add to Wishlist"
11
+ "Added From","Added From"
12
+ "An error occurred while adding item to wishlist.","An error occurred while adding item to wishlist."
13
+ "An error occurred while adding item to wishlist: %s","An error occurred while adding item to wishlist: %s"
14
+ "An error occurred while deleting the item from wishlist.","An error occurred while deleting the item from wishlist."
15
+ "An error occurred while deleting the item from wishlist: %s","An error occurred while deleting the item from wishlist: %s"
16
+ "An error occurred while updating wishlist.","An error occurred while updating wishlist."
17
+ "Are you sure you want to remove this product from your wishlist?","Are you sure you want to remove this product from your wishlist?"
18
+ "Are you sure you would like to remove this item from the wishlist?","Are you sure you would like to remove this item from the wishlist?"
19
+ "Back","Back"
20
+ "Can\'t delete item from wishlist","Can\'t delete item from wishlist"
21
+ "Can\'t save description %s","Can\'t save description %s"
22
+ "Can\'t update wishlist","Can\'t update wishlist"
23
+ "Cannot add item to shopping cart","Cannot add item to shopping cart"
24
+ "Cannot add the item to shopping cart.","Cannot add the item to shopping cart."
25
+ "Cannot configure product","Cannot configure product"
26
+ "Cannot load wishlist item","Cannot load wishlist item"
27
+ "Cannot move item to wishlist","Cannot move item to wishlist"
28
+ "Cannot specify product.","Cannot specify product."
29
+ "Cannot specify wishlist item.","Cannot specify wishlist item."
30
+ "Cannot specify wishlist.","Cannot specify wishlist."
31
+ "Cannot update wishlist","Cannot update wishlist"
32
+ "Check this checkbox if you want to add a link to an rss feed to your wishlist.","Check this checkbox if you want to add a link to an rss feed to your wishlist."
33
+ "Click for price","Click for price"
34
+ "Comment","Comment"
35
+ "Comment:","Comment:"
36
+ "Configure Wishlist Item","Configure Wishlist Item"
37
+ "Configured Price:","Configured Price:"
38
+ "Could not find wishlist","Could not find wishlist"
39
+ "Customer My Account My Wishlist","Customer My Account My Wishlist"
40
+ "Customer My Account Wishlist Sharing Form","Customer My Account Wishlist Sharing Form"
41
+ "Customer Shared Wishlist View","Customer Shared Wishlist View"
42
+ "Date Added","Date Added"
43
+ "Days in Wishlist","Days in Wishlist"
44
+ "Display Wishlist Summary","Display Wishlist Summary"
45
+ "Edit","Edit"
46
+ "Email Sender","Email Sender"
47
+ "Email Template","Email Template"
48
+ "Email address can\'t be empty.","Email address can\'t be empty."
49
+ "Email addresses, separated by commas","Email addresses, separated by commas"
50
+ "Enabled","Enabled"
51
+ "General Options","General Options"
52
+ "Go to Wishlist","Go to Wishlist"
53
+ "Helper for wishlist options rendering doesn't implement required interface.","Helper for wishlist options rendering doesn't implement required interface."
54
+ "In stock","In stock"
55
+ "Last Added Items","Last Added Items"
56
+ "Message","Message"
57
+ "My Wishlist","My Wishlist"
58
+ "My Wishlist (%d item)","My Wishlist (%d item)"
59
+ "My Wishlist (%d items)","My Wishlist (%d items)"
60
+ "My Wishlist <small>(%d)</small>","My Wishlist <small>(%d)</small>"
61
+ "My Wishlist Link","My Wishlist Link"
62
+ "Options Details","Options Details"
63
+ "Out of stock","Out of stock"
64
+ "Please enter a valid email addresses, separated by commas. For example johndoe@domain.com, johnsmith@domain.com.","Please enter a valid email addresses, separated by commas. For example johndoe@domain.com, johnsmith@domain.com."
65
+ "Please input a valid email address.","Please input a valid email address."
66
+ "Please, enter your comments...","Please, enter your comments..."
67
+ "Product","Product"
68
+ "Product Details and Comment","Product Details and Comment"
69
+ "Product(s) %s have required options. Each of them can be added to cart separately only.","Product(s) %s have required options. Each of them can be added to cart separately only."
70
+ "RSS Feed","RSS Feed"
71
+ "RSS link to %s's wishlist","RSS link to %s's wishlist"
72
+ "Remove Item","Remove Item"
73
+ "Remove This Item","Remove This Item"
74
+ "Remove item","Remove item"
75
+ "Requested cart item doesn't exist","Requested cart item doesn't exist"
76
+ "Requested wishlist doesn't exist","Requested wishlist doesn't exist"
77
+ "Share Options","Share Options"
78
+ "Share Wishlist","Share Wishlist"
79
+ "Share Your Wishlist","Share Your Wishlist"
80
+ "Sharing Information","Sharing Information"
81
+ "This Wishlist has no Items","This Wishlist has no Items"
82
+ "This product(s) is currently out of stock","This product(s) is currently out of stock"
83
+ "Unable to add the following product(s) to shopping cart: %s.","Unable to add the following product(s) to shopping cart: %s."
84
+ "Update Wishlist","Update Wishlist"
85
+ "User Description","User Description"
86
+ "View Details","View Details"
87
+ "View Product","View Product"
88
+ "What's this?","What's this?"
89
+ "Wishlist","Wishlist"
90
+ "Wishlist Section","Wishlist Section"
91
+ "Wishlist Sharing","Wishlist Sharing"
92
+ "Wishlist could not be created.","Wishlist could not be created."
93
+ "Wishlist is empty now.","Wishlist is empty now."
94
+ "You have no items in your wishlist.","You have no items in your wishlist."
95
+ "Your Wishlist has been shared.","Your Wishlist has been shared."
app/locale/en_US/Mage_XmlConnect.csv ADDED
@@ -0,0 +1,1158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ " But cart has some errors."," But cart has some errors."
2
+ " Note: Image size affects the performance of your app."," Note: Image size affects the performance of your app."
3
+ """Description"" is more than %d characters long","""Description"" is more than %d characters long"
4
+ """Title"" is more than %d characters long","""Title"" is more than %d characters long"
5
+ """id"" attribute is required for a ""%s"" field.","""id"" attribute is required for a ""%s"" field."
6
+ """line_count"" attribute is required for ""multiline"" element.","""line_count"" attribute is required for ""multiline"" element."
7
+ """message"" attribute is required for ""%s"" validator rule.","""message"" attribute is required for ""%s"" validator rule."
8
+ "%1$s has been added to your wishlist.","%1$s has been added to your wishlist."
9
+ "%1$s incl tax.","%1$s incl tax."
10
+ "%@ is not correct","%@ is not correct"
11
+ "%s API Key required.","%s API Key required."
12
+ "%s Application ID required.","%s Application ID required."
13
+ "%s Secret Key required.","%s Secret Key required."
14
+ "%s attribute is required.","%s attribute is required."
15
+ "%s fields is required","%s fields is required"
16
+ "%s has been added to your cart.","%s has been added to your cart."
17
+ "%s id:","%s id:"
18
+ "%s was updated in your shopping cart.","%s was updated in your shopping cart."
19
+ "(Includes more countries than those listed below. As the application owner, you are responsible for complying with country-specific laws related to the distribution or sale of your application into that country, including your home country.)","(Includes more countries than those listed below. As the application owner, you are responsible for complying with country-specific laws related to the distribution or sale of your application into that country, including your home country.)"
20
+ "* - field is required","* - field is required"
21
+ "*Subject to change","*Subject to change"
22
+ "1. Please select type of the action:","1. Please select type of the action:"
23
+ "10:40 AM","10:40 AM"
24
+ "2. Please select a page","2. Please select a page"
25
+ "2. Type Category Name","2. Type Category Name"
26
+ "2. Type Product Name","2. Type Product Name"
27
+ "80px x 80px","80px x 80px"
28
+ "80x80 px","80x80 px"
29
+ "<a href=""%s"" target=""_blank"">Login</a> to Urban Airship.","<a href=""%s"" target=""_blank"">Login</a> to Urban Airship."
30
+ "A Catalog Only App will not support functions such as add to cart, add to wishlist, or login.","A Catalog Only App will not support functions such as add to cart, add to wishlist, or login."
31
+ "A new password has been sent.","A new password has been sent."
32
+ "About","About"
33
+ "Access forbidden","Access forbidden"
34
+ "Account","Account"
35
+ "Account Information","Account Information"
36
+ "Account Settings","Account Settings"
37
+ "Account confirmation is required. Please check your email for the confirmation link.","Account confirmation is required. Please check your email for the confirmation link."
38
+ "Account information has been saved.","Account information has been saved."
39
+ "Action","Action"
40
+ "Action type does\'t recognized","Action type does\'t recognized"
41
+ "Action type does\'t recognized.","Action type does\'t recognized."
42
+ "Action type doesn\'t recognized.","Action type doesn\'t recognized."
43
+ "Activate","Activate"
44
+ "Activate PayPal Checkout","Activate PayPal Checkout"
45
+ "Activate PayPal MECL","Activate PayPal MECL"
46
+ "Activation Key","Activation Key"
47
+ "Add","Add"
48
+ "Add Action","Add Action"
49
+ "Add Address from Contacts","Add Address from Contacts"
50
+ "Add App","Add App"
51
+ "Add Custom","Add Custom"
52
+ "Add New Address","Add New Address"
53
+ "Add New Template","Add New Template"
54
+ "Add Page","Add Page"
55
+ "Add To Wishlist","Add To Wishlist"
56
+ "Add a billing address","Add a billing address"
57
+ "Add a shipping address","Add a shipping address"
58
+ "Add to Cart","Add to Cart"
59
+ "Add to Wishlist","Add to Wishlist"
60
+ "Adding Product to Cart...","Adding Product to Cart..."
61
+ "Adding Product to WishList...","Adding Product to WishList..."
62
+ "Additional Address","Additional Address"
63
+ "Additional Info","Additional Info"
64
+ "Address","Address"
65
+ "Address 2","Address 2"
66
+ "Address Book","Address Book"
67
+ "Address Book Updated","Address Book Updated"
68
+ "Address Info","Address Info"
69
+ "Address book is empty","Address book is empty"
70
+ "Address data not specified.","Address data not specified."
71
+ "Address does not belong to this customer.","Address does not belong to this customer."
72
+ "Address has been deleted.","Address has been deleted."
73
+ "Address has been saved.","Address has been saved."
74
+ "Admin Application Settings","Admin Application Settings"
75
+ "Admin Mobile Application","Admin Mobile Application"
76
+ "Admin application has not been enabled","Admin application has not been enabled"
77
+ "Administrative contact for this app and for app submission issues.","Administrative contact for this app and for app submission issues."
78
+ "Advanced Settings","Advanced Settings"
79
+ "After submitting the App to Magento, please contact <a href=""mailto:%1$s"">%1$s</a> to receive the Application Key, Application Secret and Application Master Secret.","After submitting the App to Magento, please contact <a href=""mailto:%1$s"">%1$s</a> to receive the Application Key, Application Secret and Application Master Secret."
80
+ "AirMail Message Queue","AirMail Message Queue"
81
+ "AirMail Messages Queue","AirMail Messages Queue"
82
+ "AirMail Template Preview","AirMail Template Preview"
83
+ "AirMail message","AirMail message"
84
+ "AirMail templates","AirMail templates"
85
+ "All Allowed Countries","All Allowed Countries"
86
+ "All Images","All Images"
87
+ "All locations","All locations"
88
+ "Amount","Amount"
89
+ "Amount in %@","Amount in %@"
90
+ "Amounts","Amounts"
91
+ "An account with this email address already exists.","An account with this email address already exists."
92
+ "An error occurred while adding item to wishlist.","An error occurred while adding item to wishlist."
93
+ "An error occurred while deleting the address.","An error occurred while deleting the address."
94
+ "An error occurred while loading categories.","An error occurred while loading categories."
95
+ "An error occurred while loading category filters.","An error occurred while loading category filters."
96
+ "An error occurred while loading configuration.","An error occurred while loading configuration."
97
+ "An error occurred while loading localization.","An error occurred while loading localization."
98
+ "An error occurred while loading login form.","An error occurred while loading login form."
99
+ "An error occurred while loading wishlist.","An error occurred while loading wishlist."
100
+ "An error occurred while processing your order. Please contact us or try again later.","An error occurred while processing your order. Please contact us or try again later."
101
+ "An error occurred while processing your request.","An error occurred while processing your request."
102
+ "An error occurred while removing item from wishlist.","An error occurred while removing item from wishlist."
103
+ "An error occurred while removing items from wishlist.","An error occurred while removing items from wishlist."
104
+ "Analytics","Analytics"
105
+ "Android","Android"
106
+ "Android doesn\'t support AirMail message type.","Android doesn\'t support AirMail message type."
107
+ "App Background","App Background"
108
+ "App Background (landscape mode)","App Background (landscape mode)"
109
+ "App Background (landscape mode).","App Background (landscape mode)."
110
+ "App Background (portrait mode)","App Background (portrait mode)"
111
+ "App Background (portrait mode).","App Background (portrait mode)."
112
+ "App Background image missing.","App Background image missing."
113
+ "App Code","App Code"
114
+ "App Information","App Information"
115
+ "App Name","App Name"
116
+ "App Stores","App Stores"
117
+ "App Submission History","App Submission History"
118
+ "App Title","App Title"
119
+ "App code","App code"
120
+ "App code required.","App code required."
121
+ "App does not exist.","App does not exist."
122
+ "App has been deleted.","App has been deleted."
123
+ "App has been saved.","App has been saved."
124
+ "App has been submitted.","App has been submitted."
125
+ "App model not loaded.","App model not loaded."
126
+ "App with specified code does not exist.","App with specified code does not exist."
127
+ "Appears in the info section of your app (example: Copyright 2010 – Your Company, Inc.)","Appears in the info section of your app (example: Copyright 2010 – Your Company, Inc.)"
128
+ "Application","Application"
129
+ "Application Key","Application Key"
130
+ "Application Master Secret","Application Master Secret"
131
+ "Application Name","Application Name"
132
+ "Application Secret","Application Secret"
133
+ "Application doesn\'t exist.","Application doesn\'t exist."
134
+ "Apply","Apply"
135
+ "Applying Coupon Code","Applying Coupon Code"
136
+ "Applying Gift Card %@","Applying Gift Card %@"
137
+ "Are you sure you want to cancel a message?","Are you sure you want to cancel a message?"
138
+ "Are you sure you want to cancel selected records?","Are you sure you want to cancel selected records?"
139
+ "Are you sure you want to delete a message?","Are you sure you want to delete a message?"
140
+ "Are you sure you want to delete selected records?","Are you sure you want to delete selected records?"
141
+ "Are you sure you want to delete this theme? This change will affect all applications.","Are you sure you want to delete this theme? This change will affect all applications."
142
+ "Are you sure you want to do this?","Are you sure you want to do this?"
143
+ "Are you sure you want to remove this item?","Are you sure you want to remove this item?"
144
+ "As Low As","As Low As"
145
+ "As Low Excl. Tax","As Low Excl. Tax"
146
+ "As Low Incl. Tax","As Low Incl. Tax"
147
+ "As a Magento customer, Urban Airship is offering you unlimited Push Notifications and Rich Push for $100/year* along with a 60 day free trial.","As a Magento customer, Urban Airship is offering you unlimited Push Notifications and Rich Push for $100/year* along with a 60 day free trial."
148
+ "As low as","As low as"
149
+ "As low as excl. tax","As low as excl. tax"
150
+ "As low as incl. tax","As low as incl. tax"
151
+ "At last one application has to be created.","At last one application has to be created."
152
+ "At least one option should be selected","At least one option should be selected"
153
+ "Authentication complete.","Authentication complete."
154
+ "Authentication to %@ did failed...","Authentication to %@ did failed..."
155
+ "Average Order Amount","Average Order Amount"
156
+ "Average Orders","Average Orders"
157
+ "Average Rating","Average Rating"
158
+ "Back","Back"
159
+ "Back to App Edit","Back to App Edit"
160
+ "Background Color","Background Color"
161
+ "Balance","Balance"
162
+ "Balance Change","Balance Change"
163
+ "Balance History","Balance History"
164
+ "Banner on Home Screen","Banner on Home Screen"
165
+ "Banner on Home Screen (landscape mode)","Banner on Home Screen (landscape mode)"
166
+ "Banner on Home Screen (landscape mode) image missing.","Banner on Home Screen (landscape mode) image missing."
167
+ "Banner on Home Screen (portrait mode)","Banner on Home Screen (portrait mode)"
168
+ "Banner on Home Screen (portrait mode) image missing.","Banner on Home Screen (portrait mode) image missing."
169
+ "Banner on Home Screen image missing.","Banner on Home Screen image missing."
170
+ "Banners on Home Screen","Banners on Home Screen"
171
+ "Best Sellers","Best Sellers"
172
+ "Billing","Billing"
173
+ "Billing Address","Billing Address"
174
+ "Billing address","Billing address"
175
+ "Billing address has been set.","Billing address has been set."
176
+ "Bundle Products","Bundle Products"
177
+ "Buy %1$s for %2$s","Buy %1$s for %2$s"
178
+ "Buy %1$s for %2$s (%3$s incl. tax) each","Buy %1$s for %2$s (%3$s incl. tax) each"
179
+ "Buy %1$s for %2$s each","Buy %1$s for %2$s each"
180
+ "Buy %1$s with %2$s discount each","Buy %1$s with %2$s discount each"
181
+ "Buy More & Save","Buy More & Save"
182
+ "Buyer country is not allowed by store.","Buyer country is not allowed by store."
183
+ "CMS Page","CMS Page"
184
+ "CMS Pages haven\'t been found.","CMS Pages haven\'t been found."
185
+ "Cache Lifetime (seconds)","Cache Lifetime (seconds)"
186
+ "Cache Management","Cache Management"
187
+ "Can\'t add item to shopping cart.","Can\'t add item to shopping cart."
188
+ "Can\'t apply the coupon code.","Can\'t apply the coupon code."
189
+ "Can\'t copy file ""%s"" to ""%s"".","Can\'t copy file ""%s"" to ""%s""."
190
+ "Can\'t create wishlist.","Can\'t create wishlist."
191
+ "Can\'t delete ""%s"" theme.","Can\'t delete ""%s"" theme."
192
+ "Can\'t load XML.","Can\'t load XML."
193
+ "Can\'t load admin application settings.","Can\'t load admin application settings."
194
+ "Can\'t load application with id ""%s""","Can\'t load application with id ""%s"""
195
+ "Can\'t load cart info.","Can\'t load cart info."
196
+ "Can\'t load cart.","Can\'t load cart."
197
+ "Can\'t load customer form.","Can\'t load customer form."
198
+ "Can\'t load default themes.","Can\'t load default themes."
199
+ "Can\'t load selected theme. Please check your media folder permissions.","Can\'t load selected theme. Please check your media folder permissions."
200
+ "Can\'t load template with id ""%s""","Can\'t load template with id ""%s"""
201
+ "Can\'t open submission form.","Can\'t open submission form."
202
+ "Can\'t read file ""%s"".","Can\'t read file ""%s""."
203
+ "Can\'t remove the item.","Can\'t remove the item."
204
+ "Can\'t reset theme.","Can\'t reset theme."
205
+ "Can\'t save address.","Can\'t save address."
206
+ "Can\'t save the customer.","Can\'t save the customer."
207
+ "Can\'t save theme.","Can\'t save theme."
208
+ "Can\'t show configuration.","Can\'t show configuration."
209
+ "Can\'t specify product.","Can\'t specify product."
210
+ "Can\'t submit application.","Can\'t submit application."
211
+ "Can\'t update cart.","Can\'t update cart."
212
+ "Can\'t write to file ""%s"".","Can\'t write to file ""%s""."
213
+ "Cancel","Cancel"
214
+ "Canceled","Canceled"
215
+ "Canceling PayPal ...","Canceling PayPal ..."
216
+ "Cancelled","Cancelled"
217
+ "Cannot apply gift card.","Cannot apply gift card."
218
+ "Cannot configure product.","Cannot configure product."
219
+ "Cannot load theme ""%s"".","Cannot load theme ""%s""."
220
+ "Cannot redeem Gift Card.","Cannot redeem Gift Card."
221
+ "Cannot remove gift card.","Cannot remove gift card."
222
+ "Cannot save theme ""%s"". Incorrect data received","Cannot save theme ""%s"". Incorrect data received"
223
+ "Cannot update the item.","Cannot update the item."
224
+ "Card Verification Number","Card Verification Number"
225
+ "Card verification number is wrong","Card verification number is wrong"
226
+ "Carrier","Carrier"
227
+ "Cart","Cart"
228
+ "Cart Updated","Cart Updated"
229
+ "Cart has been updated.","Cart has been updated."
230
+ "Cart has some errors.","Cart has some errors."
231
+ "Cart is empty.","Cart is empty."
232
+ "Catalog Only App?","Catalog Only App?"
233
+ "Category","Category"
234
+ "Category Button Color","Category Button Color"
235
+ "Category Item Background Color","Category Item Background Color"
236
+ "Cc:","Cc:"
237
+ "Chairs","Chairs"
238
+ "Change Orientation","Change Orientation"
239
+ "Change Password","Change Password"
240
+ "Changes have been saved to theme.","Changes have been saved to theme."
241
+ "Check","Check"
242
+ "Check Gift Card","Check Gift Card"
243
+ "Check Gift Card Promo Redeemed","Check Gift Card Promo Redeemed"
244
+ "Checking Gift Card %@","Checking Gift Card %@"
245
+ "Checkout","Checkout"
246
+ "Checkout Page Registration","Checkout Page Registration"
247
+ "Checkout as Guest","Checkout as Guest"
248
+ "Checkout as Guest or Register","Checkout as Guest or Register"
249
+ "Checkout has been initialized.","Checkout has been initialized."
250
+ "Checkout initialization...","Checkout initialization..."
251
+ "Checkout initialized!","Checkout initialized!"
252
+ "Choose Store View","Choose Store View"
253
+ "Choose amount","Choose amount"
254
+ "Choose file","Choose file"
255
+ "City","City"
256
+ "Clear","Clear"
257
+ "Close","Close"
258
+ "Color Themes","Color Themes"
259
+ "Colors","Colors"
260
+ "Commiting updates...","Commiting updates..."
261
+ "Company","Company"
262
+ "Completed","Completed"
263
+ "Configuration data have been saved","Configuration data have been saved"
264
+ "Configure Cart Item","Configure Cart Item"
265
+ "Confirm New Password","Confirm New Password"
266
+ "Confirm Password","Confirm Password"
267
+ "Connecting","Connecting"
268
+ "Connection Error\nWe\'re sorry. The app is experiencing connection problems. The app requires a network connection to operate.","Connection Error\nWe\'re sorry. The app is experiencing connection problems. The app requires a network connection to operate."
269
+ "Contact Email","Contact Email"
270
+ "Contact Information","Contact Information"
271
+ "ContactsAreEmpty","ContactsAreEmpty"
272
+ "Container is not defined.","Container is not defined."
273
+ "Content","Content"
274
+ "Continue","Continue"
275
+ "Copyright","Copyright"
276
+ "Copyright Page Logo","Copyright Page Logo"
277
+ "Copyright Page Logo (iPhone 4 retina)","Copyright Page Logo (iPhone 4 retina)"
278
+ "Copyright: Magento (c) 2010","Copyright: Magento (c) 2010"
279
+ "Countries","Countries"
280
+ "Countries Payment Applicable From","Countries Payment Applicable From"
281
+ "Country","Country"
282
+ "Country options don\'t recognized for ""%s"".","Country options don\'t recognized for ""%s""."
283
+ "Coupon code %s is not valid.","Coupon code %s is not valid."
284
+ "Coupon code %s was applied.","Coupon code %s was applied."
285
+ "Coupon code is empty.","Coupon code is empty."
286
+ "Coupon code was canceled.","Coupon code was canceled."
287
+ "Create Account","Create Account"
288
+ "Create an Account","Create an Account"
289
+ "Creating a Template is allowed only for applications which have device type iPhone.","Creating a Template is allowed only for applications which have device type iPhone."
290
+ "Credit Card","Credit Card"
291
+ "Credit Card %s","Credit Card %s"
292
+ "Credit Card Number","Credit Card Number"
293
+ "Credit Card Type","Credit Card Type"
294
+ "Credit card number does not match credit card type.","Credit card number does not match credit card type."
295
+ "Cross Sells","Cross Sells"
296
+ "Current Balance: %s","Current Balance: %s"
297
+ "Current Password","Current Password"
298
+ "Currently, the system does not support the viewing of the order detail.","Currently, the system does not support the viewing of the order detail."
299
+ "Custom App Icon","Custom App Icon"
300
+ "Custom App Icon (iPhone 4 retina)","Custom App Icon (iPhone 4 retina)"
301
+ "Custom Colors","Custom Colors"
302
+ "Custom amount","Custom amount"
303
+ "Customer","Customer"
304
+ "Customer Name","Customer Name"
305
+ "Customer authentication problem.","Customer authentication problem."
306
+ "Customer balance available in enterprise version of Magento only.","Customer balance available in enterprise version of Magento only."
307
+ "Customer balance is disabled for current store","Customer balance is disabled for current store"
308
+ "Customer email not specified.","Customer email not specified."
309
+ "Customer logout problem.","Customer logout problem."
310
+ "Customer not logged in.","Customer not logged in."
311
+ "Customers","Customers"
312
+ "DD","DD"
313
+ "Date","Date"
314
+ "Date Created","Date Created"
315
+ "Date Submitted","Date Submitted"
316
+ "Date Updated","Date Updated"
317
+ "Date:","Date:"
318
+ "Day","Day"
319
+ "Deeper Messaging and Engagement with Rich Push.","Deeper Messaging and Engagement with Rich Push."
320
+ "Default Billing Address","Default Billing Address"
321
+ "Default Shipping Address","Default Shipping Address"
322
+ "Default Theme","Default Theme"
323
+ "Default themes are missed.","Default themes are missed."
324
+ "Delete","Delete"
325
+ "Delete Action","Delete Action"
326
+ "Delete theme","Delete theme"
327
+ "Deleted","Deleted"
328
+ "Description","Description"
329
+ "Description that appears in Android Market. %s chars maximum. ","Description that appears in Android Market. %s chars maximum. "
330
+ "Description that appears in the iTunes App Store. %s chars maximum. ","Description that appears in the iTunes App Store. %s chars maximum. "
331
+ "Deselect All","Deselect All"
332
+ "Design","Design"
333
+ "Device","Device"
334
+ "Device Information","Device Information"
335
+ "Device Type","Device Type"
336
+ "Device doesn\'t recognized","Device doesn\'t recognized"
337
+ "Device doesn\'t recognized. Unable to load a template.","Device doesn\'t recognized. Unable to load a template."
338
+ "Device doesn\'t recognized: ""%s"". Unable to load a helper.","Device doesn\'t recognized: ""%s"". Unable to load a helper."
339
+ "Device doesn\'t recognized: ""%s"". Unable to load preview model.","Device doesn\'t recognized: ""%s"". Unable to load preview model."
340
+ "Device type doesn\'t recognized.","Device type doesn\'t recognized."
341
+ "Discount code is empty","Discount code is empty"
342
+ "Discount:","Discount:"
343
+ "Done","Done"
344
+ "Downloadable Products Updated","Downloadable Products Updated"
345
+ "Downloads limit:","Downloads limit:"
346
+ "E-mail","E-mail"
347
+ "Edit","Edit"
348
+ "Edit Action","Edit Action"
349
+ "Edit Address","Edit Address"
350
+ "Edit AirMail Message","Edit AirMail Message"
351
+ "Edit AirMail Message Queue #%s","Edit AirMail Message Queue #%s"
352
+ "Edit App ""%s""","Edit App ""%s"""
353
+ "Edit Filter","Edit Filter"
354
+ "Edit Image","Edit Image"
355
+ "Edit Mail List","Edit Mail List"
356
+ "Edit Template ""%s""","Edit Template ""%s"""
357
+ "Edit filter","Edit filter"
358
+ "Edit note","Edit note"
359
+ "Either remote URL or application code was not set. Please make sure you filled all the values and try again.","Either remote URL or application code was not set. Please make sure you filled all the values and try again."
360
+ "Element with id %s already exists","Element with id %s already exists"
361
+ "Email","Email"
362
+ "Email Address","Email Address"
363
+ "Email address you provided is not valid. Please provide a valid one.","Email address you provided is not valid. Please provide a valid one."
364
+ "Email is not correct","Email is not correct"
365
+ "Email is not specified","Email is not specified"
366
+ "Enable Admin Application","Enable Admin Application"
367
+ "Enable AirMail Message Push notification","Enable AirMail Message Push notification"
368
+ "Enable Facebook","Enable Facebook"
369
+ "Enable Flurry Analytics","Enable Flurry Analytics"
370
+ "Enable Flurry Analytics for the merchant.","Enable Flurry Analytics for the merchant."
371
+ "Enable LinkedIn","Enable LinkedIn"
372
+ "Enable Standard Checkout","Enable Standard Checkout"
373
+ "Enable Twitter","Enable Twitter"
374
+ "Enter Name","Enter Name"
375
+ "Enter discount code first.","Enter discount code first."
376
+ "Enter discount code if any","Enter discount code if any"
377
+ "Enter e-mail","Enter e-mail"
378
+ "Enter giftcard promo code here","Enter giftcard promo code here"
379
+ "Enter text","Enter text"
380
+ "Enter the gift card code","Enter the gift card code"
381
+ "Error","Error"
382
+ "Error Loading Configuration Format","Error Loading Configuration Format"
383
+ "Error during shortening url","Error during shortening url"
384
+ "Error message text is missed.","Error message text is missed."
385
+ "Error while processing file ""%s"".","Error while processing file ""%s""."
386
+ "Error while reading data from Payment Bridge. Please, try again.","Error while reading data from Payment Bridge. Please, try again."
387
+ "Error while reading remote data","Error while reading remote data"
388
+ "Error while uploading file ""%s"".","Error while uploading file ""%s""."
389
+ "Error while uploading file ""%s"". Disallowed file type. Only ""jpg"", ""jpeg"", ""gif"", ""png"" are allowed.","Error while uploading file ""%s"". Disallowed file type. Only ""jpg"", ""jpeg"", ""gif"", ""png"" are allowed."
390
+ "Excl. Tax","Excl. Tax"
391
+ "Expiration Date - Month","Expiration Date - Month"
392
+ "Expiration Date - Year","Expiration Date - Year"
393
+ "Expires: %s","Expires: %s"
394
+ "Extend the life of your app with Urban Airship Push Notifications.","Extend the life of your app with Urban Airship Push Notifications."
395
+ "Extensions","Extensions"
396
+ "FILTERS APPLIED","FILTERS APPLIED"
397
+ "Facebook","Facebook"
398
+ "Facebook API","Facebook API"
399
+ "Facebook Application ID","Facebook Application ID"
400
+ "Facebook post failed...","Facebook post failed..."
401
+ "Fax","Fax"
402
+ "File can\'t be uploaded.","File can\'t be uploaded."
403
+ "File doesn\'t exist ""%s"".","File doesn\'t exist ""%s""."
404
+ "Filter","Filter"
405
+ "Filters","Filters"
406
+ "First Name","First Name"
407
+ "Fixed amounts","Fixed amounts"
408
+ "Flurry API Code","Flurry API Code"
409
+ "Flurry Analytics","Flurry Analytics"
410
+ "Flurry Analytics Site","Flurry Analytics Site"
411
+ "Fonts","Fonts"
412
+ "Forgot Password","Forgot Password"
413
+ "Forgot Password?","Forgot Password?"
414
+ "Forgot your password?","Forgot your password?"
415
+ "Form","Form"
416
+ "Free","Free"
417
+ "From","From"
418
+ "From Excl. Tax","From Excl. Tax"
419
+ "From Incl. Tax","From Incl. Tax"
420
+ "From excl. tax","From excl. tax"
421
+ "From incl. tax","From incl. tax"
422
+ "Full Description","Full Description"
423
+ "Funk Leaf","Funk Leaf"
424
+ "Gallery","Gallery"
425
+ "General","General"
426
+ "Generate Offline Catalog","Generate Offline Catalog"
427
+ "Get Content from CMS Page","Get Content from CMS Page"
428
+ "Gift Card ""%s"" was added.","Gift Card ""%s"" was added."
429
+ "Gift Card ""%s"" was redeemed.","Gift Card ""%s"" was redeemed."
430
+ "Gift Card ""%s"" was removed.","Gift Card ""%s"" was removed."
431
+ "Gift Card (%s)","Gift Card (%s)"
432
+ "Gift Card amount applied to order: %s","Gift Card amount applied to order: %s"
433
+ "Gift Card code is empty.","Gift Card code is empty."
434
+ "Gift Card: %s","Gift Card: %s"
435
+ "Gift card account available in enterprise version of Magento only.","Gift card account available in enterprise version of Magento only."
436
+ "Giftcard promo code","Giftcard promo code"
437
+ "Grand Total","Grand Total"
438
+ "Grand Total (Excl. Tax)","Grand Total (Excl. Tax)"
439
+ "Grand Total (Incl. Tax)","Grand Total (Incl. Tax)"
440
+ "Guest","Guest"
441
+ "Header Background Color","Header Background Color"
442
+ "Header Font Color","Header Font Color"
443
+ "High Resolution Application Icon","High Resolution Application Icon"
444
+ "Home","Home"
445
+ "Hot Red","Hot Red"
446
+ "How do you rate this product?","How do you rate this product?"
447
+ "How to incorporate Urban Airship within your application:","How to incorporate Urban Airship within your application:"
448
+ "I Agree","I Agree"
449
+ "I agree to the Terms and Conditions","I agree to the Terms and Conditions"
450
+ "ID","ID"
451
+ "Icon that will appear on the user\'s device after they download your app.","Icon that will appear on the user\'s device after they download your app."
452
+ "Icon that will appear on the user\'s device after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple).","Icon that will appear on the user\'s device after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple)."
453
+ "Icon that will appear on the user\'s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple).","Icon that will appear on the user\'s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple)."
454
+ "Icon that will appear on the user\'s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple).","Icon that will appear on the user\'s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple)."
455
+ "Icons","Icons"
456
+ "If leave this field empty, the message will be sent immediately","If leave this field empty, the message will be sent immediately"
457
+ "If you want to disable the cache on the application side, leave the field empty. Warning! When disabling cache, the application will take time to load each page.","If you want to disable the cache on the application side, leave the field empty. Warning! When disabling cache, the application will take time to load each page."
458
+ "Image %s is required.","Image %s is required."
459
+ "Image action has been saved.","Image action has been saved."
460
+ "Image does not exist. Please reload this page.","Image does not exist. Please reload this page."
461
+ "Image file was not found.","Image file was not found."
462
+ "Image has been deleted.","Image has been deleted."
463
+ "Image id is required.","Image id is required."
464
+ "Image limits don\'t recognized for ""%s"" image type","Image limits don\'t recognized for ""%s"" image type"
465
+ "Image that appears on first screen while your app is loading.","Image that appears on first screen while your app is loading."
466
+ "Image type doesn\'t recognized: ""%s"".","Image type doesn\'t recognized: ""%s""."
467
+ "Image type is required.","Image type is required."
468
+ "Images","Images"
469
+ "Images order has been updated.","Images order has been updated."
470
+ "In Queue","In Queue"
471
+ "In Stock","In Stock"
472
+ "In addition, click here to review Urban Airship\'s Terms of Service: <a href=""%s"" target=""_blank"">click here</a>.","In addition, click here to review Urban Airship\'s Terms of Service: <a href=""%s"" target=""_blank"">click here</a>."
473
+ "In order to resubmit your app, you need to first purchase a <a href=""%s"" target=""_blank"">%s</a> from MagentoCommerce","In order to resubmit your app, you need to first purchase a <a href=""%s"" target=""_blank"">%s</a> from MagentoCommerce"
474
+ "In order to submit your app, you need to first purchase a <a href=""%s"" target=""_blank"">%s</a> from MagentoCommerce","In order to submit your app, you need to first purchase a <a href=""%s"" target=""_blank"">%s</a> from MagentoCommerce"
475
+ "Inactive Tabs","Inactive Tabs"
476
+ "Incl. Tax","Incl. Tax"
477
+ "Incl. tax","Incl. tax"
478
+ "Initialization PayPal ...","Initialization PayPal ..."
479
+ "Initialization of the PayPal checkout failed!","Initialization of the PayPal checkout failed!"
480
+ "Invalid XML.","Invalid XML."
481
+ "Invalid current password.","Invalid current password."
482
+ "Invalid customer data.","Invalid customer data."
483
+ "Invalid data.","Invalid data."
484
+ "Invalid email address.","Invalid email address."
485
+ "Invalid item or wishlist.","Invalid item or wishlist."
486
+ "Invalid login or password.","Invalid login or password."
487
+ "Invalid shipping method.","Invalid shipping method."
488
+ "Issue Number","Issue Number"
489
+ "It\'s not allowed to delete submitted application.","It\'s not allowed to delete submitted application."
490
+ "Item","Item"
491
+ "Item Options","Item Options"
492
+ "Item has been added to cart.","Item has been added to cart."
493
+ "Item has been deleted from cart.","Item has been deleted from cart."
494
+ "Item has been removed from wishlist.","Item has been removed from wishlist."
495
+ "Items","Items"
496
+ "Items were updated. But can\'t update wishlist.","Items were updated. But can\'t update wishlist."
497
+ "Keep your image size below %s KB for optimal performance.","Keep your image size below %s KB for optimal performance."
498
+ "Key","Key"
499
+ "Keywords","Keywords"
500
+ "Label","Label"
501
+ "Landscape app Background","Landscape app Background"
502
+ "Landscape banners on Home Screen","Landscape banners on Home Screen"
503
+ "Large iTunes Icon","Large iTunes Icon"
504
+ "Large icon that appears in the iTunes App Store. You do not need to apply a gradient or soft edges (this is done automatically by Apple).","Large icon that appears in the iTunes App Store. You do not need to apply a gradient or soft edges (this is done automatically by Apple)."
505
+ "Last 5 Orders","Last 5 Orders"
506
+ "Last 5 Search Terms","Last 5 Search Terms"
507
+ "Last Name","Last Name"
508
+ "Last update: %@","Last update: %@"
509
+ "Lifetime Sales","Lifetime Sales"
510
+ "LindedIn","LindedIn"
511
+ "Link:","Link:"
512
+ "LinkedIn","LinkedIn"
513
+ "LinkedIn API","LinkedIn API"
514
+ "LinkedIn API Key","LinkedIn API Key"
515
+ "LinkedIn Authorization","LinkedIn Authorization"
516
+ "LinkedIn Autorization","LinkedIn Autorization"
517
+ "LinkedIn Secret Key","LinkedIn Secret Key"
518
+ "Linkedin post failed...","Linkedin post failed..."
519
+ "List of downloadable products is empty","List of downloadable products is empty"
520
+ "Load more items","Load more items"
521
+ "Loader Splash Screen","Loader Splash Screen"
522
+ "Loader Splash Screen (iPhone 4 retina)","Loader Splash Screen (iPhone 4 retina)"
523
+ "Loader Splash Screen (landscape mode)","Loader Splash Screen (landscape mode)"
524
+ "Loader Splash Screen (portrait mode)","Loader Splash Screen (portrait mode)"
525
+ "Loading %@...","Loading %@..."
526
+ "Loading Account Form...","Loading Account Form..."
527
+ "Loading Address Book...","Loading Address Book..."
528
+ "Loading Address Form...","Loading Address Form..."
529
+ "Loading CMS page ...","Loading CMS page ..."
530
+ "Loading Cart...","Loading Cart..."
531
+ "Loading Gallery...","Loading Gallery..."
532
+ "Loading Login Form...","Loading Login Form..."
533
+ "Loading My Downloadable Products...","Loading My Downloadable Products..."
534
+ "Loading Order Details","Loading Order Details"
535
+ "Loading Orders List...","Loading Orders List..."
536
+ "Loading Preview...","Loading Preview..."
537
+ "Loading Product Options...","Loading Product Options..."
538
+ "Loading Products...","Loading Products..."
539
+ "Loading Registration Form...","Loading Registration Form..."
540
+ "Loading Restore Password Form...","Loading Restore Password Form..."
541
+ "Loading Store Credit...","Loading Store Credit..."
542
+ "Loading WishList...","Loading WishList..."
543
+ "Loading Write Review Form...","Loading Write Review Form..."
544
+ "Loading category ...","Loading category ..."
545
+ "Loading more items...","Loading more items..."
546
+ "Loading product ...","Loading product ..."
547
+ "Loading shipping methods ...","Loading shipping methods ..."
548
+ "Loading...","Loading..."
549
+ "Locations","Locations"
550
+ "Log In","Log In"
551
+ "Log Out","Log Out"
552
+ "Log in to Admin Panel","Log in to Admin Panel"
553
+ "Log into Account","Log into Account"
554
+ "Log into your account","Log into your account"
555
+ "Log out Account","Log out Account"
556
+ "LogInMessageTitle","LogInMessageTitle"
557
+ "Login and password are required.","Login and password are required."
558
+ "Logo in Header","Logo in Header"
559
+ "Logo in Header image missing.","Logo in Header image missing."
560
+ "Logout complete.","Logout complete."
561
+ "MEP is PayPal\'s native checkout experience for the iPhone. You can choose to use MEP alongside standard checkout, or use it as your only checkout method for Magento mobile. PayPal MEP requires a <a href=""%s"">PayPal business account</a>","MEP is PayPal\'s native checkout experience for the iPhone. You can choose to use MEP alongside standard checkout, or use it as your only checkout method for Magento mobile. PayPal MEP requires a <a href=""%s"">PayPal business account</a>"
562
+ "MM","MM"
563
+ "Mailbox title","Mailbox title"
564
+ "Main Tabs","Main Tabs"
565
+ "Make Inactive","Make Inactive"
566
+ "Make this app available in the following territories","Make this app available in the following territories"
567
+ "Manage Apps","Manage Apps"
568
+ "Manage Mobile App","Manage Mobile App"
569
+ "Maximum length is 140","Maximum length is 140"
570
+ "Maximum length is 255","Maximum length is 255"
571
+ "Maximum size: %s KB.","Maximum size: %s KB."
572
+ "Maximum: %.2f","Maximum: %.2f"
573
+ "Merchant Label","Merchant Label"
574
+ "Merge","Merge"
575
+ "Message","Message"
576
+ "Message Queue","Message Queue"
577
+ "Message Settings","Message Settings"
578
+ "Message Templates","Message Templates"
579
+ "Message Title","Message Title"
580
+ "Message Type","Message Type"
581
+ "Message can be edited when status of the message is ""In Queue"" only.","Message can be edited when status of the message is ""In Queue"" only."
582
+ "Message content","Message content"
583
+ "Message text is missed.","Message text is missed."
584
+ "Message title","Message title"
585
+ "Message too long, please use 140 symbols","Message too long, please use 140 symbols"
586
+ "Message type doesn\'t recognized","Message type doesn\'t recognized"
587
+ "Minimize","Minimize"
588
+ "Minimum %@, maximum %@","Minimum %@, maximum %@"
589
+ "Minimum: %.2f","Minimum: %.2f"
590
+ "Mobile","Mobile"
591
+ "Mobile Express Checkout has been canceled.","Mobile Express Checkout has been canceled."
592
+ "Mobile Express Checkout processed successfully.","Mobile Express Checkout processed successfully."
593
+ "Month","Month"
594
+ "More","More"
595
+ "More Info","More Info"
596
+ "More Tabs","More Tabs"
597
+ "Most Viewed Products","Most Viewed Products"
598
+ "My Account","My Account"
599
+ "My Downloadable Products","My Downloadable Products"
600
+ "My Orders","My Orders"
601
+ "My Wishlist","My Wishlist"
602
+ "Name","Name"
603
+ "Name on Card","Name on Card"
604
+ "Name that appears beneath your app when users install it to their device. We recommend choosing a name that is 10-12 characters and that your customers will recognize. %s chars max.","Name that appears beneath your app when users install it to their device. We recommend choosing a name that is 10-12 characters and that your customers will recognize. %s chars max."
605
+ "New AirMail Message","New AirMail Message"
606
+ "New AirMail Message Queue","New AirMail Message Queue"
607
+ "New App","New App"
608
+ "New Customers","New Customers"
609
+ "New Password","New Password"
610
+ "New Template","New Template"
611
+ "New to Our Store?","New to Our Store?"
612
+ "Nickname","Nickname"
613
+ "No","No"
614
+ "No Payment Information Required","No Payment Information Required"
615
+ "No Ratings","No Ratings"
616
+ "No internet connection. Retry later ...","No internet connection. Retry later ..."
617
+ "No items were specifed to update.","No items were specifed to update."
618
+ "No items were updated.","No items were updated."
619
+ "No product selected.","No product selected."
620
+ "No products found. Please retry with other term","No products found. Please retry with other term"
621
+ "No shipping method required.","No shipping method required."
622
+ "No such file ""%s"".","No such file ""%s""."
623
+ "Not Submitted","Not Submitted"
624
+ "Note: Image size affects the performance of your app.","Note: Image size affects the performance of your app."
625
+ "Notice","Notice"
626
+ "Number of Orders","Number of Orders"
627
+ "Number of Uses","Number of Uses"
628
+ "OK","OK"
629
+ "OR, Pay with Standard Checkout","OR, Pay with Standard Checkout"
630
+ "Offline Catalog","Offline Catalog"
631
+ "Offline cart stored on server","Offline cart stored on server"
632
+ "Offline catalog export complete.","Offline catalog export complete."
633
+ "Offline catalog export failed.","Offline catalog export failed."
634
+ "One or more keywords that describe your app. Keywords are matched to users\' searches in the App Store and help return accurate search results. Separate multiple keywords with commas. 100 chars is maximum.","One or more keywords that describe your app. Keywords are matched to users\' searches in the App Store and help return accurate search results. Separate multiple keywords with commas. 100 chars is maximum."
635
+ "Onepage checkout is disabled.","Onepage checkout is disabled."
636
+ "Only custom theme can be deleted","Only custom theme can be deleted"
637
+ "Only default theme can be reset","Only default theme can be reset"
638
+ "Only free apps are allowed in this version.","Only free apps are allowed in this version."
639
+ "Only registered users can write reviews. Please, log in or register.","Only registered users can write reviews. Please, log in or register."
640
+ "Open","Open"
641
+ "Options","Options"
642
+ "Options menu items","Options menu items"
643
+ "Order","Order"
644
+ "Order #","Order #"
645
+ "Order #%s - %s","Order #%s - %s"
646
+ "Order Date: %s","Order Date: %s"
647
+ "Order Details Updated","Order Details Updated"
648
+ "Order ID","Order ID"
649
+ "Order ID:","Order ID:"
650
+ "Order Info","Order Info"
651
+ "Order List Updated","Order List Updated"
652
+ "Order Number","Order Number"
653
+ "Order Review","Order Review"
654
+ "Order canceled","Order canceled"
655
+ "Order failed","Order failed"
656
+ "Order id is not specified.","Order id is not specified."
657
+ "Order is not available.","Order is not available."
658
+ "Ordered","Ordered"
659
+ "Ordered Items","Ordered Items"
660
+ "Orders","Orders"
661
+ "Other amount","Other amount"
662
+ "Out of Stock","Out of Stock"
663
+ "Output format is not specified. Please, specify ""format"" key in constructor, or set it using setFormat().","Output format is not specified. Please, specify ""format"" key in constructor, or set it using setFormat()."
664
+ "Overall Activity","Overall Activity"
665
+ "POST data is not valid.","POST data is not valid."
666
+ "Pages","Pages"
667
+ "Password","Password"
668
+ "Password fields cannot be empty.","Password fields cannot be empty."
669
+ "Password is not specified","Password is not specified"
670
+ "Password:","Password:"
671
+ "PayPal","PayPal"
672
+ "PayPal Checkout","PayPal Checkout"
673
+ "PayPal MECL is the mobile version of PayPal\'s Express Checkout service. You can choose to use MECL alongside standard checkout, or use it as your only checkout method for Magento Mobile.","PayPal MECL is the mobile version of PayPal\'s Express Checkout service. You can choose to use MECL alongside standard checkout, or use it as your only checkout method for Magento Mobile."
674
+ "PayPal MEP","PayPal MEP"
675
+ "PayPal Mobile Embedded Payment (MEP)","PayPal Mobile Embedded Payment (MEP)"
676
+ "PayPal Mobile Express Checkout","PayPal Mobile Express Checkout"
677
+ "PayPal Mobile Express Checkout Library (MECL)","PayPal Mobile Express Checkout Library (MECL)"
678
+ "PayPal Mobile Express Checkout Token does not exist.","PayPal Mobile Express Checkout Token does not exist."
679
+ "Payer Email: %s","Payer Email: %s"
680
+ "Payment Applicable From","Payment Applicable From"
681
+ "Payment Bridge module unavailable.","Payment Bridge module unavailable."
682
+ "Payment Information","Payment Information"
683
+ "Payment Method","Payment Method"
684
+ "Payment Method has been set.","Payment Method has been set."
685
+ "Payment Methods","Payment Methods"
686
+ "Payment method","Payment method"
687
+ "Payment method was successfully set.","Payment method was successfully set."
688
+ "Paypal MEP doesn\'t support checkout with any discount.","Paypal MEP doesn\'t support checkout with any discount."
689
+ "Place Order","Place Order"
690
+ "Placing order ...","Placing order ..."
691
+ "Please <a href=""%s"" target=""_blank"">click here</a> to see how to setup and retrieve API credentials.","Please <a href=""%s"" target=""_blank"">click here</a> to see how to setup and retrieve API credentials."
692
+ "Please Select Application","Please Select Application"
693
+ "Please Select Device Type","Please Select Device Type"
694
+ "Please agree to all the terms and conditions before placing the order.","Please agree to all the terms and conditions before placing the order."
695
+ "Please create and save an application first.","Please create and save an application first."
696
+ "Please enter ""App Title"".","Please enter ""App Title""."
697
+ "Please enter a valid URL. Protocol is required (http://, https:// or ftp://)","Please enter a valid URL. Protocol is required (http://, https:// or ftp://)"
698
+ "Please enter a valid date.","Please enter a valid date."
699
+ "Please enter a valid email address. For example johndoe@domain.com.","Please enter a valid email address. For example johndoe@domain.com."
700
+ "Please enter at least one email recipient","Please enter at least one email recipient"
701
+ "Please enter issue number or start date for switch/solo card type.","Please enter issue number or start date for switch/solo card type."
702
+ "Please enter the Activation Key.","Please enter the Activation Key."
703
+ "Please enter the Copyright.","Please enter the Copyright."
704
+ "Please enter the Description.","Please enter the Description."
705
+ "Please enter the Price.","Please enter the Price."
706
+ "Please enter the Resubmission Key.","Please enter the Resubmission Key."
707
+ "Please enter the Title.","Please enter the Title."
708
+ "Please make sure your passwords match.","Please make sure your passwords match."
709
+ "Please save application first.","Please save application first."
710
+ "Please select an option.","Please select an option."
711
+ "Please select at least one country.","Please select at least one country."
712
+ "Please select payment method to cover a quote","Please select payment method to cover a quote"
713
+ "Please set email","Please set email"
714
+ "Please specify payment method","Please specify payment method"
715
+ "Please specify shipping method","Please specify shipping method"
716
+ "Please upload an image for ""App Background (landscape mode)"" field from Design Tab.","Please upload an image for ""App Background (landscape mode)"" field from Design Tab."
717
+ "Please upload an image for ""App Background (portrait mode)"" field from Design Tab.","Please upload an image for ""App Background (portrait mode)"" field from Design Tab."
718
+ "Please upload an image for ""App Background"" field from Design Tab.","Please upload an image for ""App Background"" field from Design Tab."
719
+ "Please upload an image for ""Banner on Home Screen (landscape mode)"" field from Design Tab.","Please upload an image for ""Banner on Home Screen (landscape mode)"" field from Design Tab."
720
+ "Please upload an image for ""Banner on Home Screen (portrait mode)"" field from Design Tab.","Please upload an image for ""Banner on Home Screen (portrait mode)"" field from Design Tab."
721
+ "Please upload an image for ""Banner on Home Screen"" field from Design Tab.","Please upload an image for ""Banner on Home Screen"" field from Design Tab."
722
+ "Please upload an image for ""Logo in Header"" field from Design Tab.","Please upload an image for ""Logo in Header"" field from Design Tab."
723
+ "Please use letters only (a-z or A-Z) in this field.","Please use letters only (a-z or A-Z) in this field."
724
+ "Please use numbers only in this field. Please avoid spaces or other characters such as dots or commas.","Please use numbers only in this field. Please avoid spaces or other characters such as dots or commas."
725
+ "Please use only letters (a-z or A-Z) or numbers (0-9) only in this field. No spaces or other characters are allowed.","Please use only letters (a-z or A-Z) or numbers (0-9) only in this field. No spaces or other characters are allowed."
726
+ "Please wait...","Please wait..."
727
+ "Please, specify gift card amount!","Please, specify gift card amount!"
728
+ "Portrait app Background","Portrait app Background"
729
+ "Portrait banners on Home Screen","Portrait banners on Home Screen"
730
+ "Post data is empty.","Post data is empty."
731
+ "Post this product to your wall","Post this product to your wall"
732
+ "Posting to e-mails","Posting to e-mails"
733
+ "Preferred size: %spx x %spx.","Preferred size: %spx x %spx."
734
+ "Preset Theme","Preset Theme"
735
+ "Preview","Preview"
736
+ "Price","Price"
737
+ "Price Font Color","Price Font Color"
738
+ "Price excluding tax","Price excluding tax"
739
+ "Price including tax","Price including tax"
740
+ "Primary Color","Primary Color"
741
+ "Primary Font Color","Primary Font Color"
742
+ "Problem changing or sending password.","Problem changing or sending password."
743
+ "Proceed to Checkout","Proceed to Checkout"
744
+ "Product","Product"
745
+ "Product Added to Cart","Product Added to Cart"
746
+ "Product Added to Wishlist","Product Added to Wishlist"
747
+ "Product Gallery Updated","Product Gallery Updated"
748
+ "Product Name3 ","Product Name3 "
749
+ "Product Name3 1","Product Name3 1"
750
+ "Product Name3 2","Product Name3 2"
751
+ "Product Options Updated","Product Options Updated"
752
+ "Product Removed From Wishlist","Product Removed From Wishlist"
753
+ "Product Reviews Updated","Product Reviews Updated"
754
+ "Product SKU","Product SKU"
755
+ "Product Updated","Product Updated"
756
+ "Product added","Product added"
757
+ "Product is out of stock","Product is out of stock"
758
+ "Product is unavailable.","Product is unavailable."
759
+ "Product only available on the website.","Product only available on the website."
760
+ "Product succesfully added to cart","Product succesfully added to cart"
761
+ "Product was not specified.","Product was not specified."
762
+ "Product(s) currently out of stock.","Product(s) currently out of stock."
763
+ "Products","Products"
764
+ "Pull Down To Update..","Pull Down To Update.."
765
+ "Purchase Order Number","Purchase Order Number"
766
+ "Push Notification","Push Notification"
767
+ "Push Notifications allow you to send messages directly to the people who have installed your app on their device. Send messages to your full audience even when your app is closed. Push Notifications are one of the best ways to keep your app active by delivering valuable content directly to your customers. Learn more about Push Notifications - <a href=""%1$s"" target=""_blank"">%1$s</a>","Push Notifications allow you to send messages directly to the people who have installed your app on their device. Send messages to your full audience even when your app is closed. Push Notifications are one of the best ways to keep your app active by delivering valuable content directly to your customers. Learn more about Push Notifications - <a href=""%1$s"" target=""_blank"">%1$s</a>"
768
+ "Push Title","Push Title"
769
+ "Push message","Push message"
770
+ "Push title","Push title"
771
+ "Qty","Qty"
772
+ "Qty:","Qty:"
773
+ "Quantity","Quantity"
774
+ "Quantity:","Quantity:"
775
+ "Queue Date","Queue Date"
776
+ "Queue Message","Queue Message"
777
+ "Queue does not exist.","Queue does not exist."
778
+ "Queue is allowed only for applications with enabled Push Notification.","Queue is allowed only for applications with enabled Push Notification."
779
+ "Quote instance is required.","Quote instance is required."
780
+ "Quote item is not found.","Quote item is not found."
781
+ "Range param doesn\'t recognized","Range param doesn\'t recognized"
782
+ "Ratings and Reviews","Ratings and Reviews"
783
+ "Read the Terms and Conditions","Read the Terms and Conditions"
784
+ "Recent Activity","Recent Activity"
785
+ "Recipient Information","Recipient Information"
786
+ "Recommended size %spx x %spx.","Recommended size %spx x %spx."
787
+ "Recommended size: %spx x %spx at %s dpi.","Recommended size: %spx x %spx at %s dpi."
788
+ "Recommended size: %spx x %spx.","Recommended size: %spx x %spx."
789
+ "Recover","Recover"
790
+ "Redeem","Redeem"
791
+ "Redeeming Gift Card %@","Redeeming Gift Card %@"
792
+ "Redemption functionality is disabled.","Redemption functionality is disabled."
793
+ "Refunded","Refunded"
794
+ "Regions","Regions"
795
+ "Register","Register"
796
+ "Registering cart ...","Registering cart ..."
797
+ "Registering user ...","Registering user ..."
798
+ "Regular","Regular"
799
+ "Regular and confirmation passwords must be equal","Regular and confirmation passwords must be equal"
800
+ "Related Product Background Color","Related Product Background Color"
801
+ "Release To Update...","Release To Update..."
802
+ "Relevance","Relevance"
803
+ "Remaining downloads","Remaining downloads"
804
+ "Remove","Remove"
805
+ "Remove Address...","Remove Address..."
806
+ "Removing %@...","Removing %@..."
807
+ "Removing Coupon...","Removing Coupon..."
808
+ "Removing Gift Card...","Removing Gift Card..."
809
+ "Removing Product from WishList...","Removing Product from WishList..."
810
+ "Removing Store Credit...","Removing Store Credit..."
811
+ "Request param %s is missed","Request param %s is missed"
812
+ "Required size: %spx x %spx.","Required size: %spx x %spx."
813
+ "Reset theme to default","Reset theme to default"
814
+ "Resubmission Key","Resubmission Key"
815
+ "Resubmit App","Resubmit App"
816
+ "Resubmit App failure. %s","Resubmit App failure. %s"
817
+ "Results","Results"
818
+ "Revenue","Revenue"
819
+ "Revert","Revert"
820
+ "Revert Discount","Revert Discount"
821
+ "Review","Review"
822
+ "Rich Push allows you to create and send engaging experiences by adding HTML and other rich media components to your push notifications. Moving beyond alerts and badge updates, Rich Push takes users into the app while displaying content in a customizable WebKit view. Create branded messages that engage your users with new content and information, all without having to update your app. Learn more about Rich Push - <a href=""%1$s"" target=""_blank"">%1$s</a>","Rich Push allows you to create and send engaging experiences by adding HTML and other rich media components to your push notifications. Moving beyond alerts and badge updates, Rich Push takes users into the app while displaying content in a customizable WebKit view. Create branded messages that engage your users with new content and information, all without having to update your app. Learn more about Rich Push - <a href=""%1$s"" target=""_blank"">%1$s</a>"
823
+ "SORT BY:","SORT BY:"
824
+ "Sample","Sample"
825
+ "Samples","Samples"
826
+ "Save","Save"
827
+ "Save As","Save As"
828
+ "Save Theme","Save Theme"
829
+ "Save and Continue Edit","Save and Continue Edit"
830
+ "Save and Submit App","Save and Submit App"
831
+ "Save in address book","Save in address book"
832
+ "Saving Address...","Saving Address..."
833
+ "Saving changes ...","Saving changes ..."
834
+ "Saving shipping address ...","Saving shipping address ..."
835
+ "Saving shipping methods ...","Saving shipping methods ..."
836
+ "Screen resolution is not supported","Screen resolution is not supported"
837
+ "Screens:","Screens:"
838
+ "Scroll Background Color","Scroll Background Color"
839
+ "Search","Search"
840
+ "Search Term","Search Term"
841
+ "Search Updated","Search Updated"
842
+ "Searching for %@...","Searching for %@..."
843
+ "Secondary Color","Secondary Color"
844
+ "Secondary Font Color","Secondary Font Color"
845
+ "See all","See all"
846
+ "Select %@","Select %@"
847
+ "Select All","Select All"
848
+ "Select Chart","Select Chart"
849
+ "Select Links","Select Links"
850
+ "Select Options","Select Options"
851
+ "Select Payment Method","Select Payment Method"
852
+ "Select Range","Select Range"
853
+ "Select a","Select a"
854
+ "Select a Billing Address","Select a Billing Address"
855
+ "Select a Shipping Address","Select a Shipping Address"
856
+ "Select from Address Book","Select from Address Book"
857
+ "Select shipping method","Select shipping method"
858
+ "Selected product is unavailable.","Selected product is unavailable."
859
+ "Send","Send"
860
+ "Sender Information","Sender Information"
861
+ "Sending e-mail failed...","Sending e-mail failed..."
862
+ "Set","Set"
863
+ "Settings","Settings"
864
+ "Shake device to reset the filter","Shake device to reset the filter"
865
+ "Share","Share"
866
+ "Share on LinkedIn","Share on LinkedIn"
867
+ "Share on Twitter","Share on Twitter"
868
+ "Ship method","Ship method"
869
+ "Shipped","Shipped"
870
+ "Shipping","Shipping"
871
+ "Shipping Address","Shipping Address"
872
+ "Shipping Method","Shipping Method"
873
+ "Shipping address","Shipping address"
874
+ "Shipping address has been set.","Shipping address has been set."
875
+ "Shipping method","Shipping method"
876
+ "Shipping method has been set.","Shipping method has been set."
877
+ "Shipping method is required","Shipping method is required"
878
+ "Shipping method successfully updated","Shipping method successfully updated"
879
+ "Shipping to this address is not possible.","Shipping to this address is not possible."
880
+ "Shop","Shop"
881
+ "Shop All","Shop All"
882
+ "Shop Updated","Shop Updated"
883
+ "Shopping Cart","Shopping Cart"
884
+ "Shopping cart is empty.","Shopping cart is empty."
885
+ "Show Password","Show Password"
886
+ "Sign In","Sign In"
887
+ "Signing In...","Signing In..."
888
+ "Signing Out ...","Signing Out ..."
889
+ "Sky Blue","Sky Blue"
890
+ "Social Networking","Social Networking"
891
+ "Some emails were not sent.","Some emails were not sent."
892
+ "Sorry, no quotes are available for this order at this time.","Sorry, no quotes are available for this order at this time."
893
+ "Sorry, there are no items in this category.","Sorry, there are no items in this category."
894
+ "Special","Special"
895
+ "Special Excl. Tax","Special Excl. Tax"
896
+ "Special Incl. Tax","Special Incl. Tax"
897
+ "Specific Countries","Specific Countries"
898
+ "Specified address does not exist.","Specified address does not exist."
899
+ "Specified invalid app code.","Specified invalid app code."
900
+ "Specified invalid data.","Specified invalid data."
901
+ "Specified item does not exist in wishlist.","Specified item does not exist in wishlist."
902
+ "Standard Checkout","Standard Checkout"
903
+ "Standard Checkout uses the checkout methods provided by Magento. Only inline payment methods are supported. (e.g PayPal Direct, Authorize.Net, etc.)","Standard Checkout uses the checkout methods provided by Magento. Only inline payment methods are supported. (e.g PayPal Direct, Authorize.Net, etc.)"
904
+ "Start Date","Start Date"
905
+ "Start Date - Month","Start Date - Month"
906
+ "Start Date - Year","Start Date - Year"
907
+ "Starting At","Starting At"
908
+ "Starting At Excl. Tax","Starting At Excl. Tax"
909
+ "Starting At Incl. Tax","Starting At Incl. Tax"
910
+ "Starting at excl. tax","Starting at excl. tax"
911
+ "Starting at incl. tax","Starting at incl. tax"
912
+ "State/Province","State/Province"
913
+ "Status","Status"
914
+ "Storage of offline cart on server failed. Please retry later","Storage of offline cart on server failed. Please retry later"
915
+ "Store Credit Info Updated","Store Credit Info Updated"
916
+ "Store Credit payment is not being used in your shopping cart.","Store Credit payment is not being used in your shopping cart."
917
+ "Store View","Store View"
918
+ "Store credit","Store credit"
919
+ "Store logo that is displayed on copyright page of app.","Store logo that is displayed on copyright page of app."
920
+ "Store switcher hasn\'t been defined","Store switcher hasn\'t been defined"
921
+ "Street Address","Street Address"
922
+ "Street Address 2","Street Address 2"
923
+ "Subject:","Subject:"
924
+ "Submission","Submission"
925
+ "Submission Fields","Submission Fields"
926
+ "Submission History","Submission History"
927
+ "Submit App","Submit App"
928
+ "Submit App ""%s""","Submit App ""%s"""
929
+ "Submit App failure. %s","Submit App failure. %s"
930
+ "Submit App failure. Invalid activation key provided","Submit App failure. Invalid activation key provided"
931
+ "Submit Review","Submit Review"
932
+ "Submitted","Submitted"
933
+ "Submitting Review...","Submitting Review..."
934
+ "Subtotal","Subtotal"
935
+ "Subtotal (Excl. Tax)","Subtotal (Excl. Tax)"
936
+ "Subtotal (Incl. Tax)","Subtotal (Incl. Tax)"
937
+ "Subtotal Excl. Tax","Subtotal Excl. Tax"
938
+ "Subtotal Incl. Tax","Subtotal Incl. Tax"
939
+ "Subtotal excluding tax","Subtotal excluding tax"
940
+ "Subtotal incl. tax:","Subtotal incl. tax:"
941
+ "Subtotal including tax","Subtotal including tax"
942
+ "Subtotal:","Subtotal:"
943
+ "Success","Success"
944
+ "Successfully posted to Facebook","Successfully posted to Facebook"
945
+ "Successfully posted to Linkedin","Successfully posted to Linkedin"
946
+ "Summary of Your Review","Summary of Your Review"
947
+ "Swipe a product to reveal more options","Swipe a product to reveal more options"
948
+ "T-Shirts","T-Shirts"
949
+ "Tabs","Tabs"
950
+ "Tax","Tax"
951
+ "Telephone","Telephone"
952
+ "Tell a Friend","Tell a Friend"
953
+ "Tell a Friend is disabled.","Tell a Friend is disabled."
954
+ "Tell a Friend link has been sent.","Tell a Friend link has been sent."
955
+ "Template","Template"
956
+ "Template Content","Template Content"
957
+ "Template Name","Template Name"
958
+ "Template does not exist.","Template does not exist."
959
+ "Template for new AirMail Message does not exist.","Template for new AirMail Message does not exist."
960
+ "Template has been deleted.","Template has been deleted."
961
+ "Terms And Conditions","Terms And Conditions"
962
+ "Text length does not satisfy specified max text range.","Text length does not satisfy specified max text range."
963
+ "Text length does not satisfy specified min text range.","Text length does not satisfy specified min text range."
964
+ "Thank you for registering!","Thank you for registering!"
965
+ "Thank you for your purchase! ","Thank you for your purchase! "
966
+ "The %s field should be filled.","The %s field should be filled."
967
+ "The Mailbox title will be shown in the More Info tab. To understand more about the title, please <a target=""_blank"" href=""http://www.magentocommerce.com/img/product/mobile/helpers/mail_box_title.png"">click here</a>","The Mailbox title will be shown in the More Info tab. To understand more about the title, please <a target=""_blank"" href=""http://www.magentocommerce.com/img/product/mobile/helpers/mail_box_title.png"">click here</a>"
968
+ "The application is currently inactive.\nPlease try again later.","The application is currently inactive.\nPlease try again later."
969
+ "The cart is empty","The cart is empty"
970
+ "The custom amount value should be higher than 0.","The custom amount value should be higher than 0."
971
+ "The custom amount value should not be higher than %s.","The custom amount value should not be higher than %s."
972
+ "The custom amount value should not be lower than %s.","The custom amount value should not be lower than %s."
973
+ "The following email(s) are either mistyped or have incorrect format. Check them and try again:\n","The following email(s) are either mistyped or have incorrect format. Check them and try again:\n"
974
+ "The icon that appears in the Android Market.","The icon that appears in the Android Market."
975
+ "The length of the text in the %s field is too big. Please shorten the text.","The length of the text in the %s field is too big. Please shorten the text."
976
+ "The max length of the field ""%@"" is %d!","The max length of the field ""%@"" is %d!"
977
+ "The minimum password length is 6","The minimum password length is 6"
978
+ "The server responded with invalid data.","The server responded with invalid data."
979
+ "The shortening service returned status code %d indicating a client side error.","The shortening service returned status code %d indicating a client side error."
980
+ "The shortening service returned status code %d indicating a server side error.","The shortening service returned status code %d indicating a server side error."
981
+ "The store credit payment has been removed from shopping cart.","The store credit payment has been removed from shopping cart."
982
+ "The value is too big!","The value is too big!"
983
+ "The value should not be greater than %.2f!","The value should not be greater than %.2f!"
984
+ "The value should not be less than %.2f!","The value should not be less than %.2f!"
985
+ "Theme configurations are successfully reset.","Theme configurations are successfully reset."
986
+ "Theme has been created.","Theme has been created."
987
+ "Theme has been delete.","Theme has been delete."
988
+ "Theme label can\'t be empty","Theme label can\'t be empty"
989
+ "Theme label:","Theme label:"
990
+ "Theme name is not set.","Theme name is not set."
991
+ "There are files that were selected but not uploaded yet. After switching to another tab your selections may be lost. Do you wish to continue ?","There are files that were selected but not uploaded yet. After switching to another tab your selections may be lost. Do you wish to continue ?"
992
+ "There are no items here","There are no items here"
993
+ "There are no items in your cart","There are no items in your cart"
994
+ "There is an error in loading an app\'s configuration","There is an error in loading an app\'s configuration"
995
+ "There is an error in retrieving the data. Please try again later","There is an error in retrieving the data. Please try again later"
996
+ "There is no addresses for this contact","There is no addresses for this contact"
997
+ "There is no store credit history!","There is no store credit history!"
998
+ "There were some problems with the data.","There were some problems with the data."
999
+ "This email address was not found in our records.","This email address was not found in our records."
1000
+ "This functionality disabled in offline mode","This functionality disabled in offline mode"
1001
+ "This is a required field.","This is a required field."
1002
+ "This product has no images.","This product has no images."
1003
+ "Title","Title"
1004
+ "Title bar","Title bar"
1005
+ "To","To"
1006
+ "To Excl. Tax","To Excl. Tax"
1007
+ "To Incl. Tax","To Incl. Tax"
1008
+ "To activate PayPal MEP payment method activate Express checkout first. ","To activate PayPal MEP payment method activate Express checkout first. "
1009
+ "To excl. tax","To excl. tax"
1010
+ "To incl. tax","To incl. tax"
1011
+ "To preview the newly uploaded images, please save your application first.","To preview the newly uploaded images, please save your application first."
1012
+ "To:","To:"
1013
+ "Token has not been set.","Token has not been set."
1014
+ "Too many recipients have been set. Max amount of recipients is:","Too many recipients have been set. Max amount of recipients is:"
1015
+ "Top Search Terms","Top Search Terms"
1016
+ "Total","Total"
1017
+ "Total Order Amount","Total Order Amount"
1018
+ "Total incl. Tax: %1$s","Total incl. Tax: %1$s"
1019
+ "Total incl. tax","Total incl. tax"
1020
+ "Totals","Totals"
1021
+ "Touch and hold a product to delete from shopping cart","Touch and hold a product to delete from shopping cart"
1022
+ "Touch and hold a product to reveal more options","Touch and hold a product to reveal more options"
1023
+ "Try Again","Try Again"
1024
+ "Twitter","Twitter"
1025
+ "Twitter API","Twitter API"
1026
+ "Twitter API Key","Twitter API Key"
1027
+ "Twitter Authorization","Twitter Authorization"
1028
+ "Twitter Autorization","Twitter Autorization"
1029
+ "Twitter Secret Key","Twitter Secret Key"
1030
+ "Twitter post failed...","Twitter post failed..."
1031
+ "Type","Type"
1032
+ "Type and data is required","Type and data is required"
1033
+ "URL","URL"
1034
+ "Unable to cancel Mobile Express Checkout.","Unable to cancel Mobile Express Checkout."
1035
+ "Unable to cancel queue.","Unable to cancel queue."
1036
+ "Unable to collect cart totals.","Unable to collect cart totals."
1037
+ "Unable to delete queue.","Unable to delete queue."
1038
+ "Unable to find an app to delete.","Unable to find an app to delete."
1039
+ "Unable to find template to delete.","Unable to find template to delete."
1040
+ "Unable to get shipping methods list.","Unable to get shipping methods list."
1041
+ "Unable to initialize MEP Checkout.","Unable to initialize MEP Checkout."
1042
+ "Unable to initialize PayPal Mobile Express Checkout.","Unable to initialize PayPal Mobile Express Checkout."
1043
+ "Unable to initialize express checkout review.","Unable to initialize express checkout review."
1044
+ "Unable to initialize express checkout shipping method list.","Unable to initialize express checkout shipping method list."
1045
+ "Unable to initialize return action.","Unable to initialize return action."
1046
+ "Unable to load addresses.","Unable to load addresses."
1047
+ "Unable to load application form.","Unable to load application form."
1048
+ "Unable to load banners.","Unable to load banners."
1049
+ "Unable to load billing address form.","Unable to load billing address form."
1050
+ "Unable to load billing address.","Unable to load billing address."
1051
+ "Unable to load categories.","Unable to load categories."
1052
+ "Unable to load checkout.","Unable to load checkout."
1053
+ "Unable to load localization.","Unable to load localization."
1054
+ "Unable to load order list.","Unable to load order list."
1055
+ "Unable to load order review.","Unable to load order review."
1056
+ "Unable to load product gallery.","Unable to load product gallery."
1057
+ "Unable to load product info.","Unable to load product info."
1058
+ "Unable to load product options.","Unable to load product options."
1059
+ "Unable to load product review.","Unable to load product review."
1060
+ "Unable to load product reviews.","Unable to load product reviews."
1061
+ "Unable to load review form.","Unable to load review form."
1062
+ "Unable to load search.","Unable to load search."
1063
+ "Unable to load shipping address form.","Unable to load shipping address form."
1064
+ "Unable to place the order.","Unable to place the order."
1065
+ "Unable to post the review.","Unable to post the review."
1066
+ "Unable to process preview.","Unable to process preview."
1067
+ "Unable to render a gift card account.","Unable to render a gift card account."
1068
+ "Unable to render an order.","Unable to render an order."
1069
+ "Unable to render downloadable products.","Unable to render downloadable products."
1070
+ "Unable to render the store credits.","Unable to render the store credits."
1071
+ "Unable to save app.","Unable to save app."
1072
+ "Unable to save message.","Unable to save message."
1073
+ "Unable to save shipping address.","Unable to save shipping address."
1074
+ "Unable to save shipping method.","Unable to save shipping method."
1075
+ "Unable to save template.","Unable to save template."
1076
+ "Unable to start MEP Checkout.","Unable to start MEP Checkout."
1077
+ "Unable to start Mobile Express Checkout.","Unable to start Mobile Express Checkout."
1078
+ "Unable to update shipping method.","Unable to update shipping method."
1079
+ "Undefined","Undefined"
1080
+ "Unit Price","Unit Price"
1081
+ "Unit Price:","Unit Price:"
1082
+ "Unknown Error","Unknown Error"
1083
+ "Unknown Error.","Unknown Error."
1084
+ "Unknown Payment Bridge Error","Unknown Payment Bridge Error"
1085
+ "Unknown error ocured. Please retry later","Unknown error ocured. Please retry later"
1086
+ "Unsupported character in path: ""%s""","Unsupported character in path: ""%s"""
1087
+ "Unsupported value type received","Unsupported value type received"
1088
+ "Update Comment Error","Update Comment Error"
1089
+ "Update Preview","Update Preview"
1090
+ "Updating ...","Updating ..."
1091
+ "Updating Cart...","Updating Cart..."
1092
+ "Upon receiving these credentials, please fill in the corresponding fields.","Upon receiving these credentials, please fill in the corresponding fields."
1093
+ "Urban Airship Push Notification","Urban Airship Push Notification"
1094
+ "Use Billing Address","Use Billing Address"
1095
+ "Use Store Credit (%s available)","Use Store Credit (%s available)"
1096
+ "Use as my default billing address","Use as my default billing address"
1097
+ "Use as my default shipping address","Use as my default shipping address"
1098
+ "Use billing address for shipping","Use billing address for shipping"
1099
+ "User Name:","User Name:"
1100
+ "User session is expired","User session is expired"
1101
+ "Version","Version"
1102
+ "View Cart","View Cart"
1103
+ "View Details","View Details"
1104
+ "View Gallery","View Gallery"
1105
+ "View Wishlist","View Wishlist"
1106
+ "Warning: All related AirMail messages will be deleted!","Warning: All related AirMail messages will be deleted!"
1107
+ "Website is offline","Website is offline"
1108
+ "Website is offline.","Website is offline."
1109
+ "WishList Updated","WishList Updated"
1110
+ "Wishlist has been cleared.","Wishlist has been cleared."
1111
+ "Wishlist has been updated.","Wishlist has been updated."
1112
+ "Wishlist has been updated. But there are accrued some errors while updating some items.","Wishlist has been updated. But there are accrued some errors while updating some items."
1113
+ "Wishlist is empty.","Wishlist is empty."
1114
+ "Write a Review","Write a Review"
1115
+ "Write a review","Write a review"
1116
+ "Wrong Ipad background image orientation has been specified: ""%s"".","Wrong Ipad background image orientation has been specified: ""%s""."
1117
+ "Wrong PayPal Mobile Express Checkout Token specified.","Wrong PayPal Mobile Express Checkout Token specified."
1118
+ "Wrong device type.","Wrong device type."
1119
+ "Wrong email format","Wrong email format"
1120
+ "Wrong or expired Gift Card Code.","Wrong or expired Gift Card Code."
1121
+ "Wrong theme format.","Wrong theme format."
1122
+ "YYYY","YYYY"
1123
+ "Year","Year"
1124
+ "Yes","Yes"
1125
+ "You are already logged in.","You are already logged in."
1126
+ "You are not logged in","You are not logged in"
1127
+ "You can watch statistics here.","You can watch statistics here."
1128
+ "You canceled your order. Touch ""Pay with PayPal"" to try again.","You canceled your order. Touch ""Pay with PayPal"" to try again."
1129
+ "You have entered an incorrect decimal value in the custom amount field. Provide a valid value.","You have entered an incorrect decimal value in the custom amount field. Provide a valid value."
1130
+ "You have placed no orders.","You have placed no orders."
1131
+ "You have uncommitted actions. Commit?","You have uncommitted actions. Commit?"
1132
+ "You may also like","You may also like"
1133
+ "You must login first","You must login first"
1134
+ "You must read and agree to the Terms and Conditions before placing your order.","You must read and agree to the Terms and Conditions before placing your order."
1135
+ "You need to enable PayPal Express Checkout first from the Payment configuration before enabling PayPal MECL.","You need to enable PayPal Express Checkout first from the Payment configuration before enabling PayPal MECL."
1136
+ "You will receive an order confirmation email with details of your order and a link to track its progress.","You will receive an order confirmation email with details of your order and a link to track its progress."
1137
+ "Your current balance is:","Your current balance is:"
1138
+ "Your order # is: %s. ","Your order # is: %s. "
1139
+ "Your order cannot be completed at this time as there is no payment methods available for it.","Your order cannot be completed at this time as there is no payment methods available for it."
1140
+ "Your order failed. Touch ""Pay with PayPal"" to try again.","Your order failed. Touch ""Pay with PayPal"" to try again."
1141
+ "Your review has been accepted for moderation.","Your review has been accepted for moderation."
1142
+ "Your tweet has been sent. Thanks for sharing this product on Twitter","Your tweet has been sent. Thanks for sharing this product on Twitter"
1143
+ "Zip/Postal Code","Zip/Postal Code"
1144
+ "\'%s\' exceeds the allowed file size: %d (bytes)","\'%s\' exceeds the allowed file size: %d (bytes)"
1145
+ "\'%s\' height exceeds allowed value of %d px","\'%s\' height exceeds allowed value of %d px"
1146
+ "\'%s\' is not a valid file extension. Allowed extensions: %s","\'%s\' is not a valid file extension. Allowed extensions: %s"
1147
+ "\'%s\' width exceeds allowed value of %d px","\'%s\' width exceeds allowed value of %d px"
1148
+ "and","and"
1149
+ "as Guest","as Guest"
1150
+ "each","each"
1151
+ "field is required","field is required"
1152
+ "iPad","iPad"
1153
+ "iPhone","iPhone"
1154
+ "image_id is required","image_id is required"
1155
+ "not set","not set"
1156
+ "required","required"
1157
+ "save","save"
1158
+ "ver. %s","ver. %s"
app/locale/en_US/Phoenix_Moneybookers.csv ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "All Credit Cards / Visa, Mastercard, AMEX, JCB, Diners (powered by Moneybookers) - International","All Credit Cards / Visa, Mastercard, AMEX, JCB, Diners (powered by Moneybookers) - International"
2
+ "CartaSi (powered by Moneybookers) - Italy","CartaSi (powered by Moneybookers) - Italy"
3
+ "Carte Bleue (powered by Moneybookers) - France","Carte Bleue (powered by Moneybookers) - France"
4
+ "Customer ID","Customer ID"
5
+ "Dankort (powered by Moneybookers) - Denmark","Dankort (powered by Moneybookers) - Denmark"
6
+ "EPS Online-Überweisung (powered by Moneybookers) - Austria","EPS Online-Überweisung (powered by Moneybookers) - Austria"
7
+ "Enabled","Enabled"
8
+ "Find out more about Online Bank Transfer","Find out more about Online Bank Transfer"
9
+ "Giropay (powered by Moneybookers) - Germany","Giropay (powered by Moneybookers) - Germany"
10
+ "Laser (powered by Moneybookers) - Ireland","Laser (powered by Moneybookers) - Ireland"
11
+ "Lastschrift (ELV) (powered by Moneybookers) - Germany","Lastschrift (ELV) (powered by Moneybookers) - Germany"
12
+ "Loading secure payment page (SSL)","Loading secure payment page (SSL)"
13
+ "Maestro (powered by Moneybookers) - United Kingdom, Austria, Spain","Maestro (powered by Moneybookers) - United Kingdom, Austria, Spain"
14
+ "Moneybookers","Moneybookers"
15
+ "Moneybookers Settings","Moneybookers Settings"
16
+ "Moneybookers Transaction ID: %s","Moneybookers Transaction ID: %s"
17
+ "Moneybookers eWallet","Moneybookers eWallet"
18
+ "More information about Moneybookers","More information about Moneybookers"
19
+ "Nordea Solo (powered by Moneybookers) - Finland","Nordea Solo (powered by Moneybookers) - Finland"
20
+ "Nordea Solo (powered by Moneybookers) - Sweden","Nordea Solo (powered by Moneybookers) - Sweden"
21
+ "Online Bank Transfer (powered by Moneybookers)","Online Bank Transfer (powered by Moneybookers)"
22
+ "Order ID","Order ID"
23
+ "POLi (powered by Moneybookers) - Australia","POLi (powered by Moneybookers) - Australia"
24
+ "Payment failed.","Payment failed."
25
+ "Payment from Applicable Countries","Payment from Applicable Countries"
26
+ "Payment from Specific Countries","Payment from Specific Countries"
27
+ "Payment has not been processed yet.","Payment has not been processed yet."
28
+ "Payment was canceled.","Payment was canceled."
29
+ "Pending bank transfer created.","Pending bank transfer created."
30
+ "Please pay your order now","Please pay your order now"
31
+ "Postepay (powered by Moneybookers) - Italy","Postepay (powered by Moneybookers) - Italy"
32
+ "Powered by Moneybookers","Powered by Moneybookers"
33
+ "Przelewy24 (powered by Moneybookers) - Poland","Przelewy24 (powered by Moneybookers) - Poland"
34
+ "Sofortüberweisung (powered by Moneybookers) - Germany","Sofortüberweisung (powered by Moneybookers) - Germany"
35
+ "Sort Order","Sort Order"
36
+ "The amount has been authorized and captured by Moneybookers.","The amount has been authorized and captured by Moneybookers."
37
+ "The customer was redirected to Moneybookers.","The customer was redirected to Moneybookers."
38
+ "The order has been canceled.","The order has been canceled."
39
+ "Title","Title"
40
+ "You will be redirected to our secure payment page when you place an order.","You will be redirected to our secure payment page when you place an order."
41
+ "eNETS (powered by Moneybookers) - Singapore","eNETS (powered by Moneybookers) - Singapore"
42
+ "iDeal (powered by Moneybookers) - Netherlands","iDeal (powered by Moneybookers) - Netherlands"
app/locale/en_US/ntoklo_recommendations.csv ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "Ntoklo Recommendations","Ntoklo Recommendations"
2
+ "Outputs Ntoklo recommendaded products, regardless page context","Outputs Ntoklo recommendaded products, regardless page context"
3
+ "Widget type","Widget type"
4
+ "Header","Header"
5
+ "Widget's header been displayed on the page.","Widget's header been displayed on the page."
6
+ "Time Window","Time Window"
7
+ "The time window for which the charts are requested.","The time window for which the charts are requested."
8
+ "Max products","Max products"
9
+ "Limits the number of products displayed in the widget.","Limits the number of products displayed in the widget."
10
+ "Column count","Column count"
11
+ "The number of columns used when displaying in <strong>Recommendation Grid Template</strong>.","The number of columns used when displaying in <strong>Recommendation Grid Template</strong>."
12
+ "Cache lifetime","Cache lifetime"
13
+ "86400 by default, if not set. To refresh instantly, Clear the Blocks HTML Output Cache.","86400 by default, if not set. To refresh instantly, Clear the Blocks HTML Output Cache."
14
+ "Debug","Debug"
15
+ "Turn this ON to force logging of API call and set the first 4 products from catalog as API response to test the look and feel of the widget.","Turn this ON to force logging of API call and set the first 4 products from catalog as API response to test the look and feel of the widget."
16
+ "Frontend Template","Frontend Template"
app/locale/en_US/template/email/account_new.html ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Welcome, {{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
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
13
+ @-->
14
+
15
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
16
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
17
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
18
+ <tr>
19
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
20
+ <!-- [ header starts here] -->
21
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
22
+ <tr>
23
+ <td valign="top">
24
+ <a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
25
+ </tr>
26
+ <!-- [ middle starts here] -->
27
+ <tr>
28
+ <td valign="top">
29
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Dear {{htmlescape var=$customer.name}},</h1>
30
+ <p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">Welcome to {{var store.getFrontendName()}}. To log in when visiting our site just click <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">Login</a> or <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">My Account</a> at the top of every page, and then enter your e-mail address and password.</p>
31
+ <p style="border:1px solid #E0E0E0; font-size:12px; line-height:16px; margin:0; padding:13px 18px; background:#f9f9f9;">
32
+ Use the following values when prompted to log in:<br/>
33
+ <strong>E-mail</strong>: {{var customer.email}}<br/>
34
+ <strong>Password</strong>: {{htmlescape var=$customer.password}}<p>
35
+ <p style="font-size:12px; line-height:16px; margin:0 0 8px 0;">When you log in to your account, you will be able to do the following:</p>
36
+ <ul style="font-size:12px; line-height:16px; margin:0 0 16px 0; padding:0;">
37
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Proceed through checkout faster when making a purchase</li>
38
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Check the status of orders</li>
39
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; View past orders</li>
40
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Make changes to your account information</li>
41
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Change your password</li>
42
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Store alternative addresses (for shipping to multiple family members and friends!)</li>
43
+ </ul>
44
+ <p style="font-size:12px; line-height:16px; margin:0;">If you have any questions about your account or any other matter, please feel free to contact us at <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> or by phone at {{config path='general/store_information/phone'}}.</p>
45
+ </td>
46
+ </tr>
47
+ <tr>
48
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Thank you again, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
49
+ </tr>
50
+ </table>
51
+ </td>
52
+ </tr>
53
+ </table>
54
+ </div>
55
+ </body>
app/locale/en_US/template/email/account_new_confirmation.html ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Account confirmation for {{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
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
15
+ @-->
16
+
17
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
19
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
20
+ <tr>
21
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
22
+ <!-- [ header starts here] -->
23
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
24
+ <tr>
25
+ <td valign="top">
26
+ <a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a>
27
+ </td>
28
+ </tr>
29
+ <!-- [ middle starts here] -->
30
+ <tr>
31
+ <td valign="top">
32
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Dear {{htmlescape var=$customer.name}},</h1>
33
+ <p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">Your e-mail {{var customer.email}} must be confirmed before using it to log in to our store.</p>
34
+ <p style="font-size:12px; line-height:16px; margin:0 0 8px 0;">To confirm the e-mail and instantly log in, please, use <a href="{{store url="customer/account/confirm/" _query_id=$customer.id _query_key=$customer.confirmation _query_back_url=$back_url}}" style="color:#1E7EC8;">this confirmation link</a>. This link is valid only once.</p>
35
+ <p style="border:1px solid #E0E0E0; font-size:12px; line-height:16px; margin:0 0 16px 0; padding:13px 18px; background:#f9f9f9;">
36
+ Use the following values when prompted to log in:<br/>
37
+ <strong>E-mail:</strong> {{var customer.email}}<br/>
38
+ <strong>Password:</strong> {{htmlescape var=$customer.password}}<p>
39
+ <p style="font-size:12px; line-height:16px; margin:0;">If you have any questions about your account or any other matter, please feel free to contact us at <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> or by phone at {{config path='general/store_information/phone'}}.</p>
40
+ </td>
41
+ </tr>
42
+ <tr>
43
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Thank you again, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
44
+ </tr>
45
+ </table>
46
+ </td>
47
+ </tr>
48
+ </table>
49
+ </div>
50
+ </body>
app/locale/en_US/template/email/account_new_confirmed.html ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Welcome, {{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
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
12
+ @-->
13
+
14
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
15
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
16
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
17
+ <tr>
18
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
19
+ <!-- [ header starts here] -->
20
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
21
+ <tr>
22
+ <td valign="top">
23
+ <a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a>
24
+ </td>
25
+ </tr>
26
+ <!-- [ middle starts here] -->
27
+ <tr>
28
+ <td valign="top">
29
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Dear {{htmlescape var=$customer.name}},</h1>
30
+ <p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">Welcome to {{var store.getFrontendName()}}. To log in when visiting our site just click <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">Login</a> or <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">My Account</a> at the top of every page, and then enter your e-mail address and password.</p>
31
+ <p style="font-size:12px; line-height:16px; margin:0 0 8px 0;">When you log in to your account, you will be able to do the following:</p>
32
+ <ul style="font-size:12px; line-height:16px; margin:0 0 16px 0; padding:0;">
33
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Proceed through checkout faster when making a purchase</li>
34
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Check the status of orders</li>
35
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; View past orders</li>
36
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Make changes to your account information</li>
37
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Change your password</li>
38
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; Store alternative addresses (for shipping to multiple family members and friends!)</li>
39
+ </ul>
40
+ <p style="font-size:12px; line-height:16px; margin:0;">If you have any questions about your account or any other matter, please feel free to contact us at <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> or by phone at {{config path='general/store_information/phone'}}.</p>
41
+ </td>
42
+ </tr>
43
+ <tr>
44
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Thank you again, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
45
+ </tr>
46
+ </table>
47
+ </td>
48
+ </tr>
49
+ </table>
50
+ </div>
51
+ </body>
app/locale/en_US/template/email/account_password_reset_confirmation.html ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Password Reset Confirmation for {{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
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
12
+ @-->
13
+
14
+ <body style="background: #F6F6F6; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin: 0; padding: 0;">
15
+ <div style="background: #F6F6F6; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin: 0; padding: 0;">
16
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
17
+ <tr>
18
+ <td align="center" valign="top" style="padding: 20px 0 20px 0">
19
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
20
+ <tr>
21
+ <td valign="top">
22
+ <a href="{{store url=""}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a>
23
+ </td>
24
+ </tr>
25
+ <tr>
26
+ <td valign="top">
27
+ <h1 style="font-size: 22px; font-weight: normal; line-height: 22px; margin: 0 0 11px 0;">Dear {{htmlescape var=$customer.name}},</h1>
28
+ <p style="font-size: 12px; line-height: 16px; margin: 0 0 8px 0;">There was recently a request to change the password for your account.</p>
29
+ <p style="font-size: 12px; line-height: 16px; margin: 0;">If you requested this password change, please click on the following link to reset your password: <a href="{{store url="customer/account/resetpassword/" _query_id=$customer.id _query_token=$customer.rp_token}}" style="color:#1E7EC8;">{{store url="customer/account/resetpassword/" _query_id=$customer.id _query_token=$customer.rp_token}}</a></p>
30
+ <p style="font-size: 12px; line-height: 16px; margin: 0;">If clicking the link does not work, please copy and paste the URL into your browser instead.</p>
31
+ <br />
32
+ <p style="font-size:12px; line-height:16px; margin:0;">If you did not make this request, you can ignore this message and your password will remain the same.</p>
33
+ </td>
34
+ </tr>
35
+ <tr>
36
+ <td style="background-color: #EAEAEA; text-align: center;"><p style="font-size:12px; margin:0; text-align: center;">Thank you, <strong>{{var store.getFrontendName()}}</strong></p></td>
37
+ </tr>
38
+ </table>
39
+ </td>
40
+ </tr>
41
+ </table>
42
+ </div>
43
+ </body>
app/locale/en_US/template/email/admin_password_new.html ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject New password for {{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
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
13
+ @-->
14
+
15
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
16
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
17
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
18
+ <tr>
19
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
20
+ <!-- [ header starts here] -->
21
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
22
+ <tr>
23
+ <td valign="top">
24
+ <a href="{{store url=""}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a>
25
+ </td>
26
+ </tr>
27
+ <!-- [ middle starts here] -->
28
+ <tr>
29
+ <td valign="top">
30
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Dear {{htmlescape var=$user.name}},</h1>
31
+ <p style="font-size:12px; line-height:16px; margin:0 0 8px 0;"><strong>Your new password is:</strong> {{htmlescape var=$password}}</p>
32
+ <p style="font-size:12px; line-height:16px; margin:0;">You can change your password at any time by logging into <a href="{{store url="adminhtml/system_account/"}}" style="color:#1E7EC8;">your account</a>.<p>
33
+ </td>
34
+ </tr>
35
+ <tr>
36
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Thank you again, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
37
+ </tr>
38
+ </table>
39
+ </td>
40
+ </tr>
41
+ </table>
42
+ </div>
43
+ </body>
app/locale/en_US/template/email/admin_password_reset_confirmation.html ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Password Reset Confirmation for {{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
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
13
+ @-->
14
+
15
+ <body style="background: #F6F6F6; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin: 0; padding: 0;">
16
+ <div style="background: #F6F6F6; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin: 0; padding: 0;">
17
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
18
+ <tr>
19
+ <td align="center" valign="top" style="padding: 20px 0 20px 0">
20
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
21
+ <tr>
22
+ <td valign="top">
23
+ <a href="{{store url=""}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a>
24
+ </td>
25
+ </tr>
26
+ <tr>
27
+ <td valign="top">
28
+ <h1 style="font-size: 22px; font-weight: normal; line-height: 22px; margin: 0 0 11px 0;">Dear {{htmlescape var=$user.name}},</h1>
29
+ <p style="font-size: 12px; line-height: 16px; margin: 0 0 8px 0;">There was recently a request to change the password for your account.</p>
30
+ <p style="font-size: 12px; line-height: 16px; margin: 0;">If you requested this password change, please click on the following link to reset your password: <a href="{{store url="adminhtml/index/resetpassword/" _query_id=$user.id _query_token=$user.rp_token}}" style="color:#1E7EC8;">{{store url="adminhtml/index/resetpassword/" _query_id=$user.id _query_token=$user.rp_token}}</a></p>
31
+ <p style="font-size: 12px; line-height: 16px; margin: 0;">If clicking the link does not work, please copy and paste the URL into your browser instead.</p>
32
+ <br />
33
+ <p style="font-size:12px; line-height:16px; margin:0;">If you did not make this request, you can ignore this message and your password will remain the same.</p>
34
+ </td>
35
+ </tr>
36
+ <tr>
37
+ <td style="background-color: #EAEAEA; text-align: center;"><p style="font-size:12px; margin:0; text-align: center;">Thank you, <strong>{{var store.getFrontendName()}}</strong></p></td>
38
+ </tr>
39
+ </table>
40
+ </td>
41
+ </tr>
42
+ </table>
43
+ </div>
44
+ </body>
app/locale/en_US/template/email/contact_form.html ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Contact Form@-->
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
+ Name: {{var data.name}}
9
+ E-mail: {{var data.email}}
10
+ Telephone: {{var data.telephone}}
11
+
12
+ Comment: {{var data.comment}}
app/locale/en_US/template/email/currency_update_warning.html ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <!--@subject Currency Update Warnings @-->
2
+ <!--@vars
3
+ {"var warnings":"Currency Update Warnings"}
4
+ @-->
5
+ Currency update warnings:
6
+
7
+
8
+ {{var warnings}}
app/locale/en_US/template/email/log_clean_warning.html ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ <!--@subject Log Cleanup Warnings @-->
2
+ <!--@vars
3
+ {"var warnings":"Log Cleanup Warnings"}
4
+ @-->
5
+ Log Cleanup Warnings:
6
+
7
+ {{var warnings}}
app/locale/en_US/template/email/moneybookers_activateemail.html ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ <!--@subject {{var subject}} @-->
2
+ {{var store.getFrontendName()}}<br>
3
+ Moneybookers Email Address: {{var email_addr}}<br>
4
+ Moneybookers Customer ID: {{var customer_id}}<br>
5
+ URL: {{var url}}<br>
6
+ Language: {{var language}}<br>
app/locale/en_US/template/email/newsletter_subscr_confirm.html ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Newsletter subscription confirmation @-->
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
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
11
+ @-->
12
+
13
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
14
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
15
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
16
+ <tr>
17
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
18
+ <!-- [ header starts here] -->
19
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
20
+ <tr>
21
+ <td valign="top">
22
+ <a href="{{store url=""}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a>
23
+ </td>
24
+ </tr>
25
+ <!-- [ middle starts here] -->
26
+ <tr>
27
+ <td valign="top">
28
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Thank you for subscribing to our newsletter.</h1>
29
+ <p style="border:1px solid #E0E0E0; font-size:12px; line-height:16px; margin:0; padding:13px 18px; background:#F9F9F9;">To begin receiving the newsletter, you must first confirm your subscription by clicking on the following link:<br />
30
+ <a href="{{var subscriber.getConfirmationLink()}}" style="color:#1E7EC8;">{{var subscriber.getConfirmationLink()}}</a><p>
31
+ </td>
32
+ </tr>
33
+ <tr>
34
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Thank you again, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
35
+ </tr>
36
+ </table>
37
+ </td>
38
+ </tr>
39
+ </table>
40
+ </div>
41
+ </body>
app/locale/en_US/template/email/newsletter_subscr_success.html ADDED
@@ -0,0 +1,2 @@
 
 
1
+ <!--@subject Newsletter subscription success @-->
2
+ Newsletter subscription success
app/locale/en_US/template/email/newsletter_unsub_success.html ADDED
@@ -0,0 +1,2 @@
 
 
1
+ <!--@subject Newsletter unsubscription success @-->
2
+ Newsletter unsubscription success
app/locale/en_US/template/email/password_new.html ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject New password for {{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
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
12
+ @-->
13
+
14
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
15
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
16
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
17
+ <tr>
18
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
19
+ <!-- [ header starts here] -->
20
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
21
+ <tr>
22
+ <td valign="top">
23
+ <a href="{{store url=""}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a>
24
+ </td>
25
+ </tr>
26
+ <!-- [ middle starts here] -->
27
+ <tr>
28
+ <td valign="top">
29
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Dear {{htmlescape var=$customer.name}},</h1>
30
+ <p style="font-size:12px; line-height:16px; margin:0 0 8px 0;"><strong>Your new password is:</strong> {{htmlescape var=$customer.password}}</p>
31
+ <p style="font-size:12px; line-height:16px; margin:0;">You can change your password at any time by logging into <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">your account</a>.<p>
32
+ </td>
33
+ </tr>
34
+ <tr>
35
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Thank you again, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
36
+ </tr>
37
+ </table>
38
+ </td>
39
+ </tr>
40
+ </table>
41
+ </div>
42
+ </body>
app/locale/en_US/template/email/payment_failed.html ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Payment Transaction Failed Reminder @-->
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>Payment transaction failed.</th>
20
+ </tr>
21
+ </thead>
22
+ <tbody>
23
+ <tr>
24
+ <td>
25
+ <p>
26
+ <b>Reason</b><br />
27
+ {{var reason}}
28
+ </p>
29
+ <p>
30
+ <b>Checkout Type</b><br />
31
+ {{var checkoutType}}
32
+ </p>
33
+ <p>
34
+ <b>Customer:</b><br />
35
+ <a href="mailto:{{var customerEmail}}">{{var customer}}</a> &lt;{{var customerEmail}}&gt;
36
+ </p>
37
+ <p>
38
+ <b>Items</b><br />
39
+ {{var items}}
40
+ </p>
41
+ <p>
42
+ <b>Total:</b><br />
43
+ {{var total}}
44
+ </p>
45
+ <p>
46
+ <b>Billing Address:</b><br />
47
+ {{var billingAddress.format('html')}}
48
+ </p>
49
+ <p>
50
+ <b>Shipping Address:</b><br />
51
+ {{var shippingAddress.format('html')}}
52
+ </p>
53
+ <p>
54
+ <b>Shipping Method:</b><br />
55
+ {{var shippingMethod}}
56
+ </p>
57
+ <p>
58
+ <b>Payment Method:</b><br />
59
+ {{var paymentMethod}}
60
+ </p>
61
+ <p>
62
+ <b>Date & Time:</b><br />
63
+ {{var dateAndTime}}
64
+ </p>
65
+ </td>
66
+ </tr>
67
+ </tbody>
68
+ </table>
app/locale/en_US/template/email/product_alert_cron_error.html ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ <!--@subject Product alerts Cron error @-->
2
+ <!--@vars
3
+ {"var warnings":"Warnings"}
4
+ @-->
5
+ Product alerts cron warnings:
6
+
7
+ {{var warnings}}
app/locale/en_US/template/email/product_price_alert.html ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <!--@subject Products price changed alert @-->
2
+ <!--@vars
3
+ {"var customerName":"Customer Name",
4
+ "var alertGrid":"Alert Data Grid"}
5
+ @-->
6
+ Hello {{var customerName}},
7
+
8
+ {{var alertGrid}}
app/locale/en_US/template/email/product_share.html ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Welcome, {{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
+ Welcome, {{htmlescape var=$name}}<br /><br />Please look at <a href="{{var product_url}}">{{var product_name}}</a><br /><br />Here is message: <br />{{var message}}<br /><br />
app/locale/en_US/template/email/product_stock_alert.html ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <!--@subject Products back in stock alert @-->
2
+ <!--@vars
3
+ {"var customerName":"Customer Name",
4
+ "var alertGrid":"Alert Data Grid"}
5
+ @-->
6
+ Hello {{var customerName}},
7
+
8
+ {{var alertGrid}}
app/locale/en_US/template/email/sales/creditmemo_new.html ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Credit Memo # {{var creditmemo.increment_id}} for Order # {{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
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
20
+ @-->
21
+
22
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
24
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
25
+ <tr>
26
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
27
+ <!-- [ header starts here] -->
28
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
29
+ <tr>
30
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
31
+ </tr>
32
+ <!-- [ middle starts here] -->
33
+ <tr>
34
+ <td valign="top">
35
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Hello, {{htmlescape var=$order.getCustomerName()}}</h1>
36
+ <p>
37
+ Thank you for your order from {{var store.getFrontendName()}}.
38
+ You can check the status of your order by <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">logging into your account</a>.
39
+ If you have any questions about your order please contact us at <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> or call us at <span class="nobr">{{config path='general/store_information/phone'}}</span> Monday - Friday, 8am - 5pm PST.
40
+ </p>
41
+ </td>
42
+ </tr>
43
+ <tr>
44
+ <td>
45
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">Your Credit Memo #{{var creditmemo.increment_id}} for Order #{{var order.increment_id}}</h2>
46
+ </td>
47
+ </tr>
48
+ <tr>
49
+ <td>
50
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
51
+ <thead>
52
+ <tr>
53
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Billing Information:</th>
54
+ <th width="10"></th>
55
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Payment Method:</th>
56
+ </tr>
57
+ </thead>
58
+ <tbody>
59
+ <tr>
60
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
61
+ {{var order.billing_address.format('html')}}
62
+ </td>
63
+ <td>&nbsp;</td>
64
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
65
+ {{var payment_html}}
66
+ </td>
67
+ </tr>
68
+ </tbody>
69
+ </table>
70
+ <br/>
71
+ {{depend order.getIsNotVirtual()}}
72
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
73
+ <thead>
74
+ <tr>
75
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Shipping Information:</th>
76
+ <th width="10"></th>
77
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Shipping Method:</th>
78
+ </tr>
79
+ </thead>
80
+ <tbody>
81
+ <tr>
82
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
83
+ {{var order.shipping_address.format('html')}}
84
+ &nbsp;
85
+ </td>
86
+ <td>&nbsp;</td>
87
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
88
+ {{var order.shipping_description}}
89
+ &nbsp;
90
+ </td>
91
+ </tr>
92
+ </tbody>
93
+ </table>
94
+ <br/>
95
+ {{/depend}}
96
+ {{layout handle="sales_email_order_creditmemo_items" creditmemo=$creditmemo order=$order}}
97
+ <p style="font-size:12px; margin:0 10px 10px 0">{{var comment}}</p>
98
+ </td>
99
+ </tr>
100
+ <tr>
101
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Thank you, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
102
+ </tr>
103
+ </table>
104
+ </td>
105
+ </tr>
106
+ </table>
107
+ </div>
108
+ </body>
app/locale/en_US/template/email/sales/creditmemo_new_guest.html ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Credit Memo # {{var creditmemo.increment_id}} for Order # {{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
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
19
+ @-->
20
+
21
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
22
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
24
+ <tr>
25
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
26
+ <!-- [ header starts here] -->
27
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
28
+ <tr>
29
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
30
+ </tr>
31
+ <!-- [ middle starts here] -->
32
+ <tr>
33
+ <td valign="top">
34
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Hello, {{htmlescape var=$billing.getName()}}</h1>
35
+ <p>
36
+ Thank you for your order from {{var store.getFrontendName()}}.
37
+ If you have any questions about your order please contact us at <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> or call us at <span class="nobr">{{config path='general/store_information/phone'}}</span> Monday - Friday, 8am - 5pm PST.
38
+ </p>
39
+ </td>
40
+ </tr>
41
+ <tr>
42
+ <td>
43
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">Your Credit Memo #{{var creditmemo.increment_id}} for Order #{{var order.increment_id}}</h2>
44
+ </td>
45
+ </tr>
46
+ <tr>
47
+ <td>
48
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
49
+ <thead>
50
+ <tr>
51
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Billing Information:</th>
52
+ <th width="10"></th>
53
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Payment Method:</th>
54
+ </tr>
55
+ </thead>
56
+ <tbody>
57
+ <tr>
58
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
59
+ {{var order.billing_address.format('html')}}
60
+ </td>
61
+ <td>&nbsp;</td>
62
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
63
+ {{var payment_html}}
64
+ </td>
65
+ </tr>
66
+ </tbody>
67
+ </table>
68
+ <br/>
69
+ {{depend order.getIsNotVirtual()}}
70
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
71
+ <thead>
72
+ <tr>
73
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Shipping Information:</th>
74
+ <th width="10"></th>
75
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Shipping Method:</th>
76
+ </tr>
77
+ </thead>
78
+ <tbody>
79
+ <tr>
80
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
81
+ {{var order.shipping_address.format('html')}}
82
+ &nbsp;
83
+ </td>
84
+ <td>&nbsp;</td>
85
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
86
+ {{var order.shipping_description}}
87
+ &nbsp;
88
+ </td>
89
+ </tr>
90
+ </tbody>
91
+ </table>
92
+ <br/>
93
+ {{/depend}}
94
+ {{layout handle="sales_email_order_creditmemo_items" creditmemo=$creditmemo order=$order}}
95
+ <p style="font-size:12px; margin:0 10px 10px 0">{{var comment}}</p>
96
+ </td>
97
+ </tr>
98
+ <tr>
99
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Thank you, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
100
+ </tr>
101
+ </table>
102
+ </td>
103
+ </tr>
104
+ </table>
105
+ </div>
106
+ </body>
app/locale/en_US/template/email/sales/creditmemo_update.html ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Credit Memo # {{var creditmemo.increment_id}} update @-->
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
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
15
+ @-->
16
+
17
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
19
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
20
+ <tr>
21
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
22
+ <!-- [ header starts here] -->
23
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
24
+ <tr>
25
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
26
+ </tr>
27
+ <!-- [ middle starts here] -->
28
+ <tr>
29
+ <td valign="top">
30
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Dear {{htmlescape var=$order.getCustomerName()}},</h1>
31
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
32
+ Your order # {{var order.increment_id}} has been <br/>
33
+ <strong>{{var order.getStatusLabel()}}</strong>.
34
+ </p>
35
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">You can check the status of your order by <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">logging into your account</a>.</p>
36
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
37
+ <p style="font-size:12px; line-height:16px; margin:0;">
38
+ If you have any questions, please feel free to contact us at
39
+ <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
40
+ or by phone at {{config path='general/store_information/phone'}}.
41
+ </p>
42
+ </td>
43
+ </tr>
44
+ <tr>
45
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Thank you again, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
46
+ </tr>
47
+ </table>
48
+ </td>
49
+ </tr>
50
+ </table>
51
+ </div>
52
+ </body>
app/locale/en_US/template/email/sales/creditmemo_update_guest.html ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Credit Memo # {{var creditmemo.increment_id}} update @-->
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
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
15
+ @-->
16
+
17
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
19
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
20
+ <tr>
21
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
22
+ <!-- [ header starts here] -->
23
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
24
+ <tr>
25
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
26
+ </tr>
27
+ <!-- [ middle starts here] -->
28
+ <tr>
29
+ <td valign="top">
30
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Dear {{htmlescape var=$billing.getName()}},</h1>
31
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
32
+ Your order # {{var order.increment_id}} has been <br/>
33
+ <strong>{{var order.getStatusLabel()}}</strong>.
34
+ </p>
35
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
36
+ <p style="font-size:12px; line-height:16px; margin:0;">
37
+ If you have any questions, please feel free to contact us at
38
+ <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
39
+ or by phone at {{config path='general/store_information/phone'}}.
40
+ </p>
41
+ </td>
42
+ </tr>
43
+ <tr>
44
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Thank you again, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
45
+ </tr>
46
+ </table>
47
+ </td>
48
+ </tr>
49
+ </table>
50
+ </div>
51
+ </body>
app/locale/en_US/template/email/sales/invoice_new.html ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Invoice # {{var invoice.increment_id}} for Order # {{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
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
20
+ @-->
21
+
22
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
24
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
25
+ <tr>
26
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
27
+ <!-- [ header starts here] -->
28
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
29
+ <tr>
30
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
31
+ </tr>
32
+ <!-- [ middle starts here] -->
33
+ <tr>
34
+ <td valign="top">
35
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Hello, {{htmlescape var=$order.getCustomerName()}}</h1>
36
+ <p style="font-size:12px; line-height:16px; margin:0;">
37
+ Thank you for your order from {{var store.getFrontendName()}}.
38
+ You can check the status of your order by <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">logging into your account</a>.
39
+ If you have any questions about your order please contact us at <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> or call us at <span class="nobr">{{config path='general/store_information/phone'}}</span> Monday - Friday, 8am - 5pm PST.
40
+ </p>
41
+ </td>
42
+ </tr>
43
+ <tr>
44
+ <td>
45
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">Your Invoice #{{var invoice.increment_id}} for Order #{{var order.increment_id}}</h2>
46
+ </td>
47
+ </tr>
48
+ <tr>
49
+ <td>
50
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
51
+ <thead>
52
+ <tr>
53
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Billing Information:</th>
54
+ <th width="10"></th>
55
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Payment Method:</th>
56
+ </tr>
57
+ </thead>
58
+ <tbody>
59
+ <tr>
60
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
61
+ {{var order.billing_address.format('html')}}
62
+ </td>
63
+ <td>&nbsp;</td>
64
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
65
+ {{var payment_html}}
66
+ </td>
67
+ </tr>
68
+ </tbody>
69
+ </table>
70
+ <br/>
71
+ {{depend order.getIsNotVirtual()}}
72
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
73
+ <thead>
74
+ <tr>
75
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Shipping Information:</th>
76
+ <th width="10"></th>
77
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Shipping Method:</th>
78
+ </tr>
79
+ </thead>
80
+ <tbody>
81
+ <tr>
82
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
83
+ {{var order.shipping_address.format('html')}}
84
+ &nbsp;
85
+ </td>
86
+ <td>&nbsp;</td>
87
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
88
+ {{var order.shipping_description}}&nbsp;
89
+ </td>
90
+ </tr>
91
+ </tbody>
92
+ </table>
93
+ <br/>
94
+ {{/depend}}
95
+ {{layout area="frontend" handle="sales_email_order_invoice_items" invoice=$invoice order=$order}}
96
+ <p style="font-size:12px; margin:0 10px 10px 0;">{{var comment}}</p>
97
+ </td>
98
+ </tr>
99
+ <tr>
100
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Thank you again, <strong>{{var store.getFrontendName()}}</strong></strong></p></center></td>
101
+ </tr>
102
+ </table>
103
+ </td>
104
+ </tr>
105
+ </table>
106
+ </div>
107
+ </body>
app/locale/en_US/template/email/sales/invoice_new_guest.html ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Invoice # {{var invoice.increment_id}} for Order # {{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 invoice.increment_id":"Invoice 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_invoice_items\" invoice=$invoice order=$order":"Invoice Items Grid",
15
+ "var comment":"Invoice Comment"}
16
+ @-->
17
+ <!--@styles
18
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
19
+ @-->
20
+
21
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
22
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
24
+ <tr>
25
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
26
+ <!-- [ header starts here] -->
27
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
28
+ <tr>
29
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
30
+ </tr>
31
+ <!-- [ middle starts here] -->
32
+ <tr>
33
+ <td valign="top">
34
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Hello, {{htmlescape var=$billing.getName()}}</h1>
35
+ <p style="font-size:12px; line-height:16px; margin:0;">
36
+ Thank you for your order from {{var store.getFrontendName()}}.
37
+ If you have any questions about your order please contact us at <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> or call us at <span class="nobr">{{config path='general/store_information/phone'}}</span> Monday - Friday, 8am - 5pm PST.
38
+ </p>
39
+ </td>
40
+ </tr>
41
+ <tr>
42
+ <td>
43
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">Your Invoice #{{var invoice.increment_id}} for Order #{{var order.increment_id}}</h2>
44
+ </td>
45
+ </tr>
46
+ <tr>
47
+ <td>
48
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
49
+ <thead>
50
+ <tr>
51
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Billing Information:</th>
52
+ <th width="10"></th>
53
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Payment Method:</th>
54
+ </tr>
55
+ </thead>
56
+ <tbody>
57
+ <tr>
58
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
59
+ {{var order.billing_address.format('html')}}
60
+ </td>
61
+ <td>&nbsp;</td>
62
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
63
+ {{var payment_html}}
64
+ </td>
65
+ </tr>
66
+ </tbody>
67
+ </table>
68
+ <br/>
69
+ {{depend order.getIsNotVirtual()}}
70
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
71
+ <thead>
72
+ <tr>
73
+ <th align="left" width="650" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Shipping Information:</th>
74
+ <th width="10"></th>
75
+ <th align="left" width="650" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Shipping Method:</th>
76
+ </tr>
77
+ </thead>
78
+ <tbody>
79
+ <tr>
80
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
81
+ {{var order.shipping_address.format('html')}}
82
+ &nbsp;
83
+ </td>
84
+ <td>&nbsp;</td>
85
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
86
+ {{var order.shipping_description}}
87
+ &nbsp;
88
+ </td>
89
+ </tr>
90
+ </tbody>
91
+ </table>
92
+ <br/>
93
+ {{/depend}}
94
+ {{layout handle="sales_email_order_invoice_items" invoice=$invoice order=$order}}
95
+ <p style="font-size:12px; margin:0 0 10px 0">{{var comment}}</p>
96
+ </td>
97
+ </tr>
98
+ <tr>
99
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Thank you again, <strong>{{var store.getFrontendName()}}</strong></strong></p></center></td>
100
+ </tr>
101
+ </table>
102
+ </td>
103
+ </tr>
104
+ </table>
105
+ </div>
106
+ </body>
app/locale/en_US/template/email/sales/invoice_update.html ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Invoice # {{var invoice.increment_id}} update @-->
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
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
15
+ @-->
16
+
17
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
19
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
20
+ <tr>
21
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
22
+ <!-- [ header starts here] -->
23
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
24
+ <tr>
25
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
26
+ </tr>
27
+ <!-- [ middle starts here] -->
28
+ <tr>
29
+ <td valign="top">
30
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Dear {{htmlescape var=$order.getCustomerName()}},</h1>
31
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
32
+ Your order # {{var order.increment_id}} has been <br/>
33
+ <strong>{{var order.getStatusLabel()}}</strong>.
34
+ </p>
35
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">You can check the status of your order by <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">logging into your account</a>.</p>
36
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
37
+ <p style="font-size:12px; line-height:16px; margin:0;">
38
+ If you have any questions, please feel free to contact us at
39
+ <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
40
+ or by phone at {{config path='general/store_information/phone'}}.
41
+ </p>
42
+ </td>
43
+ </tr>
44
+ <tr>
45
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Thank you again, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
46
+ </tr>
47
+ </table>
48
+ </td>
49
+ </tr>
50
+ </table>
51
+ </div>
52
+ </body>
app/locale/en_US/template/email/sales/invoice_update_guest.html ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Invoice # {{var invoice.increment_id}} update @-->
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
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
14
+ @-->
15
+
16
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
17
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
19
+ <tr>
20
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
21
+ <!-- [ header starts here] -->
22
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
23
+ <tr>
24
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
25
+ </tr>
26
+ <!-- [ middle starts here] -->
27
+ <tr>
28
+ <td valign="top">
29
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Dear {{htmlescape var=$billing.getName()}},</h1>
30
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
31
+ Your order # {{var order.increment_id}} has been <br/>
32
+ <strong>{{var order.getStatusLabel()}}</strong>.
33
+ </p>
34
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
35
+ <p style="font-size:12px; line-height:16px; margin:0;">
36
+ If you have any questions, please feel free to contact us at
37
+ <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
38
+ or by phone at {{config path='general/store_information/phone'}}.
39
+ </p>
40
+ </td>
41
+ </tr>
42
+ <tr>
43
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Thank you again, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
44
+ </tr>
45
+ </table>
46
+ </td>
47
+ </tr>
48
+ </table>
49
+ </div>
app/locale/en_US/template/email/sales/order_new.html ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: New Order # {{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
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
20
+ @-->
21
+
22
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
24
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
25
+ <tr>
26
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
27
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
28
+ <!-- [ header starts here] -->
29
+ <tr>
30
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
31
+ </tr>
32
+ <!-- [ middle starts here] -->
33
+ <tr>
34
+ <td valign="top">
35
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Hello, {{htmlescape var=$order.getCustomerName()}}</h1>
36
+ <p style="font-size:12px; line-height:16px; margin:0;">
37
+ Thank you for your order from {{var store.getFrontendName()}}.
38
+ Once your package ships we will send an email with a link to track your order.
39
+ You can check the status of your order by <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">logging into your account</a>.
40
+ If you have any questions about your order please contact us at <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> or call us at <span class="nobr">{{config path='general/store_information/phone'}}</span> Monday - Friday, 8am - 5pm PST.
41
+ </p>
42
+ <p style="font-size:12px; line-height:16px; margin:0;">Your order confirmation is below. Thank you again for your business.</p>
43
+ </tr>
44
+ <tr>
45
+ <td>
46
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">Your Order #{{var order.increment_id}} <small>(placed on {{var order.getCreatedAtFormated('long')}})</small></h2>
47
+ </td>
48
+ </tr>
49
+ <tr>
50
+ <td>
51
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
52
+ <thead>
53
+ <tr>
54
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Billing Information:</th>
55
+ <th width="10"></th>
56
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Payment Method:</th>
57
+ </tr>
58
+ </thead>
59
+ <tbody>
60
+ <tr>
61
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
62
+ {{var order.getBillingAddress().format('html')}}
63
+ </td>
64
+ <td>&nbsp;</td>
65
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
66
+ {{var payment_html}}
67
+ </td>
68
+ </tr>
69
+ </tbody>
70
+ </table>
71
+ <br/>
72
+ {{depend order.getIsNotVirtual()}}
73
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
74
+ <thead>
75
+ <tr>
76
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Shipping Information:</th>
77
+ <th width="10"></th>
78
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Shipping Method:</th>
79
+ </tr>
80
+ </thead>
81
+ <tbody>
82
+ <tr>
83
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
84
+ {{var order.getShippingAddress().format('html')}}
85
+ &nbsp;
86
+ </td>
87
+ <td>&nbsp;</td>
88
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
89
+ {{var order.getShippingDescription()}}
90
+ &nbsp;
91
+ </td>
92
+ </tr>
93
+ </tbody>
94
+ </table>
95
+ <br/>
96
+ {{/depend}}
97
+ {{layout handle="sales_email_order_items" order=$order}}
98
+ <p style="font-size:12px; margin:0 0 10px 0">{{var order.getEmailCustomerNote()}}</p>
99
+ </td>
100
+ </tr>
101
+ <tr>
102
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Thank you, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
103
+ </tr>
104
+ </table>
105
+ </td>
106
+ </tr>
107
+ </table>
108
+ </div>
109
+ </body>
app/locale/en_US/template/email/sales/order_new_guest.html ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: New Order # {{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.getBillingAddress().getName()":"Guest Customer Name",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "var order.increment_id":"Order Id",
9
+ "var order.getCreatedAtFormated('long')":"Order Created At (datetime)",
10
+ "var order.getBillingAddress().format('html')":"Billing Address",
11
+ "var payment_html":"Payment Details",
12
+ "var order.getShippingAddress().format('html')":"Shipping Address",
13
+ "var order.getShippingDescription()":"Shipping Description",
14
+ "layout handle=\"sales_email_order_items\" order=$order":"Order Items Grid",
15
+ "var order.getEmailCustomerNote()":"Email Order Note"}
16
+ @-->
17
+ <!--@styles
18
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
19
+ @-->
20
+
21
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
22
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
24
+ <tr>
25
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
26
+ <!-- [ header starts here] -->
27
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
28
+ <tr>
29
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
30
+ </tr>
31
+ <!-- [ middle starts here] -->
32
+ <tr>
33
+ <td valign="top">
34
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Hello, {{htmlescape var=$order.getBillingAddress().getName()}}</h1>
35
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
36
+ Thank you for your order from {{var store.getFrontendName()}}.
37
+ Once your package ships we will send an email with a link to track your order.
38
+ If you have any questions about your order please contact us at <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> or call us at <span class="nobr">{{config path='general/store_information/phone'}}</span> Monday - Friday, 8am - 5pm PST.
39
+ </p>
40
+ <p style="font-size:12px; line-height:16px; margin:0;">Your order confirmation is below. Thank you again for your business.</p>
41
+ </td>
42
+ </tr>
43
+ <tr>
44
+ <td>
45
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">Your Order #{{var order.increment_id}} <small>(placed on {{var order.getCreatedAtFormated('long')}})</small></h2>
46
+ </td>
47
+ </tr>
48
+ <tr>
49
+ <td>
50
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
51
+ <thead>
52
+ <tr>
53
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Billing Information:</th>
54
+ <th width="10"></th>
55
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Payment Method:</th>
56
+ </tr>
57
+ </thead>
58
+ <tbody>
59
+ <tr>
60
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
61
+ {{var order.getBillingAddress().format('html')}}
62
+ </td>
63
+ <td>&nbsp;</td>
64
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
65
+ {{var payment_html}}
66
+ </td>
67
+ </tr>
68
+ </tbody>
69
+ </table>
70
+ <br/>
71
+ {{depend order.getIsNotVirtual()}}
72
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
73
+ <thead>
74
+ <tr>
75
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Shipping Information:</th>
76
+ <th width="10"></th>
77
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Shipping Method:</th>
78
+ </tr>
79
+ </thead>
80
+ <tbody>
81
+ <tr>
82
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
83
+ {{var order.getShippingAddress().format('html')}}
84
+ &nbsp;
85
+ </td>
86
+ <td>&nbsp;</td>
87
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
88
+ {{var order.getShippingDescription()}}
89
+ &nbsp;
90
+ </td>
91
+ </tr>
92
+ </tbody>
93
+ </table>
94
+ <br/>
95
+ {{/depend}}
96
+ {{layout handle="sales_email_order_items" order=$order}}
97
+ <p style="font-size:12px; margin:0 10px 10px 0">{{var order.getEmailCustomerNote()}}</p>
98
+ </td>
99
+ </tr>
100
+ <tr>
101
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Thank you again, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
102
+ </tr>
103
+ </table>
104
+ </td>
105
+ </tr>
106
+ </table>
107
+ </div>
108
+ </body>
app/locale/en_US/template/email/sales/order_update.html ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Order # {{var order.increment_id}} update @-->
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
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
15
+ @-->
16
+
17
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
19
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
20
+ <tr>
21
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
22
+ <!-- [ header starts here] -->
23
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
24
+ <tr>
25
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
26
+ </tr>
27
+ <!-- [ middle starts here] -->
28
+ <tr>
29
+ <td valign="top">
30
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Dear {{htmlescape var=$order.getCustomerName()}},</h1>
31
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
32
+ Your order # {{var order.increment_id}} has been <br/>
33
+ <strong>{{var order.getStatusLabel()}}</strong>.
34
+ </p>
35
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">You can check the status of your order by <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">logging into your account</a>.</p>
36
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
37
+ <p style="font-size:12px; line-height:16px; margin:0;">
38
+ If you have any questions, please feel free to contact us at
39
+ <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
40
+ or by phone at {{config path='general/store_information/phone'}}.
41
+ </p>
42
+ </td>
43
+ </tr>
44
+ <tr>
45
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Thank you again, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
46
+ </tr>
47
+ </table>
48
+ </td>
49
+ </tr>
50
+ </table>
51
+ </div>
52
+ </body>
app/locale/en_US/template/email/sales/order_update_guest.html ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Order # {{var order.increment_id}} update @-->
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
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
14
+ @-->
15
+
16
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
17
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
19
+ <tr>
20
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
21
+ <!-- [ header starts here] -->
22
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
23
+ <tr>
24
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
25
+ </tr>
26
+ <!-- [ middle starts here] -->
27
+ <tr>
28
+ <td valign="top">
29
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Dear {{htmlescape var=$billing.getName()}},</h1>
30
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
31
+ Your order # {{var order.increment_id}} has been <br/>
32
+ <strong>{{var order.getStatusLabel()}}</strong>.
33
+ </p>
34
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
35
+ <p style="font-size:12px; line-height:16px; margin:0;">
36
+ If you have any questions, please feel free to contact us at
37
+ <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
38
+ or by phone at {{config path='general/store_information/phone'}}.
39
+ </p>
40
+ </td>
41
+ </tr>
42
+ <tr>
43
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Thank you again, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
44
+ </tr>
45
+ </table>
46
+ </td>
47
+ </tr>
48
+ </table>
49
+ </div>
50
+ </body>
app/locale/en_US/template/email/sales/shipment_new.html ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Shipment # {{var shipment.increment_id}} for Order # {{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
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
21
+ @-->
22
+
23
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
24
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
25
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
26
+ <tr>
27
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
28
+ <!-- [ header starts here] -->
29
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
30
+ <tr>
31
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
32
+ </tr>
33
+ <!-- [ middle starts here] -->
34
+ <tr>
35
+ <td valign="top">
36
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Hello, {{htmlescape var=$order.getCustomerName()}}</h1>
37
+ <p style="font-size:12px; line-height:16px; margin:0;">
38
+ Thank you for your order from {{var store.getFrontendName()}}.
39
+ You can check the status of your order by <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">logging into your account</a>.
40
+ If you have any questions about your order please contact us at <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> or call us at <span class="nobr">{{config path='general/store_information/phone'}}</span> Monday - Friday, 8am - 5pm PST.
41
+ </p>
42
+ <p style="font-size:12px; line-height:16px; margin:0;">
43
+ Your shipping confirmation is below. Thank you again for your business.
44
+ </p>
45
+ </td>
46
+ </tr>
47
+ <tr>
48
+ <td>
49
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">Your Shipment #{{var shipment.increment_id}} for Order #{{var order.increment_id}}</h2>
50
+ </td>
51
+ </tr>
52
+ <tr>
53
+ <td>
54
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
55
+ <thead>
56
+ <tr>
57
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Billing Information:</th>
58
+ <th width="10"></th>
59
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Payment Method:</th>
60
+ </tr>
61
+ </thead>
62
+ <tbody>
63
+ <tr>
64
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
65
+ {{var order.billing_address.format('html')}}
66
+ </td>
67
+ <td>&nbsp;</td>
68
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
69
+ {{var payment_html}}
70
+ </td>
71
+ </tr>
72
+ </tbody>
73
+ </table>
74
+ <br/>
75
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
76
+ <thead>
77
+ <tr>
78
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Shipping Information:</th>
79
+ <th width="10"></th>
80
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Shipping Method:</th>
81
+ </tr>
82
+ </thead>
83
+ <tbody>
84
+ <tr>
85
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
86
+ {{var order.shipping_address.format('html')}}
87
+ &nbsp;
88
+ </td>
89
+ <td>&nbsp;</td>
90
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
91
+ {{var order.shipping_description}}
92
+ &nbsp;
93
+ </td>
94
+ </tr>
95
+ </tbody>
96
+ </table>
97
+ <br/>
98
+ {{layout handle="sales_email_order_shipment_items" shipment=$shipment order=$order}}
99
+ {{block type='core/template' area='frontend' template='email/order/shipment/track.phtml' shipment=$shipment order=$order}}
100
+ <p style="font-size:12px; margin:0 10px 10px 0">{{var comment}}</p>
101
+ </td>
102
+ </tr>
103
+ <tr>
104
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Thank you, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
105
+ </tr>
106
+ </table>
107
+ </td>
108
+ </tr>
109
+ </table>
110
+ </div>
111
+ </body>
app/locale/en_US/template/email/sales/shipment_new_guest.html ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Shipment # {{var shipment.increment_id}} for Order # {{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
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
20
+ @-->
21
+
22
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
24
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
25
+ <tr>
26
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
27
+ <!-- [ header starts here] -->
28
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
29
+ <tr>
30
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
31
+ </tr>
32
+ <!-- [ middle starts here] -->
33
+ <tr>
34
+ <td valign="top">
35
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">Hello, {{htmlescape var=$billing.getName()}}</h1>
36
+ <p style="font-size:12px; line-height:16px; margin:0;">
37
+ Thank you for your order from {{var store.getFrontendName()}}.
38
+ If you have any questions about your order please contact us at <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> or call us at <span class="nobr">{{config path='general/store_information/phone'}}</span> Monday - Friday, 8am - 5pm PST.
39
+ </p>
40
+ <p style="font-size:12px; line-height:16px; margin:0;">
41
+ Your shipping confirmation is below. Thank you again for your business.
42
+ </p>
43
+ </td>
44
+ </tr>
45
+ <tr>
46
+ <td>
47
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">Your Shipment #{{var shipment.increment_id}} for Order #{{var order.increment_id}}</h2>
48
+ </td>
49
+ </tr>
50
+ <tr>
51
+ <td>
52
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
53
+ <thead>
54
+ <tr>
55
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Billing Information:</th>
56
+ <th width="10"></th>
57
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Payment Method:</th>
58
+ </tr>
59
+ </thead>
60
+ <tbody>
61
+ <tr>
62
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
63
+ {{var order.billing_address.format('html')}}
64
+ </td>
65
+ <td>&nbsp;</td>
66
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
67
+ {{var payment_html}}
68
+ </td>
69
+ </tr>
70
+ </tbody>
71
+ </table>
72
+ <br/>
73
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
74
+ <thead>
75
+ <tr>
76
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Shipping Information:</th>
77
+ <th width="10"></th>
78
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">Shipping Method:</th>
79
+ </tr>
80
+ </thead>
81
+ <tbody>
82
+ <tr>
83
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
84
+ {{var order.shipping_address.format('html')}}
85
+ &nbsp;
86
+ </td>
87
+ <td>&nbsp;</td>
88
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
89
+ {{var order.shipping_description}}
90
+ &nbsp;
91
+ </td>
92
+ </tr>
93
+ </tbody>
94
+ </table>
95
+ <br/>
96
+ {{layout handle="sales_email_order_shipment_items" shipment=$shipment order=$order}}
97
+ {{block type='core/template' area='frontend' template='email/order/shipment/track.phtml' shipment=$shipment order=$order}}
98
+ <p style="font-size:12px; margin:0 10px 10px 0">{{var comment}}</p>
99
+ </td>
100
+ </tr>
101
+ <tr>
102
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Thank you, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
103
+ </tr>
104
+ </table>
105
+ </td>
106
+ </tr>
107
+ </table>
108
+ </div>
109
+ </body>
app/locale/en_US/template/email/sales/shipment_update.html ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Shipment # {{var shipment.increment_id}} update @-->
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
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
15
+ @-->
16
+
17
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
19
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
20
+ <tr>
21
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
22
+ <!-- [ header starts here] -->
23
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
24
+ <tr>
25
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
26
+ </tr>
27
+ <!-- [ middle starts here] -->
28
+ <tr>
29
+ <td valign="top">
30
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Dear {{htmlescape var=$order.getCustomerName()}},</h1>
31
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
32
+ Your order # {{var order.increment_id}} has been <br/>
33
+ <strong>{{var order.getStatusLabel()}}</strong>.
34
+ </p>
35
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">You can check the status of your order by <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">logging into your account</a>.</p>
36
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
37
+ <p style="font-size:12px; line-height:16px; margin:0;">
38
+ If you have any questions, please feel free to contact us at
39
+ <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
40
+ or by phone at {{config path='general/store_information/phone'}}.
41
+ </p>
42
+ </td>
43
+ </tr>
44
+ <tr>
45
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Thank you again, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
46
+ </tr>
47
+ </table>
48
+ </td>
49
+ </tr>
50
+ </table>
51
+ </div>
52
+ </body>
app/locale/en_US/template/email/sales/shipment_update_guest.html ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Shipment # {{var shipment.increment_id}} update @-->
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
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
14
+ @-->
15
+
16
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
17
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
19
+ <tr>
20
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
21
+ <!-- [ header starts here] -->
22
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
23
+ <tr>
24
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
25
+ </tr>
26
+ <!-- [ middle starts here] -->
27
+ <tr>
28
+ <td valign="top">
29
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">Dear {{htmlescape var=$billing.getName()}},</h1>
30
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
31
+ Your order # {{var order.increment_id}} has been <br/>
32
+ <strong>{{var order.getStatusLabel()}}</strong>.
33
+ </p>
34
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
35
+ <p style="font-size:12px; line-height:16px; margin:0;">
36
+ If you have any questions, please feel free to contact us at
37
+ <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
38
+ or by phone at {{config path='general/store_information/phone'}}.
39
+ </p>
40
+ </td>
41
+ </tr>
42
+ <tr>
43
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Thank you again, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
44
+ </tr>
45
+ </table>
46
+ </td>
47
+ </tr>
48
+ </table>
49
+ </div>
50
+ </body>
app/locale/en_US/template/email/sitemap_generate_warning.html ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <!--@subject Sitemap generate Warnings @-->
2
+ <!--@vars
3
+ {"var warnings":"Sitemap Generate Warnings"}
4
+ @-->
5
+ Sitemap generate warnings:
6
+
7
+
8
+ {{var warnings}}
app/locale/en_US/template/email/token.html ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Welcome, {{var name}} @-->
2
+ <!--@vars
3
+ {"htmlescape var=$userName":"User name",
4
+ "var $applicationName":"Application name",
5
+ "var $status":"Token new status"}
6
+ @-->
7
+
8
+ Hello, {{htmlescape var=$userName}}<br /><br />
9
+ Your authorization to <b>{{htmlescape var=$applicationName}}</b> has been changed to <b>{{htmlescape var=$status}}</b> by Admin team.<br /><br />
app/locale/en_US/template/email/wishlist_share.html ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Take a look at {{var customer.name}}'s wishlist @-->
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
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
11
+ @-->
12
+
13
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
14
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
15
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
16
+ <tr>
17
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
18
+ <!-- [ header starts here] -->
19
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
20
+ <tr>
21
+ <td valign="top">
22
+ <a href="{{store url=""}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a>
23
+ </td>
24
+ </tr>
25
+ <!-- [ middle starts here] -->
26
+ <tr>
27
+ <td valign="top">
28
+ <p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">Hey,<br/>Take a look at my wishlist from {{var store.getFrontendName()}}.</p>
29
+ <p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">{{var message}}</p>
30
+ {{var items}}
31
+ <br/>
32
+ {{depend salable}}<p style="font-size:12px; line-height:16px; margin:0 0 8px 0;"><strong><a href="{{var addAllLink}}" style="color:#1E7EC8;">Add all items to shopping cart</a></strong> |{{/depend}} <strong><a href="{{var viewOnSiteLink}}" style="color:#1E7EC8;">View all wishlist items</a></strong></p>
33
+ </td>
34
+ </tr>
35
+ <tr>
36
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">Thank you, <strong>{{htmlescape var=$customer.name}}</p></center></td>
37
+ </td>
38
+ </table>
39
+ </td>
40
+ </tr>
41
+ </table>
42
+ </div>
43
+ </body>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>ntoklo_recommendations</name>
4
- <version>1.0.4</version>
5
  <stability>stable</stability>
6
  <license>Open Software License (OSL 3.0)</license>
7
  <channel>community</channel>
@@ -16,8 +16,8 @@
16
  <notes>Conversion optimisation </notes>
17
  <authors><author><name>nToklo</name><user>nToklo</user><email>sandra.leske@ntoklo.com</email></author></authors>
18
  <date>2014-04-17</date>
19
- <time>14:02:10</time>
20
- <contents><target name="magecommunity"><dir name="Ntoklo"><dir name="Recommendations"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Registration.php" hash="6454d0327fb5881aba96beaed86005ac"/></dir></dir></dir></dir><dir name="Widget"><dir name="Date"><file name="Helper.php" hash="29592c951ce694efb69397141a679226"/></dir><dir name="Type"><file name="Helper.php" hash="7003dba7c2b54e7dd03013de2f41a4e1"/></dir></dir></dir><file name="Chart.php" hash="2f1f29ce21a7eaf2cda2f576225de839"/><file name="UniversalVariable.php" hash="d98923906642289029a7ef80be5a0c4f"/></dir><dir name="Helper"><file name="Data.php" hash="d60ec0bb71c1c1ac7ec45477dfd0ef78"/></dir><dir name="Model"><dir name="Cache"><file name="UniversalVariable.php" hash="761f465d4fda0e3d48541fc67af5c4b1"/></dir><file name="Observer.php" hash="9a22bdcae4fc457372692b0488f30833"/><dir name="Resource"><dir name="Mysql4"><file name="Setup.php" hash="c76b856838d10860a74c2ec08d47bc87"/></dir></dir><file name="Service.php" hash="842507619406f53f312cb5ef01c37799"/><file name="UniversalVariable.php" hash="7744caef59b5c3f056f89577c108e0f5"/><dir name="Widget"><file name="Type.php" hash="f399f8084a0c9c270c92e5fccd74e50f"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="aff0945a94da77aab01ef814d14309d5"/><file name="cache.xml" hash="9be6ef2826f8e880e0c2db016787cacf"/><file name="config.xml" hash="c1df941154791751a1cb686f2c08cd54"/><file name="system.xml" hash="d90aad78d74273219bbeb6bd3b38e477"/><file name="widget.xml" hash="e94eaffd9ce677d742161bca542c069b"/></dir><dir name="sql"><dir name="ntoklo_setup"><file name="mysql4-install-1.0.4.php" hash="96c7c0734c5290210b09dbb96f5cfa34"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="ntoklo_recommendations.xml" hash="b6649abad9f507fdf0e7b48d11d9a594"/></dir><dir name="template"><dir name="ntoklo"><dir name="recommendations"><file name="universal_variable.phtml" hash="76ab001d6c660f77af83739540cf9edc"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="."><file name="Ntoklo_Recommendations.xml" hash=""/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="ntoklo"><file name="global.css" hash="fd2d2b773d3ce16d41488e9051bad8c8"/><file name="widget.css" hash="2d1a9869e0c5e857965d4158535237f2"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="ntoklo"><file name="util.js" hash="051d37aa940bb1b877435698e1827295"/></dir></dir><dir name="documentation"><dir name="skin"><dir name="img"><file name="cc.png" hash="83f629e3f2c6e94df256a92a0d826079"/><file name="config.png" hash="a0f8540c37bbaa614a6e6818c52b9b1e"/><file name="disablec1.png" hash="3b7a509db5f2228c1187dd169c8a7c34"/><file name="disablec2.png" hash="ce25b484b08735a1890a4871eefd23ef"/><file name="logo.png" hash="5bbc2b3e56f571eb96923185485c3a27"/><file name="widgets_1.png" hash="61c6c6acc64e9bad49e2546d43032767"/><file name="widgets_2.png" hash="a357562e6cb535458c30f8a6c53bd44d"/><file name="widgets_3.png" hash="cc6ec6b496b03e516c29eb8ed63aa7a9"/><file name="widgets_4.png" hash="1feb96648e38c0e95629bf897baeb26b"/></dir><file name="style.css" hash="f544a9e3edc200affa0a9be9af98e878"/></dir><file name="readme.html" hash="76a9aa7ea09fbb80af24ce340f498d13"/></dir></target></contents>
21
  <compatible/>
22
  <dependencies><required><php><min>5.3.0</min><max>5.5.1</max></php><package><name/><channel>connect.magentocommerce.com/core</channel><min/><max/></package></required></dependencies>
23
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>ntoklo_recommendations</name>
4
+ <version>1.0.5</version>
5
  <stability>stable</stability>
6
  <license>Open Software License (OSL 3.0)</license>
7
  <channel>community</channel>
16
  <notes>Conversion optimisation </notes>
17
  <authors><author><name>nToklo</name><user>nToklo</user><email>sandra.leske@ntoklo.com</email></author></authors>
18
  <date>2014-04-17</date>
19
+ <time>15:03:50</time>
20
+ <contents><target name="magecommunity"><dir name="Ntoklo"><dir name="Recommendations"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Form"><dir name="Field"><file name="Registration.php" hash="6454d0327fb5881aba96beaed86005ac"/></dir></dir></dir></dir><dir name="Widget"><dir name="Date"><file name="Helper.php" hash="29592c951ce694efb69397141a679226"/></dir><dir name="Type"><file name="Helper.php" hash="7003dba7c2b54e7dd03013de2f41a4e1"/></dir></dir></dir><file name="Chart.php" hash="2f1f29ce21a7eaf2cda2f576225de839"/><file name="UniversalVariable.php" hash="d98923906642289029a7ef80be5a0c4f"/></dir><dir name="Helper"><file name="Data.php" hash="d60ec0bb71c1c1ac7ec45477dfd0ef78"/></dir><dir name="Model"><dir name="Cache"><file name="UniversalVariable.php" hash="761f465d4fda0e3d48541fc67af5c4b1"/></dir><file name="Observer.php" hash="9a22bdcae4fc457372692b0488f30833"/><dir name="Resource"><dir name="Mysql4"><file name="Setup.php" hash="c76b856838d10860a74c2ec08d47bc87"/></dir></dir><file name="Service.php" hash="842507619406f53f312cb5ef01c37799"/><file name="UniversalVariable.php" hash="7744caef59b5c3f056f89577c108e0f5"/><dir name="Widget"><file name="Type.php" hash="f399f8084a0c9c270c92e5fccd74e50f"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="aff0945a94da77aab01ef814d14309d5"/><file name="cache.xml" hash="9be6ef2826f8e880e0c2db016787cacf"/><file name="config.xml" hash="dfe6abd006433e80dc805f5a42ffeabc"/><file name="system.xml" hash="d90aad78d74273219bbeb6bd3b38e477"/><file name="widget.xml" hash="e94eaffd9ce677d742161bca542c069b"/></dir><dir name="sql"><dir name="ntoklo_setup"><file name="mysql4-install-1.0.5.php" hash="96c7c0734c5290210b09dbb96f5cfa34"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="ntoklo_recommendations.xml" hash="b6649abad9f507fdf0e7b48d11d9a594"/></dir><dir name="template"><dir name="ntoklo"><dir name="recommendations"><file name="universal_variable.phtml" hash="76ab001d6c660f77af83739540cf9edc"/><dir name="widget"><file name="chart_horisontal.phtml" hash="a3093802730b75ef735a72b93796b7a7"/><file name="chart_review_short.phtml" hash="25a789e2e031e33e6e82fcd8fd73aa23"/><file name="chart_vertical.phtml" hash="2b3d3a62a9157f7c513d0f2a40574e98"/></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Ntoklo_Recommendations.xml" hash="d809f1cc3329034ac5d3ffcc4fe40d4c"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><dir name="ntoklo"><file name="global.css" hash="fd2d2b773d3ce16d41488e9051bad8c8"/><file name="widget.css" hash="2d1a9869e0c5e857965d4158535237f2"/></dir></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="ntoklo"><file name="util.js" hash="051d37aa940bb1b877435698e1827295"/></dir></dir><dir name="documentation"><dir name="skin"><dir><dir name="img"><file name="cc.png" hash="83f629e3f2c6e94df256a92a0d826079"/><file name="config.png" hash="a0f8540c37bbaa614a6e6818c52b9b1e"/><file name="disablec1.png" hash="3b7a509db5f2228c1187dd169c8a7c34"/><file name="disablec2.png" hash="ce25b484b08735a1890a4871eefd23ef"/><file name="logo.png" hash="5bbc2b3e56f571eb96923185485c3a27"/><file name="widgets_1.png" hash="61c6c6acc64e9bad49e2546d43032767"/><file name="widgets_2.png" hash="a357562e6cb535458c30f8a6c53bd44d"/><file name="widgets_3.png" hash="cc6ec6b496b03e516c29eb8ed63aa7a9"/><file name="widgets_4.png" hash="1feb96648e38c0e95629bf897baeb26b"/></dir></dir><file name="style.css" hash="f544a9e3edc200affa0a9be9af98e878"/></dir><file name="readme.html" hash="76a9aa7ea09fbb80af24ce340f498d13"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Mage_AdminNotification.csv" hash="e240a88785e337747afb4d0bc83ccaba"/><file name="Mage_Adminhtml.csv" hash="aba0f88f88f727c94e8e5368453c88cb"/><file name="Mage_AmazonPayments.csv" hash="00494825779e0ae3f0db0abd30e666b7"/><file name="Mage_Api.csv" hash="5a8919e82128dbd894c8f22c8238384d"/><file name="Mage_Api2.csv" hash="bc4b31da02edb34d29274da37a0a0f60"/><file name="Mage_Authorizenet.csv" hash="56def78c56270d23b57c1c17d3304288"/><file name="Mage_Backup.csv" hash="7fb40353a4c161de2a92edd8dcb35587"/><file name="Mage_Bundle.csv" hash="20666ebd929c9b87aa6c6ebe05b3a599"/><file name="Mage_Captcha.csv" hash="de6aef08396245ed644b213ecfcf309b"/><file name="Mage_Catalog.csv" hash="847afe1d7b67e481f25e5afc3bfc06fe"/><file name="Mage_CatalogInventory.csv" hash="969014c8d71762ac5b9ed41c08412258"/><file name="Mage_CatalogRule.csv" hash="7b7d6ad17c61efa14ade33c0fb443d36"/><file name="Mage_CatalogSearch.csv" hash="9d822bca8067087dabe1d213193a2def"/><file name="Mage_Centinel.csv" hash="20f331c149ccf32faabdd406626805e0"/><file name="Mage_Checkout.csv" hash="f6c6767b40c2f70912d09c0c6c68f453"/><file name="Mage_Cms.csv" hash="9a538e344acce7afa686fbed65082c63"/><file name="Mage_Compiler.csv" hash="caa1d67e6c508421a8c8c234ae204c5d"/><file name="Mage_Connect.csv" hash="8cd1b22e3bb2b18a59b6bfb6a7e4e7f9"/><file name="Mage_Contacts.csv" hash="7e367e9a924c19b6df2fa5c8adca9be4"/><file name="Mage_Core.csv" hash="426b99818aceb513f12b233a6797aa9b"/><file name="Mage_Cron.csv" hash="e5803e0da7c568134db4864b8eb55f22"/><file name="Mage_CurrencySymbol.csv" hash="2cc13530e2f9387349c6a162d4d22bc9"/><file name="Mage_Customer.csv" hash="6c8628de9013ac6c2ef86623e1554ba2"/><file name="Mage_Dataflow.csv" hash="02ddb4090005e6678f020ac96c2cbe81"/><file name="Mage_Directory.csv" hash="615c41b2941e20bb118ebd41b862b934"/><file name="Mage_Downloadable.csv" hash="a6e6779b14563a09a8dd23e8ed20e418"/><file name="Mage_Eav.csv" hash="9b9e7506f519e45f5a9b44355425f04b"/><file name="Mage_GiftMessage.csv" hash="6cd672267af7f7183f47c58450c2779a"/><file name="Mage_GoogleAnalytics.csv" hash="c71e996ad7feb3c33dc4b0077795731e"/><file name="Mage_GoogleBase.csv" hash="453420e7b2a7c67d983436cd07c3f1c1"/><file name="Mage_GoogleCheckout.csv" hash="218bdb6351129bc11f5fbb7abeff7e18"/><file name="Mage_ImportExport.csv" hash="cd3f58a3c62c800910e5eada1ec8e90f"/><file name="Mage_Index.csv" hash="a12d6e56dec19a45380375e7ea3f7a7c"/><file name="Mage_Install.csv" hash="ff1231e1db62fc550cac4674d0ba5190"/><file name="Mage_Log.csv" hash="671884c4618da93ca90d2d92404b6247"/><file name="Mage_Media.csv" hash="234187a0e1b83a03cb911452a4637357"/><file name="Mage_Newsletter.csv" hash="0b3f84564b496b40b47221f197d494d9"/><file name="Mage_Oauth.csv" hash="2f7bcd1ac430fe5de83a9af3a1ac8adf"/><file name="Mage_Page.csv" hash="fcce720263bf2fb11b78a467b297545d"/><file name="Mage_PageCache.csv" hash="4bd38621bb26a02a15251fcb37e1408b"/><file name="Mage_Paygate.csv" hash="311566b283975d5c481046346023026b"/><file name="Mage_Payment.csv" hash="5a0878ac6aa54689b3a8687197149c69"/><file name="Mage_Paypal.csv" hash="fe73439970f6d806c0ed0e0da05b6b51"/><file name="Mage_PaypalUk.csv" hash="d9d163d9c022d37e6bef2bf231469572"/><file name="Mage_Persistent.csv" hash="f84928d5a080bbfbb68f5becd12829c8"/><file name="Mage_Poll.csv" hash="01084dbcb43b1da9de35c5730fabd692"/><file name="Mage_ProductAlert.csv" hash="8ceb95248eeb2e4611d01767a7331840"/><file name="Mage_Rating.csv" hash="88db484c67afdb565255d210044bd034"/><file name="Mage_Reports.csv" hash="98f1525c2101c8557af6118e2dd48822"/><file name="Mage_Review.csv" hash="fd1b38a4863896e7112f642de243fdb8"/><file name="Mage_Rss.csv" hash="f99bd663f6b7becac87c8be1720f14b3"/><file name="Mage_Rule.csv" hash="0b655f98a5c7e98f672fcd04395c9a93"/><file name="Mage_Sales.csv" hash="f1b7dbe7bc3f7900683b3f2a2ba97b94"/><file name="Mage_SalesRule.csv" hash="9e6fbd2421b33de74d74fa9b4b8ede6b"/><file name="Mage_Sendfriend.csv" hash="b1e310cf2fdaf674de1e7604826146e9"/><file name="Mage_Shipping.csv" hash="136d55ce3ccf70bc2a1c7412085b40bc"/><file name="Mage_Sitemap.csv" hash="4837691c0e5c8cfbc4d75b10f196eb65"/><file name="Mage_Tag.csv" hash="211c99ac80a4b4e02b40a9907a4bc89a"/><file name="Mage_Tax.csv" hash="f5ec0e9f02d679d3600baf481a27b406"/><file name="Mage_Usa.csv" hash="518304e522d8d33e7fec565c7716bcba"/><file name="Mage_Weee.csv" hash="24bf654bb76513299a5cd227fed63f4a"/><file name="Mage_Widget.csv" hash="70a76519c347dd8f4209cb3dac849fe6"/><file name="Mage_Wishlist.csv" hash="8a27b7a9df533dc68f8f1df4338890fb"/><file name="Mage_XmlConnect.csv" hash="50e9493da78f8e6591fd3fad1311047c"/><file name="Phoenix_Moneybookers.csv" hash="c92cee5c0ca36fdedfbab70e95a91983"/><file name="ntoklo_recommendations.csv" hash="ba56401beed41df865bd37b1df0c82aa"/><dir><dir name="template"><dir name="email"><file name="account_new.html" hash="8d252c5b90acb75b02faab0325e68aed"/><file name="account_new_confirmation.html" hash="46a81d771b81c580872c15937a2f5fdd"/><file name="account_new_confirmed.html" hash="83e4c39f5d47cf4636ed8a5bca07e314"/><file name="account_password_reset_confirmation.html" hash="c811155d0c69f339b9a558dceb3c668a"/><file name="admin_password_new.html" hash="d2f3c73cb712d60da9384f1c5bfd31c0"/><file name="admin_password_reset_confirmation.html" hash="9e5c2fd7e57dcd19749cf27a9b41a9f4"/><file name="contact_form.html" hash="e04255e76e6e2d35f40d90ec5571d7e1"/><file name="currency_update_warning.html" hash="f6a4e8139468995c6561a12cd6cff860"/><file name="log_clean_warning.html" hash="0bd6a39803f8aa2eb46d6c110d8d0056"/><file name="moneybookers_activateemail.html" hash="035d73b26c54c8042e03e7551df49457"/><file name="newsletter_subscr_confirm.html" hash="f27b517857ba599274220a2f99384d89"/><file name="newsletter_subscr_success.html" hash="9179d85d345e2f2f48c13dd2578ddedd"/><file name="newsletter_unsub_success.html" hash="62704732a3ac8d6972949e17ee02ec79"/><file name="password_new.html" hash="696f240e0a22541d6e07f133fd16edab"/><file name="payment_failed.html" hash="977ad836e9fc377283c0efc820772105"/><file name="product_alert_cron_error.html" hash="edd49272b0b793941cd7138b253ae1b1"/><file name="product_price_alert.html" hash="4e881231e7e4acc729f3a74d7a29b6a8"/><file name="product_share.html" hash="151bc4ccbf64646abc917302c43a3b8f"/><file name="product_stock_alert.html" hash="1d90357122b3a4a86b17ae006b7993df"/><dir name="sales"><file name="creditmemo_new.html" hash="5038d00d70f8e1f19af7be32cb4f48ec"/><file name="creditmemo_new_guest.html" hash="0ab9b3502f83e2d3dca9f86b15377293"/><file name="creditmemo_update.html" hash="96b7addb6e2fed20ac0b10e30de79c5d"/><file name="creditmemo_update_guest.html" hash="3187860fe86c3afafa8994f274a4da20"/><file name="invoice_new.html" hash="e5774ea61dfa2bd89bb39d56c1a2c805"/><file name="invoice_new_guest.html" hash="f36ee8f3fff3af812b6e4d3455db46c2"/><file name="invoice_update.html" hash="57a58cf5aedff8339b75cb6938c81347"/><file name="invoice_update_guest.html" hash="39de992acddb54e9853d9cfca0ae042d"/><file name="order_new.html" hash="cc64b39d5b998807aae6463fa30998ca"/><file name="order_new_guest.html" hash="e0112ec1ec0423d7aeae9bb15babf697"/><file name="order_update.html" hash="aab9710b137a65a63a35421ae50db29f"/><file name="order_update_guest.html" hash="685614e83fc56c309bfbc3800ac5105b"/><file name="shipment_new.html" hash="bd6091f6080f7387e81989b6c3d44a0d"/><file name="shipment_new_guest.html" hash="6089497419c11440207ad092d9c8ae49"/><file name="shipment_update.html" hash="b6e286b85551f71d53ca54d82f52b92d"/><file name="shipment_update_guest.html" hash="46094d88f821f7c59dc9a7c9e2c779bc"/></dir><file name="sitemap_generate_warning.html" hash="d9c1ebf086e2f12dac31b18ab964daaa"/><file name="token.html" hash="cfb371e5b768794f096cb20e01c01f99"/><file name="wishlist_share.html" hash="f17e23109ee21989fb369975f76a3d86"/></dir></dir></dir></dir></target></contents>
21
  <compatible/>
22
  <dependencies><required><php><min>5.3.0</min><max>5.5.1</max></php><package><name/><channel>connect.magentocommerce.com/core</channel><min/><max/></package></required></dependencies>
23
  </package>