summaryrefslogtreecommitdiff
path: root/config/locales/views/softkeys/en.yml
blob: 8d8a3f3e12e3ce935bd2f89e1bea8deafb202829 (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
en:
  softkeys:
    functions:
      speed_dial: 'Speed Dial'
      blf: 'BLF'
      dtmf: 'DTMF'
      log_in: 'Log in'
      log_out: 'Log out'
      conference: 'Conference'
      call_forwarding: 'Toggle Call Forwarding'
      hold: 'Hold'
      hunt_group_membership: 'Hunt Group'
      deactivated: 'Deactivated'
      acd_membership: 'ACD'
    name: 'Softkey'
    controller:
      successfuly_created: 'Successfully created softkeys.'
      successfuly_updated: 'Successfully updated softkeys.'
      successfuly_destroyed: 'Successfully destroyed softkeys.'
    index:
      page_title: 'Softkeys'
      phone_id: 'Phone'
      function: 'Function'
      number: 'Number'
      label: 'Label'
      position: 'Position'
      actions:
        confirm_destroy: 'Are you sure you want to delete this softkey?'
        destroy: 'Delete'
        edit: 'Edit'
        show: 'View'
        create: 'New softkey'
        create_for: 'New softkey for %{resource}'
    show:
      page_title: 'Show softkey'
      phone_id: 'Phone'
      function: 'Function'
      number: 'Number'
      label: 'Label'
      position: 'Position'
      call_forward: 'Call forward'
      actions:
        confirm_destroy: 'Are you sure you want to delete this softkey?'
        destroy: 'Delete'
        edit: 'Edit'
        view_all: 'View All'
    new:
      page_title: 'New softkey'
    edit:
      page_title: 'Editing softkey'
    form:
      function:
        label: 'Function'
        hint: ''
      call_forward:
        label: 'Call forward'
        hint: ''
      number:
        label: 'Number'
        hint: ''
      label:
        label: 'Label'
        hint: ''
      submit: 'Submit'