summaryrefslogtreecommitdiff
path: root/config/locales/views/pager_groups/en.yml
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-06-20 19:06:19 +0200
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-06-20 19:06:19 +0200
commiteb0e1cc5c26275ff3e5c341404e8bc558f8312b8 (patch)
tree71f449ccd6f15422717de3ac24f87d5e888ddd79 /config/locales/views/pager_groups/en.yml
parentdf6e17e48995f25e72509986f30700d778b179b6 (diff)
parent3b27a5d45b12f6bac65da2a8e17387bfda42a2f1 (diff)
Merge branch 'develop'
Diffstat (limited to 'config/locales/views/pager_groups/en.yml')
-rw-r--r--config/locales/views/pager_groups/en.yml45
1 files changed, 45 insertions, 0 deletions
diff --git a/config/locales/views/pager_groups/en.yml b/config/locales/views/pager_groups/en.yml
new file mode 100644
index 0000000..f7ce727
--- /dev/null
+++ b/config/locales/views/pager_groups/en.yml
@@ -0,0 +1,45 @@
+en:
+ pager_groups:
+ name: 'Pagergroup'
+ controller:
+ successfuly_created: 'Successfully created Pagergroup.'
+ successfuly_updated: 'Successfully updated Pagergroup.'
+ successfuly_destroyed: 'Successfully destroyed Pagergroup.'
+ index:
+ page_title: 'Listing Pagergroup'
+ sip_account_id: 'Sip account'
+ callback_url: 'Callback url'
+ actions:
+ confirm_destroy: 'Are you sure you want to delete this Pagergroup?'
+ destroy: 'Delete'
+ edit: 'Edit'
+ show: 'View'
+ create: 'New'
+ create_for: 'New Pagergroup for %{resource}'
+ show:
+ page_title: 'Show Pagergroup'
+ sip_account_id: 'Sip account'
+ callback_url: 'Callback url'
+ actions:
+ confirm_destroy: 'Are you sure you want to delete this element?'
+ destroy: 'Delete'
+ edit: 'Edit'
+ view_all: 'View All'
+ new:
+ page_title: 'New Pagergroup'
+ actions:
+ back_to_list: 'Back to Index'
+ edit:
+ page_title: 'Editing Pagergroup'
+ actions:
+ back_to_list: 'Back to Index'
+ edit: 'Edit'
+ view_all: 'View All'
+ form:
+ sip_account_id:
+ label: 'Sip account'
+ hint: ''
+ callback_url:
+ label: 'Callback url'
+ hint: ''
+ submit: 'Submit' \ No newline at end of file