diff options
Diffstat (limited to 'config/locales/en')
-rw-r--r-- | config/locales/en/footer.en.yml | 1 | ||||
-rw-r--r-- | config/locales/en/generic.en.yml | 6 | ||||
-rw-r--r-- | config/locales/en/users.en.yml | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/config/locales/en/footer.en.yml b/config/locales/en/footer.en.yml index 65f8ab2..7569070 100644 --- a/config/locales/en/footer.en.yml +++ b/config/locales/en/footer.en.yml @@ -5,3 +5,4 @@ en: pricing: Pricing about: About Us contact: Contact + donations: Donations diff --git a/config/locales/en/generic.en.yml b/config/locales/en/generic.en.yml index f268bff..be62a40 100644 --- a/config/locales/en/generic.en.yml +++ b/config/locales/en/generic.en.yml @@ -2,9 +2,9 @@ en: signup: "Sign Up" login: "Log In" logout: "Log Out" - + cancel: "Cancel" - + created: "Created" created_by_on: "Created by %{user} on %{time}" updated: "Updated" @@ -25,3 +25,5 @@ en: create_thing: "Create %{thing}" overview: "Overview" + choose: "Choose" + enter_amount: "Enter amount" diff --git a/config/locales/en/users.en.yml b/config/locales/en/users.en.yml index bc8c19d..f2e60af 100644 --- a/config/locales/en/users.en.yml +++ b/config/locales/en/users.en.yml @@ -5,6 +5,8 @@ en: identities: "Usernames" tickets: "Tickets" user_control_panel: "user control panel" + donations: "Donations" + subscriptions: "Subscriptions" account_settings: "Account Settings" username: "Username" password: "Password" |