diff options
author | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-02-26 11:30:52 +0100 |
---|---|---|
committer | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-02-26 11:30:52 +0100 |
commit | 7c7b788d0d1aa1abe63b3506c4ced555de157fd5 (patch) | |
tree | b19e0056c97eccb910dd8c3c7df9ce76c0c2e47a /config/locales/views/restore_jobs/en.yml | |
parent | 6c2ba1352010ef4c63b2dad1e90ab8b4366b0195 (diff) | |
parent | ececfdf24075dd4e2794734a07187750b1b33e13 (diff) |
Merge branches 'develop' and 'develop' of https://github.com/amooma/GS5 into develop
Diffstat (limited to 'config/locales/views/restore_jobs/en.yml')
-rw-r--r-- | config/locales/views/restore_jobs/en.yml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/config/locales/views/restore_jobs/en.yml b/config/locales/views/restore_jobs/en.yml new file mode 100644 index 0000000..d75de95 --- /dev/null +++ b/config/locales/views/restore_jobs/en.yml @@ -0,0 +1,45 @@ +en: + restore_jobs: + name: 'Restorejob' + controller: + successfuly_created: 'Successfully created Restorejob.' + successfuly_updated: 'Successfully updated Restorejob.' + successfuly_destroyed: 'Successfully destroyed Restorejob.' + index: + page_title: 'Listing Restorejob' + state: 'State' + backup_file: 'Backup file' + actions: + confirm_destroy: 'Are you sure you want to delete this Restorejob?' + destroy: 'Delete' + edit: 'Edit' + show: 'View' + create: 'New' + create_for: 'New Restorejob for %{resource}' + show: + page_title: 'Show Restorejob' + state: 'State' + backup_file: 'Backup file' + actions: + confirm_destroy: 'Are you sure you want to delete this element?' + destroy: 'Delete' + edit: 'Edit' + view_all: 'View All' + new: + page_title: 'New Restorejob' + actions: + back_to_list: 'Back to Index' + edit: + page_title: 'Editing Restorejob' + actions: + back_to_list: 'Back to Index' + edit: 'Edit' + view_all: 'View All' + form: + state: + label: 'State' + hint: '' + backup_file: + label: 'Backup file' + hint: '' + submit: 'Submit'
\ No newline at end of file |