summaryrefslogtreecommitdiff
path: root/config/locales/views/sip_accounts/en.yml
blob: 78d20c2f894dd5bfa5ab8c960de65f6073fbd49b (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
en:
  sip_accounts:
    name: 'SIP account'
    controller:
      successfuly_created: 'Successfully created a new SIP account for %{resource}.'
      successfuly_updated: 'Successfully updated a SIP account.'
      successfuly_destroyed: 'Successfully destroyed a SIP account.'
    index:
      page_title: 'SIP accounts'
      auth_name: 'Auth name'
      caller_name: 'Caller name'
      password: 'Password'
      voicemail_pin: 'Voicemail PIN'
      phone_numbers: 'Phone numbers'
      call_waiting: 'Call waiting'
      clir: 'CLIR'
      clip: 'CLIP'
      hotdeskable: 'Hotdeskable'
      clip_no_screening: 'CLIP -no screening-'
      callforward_rules_act_per_sip_account: 'Callforwards work for the whole sip account'
      online: 'Online'
      actions:
        confirm_destroy: 'Are you sure you want to delete this SIP account?'
        destroy: 'Delete'
        edit: 'Edit'
        show: 'View'
        create: 'New'
        create_for: 'New SIP account for %{resource}'
    show:
      page_title: 'Show SIP account'
      auth_name: 'Auth name'
      caller_name: 'Caller name'
      password: 'Password'
      voicemail_pin: 'Voicemail PIN'
      call_waiting: 'Call waiting'
      clir: 'CLIR'
      clip: 'CLIP'
      hotdeskable: 'Hotdeskable'
      clip_no_screening: 'CLIP -no screening-'
      callforward_rules_act_per_sip_account: 'Callforwards work for the whole sip account'
      registration: 'Registration'
      expires: 'Expires'
      user_agent: 'User Agent'
      tel_protocol: 'TEL Protocol'
      register_tel_protocol: 'Register for tel: URLs with browser'
      actions:
        confirm_destroy: 'Are you sure you want to delete this SIP account?'
        destroy: 'Delete'
        edit: 'Edit'
        view_all: 'View all SIP accounts'
    new:
      page_title: 'New SIP account'
    edit:
      page_title: 'Editing SIP account'
    form:
      auth_name:
        label: 'Auth name'
        hint: ''
      caller_name:
        label: 'Caller name'
        hint: ''
      password:
        label: 'Password'
        hint: ''
      voicemail_pin:
        label: 'Voicemail PIN'
        hint: ''
      call_waiting:
        label: 'Call waiting'
        hint: ''
      clir:
        label: 'CLIR'
        hint: 'Calling Line Identification Restriction. If set true no number will be transmitted.'
      clip:
        label: 'CLIP'
        hint: 'Calling Line Identification Presentation.'
      clip_no_screening:
        label: 'CLIP -no screening-'
        hint: 'Calling Line Identification Presentation. Leave blank if you are not sure.'
      callforward_rules_act_per_sip_account: 
        label: 'Callforwards work for the whole sip account'
        hint: ''
      hotdeskable: 
        label: 'Hotdeskable'
        hint: ''
      language_code: 
        label: 'Language'
        hint: ''
      submit: 'Submit'