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_books | |
parent | e5db9179c75b6b6176e4f5b67ff94a10122ecfbd (diff) | |
parent | 4cad2a069fcead88579373a285a0516a3d500c43 (diff) |
Merge branch 'develop' of https://github.com/amooma/GS5 into develop
Diffstat (limited to 'config/locales/views/phone_books')
-rw-r--r-- | config/locales/views/phone_books/de.yml | 4 | ||||
-rw-r--r-- | config/locales/views/phone_books/en.yml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config/locales/views/phone_books/de.yml b/config/locales/views/phone_books/de.yml index 8812f55..6cc17f3 100644 --- a/config/locales/views/phone_books/de.yml +++ b/config/locales/views/phone_books/de.yml @@ -17,7 +17,7 @@ de: description: 'Beschreibung' count: 'Anzahl Einträge' actions: - confirm: 'Sind Sie sicher, dass Sie dieses Telefonbuch löschen möchten?' + confirm_destroy: 'Sind Sie sicher, dass Sie dieses Telefonbuch löschen möchten?' destroy: 'Löschen' edit: 'Bearbeiten' show: 'Anzeigen' @@ -28,7 +28,7 @@ de: name: 'Name' description: 'Beschreibung' actions: - confirm: 'Sind Sie sicher, dass Sie dieses Telefonbuch löschen möchten?' + confirm_destroy: 'Sind Sie sicher, dass Sie dieses Telefonbuch löschen möchten?' destroy: 'Löschen' edit: 'Bearbeiten' view_all: 'Alle Telefonbücher anzeigen' diff --git a/config/locales/views/phone_books/en.yml b/config/locales/views/phone_books/en.yml index fcab06d..39052d5 100644 --- a/config/locales/views/phone_books/en.yml +++ b/config/locales/views/phone_books/en.yml @@ -17,7 +17,7 @@ en: description: 'Description' count: 'Number of entries' actions: - confirm: 'Are you sure you want to delete this phone book?' + confirm_destroy: 'Are you sure you want to delete this phone book?' destroy: 'Delete' edit: 'Edit' show: 'View' @@ -28,7 +28,7 @@ en: name: 'Name' description: 'Description' actions: - confirm: 'Are you sure you want to delete this phone book?' + confirm_destroy: 'Are you sure you want to delete this phone book?' destroy: 'Delete phone book' edit: 'Edit phone book' view_all: 'View all phone books' |