summaryrefslogtreecommitdiff
path: root/config/locales/views/conferences/en.yml
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2012-12-17 12:01:45 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2012-12-17 12:01:45 +0100
commitb80bd744ad873f6fc43018bc4bfb90677de167bd (patch)
tree072c4b0e33d442528555b82c415f5e7a1712b2b0 /config/locales/views/conferences/en.yml
parent3e706c2025ecc5523e81ad649639ef2ff75e7bac (diff)
Start of GS5.
Diffstat (limited to 'config/locales/views/conferences/en.yml')
-rw-r--r--config/locales/views/conferences/en.yml81
1 files changed, 81 insertions, 0 deletions
diff --git a/config/locales/views/conferences/en.yml b/config/locales/views/conferences/en.yml
new file mode 100644
index 0000000..7967123
--- /dev/null
+++ b/config/locales/views/conferences/en.yml
@@ -0,0 +1,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: '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: '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: ''
+ button: 'Submit' \ No newline at end of file