summaryrefslogtreecommitdiff
path: root/config/locales/views/conference_invitees/en.yml
blob: 7e1a1caa232c1caf409319c7b76c64406c78a24c (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
53
54
en:
  conference_invitees:
    name: 'Conference invitee'
    controller:
      successfuly_created: 'Successfully created conference invitee.'
      successfuly_updated: 'Successfully updated conference invitee.'
      successfuly_destroyed: 'Successfully destroyed conference invitee.'
    index:
      page_title: 'Conference invitees'
      conference_id: 'Conference'
      phone_book_entry_id: 'Phone book entry'
      pin: 'PIN'
      speaker: 'Speaker'
      moderator: 'Moderator'
      actions:
        confirm: 'Are you sure you want to delete this invitee?'
        destroy: 'Delete'
        edit: 'Edit'
        show: 'View'
        create: 'New'
        create_for: 'New conference invitee for %{resource}'
    show:
      page_title: 'Show conference invitee'
      conference_id: 'Conference'
      phone_book_entry_id: 'Phone book entry'
      pin: 'PIN'
      speaker: 'Speaker'
      moderator: 'Moderator'
      actions:
        confirm: 'Are you sure you want to delete this invitee?'
        destroy: 'Delete'
        edit: 'Edit'
        view_all: 'View all conference invitees'
    new:
      page_title: 'New conference invitee'
    edit:
      page_title: 'Editing Conference invitee'
    form:
      conference_id:
        label: 'Conference'
        hint: ''
      phone_book_entry_id:
        label: 'Phone book entry'
        hint: ''
      pin:
        label: 'PIN'
        hint: ''
      speaker:
        label: 'Speaker'
        hint: ''
      moderator:
        label: 'Moderator'
        hint: ''
      button: 'Submit'