summaryrefslogtreecommitdiff
path: root/config/locales/views/access_authorizations/en.yml
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2012-12-17 12:01:45 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2012-12-17 12:01:45 +0100
commitb80bd744ad873f6fc43018bc4bfb90677de167bd (patch)
tree072c4b0e33d442528555b82c415f5e7a1712b2b0 /config/locales/views/access_authorizations/en.yml
parent3e706c2025ecc5523e81ad649639ef2ff75e7bac (diff)
Start of GS5.
Diffstat (limited to 'config/locales/views/access_authorizations/en.yml')
-rw-r--r--config/locales/views/access_authorizations/en.yml48
1 files changed, 48 insertions, 0 deletions
diff --git a/config/locales/views/access_authorizations/en.yml b/config/locales/views/access_authorizations/en.yml
new file mode 100644
index 0000000..9832e4a
--- /dev/null
+++ b/config/locales/views/access_authorizations/en.yml
@@ -0,0 +1,48 @@
+en:
+ access_authorizations:
+ name: 'Access authorization'
+ controller:
+ successfuly_created: 'Successfully created access authorization.'
+ successfuly_updated: 'Successfully updated access authorization.'
+ successfuly_destroyed: 'Successfully destroyed access authorization.'
+ index:
+ page_title: 'Access authorizations'
+ name: 'Name'
+ login: 'Login'
+ pin: 'PIN'
+ actions:
+ confirm: 'Are you sure you want to delete this access authorization?'
+ destroy: 'Delete'
+ edit: 'Edit'
+ show: 'View'
+ create: 'New'
+ create_for: 'New access authorization for %{resource}'
+ show:
+ page_title: 'Show access authorization'
+ name: 'Name'
+ login: 'Login'
+ pin: 'PIN'
+ index_phone_numbers: 'Phone numbers'
+ actions:
+ confirm: 'Are you sure you want to delete this access authorization?'
+ destroy: 'Delete'
+ edit: 'Edit'
+ view_all: 'View All'
+ new:
+ page_title: 'New access authorization'
+ edit:
+ page_title: 'Editing access authorization'
+ actions:
+ edit: 'Edit'
+ view_all: 'View All'
+ form:
+ name:
+ label: 'Name'
+ hint: ''
+ login:
+ label: 'Login'
+ hint: ''
+ pin:
+ label: 'PIN'
+ hint: ''
+ button: 'Submit' \ No newline at end of file