summaryrefslogtreecommitdiff
path: root/config/locales/views/phone_sip_accounts/en.yml
blob: 957724147a380f091490db999100cb3cf2adacae (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
en:
  phone_sip_accounts:
    name: "SIP accounts of a phone"
    controller:
      successfuly_created: 'Successfully connected a new SIP account to a phone.'
      successfuly_destroyed: 'Successfully deleted a SIP account on a phone.'
      no_existing_sip_accounts_warning: 'There are no SIP accounts to connect to. Please create a new SIP account first.'
    index:
      page_title: "SIP accounts of a phone"
      phone_id: 'Phone'
      sip_account_id: 'SIP account'
      position: 'Position'
      actions:
        confirm: 'Are you sure you want to delete this SIP account on this phone?'
        destroy: 'Delete'
        edit: 'Edit' 
        show: 'View'
        create: 'New'
        create_for: 'New SIP account connection for %{resource}'
    show:
      page_title: 'Show SIP account of a phone'
      phone_id: 'Phone'
      sip_account_id: 'SIP account'
      position: 'Position'
      actions:
        confirm: 'Are you sure you want to delete this SIP account on this phone?'
        destroy: 'Delete'
        edit: 'Edit'
        view_all: 'View All'
    new:
      page_title: 'New SIP account on a phone'
      actions:
    form:
      sip_account_id:
        label: 'SIP account'
        hint: ''
      button: 'Submit'