summaryrefslogtreecommitdiff
path: root/config/locales/views/callthroughs/en.yml
blob: a9b414741879d459926cdf05df49a1c6307d6339 (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
en:
  callthroughs:
    none: 'none'
    name: 'Callthrough'
    controller:
      successfuly_created: 'Successfully created callthrough.'
      successfuly_updated: 'Successfully updated callthrough.'
      successfuly_destroyed: 'Successfully destroyed callthrough.'
    index:
      page_title: 'Callthroughs'
      name: 'Name'
      sip_account_id: 'SIP account'
      phone_numbers: 'Phone numbers'
      access_authorized_phone_numbers: 'Authorized phone numbers'
      whitelist_phone_numbers: 'Whitelisted destinations'
      actions:
        confirm_destroy: 'Are you sure you want to delete this callthrough?'
        destroy: 'Delete'
        edit: 'Edit'
        show: 'View'
        create: 'New'
        create_for: 'New callthrough for %{resource}'
    show:
      page_title: 'Show callthrough'
      name: 'Name'
      sip_account_id: 'SIP account'
      actions:
        confirm_destroy: 'Are you sure you want to delete this callthrough?'
        destroy: 'Delete'
        edit: 'Edit'
        view_all: 'View All'
    new:
      page_title: 'New callthrough'
    edit:
      page_title: 'Editing callthrough'
      actions:
        edit: 'Edit'
        view_all: 'View All'
    form:
      phone_numbers:
        label: 'Phone numbers'
        hint: 'Use these phone numbers to access the callthrough.'
      access_authorizations:
        label: 'Access authorizations'
        hint: 'Define what phone numbers and/or login/pin combinations can use this callthrough.'
      whitelists:
        label: 'Whitelists for possible destinations'
        hint: "When set only these phone numbers can be called with this callthrough. It is optional. If you don't create a whitelist a user of this callthrough can call any phone number with it."
      name:
        label: 'Name'
        hint: ''
      sip_account:
        label: 'SIP account'
        hint: 'When chosen all callthroughs will be routed through this SIP account.'        
      sip_account_id:
        label: 'SIP account ID'
        hint: 'Please look up the SIP account ID in the URL of the SIP account.'
      submit: 'Submit'