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/conference_invitees/en.yml | 54 +++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 config/locales/views/conference_invitees/en.yml (limited to 'config/locales/views/conference_invitees/en.yml') diff --git a/config/locales/views/conference_invitees/en.yml b/config/locales/views/conference_invitees/en.yml new file mode 100644 index 0000000..7e1a1ca --- /dev/null +++ b/config/locales/views/conference_invitees/en.yml @@ -0,0 +1,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' \ No newline at end of file -- cgit v1.2.3