summaryrefslogtreecommitdiff
path: root/config/locales/views/sip_domains/en.yml
blob: bf62a609a7ec12b5271661abe9062a326c00de5d (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
en:
  sip_domains:
    name: 'SIP domain'
    controller:
      successfuly_created: 'Successfully created SIP domain.'
      successfuly_updated: 'Successfully updated SIP domain.'
      successfuly_destroyed: 'Successfully destroyed SIP domain.'
    index:
      page_title: 'SIP domains'
      host: 'Host'
      realm: 'Realm'
      actions:
        confirm: 'Are you sure you want to delete this SIP domain?'
        destroy: 'Delete'
        edit: 'Edit'
        show: 'View'
        create: 'New'
    show:
      page_title: 'Editing SIP domain'
      host: 'Host'
      realm: 'Realm'
      actions:
        confirm: 'Are you sure you want to delete this SIP domain?'
        destroy: 'Delete SIP domain'
        edit: 'Edit SIP domain'
        view_all: 'View all SIP domains'
    new:
      page_title: 'New SIP domain'
    edit:
      page_title: 'Editing SIP domain %{resource}'
    form:
      host:
        label: 'Host'
        hint: ''
      realm:
        label: 'Realm'
        hint: ''
      button: 'Submit'