summaryrefslogtreecommitdiff
path: root/config/locales/views/voicemail_settings/en.yml
blob: 5995544a5c4fd6fd704c41ebcb154b52bc66c5be (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
en:
  voicemail_settings:
    name: 'Voicemail Settings'
    controller:
      successfuly_destroyed: 'Successfully destroyed voicemail settings.'
      successfuly_created: 'Successfully created voicemail settings.'
      successfuly_updated: 'Successfully updated voicemail settings.'
    index:
      page_title: 'Voicemail Settings'
      actions:
        confirm_destroy: 'Are you sure you want to delete voicemail settings?'
        destroy: 'Delete'
    show:
      page_title: 'Voicemail Settings'
      greeting_path: 'Greeting'
      name_path: 'Name'
      flags: 'Flags'
      notify: 'Notify by email'
      attachment: 'Attach file'
      mark_read: 'Mark read'
      purge: 'Delete'
      actions:
        confirm_destroy: 'Are you sure you want to delete voicemail settings?'
        destroy: 'Delete'
        edit: 'Edit'
    new:
      page_title: 'Voicemail Settings'
    edit:
      page_title: 'Voicemail Settings'
    form:
      greeting:
        label: 'Greeting'
        hint: 'Voicemail greeting'
      name:
        label: 'Name'
        hint: 'Voicemail name'
      pin:
        label: 'Voicemail PIN'
        hint: 'Voicemail PIN'
      notify:
        label: 'Notify by email'
        hint: 'Notify user by email'
      attachment:
        label: 'Attach file'
        hint: 'Attach file to notification email'
      mark_read:
        label: 'Mark read'
        hint: 'Mark message read after notification is sent'
      purge:
        label: 'Delete'
        hint: 'Delete message after notification is sent'
      submit: 'Submit'