summaryrefslogtreecommitdiff
path: root/config/locales/views/pager_groups/en.yml
blob: f7ce727ede63818964bc8c86ab3f6acbcf8e9af7 (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
en:
  pager_groups:
    name: 'Pagergroup'
    controller:
      successfuly_created: 'Successfully created Pagergroup.'
      successfuly_updated: 'Successfully updated Pagergroup.'
      successfuly_destroyed: 'Successfully destroyed Pagergroup.'
    index:
      page_title: 'Listing Pagergroup'
      sip_account_id: 'Sip account'
      callback_url: 'Callback url'
      actions:
        confirm_destroy: 'Are you sure you want to delete this Pagergroup?'
        destroy: 'Delete'
        edit: 'Edit'
        show: 'View'
        create: 'New'
        create_for: 'New Pagergroup for %{resource}'
    show:
      page_title: 'Show Pagergroup'
      sip_account_id: 'Sip account'
      callback_url: 'Callback url'
      actions:
        confirm_destroy: 'Are you sure you want to delete this element?'
        destroy: 'Delete'
        edit: 'Edit'
        view_all: 'View All'
    new:
      page_title: 'New Pagergroup'
      actions:
        back_to_list: 'Back to Index'
    edit:
      page_title: 'Editing Pagergroup'
      actions:
        back_to_list: 'Back to Index'
        edit: 'Edit'
        view_all: 'View All'
    form:
      sip_account_id:
        label: 'Sip account'
        hint: ''
      callback_url:
        label: 'Callback url'
        hint: ''
      submit: 'Submit'