summaryrefslogtreecommitdiff
path: root/config/locales/views/voicemail_accounts/en.yml
diff options
context:
space:
mode:
authorPeter Kozak <spag@golwen.net>2013-03-26 15:51:35 +0100
committerPeter Kozak <spag@golwen.net>2013-03-26 15:51:35 +0100
commit3833ac1506fb336cd617ec41d25e35c34e74064e (patch)
tree7f865a6529ae42a7e878b34eca8f99b7e65575f2 /config/locales/views/voicemail_accounts/en.yml
parent78948fc995786dcd1beae8e98573ec8ccba3ae9d (diff)
voicemail refactored
Diffstat (limited to 'config/locales/views/voicemail_accounts/en.yml')
-rw-r--r--config/locales/views/voicemail_accounts/en.yml65
1 files changed, 65 insertions, 0 deletions
diff --git a/config/locales/views/voicemail_accounts/en.yml b/config/locales/views/voicemail_accounts/en.yml
new file mode 100644
index 0000000..58491cd
--- /dev/null
+++ b/config/locales/views/voicemail_accounts/en.yml
@@ -0,0 +1,65 @@
+en:
+ voicemail_accounts:
+ name: 'Voicemailaccount'
+ controller:
+ successfuly_created: 'Successfully created Voicemailaccount.'
+ successfuly_updated: 'Successfully updated Voicemailaccount.'
+ successfuly_destroyed: 'Successfully destroyed Voicemailaccount.'
+ index:
+ page_title: 'Listing Voicemailaccount'
+ uuid: 'Uuid'
+ name: 'Name'
+ active: 'Active'
+ gs_node_id: 'Gs node'
+ voicemail_accountable_type: 'Voicemail accountable type'
+ voicemail_accountable_id: 'Voicemail accountable'
+ actions:
+ confirm_destroy: 'Are you sure you want to delete this Voicemailaccount?'
+ destroy: 'Delete'
+ edit: 'Edit'
+ show: 'View'
+ create: 'New'
+ create_for: 'New Voicemailaccount for %{resource}'
+ show:
+ page_title: 'Show Voicemailaccount'
+ uuid: 'Uuid'
+ name: 'Name'
+ active: 'Active'
+ gs_node_id: 'Gs node'
+ voicemail_accountable_type: 'Voicemail accountable type'
+ voicemail_accountable_id: 'Voicemail accountable'
+ actions:
+ confirm_destroy: 'Are you sure you want to delete this element?'
+ destroy: 'Delete'
+ edit: 'Edit'
+ view_all: 'View All'
+ new:
+ page_title: 'New Voicemailaccount'
+ actions:
+ back_to_list: 'Back to Index'
+ edit:
+ page_title: 'Editing Voicemailaccount'
+ actions:
+ back_to_list: 'Back to Index'
+ edit: 'Edit'
+ view_all: 'View All'
+ form:
+ uuid:
+ label: 'Uuid'
+ hint: ''
+ name:
+ label: 'Name'
+ hint: ''
+ active:
+ label: 'Active'
+ hint: ''
+ gs_node_id:
+ label: 'Gs node'
+ hint: ''
+ voicemail_accountable_type:
+ label: 'Voicemail accountable type'
+ hint: ''
+ voicemail_accountable_id:
+ label: 'Voicemail accountable'
+ hint: ''
+ submit: 'Submit' \ No newline at end of file