diff options
author | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-01-23 18:03:06 +0100 |
---|---|---|
committer | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-01-23 18:03:06 +0100 |
commit | 398d5706752a583ff8bc3ec9101fc75b507bbb89 (patch) | |
tree | a31b27b4cd1a2e05e64199814ca0ab92eb177a62 /config/locales/views/phone_book_entries | |
parent | e5db9179c75b6b6176e4f5b67ff94a10122ecfbd (diff) | |
parent | 4cad2a069fcead88579373a285a0516a3d500c43 (diff) |
Merge branch 'develop' of https://github.com/amooma/GS5 into develop
Diffstat (limited to 'config/locales/views/phone_book_entries')
-rw-r--r-- | config/locales/views/phone_book_entries/de.yml | 4 | ||||
-rw-r--r-- | config/locales/views/phone_book_entries/en.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config/locales/views/phone_book_entries/de.yml b/config/locales/views/phone_book_entries/de.yml index 79d2a9b..21f635e 100644 --- a/config/locales/views/phone_book_entries/de.yml +++ b/config/locales/views/phone_book_entries/de.yml @@ -35,7 +35,7 @@ de: 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?' + confirm_destroy: 'Sind Sie sicher, dass Sie diesen Telefonbucheintrag löschen möchten?' destroy: 'Löschen' edit: 'Bearbeiten' show: 'Anzeigen' @@ -69,7 +69,7 @@ de: mobileme_account: 'iCloud Konto' manage_phone_number: 'Telefonnummern verwalten.' actions: - confirm: 'Sind Sie sicher, dass Sie diesen Telefonbucheintrag löschen möchten?' + confirm_destroy: 'Sind Sie sicher, dass Sie diesen Telefonbucheintrag löschen möchten?' destroy: 'Löschen' edit: 'Bearbeiten' view_all: 'Alle Telefonbucheinträge anzeigen' diff --git a/config/locales/views/phone_book_entries/en.yml b/config/locales/views/phone_book_entries/en.yml index 3c861a0..b41694e 100644 --- a/config/locales/views/phone_book_entries/en.yml +++ b/config/locales/views/phone_book_entries/en.yml @@ -35,7 +35,7 @@ en: 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?' + confirm_destroy: 'Are you sure you want to delete this phone book entry?' destroy: 'Delete' edit: 'Edit' show: 'View' @@ -69,7 +69,7 @@ en: mobileme_account: 'iCloud account' manage_phone_number: 'Manage phone number.' actions: - confirm: 'Are you sure you want to delete this phone book entry?' + confirm_destroy: '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' |