summaryrefslogtreecommitdiff
path: root/config/locales/views/ringtones/en.yml
blob: 1b0b36a9184bd663c5d2834dc9193323b41f820a (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
en:
  ringtones:
    name: 'Ringtone'
    controller:
      successfuly_created: 'Successfully created ringtone.'
      successfuly_updated: 'Successfully updated ringtone.'
      successfuly_destroyed: 'Successfully destroyed ringtone.'
    index:
      page_title: 'Ringtones'
      audio: 'Audio'
      bellcore_id: 'Bellcore ID'
      actions:
        confirm_destroy: 'Are you sure you want to delete this ringtone?'
        destroy: 'Delete'
        edit: 'Edit'
        show: 'View'
        create: 'New'
    show:
      page_title: 'Show ringtone'
      audio: 'Audio'
      bellcore_id: 'Bellcore ID'
      actions:
        confirm_destroy: 'Are you sure you want to delete this ringtone?'
        destroy: 'Delete'
        edit: 'Edit'
        view_all: 'View All'
    new:
      page_title: 'New ringtone'
    edit:
      page_title: 'Editing ringtone'
    form:
      audio:
        label: 'Audio'
        hint: ''
      bellcore_id:
        label: 'Bellcore ID'
        hint: 'Build in ringtone ID. A "0" means silence.'
      submit: 'Submit'
    set_a_ringtone: 'Set a ringtone'