|
489 | 489 | <LocaleResource Name="Account.PasswordRecovery.Tooltip"> |
490 | 490 | <Value>Please enter your email address below. You will receive a link to reset your password.</Value> |
491 | 491 | </LocaleResource> |
| 492 | + <LocaleResource Name="Account.PasswordRecoveryConfirm.InvalidEmail"> |
| 493 | + <Value>No customer account matches this email address. Please click the link in your email anew.</Value> |
| 494 | + </LocaleResource> |
| 495 | + <LocaleResource Name="Account.PasswordRecoveryConfirm.InvalidToken"> |
| 496 | + <Value>The used token is incorrect. Please click the link in your email anew.</Value> |
| 497 | + </LocaleResource> |
492 | 498 | <LocaleResource Name="Account.Preferences"> |
493 | 499 | <Value>Preferences</Value> |
494 | 500 | </LocaleResource> |
|
3151 | 3157 | <LocaleResource Name="Admin.Catalog.Products.TierPrices"> |
3152 | 3158 | <Value>Tier prices</Value> |
3153 | 3159 | </LocaleResource> |
| 3160 | + <LocaleResource Name="Admin.Catalog.Products.TierPrices.Fields.CalculationMethod"> |
| 3161 | + <Value>Calculation Method</Value> |
| 3162 | + </LocaleResource> |
3154 | 3163 | <LocaleResource Name="Admin.Catalog.Products.TierPrices.Fields.CustomerRole"> |
3155 | 3164 | <Value>Customer role</Value> |
3156 | 3165 | </LocaleResource> |
3157 | 3166 | <LocaleResource Name="Admin.Catalog.Products.TierPrices.Fields.CustomerRole.AllRoles"> |
3158 | 3167 | <Value>All customer roles</Value> |
3159 | 3168 | </LocaleResource> |
3160 | 3169 | <LocaleResource Name="Admin.Catalog.Products.TierPrices.Fields.Price"> |
3161 | | - <Value>Price</Value> |
| 3170 | + <Value>Value</Value> |
3162 | 3171 | </LocaleResource> |
3163 | 3172 | <LocaleResource Name="Admin.Catalog.Products.TierPrices.Fields.Quantity"> |
3164 | 3173 | <Value>Quantity</Value> |
|
4738 | 4747 | <LocaleResource Name="Admin.Configuration.Settings.Catalog.AllowAnonymousUsersToReviewProduct.Hint"> |
4739 | 4748 | <Value>Check the box to allow anonymous users to write product reviews.</Value> |
4740 | 4749 | </LocaleResource> |
| 4750 | + <LocaleResource Name="Admin.Configuration.Settings.Catalog.AllowDifferingEmailAddressForEmailAFriend"> |
| 4751 | + <Value>Allow differing email address for email e friend</Value> |
| 4752 | + </LocaleResource> |
| 4753 | + <LocaleResource Name="Admin.Configuration.Settings.Catalog.AllowDifferingEmailAddressForEmailAFriend.Hint"> |
| 4754 | + <Value>Specifies whether customers are allowed to enter a email address different from the one they've registered their account with.</Value> |
| 4755 | + </LocaleResource> |
4741 | 4756 | <LocaleResource Name="Admin.Configuration.Settings.Catalog.AllowProductSorting"> |
4742 | 4757 | <Value>Allow product sorting</Value> |
4743 | 4758 | </LocaleResource> |
|
4750 | 4765 | <LocaleResource Name="Admin.Configuration.Settings.Catalog.AllowProductViewModeChanging.Hint"> |
4751 | 4766 | <Value>Check the box to enable the option to change view mode on category/manufacturer details page.</Value> |
4752 | 4767 | </LocaleResource> |
| 4768 | + <LocaleResource Name="Admin.Configuration.Settings.Catalog.ApplyTierPricePercentageToAttributePriceAdjustments"> |
| 4769 | + <Value>Apply tierprice percentage to attribute price adjustments</Value> |
| 4770 | + </LocaleResource> |
| 4771 | + <LocaleResource Name="Admin.Configuration.Settings.Catalog.ApplyTierPricePercentageToAttributePriceAdjustments.Hint"> |
| 4772 | + <Value>Specifies whether to apply tierprice percentage to attribute price adjustments</Value> |
| 4773 | + </LocaleResource> |
4753 | 4774 | <LocaleResource Name="Admin.Configuration.Settings.Catalog.AskQuestionEnabled"> |
4754 | 4775 | <Value>'Ask question' enabled</Value> |
4755 | 4776 | </LocaleResource> |
|
8171 | 8192 | <LocaleResource Name="Admin.ContentManagement.Topics.BackToList"> |
8172 | 8193 | <Value>back to topic list</Value> |
8173 | 8194 | </LocaleResource> |
| 8195 | + <LocaleResource Name="Admin.ContentManagement.Topics.CannotBeDeleted"> |
| 8196 | + <Value>This topic is needed by your Shop and can therefore not be deleted.</Value> |
| 8197 | + </LocaleResource> |
8174 | 8198 | <LocaleResource Name="Admin.ContentManagement.Topics.Deleted"> |
8175 | 8199 | <Value>The topic has been deleted successfully.</Value> |
8176 | 8200 | </LocaleResource> |
|
9911 | 9935 | <LocaleResource Name="Admin.Header"> |
9912 | 9936 | <Value>Clear cache</Value> |
9913 | 9937 | </LocaleResource> |
| 9938 | + <LocaleResource Name="Admin.Header.Account"> |
| 9939 | + <Value>Account</Value> |
| 9940 | + </LocaleResource> |
9914 | 9941 | <LocaleResource Name="Admin.Header.ClearCache"> |
9915 | 9942 | <Value>Clear cache</Value> |
9916 | 9943 | </LocaleResource> |
|
11111 | 11138 | <LocaleResource Name="Admin.Plugins.Manage"> |
11112 | 11139 | <Value>Manage plugins</Value> |
11113 | 11140 | </LocaleResource> |
| 11141 | + <LocaleResource Name="Admin.Product.Price.Tierprices.Adjustment"> |
| 11142 | + <Value>Adjustment</Value> |
| 11143 | + </LocaleResource> |
| 11144 | + <LocaleResource Name="Admin.Product.Price.Tierprices.Fixed"> |
| 11145 | + <Value>Fixed Value</Value> |
| 11146 | + </LocaleResource> |
| 11147 | + <LocaleResource Name="Admin.Product.Price.Tierprices.Percental"> |
| 11148 | + <Value>Percental</Value> |
| 11149 | + </LocaleResource> |
11114 | 11150 | <LocaleResource Name="Admin.Products.BasePrice.Hint"> |
11115 | 11151 | <Value>Please keep in mind, the base price is depending on several factors and will therefore only be calculated reliable in the front end.</Value> |
11116 | 11152 | </LocaleResource> |
|
13815 | 13851 | <LocaleResource Name="Customer.Guest"> |
13816 | 13852 | <Value>Guest</Value> |
13817 | 13853 | </LocaleResource> |
| 13854 | + <LocaleResource Name="Customer.UserAgreement.OrderItemNotFound"> |
| 13855 | + <Value>The corresponding order item could not be found.</Value> |
| 13856 | + </LocaleResource> |
| 13857 | + <LocaleResource Name="Customer.UserAgreement.ProductNotFound"> |
| 13858 | + <Value>The corresponding product could not be found.</Value> |
| 13859 | + </LocaleResource> |
13818 | 13860 | <LocaleResource Name="Disclaimer"> |
13819 | 13861 | <Value>Disclaimer</Value> |
13820 | 13862 | </LocaleResource> |
|
15809 | 15851 | <LocaleResource Name="Products.AskQuestion.Sent"> |
15810 | 15852 | <Value>Thank you. Your inquiry has been sent successfully.</Value> |
15811 | 15853 | </LocaleResource> |
| 15854 | + <LocaleResource Name="Products.AskQuestion.Short"> |
| 15855 | + <Value>Questions?</Value> |
| 15856 | + </LocaleResource> |
15812 | 15857 | <LocaleResource Name="Products.AskQuestion.Title"> |
15813 | 15858 | <Value>Question about product</Value> |
15814 | 15859 | </LocaleResource> |
|
16529 | 16574 | <LocaleResource Name="ShoppingCart.AddToWishlist"> |
16530 | 16575 | <Value>Add to wishlist</Value> |
16531 | 16576 | </LocaleResource> |
| 16577 | + <LocaleResource Name="ShoppingCart.AddToWishlist.Short"> |
| 16578 | + <Value>Add to List</Value> |
| 16579 | + </LocaleResource> |
16532 | 16580 | <LocaleResource Name="ShoppingCart.AllowedQuantities"> |
16533 | 16581 | <Value>Allowed quantities for this product: {0}</Value> |
16534 | 16582 | </LocaleResource> |
|
16650 | 16698 | <Value>The coupon code you entered couldn't be applied to your order</Value> |
16651 | 16699 | </LocaleResource> |
16652 | 16700 | <LocaleResource Name="ShoppingCart.IsDisabled"> |
16653 | | - <Value>The shoping cart is disabled.</Value> |
| 16701 | + <Value>The shopping cart is disabled.</Value> |
16654 | 16702 | </LocaleResource> |
16655 | 16703 | <LocaleResource Name="ShoppingCart.ItemTotal"> |
16656 | 16704 | <Value>Total</Value> |
|
16784 | 16832 | <LocaleResource Name="ShoppingCart.RequiredProductWarning"> |
16785 | 16833 | <Value>This product requires the following product is added to the cart: {0}</Value> |
16786 | 16834 | </LocaleResource> |
| 16835 | + <LocaleResource Name="ShoppingCart.RewardPoints"> |
| 16836 | + <Value>Reward points</Value> |
| 16837 | + </LocaleResource> |
| 16838 | + <LocaleResource Name="ShoppingCart.RewardPoints.Button"> |
| 16839 | + <Value>Apply</Value> |
| 16840 | + </LocaleResource> |
16787 | 16841 | <LocaleResource Name="ShoppingCart.SelectAttribute"> |
16788 | 16842 | <Value>Please select '{0}'.</Value> |
16789 | 16843 | </LocaleResource> |
|
0 commit comments