diff options
author | Peter Kozak <spag@golwen.net> | 2013-03-18 04:45:08 -0400 |
---|---|---|
committer | Peter Kozak <spag@golwen.net> | 2013-03-18 04:45:08 -0400 |
commit | f660e6cb2d5c0bf627c36adbeddbf24651b0c326 (patch) | |
tree | c59c1334beab4a3bbb1271eb40642009b4f75a5f /config/locales | |
parent | 7cd62ec6d7e40da2d1882d3ec056dae40c2f7b80 (diff) |
url translations
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/views/sip_accounts/de.yml | 3 | ||||
-rw-r--r-- | config/locales/views/sip_accounts/en.yml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/config/locales/views/sip_accounts/de.yml b/config/locales/views/sip_accounts/de.yml index 2b4939b..6accbdb 100644 --- a/config/locales/views/sip_accounts/de.yml +++ b/config/locales/views/sip_accounts/de.yml @@ -41,8 +41,9 @@ de: registration: 'Registrierung' expires: 'Läuft ab' user_agent: 'User Agent' - tel_protocol: 'TEL Protokoll' + call_protocols: 'URLs' register_tel_protocol: 'Für tel: URLs registrieren' + register_callto_protocol: 'Für callto: URLs registrieren' actions: confirm_destroy: 'Sind Sie sicher, dass Sie diesen SIP-Account löschen möchten?' destroy: 'Löschen' diff --git a/config/locales/views/sip_accounts/en.yml b/config/locales/views/sip_accounts/en.yml index 78d20c2..f160c7d 100644 --- a/config/locales/views/sip_accounts/en.yml +++ b/config/locales/views/sip_accounts/en.yml @@ -41,8 +41,9 @@ en: registration: 'Registration' expires: 'Expires' user_agent: 'User Agent' - tel_protocol: 'TEL Protocol' + call_protocols: 'URLs' register_tel_protocol: 'Register for tel: URLs with browser' + register_callto_protocol: 'Register for callto: URLs with browser' actions: confirm_destroy: 'Are you sure you want to delete this SIP account?' destroy: 'Delete' |