en.yml 877 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. en:
  2. number:
  3. currency:
  4. format:
  5. unit: "$"
  6. precision: 2
  7. separator: "."
  8. delimiter: ","
  9. format: "%u%n"
  10. layouts:
  11. application:
  12. title: "Pragmatic Bookshelf"
  13. home: "Home"
  14. questions: "Questions"
  15. news: "News"
  16. contact: "Contact"
  17. carts:
  18. cart:
  19. title: "Your Cart"
  20. empty: "Empty cart"
  21. checkout: "Checkout"
  22. store:
  23. index:
  24. title_html: "Your Pragmatic Catalog"
  25. add_html: "Add to Cart"
  26. orders:
  27. new:
  28. legend: "Please Enter Your Details"
  29. form:
  30. name: "Name"
  31. address_html: "Address"
  32. email: "E-mail"
  33. pay_type: "Pay with"
  34. pay_prompt_html: "Select a payment method"
  35. submit: "Place Order"
  36. thanks: "Thank you for your order"