diff options
author | elijah <elijah@riseup.net> | 2013-06-19 00:35:22 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-06-19 00:35:22 -0700 |
commit | 0e9818a80f7ca4afb35d4738f9721bc4753d2762 (patch) | |
tree | 0731c19bafec0377f7d7c0e8e294ca522520de08 /config/locales | |
parent | 775035d30cbfb197300f094a6402d6664b2fd04e (diff) |
i18n - added a few strongs to app, fixed language at english for now.
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 40cdb4a..f4e35f2 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -9,5 +9,14 @@ en: user_control_panel: "user control panel" created: "Created" + created_by_on: "Created by %{user} on %{time}" updated: "Updated" + none: "None" + unknown: "Unknown" + admin: "Admin" + anonymous: "Anonymous" + save: "Save" + + changes_saved: "Changes saved successfully." + thing_was_successfully_created: "%{thing} was successfully created."
\ No newline at end of file |