blob: 7dfa5967f0975eacf32f2c86f9f6de3c23249330 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
en:
users:
name: "Users"
controller:
successfuly_created: 'Successfully created user %{resource}.'
successfuly_created_and_login: 'Successfully created user %{resource}. You are now logged in.'
successfuly_updated: 'Successfully updated user.'
successfuly_destroyed: 'Successfully destroyed user.'
avatar_destroyed: 'The avatar was deleted.'
index:
page_title: 'Users'
user_name: 'Username'
email: 'E-mail'
first_name: 'First name'
middle_name: 'Middle name'
last_name: 'Last name'
male: 'Male'
gemeinschaft_unique_id: 'Unique identifier'
state: 'State'
language_id: 'Language'
send_voicemail_as_email_attachment: 'Send voicemails by e-mail'
actions:
confirm_destroy: 'Are you sure you want to delete this user?'
destroy: 'Delete'
edit: 'Edit'
show: 'View'
create: 'New'
create_for: 'Create a new user for %{resource}'
show:
page_title: 'Show User'
user_name: 'Username'
email: 'E-mail'
first_name: 'First name'
middle_name: 'Middle name'
last_name: 'Last name'
male: 'Male'
gemeinschaft_unique_id: 'Unique identifier'
state: 'State'
language_id: 'Language'
send_voicemail_as_email_attachment: 'Send voicemails by e-mail'
actions:
confirm_destroy: 'Are you sure you want to delete this user?'
destroy: 'Delete'
edit: 'Edit'
view_all: 'View all users'
new:
page_title: 'New User'
edit:
page_title: 'Editing user %{resource}'
form:
user_name:
label: 'Username'
hint: ''
email:
label: 'E-mail'
hint: ''
password:
label: 'Password'
hint: 'This password needs to be entered in the WebGUI.'
password_confirmation:
label: 'Password (confirmation)'
hint: ''
new_pin:
label: 'PIN'
hint: 'This PIN is needed in hotdesking environments to log into a phone.'
new_pin_confirmation:
label: 'PIN (confirmation)'
hint: ''
first_name:
label: 'First name'
hint: ''
middle_name:
label: 'Middle name'
hint: ''
last_name:
label: 'Last name'
hint: ''
gender:
label: 'Gender'
hint: ''
male: "Male"
female: "Female"
gemeinschaft_unique_id:
label: 'Unique identifier'
hint: ''
image:
label: 'Avatar photo'
hint: ''
language_id:
label: 'Language'
hint: ''
send_voicemail_as_email_attachment:
label: 'Send voicemails as e-mail attachments'
hint: ''
submit: 'Submit'
|