blob: 0cc5ef2851ca1939e6e6fe40f4bbca1aef2a8a62 (
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
|
en:
switchboards:
name: 'Switchboard'
controller:
successfuly_created: 'Successfully created Switchboard.'
successfuly_updated: 'Successfully updated Switchboard.'
successfuly_destroyed: 'Successfully destroyed Switchboard.'
index:
page_title: 'Switchboards'
name: 'Name'
user_id: 'User'
reload_interval:: 'Reload Interval'
show_avatars: 'Show avatars'
entry_width: 'Entry width'
amount_of_displayed_phone_numbers: 'Amount of displayed phone numbers'
blind_transfer_activated: 'Blind Transfer'
attended_transfer_activated: 'Attended Transfer'
search_activated: 'Search function'
actions:
confirm_destroy: 'Are you sure you want to delete this Switchboard?'
destroy: 'Delete'
edit: 'Edit'
show: 'View'
create: 'New'
create_for: 'New Switchboard for %{resource}'
show:
page_title: 'Show Switchboard'
name: 'Name'
user_id: 'User'
reload_interval:: 'Reload Interval'
show_avatars: 'Show avatars'
entry_width: 'Entry width'
amount_of_displayed_phone_numbers: 'Amount of displayed phone numbers'
blind_transfer_activated: 'Blind Transfer'
attended_transfer_activated: 'Attended Transfer'
search_activated: 'Search function'
actions:
confirm_destroy: 'Are you sure you want to delete this element?'
destroy: 'Delete'
edit: 'Edit'
view_all: 'View All'
new:
page_title: 'New Switchboard'
actions:
back_to_list: 'Back to Index'
edit:
page_title: 'Editing Switchboard'
actions:
back_to_list: 'Back to Index'
edit: 'Edit'
view_all: 'View All'
form:
name:
label: 'Name'
hint: ''
user_id:
label: 'User'
hint: ''
reload_interval:
label: 'Reload Interval'
hint: 'Milliseconds. nil = no reload'
show_avatars:
label: 'Show avatars'
hint: ''
entry_width:
label: 'Entry width'
hint: ''
amount_of_displayed_phone_numbers:
label: 'Amount of phone numbers'
hint: 'How many phone numbers should be displayed for a single entry.'
blind_transfer_activated:
label: 'Blind Transfer'
hint: ''
attended_transfer_activated:
label: 'Attended Transfer'
hint: 'Does not work with all phone models.'
search_activated:
label: 'Activate search function'
hint: ''
submit: 'Submit'
|