summaryrefslogtreecommitdiff
path: root/config/locales/views/phones/en.yml
blob: ecd5a9134a41276c1b8a370e3455512d58cdce1d (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
en:
  phones:
    name: 'Phone'
    controller:
      successfuly_created: 'Successfully created phone.'
      successfuly_updated: 'Successfully updated phone.'
      successfuly_destroyed: 'Successfully destroyed phone.'
    index:
      page_title: 'Phones'
      mac_address: 'Mac address'
      phone_model_id: 'Phone model'
      hot_deskable: 'Hot-deskable'
      ip_address: 'IP address'
      last_ip_address: 'Last IP address'
      http_user: 'http user'
      http_password: 'http password'
      nightly_reboot: 'Nightly reboot'
      actions:
        confirm: 'Are you sure you want to delete this phone?'
        destroy: 'Delete'
        edit: 'Edit'
        show: 'View'
        create: 'New'
        create_for: 'New phone for %{resource}'
    show:
      page_title: 'Show phone'
      mac_address: 'Mac address'
      phone_model_id: 'Phone model'
      hot_deskable: 'Hot-deskable'
      ip_address: 'IP address'
      last_ip_address: 'Last IP address'
      http_user: 'http user'
      http_password: 'http password'
      nightly_reboot: 'Nightly reboot'
      provisioning_key_active: 'Provisioning key active'
      fallback_sip_account_id: 'Fallback SIP Account'
      actions:
        confirm: 'Are you sure you want to delete this phone?'
        destroy: 'Delete phone'
        edit: 'Edit phone'
        view_all: 'View all phones'
    new:
      page_title: 'New phone'
      actions:
      you_need_to_have_at_least_one_available_fallback_sip_account_for_hotdesking: 'You need to have at least one unconnected SIP account to see a hotdesking option in this form. '
    edit:
      page_title: 'Editing Phone'
    form:
      mac_address:
        label: 'Mac address'
        hint: ''
      phone_model_id:
        label: 'Phone model'
        hint: ''
      hot_deskable:
        label: 'Hot-deskable'
        hint: ''
      nightly_reboot: 
        label: 'Nightly reboot'
        hint: ''
      ip_address:
        label: 'IP address'
        hint: ''
      last_ip_address:
        label: 'Last IP address'
        hint: ''
      http_user:
        label: 'GUI user'
        hint: 'Phone GUI user name'
      http_password:
        label: 'GUI password'
        hint: 'Phone GUI password'
      provisioning_key_active:
        label: 'Provisioning key active'
        hint: ''
      fallback_sip_account_id:
        label: 'Fallback SIP Account'
        hint: ''
      button: 'Submit'
    sip_accounts:
      title: 'Listing of connected SIP accounts'
      connect_to_sip_account: 'Connect to an existing SIP account'