diff options
author | jessib <jessib@riseup.net> | 2014-01-23 12:05:58 -0800 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2014-01-23 12:05:58 -0800 |
commit | d578c07e196cd9758fbf1752a9bb8477c260bb30 (patch) | |
tree | 4dcbef4b1b2ea9dcd52cf98f1bb98b371a93c631 /billing/config/locales | |
parent | 01941b7d930c581a6684f6b939b3ae2f62bd832e (diff) | |
parent | ce412a9a0ccce22b5b9d90f70369b91d5fc46e4f (diff) |
Merge pull request #135 from elijh/feature/pages
add some static pages
Diffstat (limited to 'billing/config/locales')
-rw-r--r-- | billing/config/locales/en.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/billing/config/locales/en.yml b/billing/config/locales/en.yml index b418a17..1300958 100644 --- a/billing/config/locales/en.yml +++ b/billing/config/locales/en.yml @@ -5,3 +5,7 @@ en: save_customer_info: "Save Customer Information" donation_not_payment: "Note: This is a donation, and will not be applied towards your account." no_relevant_subscription: "No subscription which is Active, Pending, or Past Due" + plan: "Plan" + description: "Description" + cost: "Cost" + free: "Free"
\ No newline at end of file |