diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2012-12-17 12:01:45 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2012-12-17 12:01:45 +0100 |
commit | b80bd744ad873f6fc43018bc4bfb90677de167bd (patch) | |
tree | 072c4b0e33d442528555b82c415f5e7a1712b2b0 /config/locales/views/sip_domains/en.yml | |
parent | 3e706c2025ecc5523e81ad649639ef2ff75e7bac (diff) |
Start of GS5.
Diffstat (limited to 'config/locales/views/sip_domains/en.yml')
-rw-r--r-- | config/locales/views/sip_domains/en.yml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/config/locales/views/sip_domains/en.yml b/config/locales/views/sip_domains/en.yml new file mode 100644 index 0000000..bf62a60 --- /dev/null +++ b/config/locales/views/sip_domains/en.yml @@ -0,0 +1,38 @@ +en: + sip_domains: + name: 'SIP domain' + controller: + successfuly_created: 'Successfully created SIP domain.' + successfuly_updated: 'Successfully updated SIP domain.' + successfuly_destroyed: 'Successfully destroyed SIP domain.' + index: + page_title: 'SIP domains' + host: 'Host' + realm: 'Realm' + actions: + confirm: 'Are you sure you want to delete this SIP domain?' + destroy: 'Delete' + edit: 'Edit' + show: 'View' + create: 'New' + show: + page_title: 'Editing SIP domain' + host: 'Host' + realm: 'Realm' + actions: + confirm: 'Are you sure you want to delete this SIP domain?' + destroy: 'Delete SIP domain' + edit: 'Edit SIP domain' + view_all: 'View all SIP domains' + new: + page_title: 'New SIP domain' + edit: + page_title: 'Editing SIP domain %{resource}' + form: + host: + label: 'Host' + hint: '' + realm: + label: 'Realm' + hint: '' + button: 'Submit'
\ No newline at end of file |