spree_i18n 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. data/README.md +15 -0
  2. data/config/locales/ca.yml +1207 -0
  3. data/config/locales/cs-CZ.yml +1206 -0
  4. data/config/locales/da.yml +1206 -0
  5. data/config/locales/de-CH.yml +1206 -0
  6. data/config/locales/de.yml +1206 -0
  7. data/config/locales/en-AU.yml +1206 -0
  8. data/config/locales/en-GB.yml +1206 -0
  9. data/config/locales/en-IN.yml +1206 -0
  10. data/config/locales/en-NZ.yml +1206 -0
  11. data/config/locales/es-MX.yml +1206 -0
  12. data/config/locales/es.yml +1206 -0
  13. data/config/locales/et.yml +1206 -0
  14. data/config/locales/fa.yml +1209 -0
  15. data/config/locales/fi.yml +1206 -0
  16. data/config/locales/fr.yml +1206 -0
  17. data/config/locales/il.yml +1206 -0
  18. data/config/locales/it.yml +1193 -0
  19. data/config/locales/ja/spree_api.yml +14 -0
  20. data/config/locales/ja/spree_auth.yml +46 -0
  21. data/config/locales/ja/spree_core.rb +16 -0
  22. data/config/locales/ja/spree_core.yml +1071 -0
  23. data/config/locales/ja/spree_dash.yml +5 -0
  24. data/config/locales/ja/spree_promo.yml +88 -0
  25. data/config/locales/ko.yml +1206 -0
  26. data/config/locales/lt.yml +1206 -0
  27. data/config/locales/lv.yml +1206 -0
  28. data/config/locales/nb-NO.yml +1206 -0
  29. data/config/locales/nl-BE.yml +1206 -0
  30. data/config/locales/nl.yml +1134 -0
  31. data/config/locales/pl.yml +1206 -0
  32. data/config/locales/pt-BR.yml +1206 -0
  33. data/config/locales/pt-PT.yml +1206 -0
  34. data/config/locales/ru.yml +1206 -0
  35. data/config/locales/sk.yml +1206 -0
  36. data/config/locales/sl-SI.yml +1206 -0
  37. data/config/locales/sv-SE.yml +1210 -0
  38. data/config/locales/th.yml +1206 -0
  39. data/config/locales/uk.yml +1206 -0
  40. data/config/locales/vn.yml +1206 -0
  41. data/config/locales/zh-CN.yml +1206 -0
  42. data/config/locales/zh-TW.yml +1206 -0
  43. data/default/spree_api.yml +21 -0
  44. data/default/spree_auth.yml +46 -0
  45. data/default/spree_core.yml +1123 -0
  46. data/default/spree_dash.yml +11 -0
  47. data/default/spree_promo.yml +92 -0
  48. data/lib/spree/i18n_utils.rb +50 -0
  49. data/lib/spree_i18n.rb +2 -0
  50. data/lib/spree_i18n/railtie.rb +24 -0
  51. data/lib/tasks/i18n.rake +107 -0
  52. metadata +224 -0
@@ -0,0 +1,21 @@
1
+ en:
2
+ spree:
3
+ api:
4
+ must_specify_api_key: "You must specify an API key."
5
+ invalid_api_key: "Invalid API key (%{key}) specified."
6
+ unauthorized: "You are not authorized to perform that action."
7
+ invalid_resource: "Invalid resource. Please fix errors and try again."
8
+ resource_not_found: "The resource you were looking for could not be found."
9
+ gateway_error: "There was a problem with the payment gateway: %{text}"
10
+ credit_over_limit: "This payment can only be credited up to %{limit}. Please specify an amount less than or equal to this number."
11
+ access: "API Access"
12
+ key: "Key"
13
+ clear_key: "Clear key"
14
+ regenerate_key: "Regenerate Key"
15
+ no_key: "No key"
16
+ generate_key: "Generate API key"
17
+ key_generated: "Key generated"
18
+ key_cleared: "Key cleared"
19
+ order:
20
+ could_not_transition: "The order could not be transitioned. Please fix the errors and try again."
21
+ invalid_shipping_method: "Invalid shipping method specified."
@@ -0,0 +1,46 @@
1
+ en:
2
+ errors:
3
+ messages:
4
+ not_found: 'not found'
5
+ already_confirmed: 'was already confirmed'
6
+ not_locked: 'was not locked'
7
+ not_saved:
8
+ one: '1 error prohibited this %{resource} from being saved:'
9
+ other: '%{count} errors prohibited this %{resource} from being saved:'
10
+ devise:
11
+ failure:
12
+ unauthenticated: 'You need to sign in or sign up before continuing.'
13
+ unconfirmed: 'You have to confirm your account before continuing.'
14
+ locked: 'Your account is locked.'
15
+ invalid: 'Invalid email or password.'
16
+ invalid_token: 'Invalid authentication token.'
17
+ timeout: 'Your session expired, please sign in again to continue.'
18
+ inactive: 'Your account was not activated yet.'
19
+ user_passwords:
20
+ user:
21
+ send_instructions: 'You will receive an email with instructions about how to reset your password in a few minutes.'
22
+ updated: 'Your password was changed successfully. You are now signed in.'
23
+ confirmations:
24
+ send_instructions: 'You will receive an email with instructions about how to confirm your account in a few minutes.'
25
+ confirmed: 'Your account was successfully confirmed. You are now signed in.'
26
+ user_registrations:
27
+ signed_up: 'Welcome! You have signed up successfully.'
28
+ inactive_signed_up: 'You have signed up successfully. However, we could not sign you in because your account is %{reason}.'
29
+ updated: 'You updated your account successfully.'
30
+ destroyed: 'Bye! Your account was successfully cancelled. We hope to see you again soon.'
31
+ user_sessions:
32
+ signed_in: 'Signed in successfully.'
33
+ signed_out: 'Signed out successfully.'
34
+ unlocks:
35
+ send_instructions: 'You will receive an email with instructions about how to unlock your account in a few minutes.'
36
+ unlocked: 'Your account was successfully unlocked. You are now signed in.'
37
+ oauth_callbacks:
38
+ success: 'Successfully authorized from %{kind} account.'
39
+ failure: 'Could not authorize you from %{kind} because "%{reason}".'
40
+ mailer:
41
+ confirmation_instructions:
42
+ subject: 'Confirmation instructions'
43
+ reset_password_instructions:
44
+ subject: 'Reset password instructions'
45
+ unlock_instructions:
46
+ subject: 'Unlock Instructions'
@@ -0,0 +1,1123 @@
1
+ ---
2
+ en:
3
+ no: "No"
4
+ yes: "Yes"
5
+ a_copy_of_all_mail_will_be_sent_to_the_following_addresses: A copy of all mail be sent to the following addresses
6
+ abbreviation: Abbreviation
7
+ access_denied: "Access Denied"
8
+ account: Account
9
+ account_updated: "Account updated!"
10
+ action: Action
11
+ actions:
12
+ create: Create
13
+ destroy: Destroy
14
+ list: List
15
+ listing: Listing
16
+ new: New
17
+ update: Update
18
+ cancel: Cancel
19
+ active: "Active"
20
+ activate: "Activate"
21
+ activerecord:
22
+ attributes:
23
+ spree/address:
24
+ address1: Address
25
+ address2: "Address (contd.)"
26
+ city: City
27
+ country: "Country"
28
+ firstname: "First Name"
29
+ lastname: "Last Name"
30
+ phone: Phone
31
+ state: "State"
32
+ zipcode: "Zip Code"
33
+ spree/country:
34
+ iso: ISO
35
+ iso3: ISO3
36
+ iso_name: "ISO Name"
37
+ name: Name
38
+ numcode: "ISO Code"
39
+ spree/credit_card:
40
+ cc_type: Type
41
+ month: Month
42
+ number: Number
43
+ verification_value: "Verification Value"
44
+ year: Year
45
+ spree/inventory_unit:
46
+ state: State
47
+ spree/line_item:
48
+ price: Price
49
+ quantity: Quantity
50
+ spree/order:
51
+ checkout_complete: "Checkout Complete"
52
+ completed_at: "Completed At"
53
+ ip_address: "IP Address"
54
+ item_total: "Item Total"
55
+ number: Number
56
+ special_instructions: "Special Instructions"
57
+ state: State
58
+ total: Total
59
+ created_at: Order Date
60
+ payment_state: Payment State
61
+ shipment_state: Shipment State
62
+ email: Customer E-Mail
63
+ spree/order/bill_address:
64
+ address1: "Billing address street"
65
+ city: "Billing address city"
66
+ firstname: "Billing address first name"
67
+ lastname: "Billing address last name"
68
+ phone: "Billing address phone"
69
+ state: "Billing address state"
70
+ zipcode: "Billing address zipcode"
71
+ spree/order/ship_address:
72
+ address1: "Shipping address street"
73
+ city: "Shipping address city"
74
+ firstname: "Shipping address first name"
75
+ lastname: "Shipping address last name"
76
+ phone: "Shipping address phone"
77
+ state: "Shipping address state"
78
+ zipcode: "Shipping address zipcode"
79
+ spree/option_type:
80
+ name: Name
81
+ presentation: Presentation
82
+ spree/payment_method:
83
+ name: Name
84
+ spree/product:
85
+ available_on: "Available On"
86
+ cost_price: "Cost Price"
87
+ description: Description
88
+ master_price: "Master Price"
89
+ name: Name
90
+ on_hand: "On Hand"
91
+ on_demand: "On Demand"
92
+ shipping_category: "Shipping Category"
93
+ tax_category: "Tax Category"
94
+ spree/property:
95
+ name: Name
96
+ presentation: Presentation
97
+ spree/prototype:
98
+ name: Name
99
+ spree/return_authorization:
100
+ amount: Amount
101
+ spree/role:
102
+ name: Name
103
+ spree/state:
104
+ abbr: Abbreviation
105
+ name: Name
106
+ spree/tax_category:
107
+ description: Description
108
+ name: Name
109
+ spree/tax_rate:
110
+ amount: Rate
111
+ included_in_price: Included in Price
112
+ show_rate_in_label: Show rate in label
113
+ spree/taxon:
114
+ name: Name
115
+ permalink: Permalink
116
+ position: Position
117
+ spree/taxonomy:
118
+ name: Name
119
+ spree/user:
120
+ email: Email
121
+ password: "Password"
122
+ password_confirmation: "Password Confirmation"
123
+ spree/variant:
124
+ cost_price: "Cost Price"
125
+ depth: Depth
126
+ height: Height
127
+ price: Price
128
+ sku: SKU
129
+ weight: Weight
130
+ width: Width
131
+ spree/zone:
132
+ description: Description
133
+ name: Name
134
+ models:
135
+ spree/address:
136
+ one: Address
137
+ other: Addresses
138
+ spree/cheque_payment:
139
+ one: Cheque Payment
140
+ other: Cheque Payments
141
+ spree/country:
142
+ one: Country
143
+ other: Countries
144
+ spree/credit_card:
145
+ one: "Credit Card"
146
+ other: "Credit Cards"
147
+ spree/creditcard_payment:
148
+ one: "Credit Card Payment"
149
+ other: "Credit Card Payments"
150
+ spree/creditcard_txn:
151
+ one: "Credit Card Transaction"
152
+ other: "Credit Card Transactions"
153
+ spree/inventory_unit:
154
+ one: "Inventory Unit"
155
+ other: "Inventory Units"
156
+ spree/line_item:
157
+ one: "Line Item"
158
+ other: "Line Items"
159
+ spree/order:
160
+ one: Order
161
+ other: Orders
162
+ spree/payment:
163
+ one: Payment
164
+ other: Payments
165
+ spree/product:
166
+ one: Product
167
+ other: Products
168
+ spree/property:
169
+ one: Property
170
+ other: Properties
171
+ spree/prototype:
172
+ one: Prototype
173
+ other: Prototypes
174
+ spree/return_authorization:
175
+ one: Return Authorization
176
+ other: Return Authorizations
177
+ spree/role:
178
+ one: Roles
179
+ other: Roles
180
+ spree/shipment:
181
+ one: Shipment
182
+ other: Shipments
183
+ spree/shipping_category:
184
+ one: "Shipping Category"
185
+ other: "Shipping Categories"
186
+ spree/state:
187
+ one: State
188
+ other: States
189
+ spree/tax_category:
190
+ one: "Tax Category"
191
+ other: "Tax Categories"
192
+ spree/tax_rate:
193
+ one: "Tax Rate"
194
+ other: "Tax Rates"
195
+ spree/taxon:
196
+ one: Taxon
197
+ other: Taxons
198
+ spree/taxonomy:
199
+ one: Taxonomy
200
+ other: Taxonomies
201
+ spree/user:
202
+ one: User
203
+ other: Users
204
+ spree/variant:
205
+ one: Variant
206
+ other: Variants
207
+ spree/zone:
208
+ one: Zone
209
+ other: Zones
210
+ add: Add
211
+ add_category: "Add Category"
212
+ add_country: "Add Country"
213
+ add_new_header: "Add New Header"
214
+ add_new_style: "Add New Style"
215
+ add_option_type: "Add Option Type"
216
+ add_option_types: "Add Option Types"
217
+ add_option_value: "Add Option Value"
218
+ add_product: "Add Product"
219
+ add_product_properties: "Add Product Properties"
220
+ add_scope: "Add a scope"
221
+ add_state: "Add State"
222
+ add_to_cart: "Add To Cart"
223
+ add_zone: "Add Zone"
224
+ additional_item: Additional Item Cost
225
+ address: Address
226
+ address_information: "Address Information"
227
+ adjustment: Adjustment
228
+ adjustment_total: Adjustment Total
229
+ adjustments: Adjustments
230
+ administration: Administration
231
+ admin:
232
+ mail_methods:
233
+ send_testmail: 'Send Testmail'
234
+ testmail:
235
+ delivery_error: 'Testmail delivery error'
236
+ delivery_success: 'Testmail sent successfully'
237
+ error: 'Testmail error: %{e}'
238
+ all: "All"
239
+ all_departments: All departments
240
+ allow_backorders: "Allow Backorders"
241
+ allow_ssl_in_development_and_test: Allow SSL to be used when in development and test modes
242
+ allow_ssl_in_staging: Allow SSL to be used in staging mode
243
+ allow_ssl_in_production: Allow SSL to be used in production mode
244
+ allowed_ssl_in_production_mode: "SSL will %{not} be used in production"
245
+ already_registered: Already Registered?
246
+ alt_text: Alternative Text
247
+ alternative_phone: Alternative Phone
248
+ amount: Amount
249
+ analytics_trackers: Analytics Trackers
250
+ and: and
251
+ apply: "Apply"
252
+ are_you_sure: "Are you sure?"
253
+ are_you_sure_category: "Are you sure you want to delete this category?"
254
+ are_you_sure_delete: "Are you sure you want to delete this record?"
255
+ are_you_sure_delete_image: "Are you sure you want to delete this image?"
256
+ are_you_sure_option_type: "Are you sure you want to delete this option type?"
257
+ are_you_sure_you_want_to_capture: "Are you sure you want to capture?"
258
+ assign_taxon: "Assign Taxon"
259
+ assign_taxons: "Assign Taxons"
260
+ attachment_default_style: "Attachments Style"
261
+ attachment_default_url: "Attachments URL"
262
+ attachment_path: "Attachments Path"
263
+ attachment_styles: "Paperclip Styles"
264
+ authorization_failure: "Authorization Failure"
265
+ authorized: Authorized
266
+ availability: "Availability"
267
+ available_on: "Available On"
268
+ available_taxons: "Available Taxons"
269
+ awaiting_return: Awaiting Return
270
+ back: Back
271
+ back_end: Back End
272
+ back_to_adjustments_list: "Back To Adjustments List"
273
+ back_to_images_list: "Back To Images List"
274
+ back_to_mail_methods_list: "Back To Mail Methods List"
275
+ back_to_option_tyles_list: "Back To Option Types List"
276
+ back_to_payment_methods_list: "Back To Payment Methods List"
277
+ back_to_payments_list: "Back To Payments List"
278
+ back_to_products_list: "Back To Products List"
279
+ back_to_properties_list: "Back To Products List"
280
+ back_to_prototypes_list: "Back To Prototypes List"
281
+ back_to_reports_list: "Back To Reports List"
282
+ back_to_shipping_categories: "Back To Shipping Categories"
283
+ back_to_shipping_methods_list: "Back To Shipping Methods List"
284
+ back_to_states_list: "Back To States List"
285
+ back_to_store: "Go Back To Store"
286
+ back_to_tax_categories_list: "Back To Tax Categories List"
287
+ back_to_taxonomies_list: "Back To Taxonomies List"
288
+ back_to_trackers_list: "Back To Trackers List"
289
+ back_to_zones_list: "Back To Zones List"
290
+ backordered: Backordered
291
+ backordering_is_allowed: "Backordering %{not} allowed"
292
+ balance_due: "Balance Due"
293
+ bill_address: "Bill Address"
294
+ billing: Billing
295
+ billing_address: "Billing Address"
296
+ both: Both
297
+ calculator: Calculator
298
+ calculator_settings_warning: "If you are changing the calculator type, you must save first before you can edit the calculator settings"
299
+ cancel: cancel
300
+ cancel_my_account: Cancel my account
301
+ cancel_my_account_description: "Unhappy?"
302
+ canceled: Canceled
303
+ cannot_create_payment_without_payment_methods: You cannot create a payment for an order without any payment methods defined.
304
+ cannot_create_returns: Cannot create returns as this order has no shipped units.
305
+ cannot_perform_operation: "Cannot perform requested operation"
306
+ capture: Capture
307
+ card_code: "Card Code"
308
+ card_details: "Card details"
309
+ card_number: "Card Number"
310
+ card_type_is: Card type is
311
+ cart: Cart
312
+ categories: Categories
313
+ category: Category
314
+ change: Change
315
+ change_language: "Change Language"
316
+ change_my_password: "Change my password"
317
+ charge_total: Charge Total
318
+ charged: Charged
319
+ charges: Charges
320
+ checkout: Checkout
321
+ cheque: Cheque
322
+ city: City
323
+ clone: Clone
324
+ code: Code
325
+ combine: Combine
326
+ complete: complete
327
+ complete_list: "Complete List"
328
+ configuration: Configuration
329
+ configuration_options: "Configuration Options"
330
+ configurations: Configurations
331
+ configure_s3: "Configure S3"
332
+ configured: Configured
333
+ confirm: Confirm
334
+ confirm_delete: "Confirm Deletion"
335
+ confirm_password: "Password Confirmation"
336
+ continue: Continue
337
+ continue_shopping: "Continue shopping"
338
+ copy_all_mails_to: Copy All Mails To
339
+ cost_price: "Cost Price"
340
+ count_of_reduced_by: "count of '%{name}' reduced by %{count}"
341
+ country: Country
342
+ country_based: "Country Based"
343
+ create: Create
344
+ create_a_new_account: "Create a new account"
345
+ create_user_account: Create User Account
346
+ created_successfully: "Created Successfully"
347
+ credit: Credit
348
+ credit_card: "Credit Card"
349
+ credit_card_capture_complete: "Credit Card Was Captured"
350
+ credit_card_payment: "Credit Card Payment"
351
+ credit_owed: "Credit Owed"
352
+ credit_total: Credit Total
353
+ credit_card: Credit Card
354
+ credit_cards: Credit Cards
355
+ credits: Credits
356
+ current: Current
357
+ currency: Currency
358
+ currency_symbol_position: "Put currency symbol before or after dollar amount?"
359
+ currency_settings: "Currency Settings"
360
+ customer: Customer
361
+ customer_details: "Customer Details"
362
+ customer_details_updated: "The customer's details have been updated."
363
+ customer_search: "Customer Search"
364
+ cut: Cut
365
+ date_created: Date created
366
+ date_completed: Date Completed
367
+ date_range: "Date Range"
368
+ debit: Debit
369
+ default: Default
370
+ default_meta_description: Default Meta Description
371
+ default_meta_keywords: Default Meta Keywords
372
+ default_seo_title: Default Seo Title
373
+ default_tax: Default Tax
374
+ default_tax_zone: Default Tax Zone
375
+ defined_paperclip_styles: Defined Paperclip Styles
376
+ delete: Delete
377
+ delivery: Delivery
378
+ depth: Depth
379
+ description: Description
380
+ destroy: Destroy
381
+ didnt_receive_confirmation_instructions: "Didn't receive confirmation instructions?"
382
+ didnt_receive_unlock_instructions: "Didn't receive unlock instructions?"
383
+ discount_amount: "Discount Amount"
384
+ display: Display
385
+ display_currency: "Display currency"
386
+ dismiss_banner: "No. Thanks! I'm not interested, do not display this message again"
387
+ dollar_amounts_displayed_as: "Dollar amounts displayed as %{example}"
388
+ edit: Edit
389
+ editing_billing_integration: Editing Billing Integration
390
+ editing_category: "Editing Category"
391
+ editing_mail_method: Editing Mail Method
392
+ editing_option_type: "Editing Option Type"
393
+ editing_option_types: "Editing Option Types"
394
+ editing_payment_method: Editing Payment Method
395
+ editing_product: "Editing Product"
396
+ editing_product_group: "Editing Product Group"
397
+ editing_property: "Editing Property"
398
+ editing_prototype: "Editing Prototype"
399
+ editing_shipping_category: "Editing Shipping Category"
400
+ editing_shipping_method: "Editing Shipping Method"
401
+ editing_state: "Editing State"
402
+ editing_tax_category: "Editing Tax Category"
403
+ editing_tax_rate: "Editing Tax Rate"
404
+ editing_tracker: Editing Tracker
405
+ editing_user: "Editing User"
406
+ editing_zone: "Editing Zone"
407
+ email: Email
408
+ email_address: "Email Address"
409
+ email_server_settings_description: "Set email server settings."
410
+ empty: "Empty"
411
+ empty_cart: "Empty Cart"
412
+ enable_login_via_login_password: "Use standard email/password"
413
+ enable_login_via_openid: "Use OpenID instead"
414
+ enable_mail_delivery: Enable Mail Delivery
415
+ ending_in: "Ending in"
416
+ enter_exactly_as_shown_on_card: Please enter exactly as shown on the card
417
+ enter_at_least_five_letters: Enter at least five letters of customer name
418
+ enter_password_to_confirm: "(we need your current password to confirm your changes)"
419
+ enter_token: Enter Token
420
+ environment: "Environment"
421
+ error: error
422
+ errors:
423
+ messages:
424
+ could_not_create_taxon: "Could not create taxon"
425
+ no_shipping_methods_available: "No shipping methods available for selected location, please change your address and try again."
426
+ no_payment_methods_available: "No payment methods are configured for this environment"
427
+ errors_prohibited_this_record_from_being_saved:
428
+ one: "1 error prohibited this record from being saved"
429
+ other: "%{count} errors prohibited this record from being saved"
430
+ error_user_destroy_with_orders: "Users with completed orders may not be deleted"
431
+ event: Event
432
+ events:
433
+ spree:
434
+ cart:
435
+ add: 'Add to cart'
436
+ order:
437
+ contents_changed: "Order contents changed"
438
+ user:
439
+ signup: 'User signup'
440
+ page_view: "Static page viewed"
441
+ existing_customer: "Existing Customer"
442
+ expiration: "Expiration"
443
+ expiration_month: "Expiration Month"
444
+ expiration_year: "Expiration Year"
445
+ extension: Extension
446
+ extensions: Extensions
447
+ filename: Filename
448
+ final_confirmation: "Final Confirmation"
449
+ finalize: Finalize
450
+ finalized_payments: Finalized Payments
451
+ first_item: First Item Cost
452
+ first_name: "First Name"
453
+ first_name_begins_with: "First Name Begins With"
454
+ flat_percent: "Flat Percent"
455
+ flat_rate_amount: Amount
456
+ flat_rate_per_item: "Flat Rate (per item)"
457
+ flat_rate_per_order: "Flat Rate (per order)"
458
+ flexible_rate: "Flexible Rate"
459
+ forgot_password: "Forgot Password?"
460
+ from_state: From State
461
+ front_end: Front End
462
+ full_name: "Full Name"
463
+ gateway: Gateway
464
+ gateway_configuration: "Gateway configuration"
465
+ gateway_config_unavailable: "Gateway unavailable for environment"
466
+ gateway_error: "Gateway Error"
467
+ gateway_setting_description: "Select a payment gateway and configure its settings."
468
+ gateway_settings_warning: "If you are changing the gateway type, you must save first before you can edit the gateway settings"
469
+ general: "General"
470
+ general_settings: "General Settings"
471
+ edit_general_settings: "Edit General Settings"
472
+ general_settings_description: "Configure general Spree settings."
473
+ google_analytics: "Google Analytics"
474
+ google_analytics_active: "Active"
475
+ google_analytics_create: "Create New Google Analytics Account"
476
+ google_analytics_id: "Analytics ID"
477
+ google_analytics_new: "New Google Analytics Account"
478
+ google_analytics_setting_description: "Manage Google Analytics ID."
479
+ guest_checkout: Guest Checkout
480
+ guest_user_account: Checkout as a Guest
481
+ has_no_shipped_units: has no shipped units
482
+ height: Height
483
+ hello_user: "Hello User"
484
+ history: History
485
+ home: "Home"
486
+ icon: "Icon"
487
+ icons_by: "Icons by"
488
+ image: Image
489
+ images: Images
490
+ images_for: "Images for"
491
+ image_settings: "Image Settings"
492
+ image_settings_description: "Image Settings Description"
493
+ image_settings_updated: "Image Settings successfully updated."
494
+ image_settings_warning: "You will need to regenerate thumbnails if you update the paperclip styles. Use rake paperclip:refresh:thumbnails to do this."
495
+ in_progress: "In Progress"
496
+ include_in_shipment: Include in Shipment
497
+ included_in_other_shipment: Included in another Shipment
498
+ included_in_price: Included in Price
499
+ included_in_this_shipment: Included in this Shipment
500
+ included_price_validation: "cannot be selected unless you have set a Default Tax Zone"
501
+ instructions_to_reset_password: "Fill out the form below and instructions to reset your password will be emailed to you:"
502
+ insufficient_stock: "Insufficient stock available, only %{on_hand} remaining"
503
+ integration_settings_warning: "If you are changing the billing integration, you must save first before you can edit the integration settings"
504
+ intercept_email_address: Intercept Email Address
505
+ intercept_email_instructions: "Override email recipient and replace with this address."
506
+ invalid_search: "Invalid search criteria."
507
+ inventory: Inventory
508
+ inventory_adjustment: "Inventory Adjustment"
509
+ inventory_setting_description: "Inventory Configuration, Backordering, Zero-Stock Display."
510
+ inventory_settings: "Inventory Settings"
511
+ is_not_available_to_shipment_address: is not available to shipment address
512
+ issue_number: Issue Number
513
+ item: Item
514
+ item_description: "Item Description"
515
+ item_total: "Item Total"
516
+ last_name: "Last Name"
517
+ last_name_begins_with: "Last Name Begins With"
518
+ learn_more: Learn More
519
+ leave_blank_to_not_change: "(leave blank if you don't want to change it)"
520
+ list: List
521
+ listing_categories: "Listing Categories"
522
+ listing_option_types: "Listing Option Types"
523
+ listing_orders: "Listing Orders"
524
+ listing_product_groups: "Listing Product Groups"
525
+ listing_products: "Listing Products"
526
+ listing_reports: "Listing Reports"
527
+ listing_tax_categories: "Listing Tax Categories"
528
+ listing_users: "Listing Users"
529
+ live: "Live"
530
+ loading: Loading
531
+ locale_changed: "Locale Changed"
532
+ logged_in_as: "Logged in as"
533
+ logged_in_succesfully: "Logged in successfully"
534
+ logged_out: "You have been logged out."
535
+ login: Login
536
+ login_as_existing: "Login as Existing Customer"
537
+ login_failed: "Login authentication failed."
538
+ login_name: Login
539
+ logout: Logout
540
+ look_for_similar_items: Look for similar items
541
+ maestro_or_solo_cards: Maestro/Solo cards
542
+ mail_delivery_enabled: "Mail delivery is enabled"
543
+ mail_delivery_not_enabled: "Mail delivery is not enabled"
544
+ mail_methods: Mail Methods
545
+ mail_server_preferences: Mail Server Preferences
546
+ make_refund: Make refund
547
+ mark_shipped: "Mark Shipped"
548
+ master_price: "Master Price"
549
+ match_choices:
550
+ none: "None"
551
+ one: "One"
552
+ all: "All"
553
+ match_rule: "Products That Must Match:"
554
+ max_items: Max Items
555
+ meta_description: "Meta Description"
556
+ meta_keywords: "Meta Keywords"
557
+ metadata: "Metadata"
558
+ missing_required_information: "Missing Required Information"
559
+ minimal_amount: "Minimal Amount"
560
+ month: "Month"
561
+ more: More
562
+ my_account: "My Account"
563
+ my_orders: "My Orders"
564
+ name: Name
565
+ name_or_sku: "Name or SKU (enter at least first 4 characters of product name)"
566
+ new: New
567
+ new_adjustment: "New Adjustment"
568
+ new_billing_integration: New Billing Integration
569
+ new_category: "New category"
570
+ new_customer: "New Customer"
571
+ new_group: New Group
572
+ new_image: "New Image"
573
+ new_mail_method: New Mail Method
574
+ new_option_type: "New Option Type"
575
+ new_option_value: "New Option Value"
576
+ new_order: "New Order"
577
+ new_order_completed: "New Order Completed"
578
+ new_payment: "New Payment"
579
+ new_payment_method: New Payment Method
580
+ new_product: "New Product"
581
+ new_product_group: New Product Group
582
+ new_property: "New Property"
583
+ new_prototype: "New Prototype"
584
+ new_return_authorization: New Return Authorization
585
+ new_shipment: "New Shipment"
586
+ new_shipping_category: "New Shipping Category"
587
+ new_shipping_method: "New Shipping Method"
588
+ new_state: "New State"
589
+ new_tax_category: "New Tax Category"
590
+ new_tax_rate: "New Tax Rate"
591
+ new_taxon: "New Taxon"
592
+ new_taxonomy: "New Taxonomy"
593
+ new_tracker: New Tracker
594
+ new_user: "New User"
595
+ new_variant: "New Variant"
596
+ new_zone: "New Zone"
597
+ next: Next
598
+ no_items_in_cart: ""
599
+ no_match_found: "No Match Found"
600
+ no_products_found: "No products found"
601
+ no_results: "No results"
602
+ no_user_found: "No user was found with that email address"
603
+ none: None
604
+ none_available: "None Available"
605
+ normal_amount: "Normal Amount"
606
+ not: not
607
+ not_available: "N/A"
608
+ not_found: "%{resource} is not found"
609
+ not_shown: "Not Shown"
610
+ note: Note
611
+ notice_messages:
612
+ option_type_removed: "Succesfully removed option type."
613
+ product_cloned: "Product has been cloned"
614
+ product_deleted: "Product has been deleted"
615
+ product_not_cloned: "Product could not be cloned"
616
+ product_not_deleted: "Product could not be deleted"
617
+ variant_deleted: "Variant has been deleted"
618
+ variant_not_deleted: "Variant could not be deleted"
619
+ on_hand: "On Hand"
620
+ one_default_category_with_default_tax_rate: "You should configure exactly one default category with your countries default tax rate"
621
+ operation: Operation
622
+ option_type: "Option Type"
623
+ option_types: "Option Types"
624
+ option_value: "Option Value"
625
+ option_values: "Option Values"
626
+ options: Options
627
+ or: or
628
+ or_over_price: "%{price} or over"
629
+ order: Order
630
+ order_adjustments: "Order adjustments"
631
+ order_confirmation_note: ""
632
+ order_date: "Order Date"
633
+ order_details: "Order Details"
634
+ order_email_resent: "Order Email Resent"
635
+ order_mailer:
636
+ confirm_email:
637
+ subject: "Order Confirmation"
638
+ dear_customer: "Dear Customer,"
639
+ instructions: "Please review and retain the following order information for your records."
640
+ order_summary: "Order Summary"
641
+ subtotal: "Subtotal:"
642
+ total: "Order Total:"
643
+ thanks: "Thank you for your business."
644
+ cancel_email:
645
+ subject: "Cancellation of Order"
646
+ dear_customer: "Dear Customer,"
647
+ instructions: "Your order has been CANCELED. Please retain this cancellation information for your records."
648
+ order_summary_canceled: "Order Summary [CANCELED]"
649
+ subtotal: "Subtotal:"
650
+ total: "Order Total:"
651
+ order_not_in_system: That order number is not valid on this site.
652
+ order_number: Order
653
+ order_operation_authorize: Authorize
654
+ order_processed_but_following_items_are_out_of_stock: "Your order has been processed, but following items are out of stock:"
655
+ order_processed_successfully: "Your order has been processed successfully"
656
+ order_state:
657
+ # keys correspond to Checkout state names:
658
+ address: address
659
+ adjustments: adjustments
660
+ awaiting_return: awaiting return
661
+ canceled: canceled
662
+ cart: cart
663
+ complete: complete
664
+ confirm: confirm
665
+ delivery: delivery
666
+ payment: payment
667
+ resumed: resumed
668
+ returned: returned
669
+ skrill: skrill
670
+ order_summary: Order Summary
671
+ order_sure_want_to: "Are you sure you want to %{event} this order?"
672
+ order_total: "Order Total"
673
+ order_total_message: "The total amount charged to your card will be"
674
+ order_updated: "Order Updated"
675
+ orders: Orders
676
+ other_payment_options: Other Payment Options
677
+ out_of_stock: "Out of Stock"
678
+ over_paid: "Over Paid"
679
+ overview: Overview
680
+ page_only_viewable_when_logged_in: You attempted to visit a page which can only be viewed when you are logged in
681
+ page_only_viewable_when_logged_out: You attempted to visit a page which can only be viewed when you are logged out
682
+ pagination:
683
+ previous_page: "« previous page"
684
+ next_page: "next page »"
685
+ truncate: "…"
686
+ paid: Paid
687
+ parent_category: "Parent Category"
688
+ password: Password
689
+ password_reset_instructions: "Password Reset Instructions"
690
+ password_reset_instructions_are_mailed: "Instructions to reset your password have been emailed to you. Please check your email."
691
+ password_reset_token_not_found: "We're sorry, but we could not locate your account. If you are having issues try copying and pasting the URL from your email into your browser or restarting the reset password process."
692
+ password_updated: "Password successfully updated"
693
+ paste: Paste
694
+ path: Path
695
+ pay: pay
696
+ payment: Payment
697
+ payment_actions: "Actions"
698
+ payment_gateway: "Payment Gateway"
699
+ payment_information: "Payment Information"
700
+ payment_method: Payment Method
701
+ payment_methods: Payment Methods
702
+ payment_methods_setting_description: Configure methods customers can use to pay.
703
+ payment_processing_failed: "Payment could not be processed, please check the details you entered"
704
+ payment_processor_choose_banner_text: "If you need help choosing a payment processor, please visit"
705
+ payment_processor_choose_link: "our payments page"
706
+ payment_state: Payment State
707
+ payment_states:
708
+ balance_due: balance due
709
+ completed: completed
710
+ checkout: checkout
711
+ credit_owed: credit owed
712
+ failed: failed
713
+ paid: paid
714
+ pending: pending
715
+ processing: processing
716
+ void: void
717
+ payment_updated: Payment Updated
718
+ payments: Payments
719
+ pending_payments: Pending Payments
720
+ permalink: Permalink
721
+ phone: Phone
722
+ place_order: Place Order
723
+ please_create_user: "Please create a user account"
724
+ please_define_payment_methods: "Please define some payment methods first."
725
+ powered_by: "Powered by"
726
+ populate_get_error: "Something went wrong. Please try adding the item again."
727
+ presentation: Presentation
728
+ preview: Preview
729
+ previous: Previous
730
+ price: Price
731
+ price_sack: Price Sack
732
+ price_range: Price Range
733
+ problem_authorizing_card: "Problem authorizing credit card"
734
+ problem_capturing_card: "Problem capturing credit card"
735
+ problems_processing_order: "We had problems processing your order"
736
+ proceed_as_guest: "No Thanks, Proceed as Guest"
737
+ process: Process
738
+ product: Product
739
+ product_details: "Product Details"
740
+ product_group: Product Group
741
+ product_group_invalid: Product Group has invalid scopes
742
+ product_groups: Product Groups
743
+ product_has_no_description: This product has no description
744
+ product_properties: "Product Properties"
745
+ product_scopes:
746
+ groups:
747
+ price:
748
+ description: "Scopes for selecting products based on Price"
749
+ name: Price
750
+ search:
751
+ description: "Scopes for selecting products based on name, keywords and description of product"
752
+ name: "Text search"
753
+ taxon:
754
+ description: "Scopes for selecting products based on Taxons"
755
+ name: Taxon
756
+ values:
757
+ description: "Scopes for selecting products based on option and property values"
758
+ name: Values
759
+ scopes:
760
+ ascend_by_name:
761
+ name: Ascend by product name
762
+ ascend_by_updated_at:
763
+ name: Ascend by actualization date
764
+ descend_by_name:
765
+ name: Descend by product name
766
+ descend_by_updated_at:
767
+ name: Descend by actualization date
768
+ in_name:
769
+ args:
770
+ words: Words
771
+ description: "(separated by space or comma)"
772
+ name: "Product name have following"
773
+ sentence: product name contain <em>%s</em>
774
+ in_name_or_description:
775
+ args:
776
+ words: Words
777
+ description: "(separated by space or comma)"
778
+ name: "Product name or description have following"
779
+ sentence: name or description contain <em>%s</em>
780
+ in_name_or_keywords:
781
+ args:
782
+ words: Words
783
+ description: "(separated by space or comma)"
784
+ name: "Product name or meta keywords have following"
785
+ sentence: name or keywords contain <em>%s</em>
786
+ in_taxons:
787
+ args:
788
+ "taxon_names": "Taxon names"
789
+ description: "Taxon names have to be separated by comma or space(eg. adidas,shoes)"
790
+ name: "In taxons and all their descendants"
791
+ sentence: in <em>%s</em> and all their descendants
792
+ master_price_gte:
793
+ args:
794
+ amount: Amount
795
+ description: ""
796
+ name: "Master price greater or equal to"
797
+ sentence: price greater or equal to <em>%.2f</em>
798
+ master_price_lte:
799
+ args:
800
+ amount: Amount
801
+ description: ""
802
+ name: "Master price lesser or equal to"
803
+ sentence: price less or equal to <em>%.2f</em>
804
+ price_between:
805
+ args:
806
+ high: High
807
+ low: Low
808
+ description: ""
809
+ name: "Price between"
810
+ sentence: price between <em>%.2f</em> and <em>%.2f</em>
811
+ taxons_name_eq:
812
+ args:
813
+ taxon_name: "Taxon name"
814
+ description: "In specific taxon - without descendants"
815
+ name: "In Taxon(without descendants)"
816
+ sentence: in <em>%s</em>
817
+ with:
818
+ args:
819
+ value: Value
820
+ description: "Selects all products that have at least one variant that have specified value as either option or property (eg. red)"
821
+ name: With value
822
+ sentence: with value <em>%s</em>
823
+ with_ids:
824
+ args:
825
+ ids: IDs
826
+ description: "Select specific products"
827
+ name: Products with IDs
828
+ sentence: with IDs <em>%s</em>
829
+ with_option:
830
+ args:
831
+ option: Option
832
+ description: "Selects all products that have specified option(eg. color)"
833
+ name: "With option"
834
+ sentence: with option <em>%s</em>
835
+ with_option_value:
836
+ args:
837
+ option: Option
838
+ value: Value
839
+ description: "Selects all products that have at least one variant with specified option and value(eg. color:red)"
840
+ name: "With option and value"
841
+ sentence: with option <em>%s</em> and value <em>%s</em>
842
+ with_property:
843
+ args:
844
+ property: Property
845
+ description: "Selects all products that have specified property(eg. weight)"
846
+ name: "With property"
847
+ sentence: with property <em>%s</em>
848
+ with_property_value:
849
+ args:
850
+ property: Property
851
+ value: Value
852
+ description: "Selects all products that have at least one variant with specified property and value(eg. weight:10kg)"
853
+ name: "With property value"
854
+ sentence: with property <em>%s</em> and value <em>%s</em>
855
+ products: Products
856
+ products_with_zero_inventory_display: "Products with a zero inventory will %{not} be displayed"
857
+ properties: Properties
858
+ property: Property
859
+ prototype: Prototype
860
+ prototypes: Prototypes
861
+ provider: "Provider"
862
+ provider_settings_warning: "If you are changing the provider type, you must save first before you can edit the provider settings"
863
+ qty: Qty
864
+ quantity_shipped: Quantity Shipped
865
+ quantity_returned: Quantity Returned
866
+ range: "Range"
867
+ rate: Rate
868
+ reason: Reason
869
+ recalculate_order_total: "Recalculate order total"
870
+ receive: receive
871
+ received: Received
872
+ refund: Refund
873
+ register: Register as a New User
874
+ register_or_guest: Checkout as Guest or Register
875
+ registration: Registration
876
+ remember_me: "Remember me"
877
+ remove: Remove
878
+ rename: Rename
879
+ reports: Reports
880
+ required_for_solo_and_maestro: Required for Solo and Maestro cards.
881
+ resend: Resend
882
+ resend_confirmation_instructions: "Resend confirmation instructions"
883
+ resend_unlock_instructions: "Resend unlock instructions"
884
+ reset_password: "Reset my password"
885
+ resource_controller:
886
+ member_object_not_found: "Member object not found."
887
+ successfully_created: "Successfully created!"
888
+ successfully_removed: "Successfully removed!"
889
+ successfully_updated: "Successfully updated!"
890
+ response_code: "Response Code"
891
+ resume: "resume"
892
+ resumed: Resumed
893
+ return: return
894
+ return_authorization: Return Authorization
895
+ return_authorization_updated: Return authorization updated
896
+ return_authorizations: Return Authorizations
897
+ return_quantity: Return Quantity
898
+ returned: Returned
899
+ review: Review
900
+ rma_credit: RMA Credit
901
+ rma_number: RMA Number
902
+ rma_value: RMA Value
903
+ roles: Roles
904
+ s3_access_key: "Access Key"
905
+ s3_bucket: "Bucket"
906
+ s3_headers: "S3 Headers"
907
+ s3_secret: "Secret Key"
908
+ s3_protocol: "S3 Protocol"
909
+ s3_used_for_product_images: "S3 is being used for product images"
910
+ s3_not_used_for_product_images: "S3 is not being used for product images"
911
+ sales_tax: "Sales Tax"
912
+ sales_total: "Sales Total"
913
+ sales_total_description: "Sales Total For All Orders"
914
+ save_and_continue: Save and Continue
915
+ save_preferences: Save Preferences
916
+ scope: Scope
917
+ scopes: Scopes
918
+ search: Search
919
+ search_results: "Search results for '%{keywords}'"
920
+ searching: Searching
921
+ secure_connection_type: Secure Connection Type
922
+ secure_credit_card: Secure Credit Card
923
+ security_settings: "Security Settings"
924
+ select: Select
925
+ select_from_prototype: "Select From Prototype"
926
+ select_preferred_shipping_option: "Select preferred shipping option"
927
+ send_copy_of_all_mails_to: Send Copy of All Mails To
928
+ send_copy_of_orders_mails_to: Send Copy of Order Mails To
929
+ send_mails_as: Send Mails As
930
+ send_me_reset_password_instructions: "Send me reset password instructions"
931
+ send_order_mails_as: Send Order Mails As
932
+ server: Server
933
+ server_error: "The server returned an error"
934
+ settings: Settings
935
+ ship: ship
936
+ ship_address: "Ship Address"
937
+ shipment: Shipment
938
+ shipment_details: Shipment Details
939
+ shipment_inc_vat: "Shipment including VAT"
940
+ shipment_mailer:
941
+ shipped_email:
942
+ subject: "Shipment Notification"
943
+ dear_customer: "Dear Customer,"
944
+ instructions: "Your order has been shipped"
945
+ shipment_summary: "Shipment Summary"
946
+ track_information: "Tracking Information: %{tracking}"
947
+ thanks: "Thank you for your business."
948
+ shipment_number: "Shipment #"
949
+ shipment_state: Shipment State
950
+ shipment_states:
951
+ backorder: backorder
952
+ partial: partial
953
+ pending: pending
954
+ ready: ready
955
+ shipped: shipped
956
+ shipment_updated: Shipment Updated
957
+ shipments: "Shipments"
958
+ shipped: Shipped
959
+ shipping: Shipping
960
+ shipping_address: "Shipping Address"
961
+ shipping_categories: "Shipping Categories"
962
+ shipping_categories_description: "Manage shipping categories to identify which products can be shipped via which method."
963
+ shipping_category: Shipping Category
964
+ shipping_category_choose: "Shipping Category"
965
+ shipping_cost: Cost
966
+ shipping_error: "Shipping Error"
967
+ shipping_instructions: "Shipping Instructions"
968
+ shipping_method: "Shipping Method"
969
+ shipping_methods: "Shipping Methods"
970
+ shipping_methods_description: "Manage shipping methods."
971
+ shipping_total: "Shipping Total"
972
+ shop_by_taxonomy: "Shop by %{taxonomy}"
973
+ shopping_cart: "Shopping Cart"
974
+ short_description: "Short description"
975
+ show: Show
976
+ show_active: "Show Active"
977
+ show_deleted: "Show Deleted"
978
+ show_incomplete_orders: "Show Incomplete Orders"
979
+ show_only_complete_orders: "Only show complete orders"
980
+ show_out_of_stock_products: "Show out-of-stock products"
981
+ show_only_unfulfilled_orders: "Show only unfulfilled orders"
982
+ showing_first_n: "Showing first %{n}"
983
+ sign_up: "Sign up"
984
+ site_name: "Site Name"
985
+ site_url: "Site URL"
986
+ sku: SKU
987
+ smtp: SMTP
988
+ smtp_authentication_type: SMTP Authentication Type
989
+ smtp_domain: SMTP Domain
990
+ smtp_mail_host: SMTP Mail Host
991
+ smtp_password: SMTP Password
992
+ smtp_port: SMTP Port
993
+ smtp_send_all_emails_as_from_following_address: "Send all mails as from the following address."
994
+ smtp_send_copy_to_this_addresses: "Sends a copy of all outgoing mails to this address. For multiple addresses, separate with commas."
995
+ smtp_username: SMTP Username
996
+ sold: Sold
997
+ sort_ordering: "Sort ordering"
998
+ special_instructions: "Special Instructions"
999
+ spree:
1000
+ date: Date
1001
+ date_picker:
1002
+ format: 'yy/mm/dd'
1003
+ time: Time
1004
+ spree_gateway_error_flash_for_checkout: "There was a problem with your payment information. Please check your information and try again."
1005
+ spree_inventory_error_flash_for_insufficient_quantity: "An item in your cart has become unavailable."
1006
+ ssl_will_be_used_in_development_and_test_modes: "SSL will be used in development and test mode if necessary."
1007
+ ssl_will_be_used_in_production_mode: "SSL will be used in production mode"
1008
+ ssl_will_be_used_in_staging_mode: "SSL will be used in staging mode"
1009
+ ssl_will_not_be_used_in_development_and_test_modes: "SSL will not be used in development and test mode if necessary."
1010
+ ssl_will_not_be_used_in_production_mode: "SSL will not be used in production mode"
1011
+ ssl_will_not_be_used_in_staging_mode: "SSL will not be used in staging mode"
1012
+ spree_alert_checking: "Check for Spree security and release alerts"
1013
+ spree_alert_not_checking: "Not checking for Spree security and release alerts"
1014
+ start: Start
1015
+ start_date: Valid from
1016
+ state: State
1017
+ state_based: "State Based"
1018
+ state_setting_description: "Administer the list of states/provinces associated with each country."
1019
+ states: States
1020
+ status: Status
1021
+ stop: Stop
1022
+ store: Store
1023
+ street_address: "Street Address"
1024
+ street_address_2: "Street Address (cont'd)"
1025
+ subtotal: Subtotal
1026
+ subtract: Subtract
1027
+ successfully_created: "%{resource} has been successfully created!"
1028
+ successfully_removed: "%{resource} has been successfully removed!"
1029
+ successfully_updated: "%{resource} has been successfully updated!"
1030
+ system: System
1031
+ tax: Tax
1032
+ tax_categories: "Tax Categories"
1033
+ tax_categories_setting_description: "Set up tax categories to identify which products should be taxable."
1034
+ tax_category: "Tax Category"
1035
+ tax_rates: "Tax Rates"
1036
+ tax_rates_description: Tax rates setup and configuration.
1037
+ tax_settings: "Tax Settings"
1038
+ tax_settings_description: Basic tax settings.
1039
+ tax_total: "Tax Total"
1040
+ tax_type: "Tax Type"
1041
+ taxon: Taxon
1042
+ taxon_edit: Edit Taxon
1043
+ taxonomy: Taxonomy
1044
+ taxonomies: Taxonomies
1045
+ taxonomies_setting_description: "Create and manage taxonomies."
1046
+ taxonomy_edit: "Edit taxonomy"
1047
+ taxonomy_tree_error: "The requested change has not been accepted and the tree has been returned to its previous state, please try again."
1048
+ taxonomy_tree_instruction: "* Right click a child in the tree to access the menu for adding, deleting or sorting a child."
1049
+ taxons: Taxons
1050
+ test: "Test"
1051
+ test_mailer:
1052
+ test_email:
1053
+ greeting: 'Congratulations!'
1054
+ message: 'If you have received this email, then your email settings are correct.'
1055
+ subject: 'Testmail'
1056
+ test_mode: Test Mode
1057
+ thank_you_for_your_order: "Thank you for your business. Please print out a copy of this confirmation page for your records."
1058
+ there_were_problems_with_the_following_fields: "There were problems with the following fields"
1059
+ this_file_language: "English (US)"
1060
+ thumbnail: "Thumbnail"
1061
+ to_add_variants_you_must_first_define: "To add variants, you must first define"
1062
+ to_state: "To State"
1063
+ total: Total
1064
+ tracking: Tracking
1065
+ transaction: Transaction
1066
+ transactions: Transactions
1067
+ tree: Tree
1068
+ try_again: "Try Again"
1069
+ type: Type
1070
+ type_to_search: Type to search
1071
+ unable_ship_method: "Unable to generate shipping methods due to a server error."
1072
+ unable_to_authorize_credit_card: "Unable to Authorize Credit Card"
1073
+ unable_to_capture_credit_card: "Unable to Capture Credit Card"
1074
+ unable_to_connect_to_gateway: "Unable to connect to gateway."
1075
+ unable_to_save_order: "Unable to Save Order"
1076
+ under_price: "Under %{price}"
1077
+ under_paid: "Under Paid"
1078
+ unrecognized_card_type: Unrecognized card type
1079
+ update: Update
1080
+ update_password: "Update my password and log me in"
1081
+ updated_successfully: "Updated Successfully"
1082
+ updating: Updating
1083
+ usage_limit: Usage Limit
1084
+ use_as_shipping_address: Use as Shipping Address
1085
+ use_billing_address: Use Billing Address
1086
+ use_different_shipping_address: "Use Different Shipping Address"
1087
+ use_new_cc: "Use a new card"
1088
+ use_s3: "Use Amazon S3 For Images"
1089
+ user: User
1090
+ user_account: User Account
1091
+ user_created_successfully: "User created successfully"
1092
+ users: Users
1093
+ validate_on_profile_create: Validate on profile create
1094
+ validation:
1095
+ cannot_be_greater_than_available_stock: "cannot be greater than available stock."
1096
+ cannot_be_less_than_shipped_units: "cannot be less than the number of shipped units."
1097
+ cannot_destory_line_item_as_inventory_units_have_shipped: "Cannot destory line item as some inventory units have shipped."
1098
+ is_too_large: "is too large -- stock on hand cannot cover requested quantity!"
1099
+ must_be_int: "must be an integer"
1100
+ must_be_non_negative: "must be a non-negative value"
1101
+ value: Value
1102
+ variant: Variant
1103
+ variants: Variants
1104
+ vat: "VAT"
1105
+ version: Version
1106
+ view_shipping_options: "View shipping options"
1107
+ void: Void
1108
+ website: Website
1109
+ weight: Weight
1110
+ welcome_to_sample_store: "Welcome to the sample store"
1111
+ what_is_a_cvv: "What is a (CVV) Credit Card Code?"
1112
+ what_is_this: "What's This?"
1113
+ whats_this: "What's this"
1114
+ width: Width
1115
+ year: "Year"
1116
+ you_have_been_logged_out: "You have been logged out."
1117
+ you_have_no_orders_yet: "You have no orders yet."
1118
+ your_cart_is_empty: "Your cart is empty"
1119
+ zip: Zip
1120
+ zone: Zone
1121
+ zone_based: "Zone Based"
1122
+ zone_setting_description: "Collections of countries, states or other zones to be used in various calculations."
1123
+ zones: Zones