en.yml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. en:
  2. number:
  3. currency:
  4. format:
  5. unit: "$"
  6. precision: 2
  7. separator: "."
  8. delimiter: ","
  9. format: "%u%n"
  10. errors:
  11. template:
  12. body: "There were problems with the following fields:"
  13. header:
  14. one: "1 error prohibited this %{model} from being saved"
  15. other: "%{count} errors prohibited this %{model} from being saved"
  16. layouts:
  17. application:
  18. title: "Pragmatic Bookshelf"
  19. home: "Home"
  20. questions: "Questions"
  21. news: "News"
  22. contact: "Contact"
  23. carts:
  24. cart:
  25. title: "Your Cart"
  26. empty: "Empty cart"
  27. checkout: "Checkout"
  28. store:
  29. index:
  30. title_html: "Your Pragmatic Catalog"
  31. add_html: "Add to Cart"
  32. orders:
  33. new:
  34. legend: "Please Enter Your Details"
  35. form:
  36. name: "Name"
  37. address_html: "Address"
  38. email: "E-mail"
  39. pay_type: "Pay with"
  40. pay_prompt_html: "Select a payment method"
  41. submit: "Place Order"
  42. thanks: "Thank you for your order"