spec/dummy/config/locales/en.yml in enju_subject-0.0.4 vs spec/dummy/config/locales/en.yml in enju_subject-0.0.5
- old
+ new
@@ -1,5 +1,18 @@
-# Sample localization file for English. Add more files in this directory for other locales.
-# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
-
en:
- hello: "Hello world"
+ page:
+ search: "Search"
+ search_term: "Search term(s)"
+ back: "Back"
+ show: "Show"
+ edit: "Edit"
+ destroy: "Destroy"
+ listing: "Listing %{model}"
+ are_you_sure: "Are you sure?"
+ new: "New %{model}"
+ editing: "Editing %{model}"
+ showing: "Showing %{model}"
+ controller:
+ successfully_created: "%{model} was successfully created."
+ successfully_updated: "%{model} was successfully updated."
+ successfully_deleted: "%{model} was successfully deleted."
+