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/phones | |
parent | e5db9179c75b6b6176e4f5b67ff94a10122ecfbd (diff) | |
parent | 4cad2a069fcead88579373a285a0516a3d500c43 (diff) |
Merge branch 'develop' of https://github.com/amooma/GS5 into develop
Diffstat (limited to 'config/locales/views/phones')
-rw-r--r-- | config/locales/views/phones/de.yml | 8 | ||||
-rw-r--r-- | config/locales/views/phones/en.yml | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/config/locales/views/phones/de.yml b/config/locales/views/phones/de.yml index 4aa0ae6..59313b1 100644 --- a/config/locales/views/phones/de.yml +++ b/config/locales/views/phones/de.yml @@ -17,7 +17,7 @@ de: nightly_reboot: 'Nachts automatischer Reboot' provisioning_key_active: 'Provisioning Schlüssel aktiv' actions: - confirm: 'Sind Sie sicher, dass Sie diese Telefon aus Gemeinschaft entfernen möchten?' + confirm_destroy: 'Sind Sie sicher, dass Sie diese Telefon aus Gemeinschaft entfernen möchten?' destroy: 'Löschen' edit: 'Bearbeiten' show: 'Anzeigen' @@ -36,7 +36,7 @@ de: fallback_sip_account_id: 'Fallback SIP Account' manual: 'Handbuch' actions: - confirm: 'Sind Sie sicher, dass Sie diese Telefon aus Gemeinschaft entfernen möchten?' + confirm_destroy: 'Sind Sie sicher, dass Sie diese Telefon aus Gemeinschaft entfernen möchten?' destroy: 'Löschen' edit: 'Bearbeiten' view_all: 'Alle Telefone anzeigen' @@ -79,7 +79,7 @@ de: hint: '' button: 'Absenden' sip_accounts: - title: 'Auf dem Telefon eingetragene SIP-Konten' - connect_to_sip_account: 'Neues SIP-Konto auf das Telefon eintragen' + title: 'Verknüpfte SIP-Accounts' + connect_to_sip_account: 'SIP-Account mit dem Telefon verknüpfen' tool_tips: hot_desk: 'Mit aktivierter Hot Desk Fähigkeit können sich User der Anlage an einem Telefon ein- und ausloggen.' diff --git a/config/locales/views/phones/en.yml b/config/locales/views/phones/en.yml index 46b0bcb..9574443 100644 --- a/config/locales/views/phones/en.yml +++ b/config/locales/views/phones/en.yml @@ -16,7 +16,7 @@ en: http_password: 'http password' nightly_reboot: 'Nightly reboot' actions: - confirm: 'Are you sure you want to delete this phone?' + confirm_destroy: 'Are you sure you want to delete this phone?' destroy: 'Delete' edit: 'Edit' show: 'View' @@ -36,7 +36,7 @@ en: fallback_sip_account_id: 'Fallback SIP Account' manual: 'Manual' actions: - confirm: 'Are you sure you want to delete this phone?' + confirm_destroy: 'Are you sure you want to delete this phone?' destroy: 'Delete phone' edit: 'Edit phone' view_all: 'View all phones' |