summaryrefslogtreecommitdiff
path: root/config/locales/views/conferences/en.yml
blob: e11e9cb17ef0cc5203f30f3aedda4cbaec735118 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
en:
  conferences:
    name: 'Conference'
    new_name_scaffold: 'Conference #%{counter}'
    controller:
      successfuly_created: 'Successfully created the conference.'
      successfuly_updated: 'Successfully updated the conference.'
      successfuly_destroyed: 'Successfully destroyed the conference.'
    index:
      page_title: 'Conferences'
      name: 'Name'
      start: 'Start'
      end: 'End'
      description: 'Description'
      phone_numbers: 'Phone numbers'
      pin: 'PIN'
      max_members: 'Max members'
      number_of_invitees: 'Number of invitees'
      flags: 'Flags'
      open_for_anybody: 'Open for anybody'
      announce_new_member_by_name: 'Announce entering'
      announce_left_member_by_name: 'Announce leaving'
      actions:
        confirm_destroy: 'Are you sure you want to delete this conference?'
        destroy: 'Delete'
        edit: 'Edit'
        show: 'View'
        create: 'New'
        create_for: 'New conference for %{resource}'
    show:
      page_title: 'Show conference'
      name: 'Name'
      start: 'Start'
      end: 'End'
      description: 'Description'
      pin: 'PIN'
      max_members: 'Max members'
      open_for_anybody: 'Open for anybody'
      announce_new_member_by_name: 'Announce new member'
      announce_left_member_by_name: 'Announce left member'
      actions:
        confirm_destroy: 'Are you sure you want to delete this conference?'
        destroy: 'Delete'
        edit: 'Edit'
        view_all: 'View all conferences'
        view_all_of: 'View all conferences of %{resource}'
    new:
      page_title: 'New conference'
      name: "%{resource}'s conference"
      actions:
    edit:
      page_title: 'Editing conference'
    form:
      name:
        label: 'Name'
        hint: ''
      start:
        label: 'Start'
        hint: 'Please enter a start time if this conference is only valid in a special time window.'
      end:
        label: 'End'
        hint: 'Please enter an end time if this conference is only valid in a special time window.'
      description:
        label: 'Description'
        hint: ''
      max_members:
        label: 'Max members'
        hint: 'The maximum number of people in this conference. The owner of a conference can always enter the conference (even a full one).'
      pin:
        label: 'PIN'
        hint: ''
      open_for_anybody:
        label: 'Open for anybody'
        hint: ''
      announce_new_member_by_name:
        label: 'Announce a new conference member'
        hint: 'A new member has to record his name which played before joining the conference.'
      announce_left_member_by_name:
        label: 'Announce the leaving of a member'
        hint: ''
      submit: 'Submit'