summaryrefslogtreecommitdiff
path: root/config/locales/views/sip_domains/en.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/locales/views/sip_domains/en.yml')
-rw-r--r--config/locales/views/sip_domains/en.yml38
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