diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2012-12-17 12:01:45 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2012-12-17 12:01:45 +0100 |
commit | b80bd744ad873f6fc43018bc4bfb90677de167bd (patch) | |
tree | 072c4b0e33d442528555b82c415f5e7a1712b2b0 /config/locales/views/phone_book_entries | |
parent | 3e706c2025ecc5523e81ad649639ef2ff75e7bac (diff) |
Start of GS5.
Diffstat (limited to 'config/locales/views/phone_book_entries')
-rw-r--r-- | config/locales/views/phone_book_entries/de.yml | 161 | ||||
-rw-r--r-- | config/locales/views/phone_book_entries/en.yml | 161 |
2 files changed, 322 insertions, 0 deletions
diff --git a/config/locales/views/phone_book_entries/de.yml b/config/locales/views/phone_book_entries/de.yml new file mode 100644 index 0000000..ba9983e --- /dev/null +++ b/config/locales/views/phone_book_entries/de.yml @@ -0,0 +1,161 @@ +de: + phone_book_entries: + name: "Telefonbucheintrag" + controller: + successfuly_created: 'Der Telefonbucheintrag "%{resource}" wurde erstellt.' + successfuly_updated: 'Der Telefonbucheintrag "%{resource}" wurde aktualisiert.' + successfuly_destroyed: 'Der Telefonbucheintrag wurde gelöscht.' + index: + page_title: 'Telefonbucheinträge' + phone_book_id: 'Telefonbuch' + first_name: 'Vorname' + middle_name: 'Zweiter Vorname' + last_name: 'Nachname' + title: 'Akademischer Titel' + nickname: 'Spitzname' + organization: 'Organisation' + is_organization: 'Ist eine Organisation' + department: 'Abteilung' + job_title: 'Position (Berufsbezeichnung)' + is_male: 'männlich' + birthday: 'Geburtstag' + birth_name: 'Mädchenname' + state: 'Status' + description: 'Beschreibung' + position: 'Position' + homepage_personal: 'Persönliche Homepage' + homepage_organization: 'Homepage der Organisation' + twitter_account: 'Twitter Konto' + facebook_account: 'Facebook Konto' + google_plus_account: 'Google+ Konto' + xing_account: 'Xing Konto' + linkedin_account: 'LinkedIn Konto' + mobileme_account: 'iCloud Konto' + more_numbers: 'und %{numbers} weitere' + available_phone_books: 'Verfügbare Telefonbücher:' + create_new_phone_book_entry: 'Einen neuen Eintrag anlegen' + actions: + confirm: 'Sind Sie sicher, dass Sie diesen Telefonbucheintrag löschen möchten?' + destroy: 'Löschen' + edit: 'Bearbeiten' + show: 'Anzeigen' + create: 'Neu anlegen' + create_for: 'Neuen Telefonbucheintrag für %{resource} anlegen' + show: + page_title: 'Telefonbucheinträge für "%{resource}"' + phone_book_id: 'Telefonbuch' + first_name: 'Vorname' + middle_name: 'Zweiter Vorname' + last_name: 'Nachname' + title: 'Akademischer Titel' + nickname: 'Spitzname' + organization: 'Organisation' + is_organization: 'Ist eine Organisation' + department: 'Abteilung' + job_title: 'Position (Berufsbezeichnung)' + is_male: 'männlich' + birthday: 'Geburtstag' + birth_name: 'Mädchenname' + state: 'Status' + description: 'Beschreibung' + position: 'Position' + homepage_personal: 'Persönliche Homepage' + homepage_organization: 'Homepage der Organisation' + twitter_account: 'Twitter Konto' + facebook_account: 'Facebook Konto' + google_plus_account: 'Google+ Konto' + xing_account: 'Xing Konto' + linkedin_account: 'LinkedIn Konto' + mobileme_account: 'iCloud Konto' + manage_phone_number: 'Telefonnummern verwalten.' + actions: + confirm: 'Sind Sie sicher, dass Sie diesen Telefonbucheintrag löschen möchten?' + destroy: 'Löschen' + edit: 'Bearbeiten' + view_all: 'Alle Telefonbucheinträge anzeigen' + new: + page_title: 'Neuer Telefonbucheintrag' + edit: + page_title: 'Telefonbucheintrag bearbeiten' + form: + phone_book_id: + label: 'Tefonbuch' + hint: '' + first_name: + label: 'Vorname' + hint: '' + middle_name: + label: 'Zweiter Vorname' + hint: '' + gender: + label: 'Geschlecht' + hint: '' + male: "männlich" + female: "weiblich" + last_name: + label: 'Nachname' + hint: '' + title: + label: 'Akademischer Titel' + hint: 'z.B. Dr.' + nickname: + label: 'Spitzname' + hint: '' + organization: + label: 'Firmenname' + hint: 'Organisation' + is_organization: + label: 'Ist eine Organisation' + hint: '' + department: + label: 'Abteilung' + hint: '' + job_title: + label: 'Position' + hint: 'z.B. Geschäftsführer' + is_male: + label: 'Ist männlich' + hint: '' + birthday: + label: 'Geburtstag' + hint: '' + birth_name: + label: 'Mädchenname' + hint: '' + state: + label: 'Status' + hint: '' + description: + label: 'Beschreibung' + hint: '' + position: + label: 'Position' + hint: '' + homepage_personal: + label: 'Persönliche Homepage' + hint: '' + homepage_organization: + label: 'Firmen Homepage' + hint: 'http://www.example.com' + twitter_account: + label: 'Twitter Konto' + hint: '@example' + facebook_account: + label: 'Facebook Konto' + hint: '' + google_plus_account: + label: 'Google+ Konto' + hint: '' + xing_account: + label: 'Xing Konto' + hint: '' + linkedin_account: + label: 'LinkedIn Konto' + hint: '' + mobileme_account: + label: 'iCloud Konto' + hint: '' + image: + label: 'Avatar Foto' + hint: '' + button: 'Absenden'
\ No newline at end of file diff --git a/config/locales/views/phone_book_entries/en.yml b/config/locales/views/phone_book_entries/en.yml new file mode 100644 index 0000000..3c861a0 --- /dev/null +++ b/config/locales/views/phone_book_entries/en.yml @@ -0,0 +1,161 @@ +en: + phone_book_entries: + name: "Phone Book Entries" + controller: + successfuly_created: 'Successfully created phone book entry "%{resource}".' + successfuly_updated: 'Successfully updated phone book entry "%{resource}".' + successfuly_destroyed: 'Successfully destroyed phone book entry.' + index: + page_title: 'Phone book entries' + phone_book_id: 'Phone book' + first_name: 'First name' + middle_name: 'Middle name' + last_name: 'Last name' + title: 'Title' + nickname: 'Nickname' + organization: 'Organization' + is_organization: 'Is organization' + department: 'Department' + job_title: 'Job title' + is_male: 'Is male' + birthday: 'Birthday' + birth_name: 'Birth name' + state: 'State' + description: 'Description' + position: 'Position' + homepage_personal: 'Homepage personal' + homepage_organization: 'Homepage organization' + twitter_account: 'Twitter account' + facebook_account: 'Facebook account' + google_plus_account: 'Google+ account' + xing_account: 'Xing account' + linkedin_account: 'LinkedIn account' + mobileme_account: 'iCloud account' + more_numbers: 'plus %{numbers} more' + available_phone_books: 'Available phone books:' + create_new_phone_book_entry: 'create a new entry' + actions: + confirm: 'Are you sure you want to delete this phone book entry?' + destroy: 'Delete' + edit: 'Edit' + show: 'View' + create: 'New' + create_for: 'New phone book entry for %{resource}' + show: + page_title: 'Phone book entry for "%{resource}"' + phone_book_id: 'Phone book' + first_name: 'First name' + middle_name: 'Middle name' + last_name: 'Last name' + title: 'Title' + nickname: 'Nickname' + organization: 'Organization' + is_organization: 'Is organization' + department: 'Department' + job_title: 'Job title' + is_male: 'Is male' + birthday: 'Birthday' + birth_name: 'Birth name' + state: 'State' + description: 'Description' + position: 'Position' + homepage_personal: 'Homepage personal' + homepage_organization: 'Homepage organization' + twitter_account: 'Twitter account' + facebook_account: 'Facebook account' + google_plus_account: 'Google+ account' + xing_account: 'Xing account' + linkedin_account: 'LinkedIn account' + mobileme_account: 'iCloud account' + manage_phone_number: 'Manage phone number.' + actions: + confirm: 'Are you sure you want to delete this phone book entry?' + destroy: 'Delete phone book entry' + edit: 'Edit phone book entry' + view_all: 'View all phone book entries' + new: + page_title: 'New entry' + edit: + page_title: 'Editing phone book entry' + form: + phone_book_id: + label: 'Phone book' + hint: '' + first_name: + label: 'First name' + hint: '' + middle_name: + label: 'Middle name' + hint: '' + gender: + label: 'Gender' + hint: '' + male: "Male" + female: "Female" + last_name: + label: 'Last name' + hint: '' + title: + label: 'Academic title' + hint: 'Dr.' + nickname: + label: 'Nickname' + hint: '' + organization: + label: 'Company name' + hint: 'Organization' + is_organization: + label: 'Is organization' + hint: '' + department: + label: 'Department' + hint: '' + job_title: + label: 'Job title' + hint: 'CEO' + is_male: + label: 'Is male' + hint: '' + birthday: + label: 'Birthday' + hint: '' + birth_name: + label: 'Name at birth' + hint: '' + state: + label: 'State' + hint: '' + description: + label: 'Description' + hint: '' + position: + label: 'Position' + hint: '' + homepage_personal: + label: 'Personal Home Page' + hint: '' + homepage_organization: + label: 'Organization Home Page' + hint: 'http://www.example.com' + twitter_account: + label: 'Twitter account' + hint: '@example' + facebook_account: + label: 'Facebook account' + hint: '' + google_plus_account: + label: 'Google+ account' + hint: '' + xing_account: + label: 'Xing account' + hint: '' + linkedin_account: + label: 'LinkedIn account' + hint: '' + mobileme_account: + label: 'iCloud account' + hint: '' + image: + label: 'Photo' + hint: 'Avatar photo' + button: 'Submit'
\ No newline at end of file |