config/locales/en.yml in itsf_backend-2.0.2 vs config/locales/en.yml in itsf_backend-2.1.0

- old
+ new

@@ -9,10 +9,11 @@ inserted_before: "Inserted %{inserted_resource} before %{target_resource}" attributes: actions: 'Actions' acts_as_list_actions: 'List' acts_as_published_actions: 'Publishing' + awesome_nested_set_actions: 'Tree' published: Published? booleans: 'true': Yes 'false': No cocoon: @@ -35,10 +36,16 @@ toggle_published: published: notice: "Published %{resource_name}." unpublished: notice: "Unpublished %{resource_name}." - + helpers: + submit: + call: "%{model} ausführen" + create_and_continue_with_edit: "Create%{resource_name} and continue editing" + create_and_continue_with_new: "Create %{resource_name} and add another one" + update_and_continue_with_edit: "Update %{resource_name} and continue editing" + update_and_continue_with_new: "Update %{resource_name} and add another one" itsf_backend: "Backend" itsf: backend: home: dashboard_panel: \ No newline at end of file