summaryrefslogtreecommitdiff
path: root/config/locales/views/calls/en.yml
diff options
context:
space:
mode:
authorPeter Kozak <spag@golwen.net>2013-02-27 06:04:50 -0500
committerPeter Kozak <spag@golwen.net>2013-02-27 06:04:50 -0500
commited0117210837dd1d0d2dbf403799b70225caf0cd (patch)
treec7f27eba275bbedf0505e9078592f562f37e2bbe /config/locales/views/calls/en.yml
parent22eb173c74893114350e4b5351a58b48673f63b3 (diff)
calls views added
Diffstat (limited to 'config/locales/views/calls/en.yml')
-rw-r--r--config/locales/views/calls/en.yml37
1 files changed, 37 insertions, 0 deletions
diff --git a/config/locales/views/calls/en.yml b/config/locales/views/calls/en.yml
new file mode 100644
index 0000000..9161d03
--- /dev/null
+++ b/config/locales/views/calls/en.yml
@@ -0,0 +1,37 @@
+en:
+ calls:
+ name: 'Call'
+ controller:
+ successfuly_created: 'Successfully created call.'
+ successfuly_updated: 'Successfully updated call.'
+ successfuly_destroyed: 'Successfully hung up call.'
+ index:
+ page_title: 'Calls'
+ uuid: 'UUID'
+ actions:
+ confirm_destroy: 'Are you sure you want to drop this call?'
+ destroy: 'Hang up'
+ edit: 'Edit'
+ show: 'View'
+ create: 'New'
+ create_for: 'New call for sip account %{resource}'
+ show:
+ page_title: 'Call'
+ uuid: 'UUID'
+ actions:
+ confirm_destroy: 'Are you sure you want to drop this call?'
+ destroy: 'Delete'
+ edit: 'Edit'
+ view_all: 'View all calls'
+ new:
+ page_title: 'New call'
+ edit:
+ page_title: 'Editing call'
+ form:
+ uuid:
+ label: 'UUID'
+ hint: ''
+ destination:
+ label: 'Destination'
+ hint: ''
+ submit: 'Submit'