From b80bd744ad873f6fc43018bc4bfb90677de167bd Mon Sep 17 00:00:00 2001 From: Stefan Wintermeyer Date: Mon, 17 Dec 2012 12:01:45 +0100 Subject: Start of GS5. --- config/locales/views/conferences/en.yml | 81 +++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 config/locales/views/conferences/en.yml (limited to 'config/locales/views/conferences/en.yml') 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 -- cgit v1.2.3