mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Add en-gb fusionpbx language (#5192)
* Create en-gb language by copying en-us * Add en-gb to app_configs * Add en-gb to app_menus * Language copy utility * Fix missing quote mark * Delete cp_lang.py Co-authored-by: FusionPBX <markjcrane@gmail.com>
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "A tool to call multiple extensions.";
|
||||
$apps[$x]['description']['en-gb'] = "A tool to call multiple extensions.";
|
||||
$apps[$x]['description']['ar-eg'] = "";
|
||||
$apps[$x]['description']['de-at'] = "Ein Werkzeug um mehrere Nebenstellen anzurufen.";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#This file was last reorganized on 19th of September 2017 08:54:24 AM UTC
|
||||
|
||||
$text['title-ring_groups']['en-us'] = "Ring Groups";
|
||||
$text['title-ring_groups']['en-gb'] = "Ring Groups";
|
||||
$text['title-ring_groups']['ar-eg'] = "";
|
||||
$text['title-ring_groups']['de-at'] = "Rufgruppen"; //copied from de-de
|
||||
$text['title-ring_groups']['de-ch'] = "Rufgruppen"; //copied from de-de
|
||||
@@ -22,6 +23,7 @@ $text['title-ring_groups']['sv-se'] = "Ringgrupper";
|
||||
$text['title-ring_groups']['uk-ua'] = "Групи";
|
||||
|
||||
$text['title-ring_group']['en-us'] = "Ring Group";
|
||||
$text['title-ring_group']['en-gb'] = "Ring Group";
|
||||
$text['title-ring_group']['ar-eg'] = "";
|
||||
$text['title-ring_group']['de-at'] = "Rufgruppen"; //copied from de-de
|
||||
$text['title-ring_group']['de-ch'] = "Rufgruppen"; //copied from de-de
|
||||
@@ -42,6 +44,7 @@ $text['title-ring_group']['sv-se'] = "Ringgrupper";
|
||||
$text['title-ring_group']['uk-ua'] = "Групи";
|
||||
|
||||
$text['option-simultaneous']['en-us'] = "Simultaneous";
|
||||
$text['option-simultaneous']['en-gb'] = "Simultaneous";
|
||||
$text['option-simultaneous']['ar-eg'] = "";
|
||||
$text['option-simultaneous']['de-at'] = "gleichzeitig"; //copied from de-de
|
||||
$text['option-simultaneous']['de-ch'] = "gleichzeitig"; //copied from de-de
|
||||
@@ -62,6 +65,7 @@ $text['option-simultaneous']['sv-se'] = "Samtidig";
|
||||
$text['option-simultaneous']['uk-ua'] = "";
|
||||
|
||||
$text['option-sequence']['en-us'] = "Sequence";
|
||||
$text['option-sequence']['en-gb'] = "Sequence";
|
||||
$text['option-sequence']['ar-eg'] = "";
|
||||
$text['option-sequence']['de-at'] = "sequenziell"; //copied from de-de
|
||||
$text['option-sequence']['de-ch'] = "sequenziell"; //copied from de-de
|
||||
@@ -82,6 +86,7 @@ $text['option-sequence']['sv-se'] = "I Ordning";
|
||||
$text['option-sequence']['uk-ua'] = "";
|
||||
|
||||
$text['option-rollover']['en-us'] = "Rollover";
|
||||
$text['option-rollover']['en-gb'] = "Rollover";
|
||||
$text['option-rollover']['ar-eg'] = "";
|
||||
$text['option-rollover']['de-at'] = "Rotierend"; //copied from de-de
|
||||
$text['option-rollover']['de-ch'] = "Rotierend"; //copied from de-de
|
||||
@@ -102,6 +107,7 @@ $text['option-rollover']['sv-se'] = "Revolver";
|
||||
$text['option-rollover']['uk-ua'] = "";
|
||||
|
||||
$text['option-random']['en-us'] = "Random";
|
||||
$text['option-random']['en-gb'] = "Random";
|
||||
$text['option-random']['ar-eg'] = "";
|
||||
$text['option-random']['de-at'] = "Zufällig"; //copied from de-de
|
||||
$text['option-random']['de-ch'] = "Zufällig"; //copied from de-de
|
||||
@@ -122,6 +128,7 @@ $text['option-random']['sv-se'] = "Slumpmässig";
|
||||
$text['option-random']['uk-ua'] = "";
|
||||
|
||||
$text['option-ptring']['en-us'] = "pt-ring";
|
||||
$text['option-ptring']['en-gb'] = "pt-ring";
|
||||
$text['option-ptring']['ar-eg'] = "";
|
||||
$text['option-ptring']['de-at'] = "pt-ring"; //copied from de-de
|
||||
$text['option-ptring']['de-ch'] = "pt-ring"; //copied from de-de
|
||||
@@ -142,6 +149,7 @@ $text['option-ptring']['sv-se'] = "pt-ring";
|
||||
$text['option-ptring']['uk-ua'] = "pt-ring";
|
||||
|
||||
$text['option-itring']['en-us'] = "it-ring";
|
||||
$text['option-itring']['en-gb'] = "it-ring";
|
||||
$text['option-itring']['ar-eg'] = "";
|
||||
$text['option-itring']['de-at'] = "it-ring"; //copied from de-de
|
||||
$text['option-itring']['de-ch'] = "it-ring"; //copied from de-de
|
||||
@@ -162,6 +170,7 @@ $text['option-itring']['sv-se'] = "it-ring";
|
||||
$text['option-itring']['uk-ua'] = "it-ring";
|
||||
|
||||
$text['option-frring']['en-us'] = "fr-ring";
|
||||
$text['option-frring']['en-gb'] = "fr-ring";
|
||||
$text['option-frring']['ar-eg'] = "";
|
||||
$text['option-frring']['de-at'] = "fr-ring"; //copied from de-de
|
||||
$text['option-frring']['de-ch'] = "fr-ring"; //copied from de-de
|
||||
@@ -182,6 +191,7 @@ $text['option-frring']['sv-se'] = "fr-ring";
|
||||
$text['option-frring']['uk-ua'] = "fr-ring";
|
||||
|
||||
$text['option-dering']['en-us'] = "de-ring";
|
||||
$text['option-dering']['en-gb'] = "de-ring";
|
||||
$text['option-dering']['ar-eg'] = "";
|
||||
$text['option-dering']['de-at'] = "de-ring"; //copied from de-de
|
||||
$text['option-dering']['de-ch'] = "de-ring"; //copied from de-de
|
||||
@@ -202,6 +212,7 @@ $text['option-dering']['sv-se'] = "de-ring";
|
||||
$text['option-dering']['uk-ua'] = "de-ring";
|
||||
|
||||
$text['option-enterprise']['en-us'] = "Enterprise";
|
||||
$text['option-enterprise']['en-gb'] = "Enterprise";
|
||||
$text['option-enterprise']['ar-eg'] = "";
|
||||
$text['option-enterprise']['de-at'] = "Unternehmen"; //copied from de-de
|
||||
$text['option-enterprise']['de-ch'] = "Unternehmen"; //copied from de-de
|
||||
@@ -222,6 +233,7 @@ $text['option-enterprise']['sv-se'] = "Företag";
|
||||
$text['option-enterprise']['uk-ua'] = "";
|
||||
|
||||
$text['option-enabled']['en-us'] = "Enabled";
|
||||
$text['option-enabled']['en-gb'] = "Enabled";
|
||||
$text['option-enabled']['ar-eg'] = "";
|
||||
$text['option-enabled']['de-at'] = "Aktiviert"; //copied from de-de
|
||||
$text['option-enabled']['de-ch'] = "Aktiviert"; //copied from de-de
|
||||
@@ -242,6 +254,7 @@ $text['option-enabled']['sv-se'] = "Aktiverad";
|
||||
$text['option-enabled']['uk-ua'] = "Включено";
|
||||
|
||||
$text['option-disabled']['en-us'] = "Disabled";
|
||||
$text['option-disabled']['en-gb'] = "Disabled";
|
||||
$text['option-disabled']['ar-eg'] = "";
|
||||
$text['option-disabled']['de-at'] = "Deaktiviert"; //copied from de-de
|
||||
$text['option-disabled']['de-ch'] = "Deaktiviert"; //copied from de-de
|
||||
@@ -262,6 +275,7 @@ $text['option-disabled']['sv-se'] = "Avaktiverad";
|
||||
$text['option-disabled']['uk-ua'] = "Виключено";
|
||||
|
||||
$text['message-timeout-action']['en-us'] = "Please provide: Timeout Action";
|
||||
$text['message-timeout-action']['en-gb'] = "Please provide: Timeout Action";
|
||||
$text['message-timeout-action']['ar-eg'] = "";
|
||||
$text['message-timeout-action']['de-at'] = "Bitte geben Sie folgendes an: Time-Out Aktion"; //copied from de-de
|
||||
$text['message-timeout-action']['de-ch'] = "Bitte geben Sie folgendes an: Time-Out Aktion"; //copied from de-de
|
||||
@@ -282,6 +296,7 @@ $text['message-timeout-action']['sv-se'] = "Ange: Timeout Åtgärd";
|
||||
$text['message-timeout-action']['uk-ua'] = "";
|
||||
|
||||
$text['message-timeout']['en-us'] = "Please provide: Timeout";
|
||||
$text['message-timeout']['en-gb'] = "Please provide: Timeout";
|
||||
$text['message-timeout']['ar-eg'] = "";
|
||||
$text['message-timeout']['de-at'] = "Bitte geben Sie folgendes an: Time-Out"; //copied from de-de
|
||||
$text['message-timeout']['de-ch'] = "Bitte geben Sie folgendes an: Time-Out"; //copied from de-de
|
||||
@@ -302,6 +317,7 @@ $text['message-timeout']['sv-se'] = "Ange: Timeout";
|
||||
$text['message-timeout']['uk-ua'] = "";
|
||||
|
||||
$text['message-strategy']['en-us'] = "Please provide: Strategy";
|
||||
$text['message-strategy']['en-gb'] = "Please provide: Strategy";
|
||||
$text['message-strategy']['ar-eg'] = "";
|
||||
$text['message-strategy']['de-at'] = "Bitte geben Sie folgendes an: Strategie"; //copied from de-de
|
||||
$text['message-strategy']['de-ch'] = "Bitte geben Sie folgendes an: Strategie"; //copied from de-de
|
||||
@@ -322,6 +338,7 @@ $text['message-strategy']['sv-se'] = "Ange: Strategi";
|
||||
$text['message-strategy']['uk-ua'] = "";
|
||||
|
||||
$text['message-name']['en-us'] = "Please provide: Name";
|
||||
$text['message-name']['en-gb'] = "Please provide: Name";
|
||||
$text['message-name']['ar-eg'] = "";
|
||||
$text['message-name']['de-at'] = "Bitte geben Sie folgendes an: Name"; //copied from de-de
|
||||
$text['message-name']['de-ch'] = "Bitte geben Sie folgendes an: Name"; //copied from de-de
|
||||
@@ -342,6 +359,7 @@ $text['message-name']['sv-se'] = "Ange: Namn";
|
||||
$text['message-name']['uk-ua'] = "";
|
||||
|
||||
$text['message-maximum_ring_groups']['en-us'] = "Maximum Ring Groups:";
|
||||
$text['message-maximum_ring_groups']['en-gb'] = "Maximum Ring Groups:";
|
||||
$text['message-maximum_ring_groups']['ar-eg'] = "";
|
||||
$text['message-maximum_ring_groups']['de-at'] = "Maximale Anzahl an Rufgruppen"; //copied from de-de
|
||||
$text['message-maximum_ring_groups']['de-ch'] = "Maximale Anzahl an Rufgruppen"; //copied from de-de
|
||||
@@ -362,6 +380,7 @@ $text['message-maximum_ring_groups']['sv-se'] = "Max Antal Ringgrupper:";
|
||||
$text['message-maximum_ring_groups']['uk-ua'] = "";
|
||||
|
||||
$text['message-enabled']['en-us'] = "Please provide: Enabled";
|
||||
$text['message-enabled']['en-gb'] = "Please provide: Enabled";
|
||||
$text['message-enabled']['ar-eg'] = "";
|
||||
$text['message-enabled']['de-at'] = "Bitte geben Sie folgendes an: Aktiviert"; //copied from de-de
|
||||
$text['message-enabled']['de-ch'] = "Bitte geben Sie folgendes an: Aktiviert"; //copied from de-de
|
||||
@@ -382,6 +401,7 @@ $text['message-enabled']['sv-se'] = "Ange: Aktiverad";
|
||||
$text['message-enabled']['uk-ua'] = "";
|
||||
|
||||
$text['link-call-forward']['en-us'] = "Call Forward";
|
||||
$text['link-call-forward']['en-gb'] = "Call Forward";
|
||||
$text['link-call-forward']['ar-eg'] = "";
|
||||
$text['link-call-forward']['de-at'] = "Ruf Weiterleitung"; //copied from de-de
|
||||
$text['link-call-forward']['de-ch'] = "Ruf Weiterleitung"; //copied from de-de
|
||||
@@ -402,6 +422,7 @@ $text['link-call-forward']['sv-se'] = "Vidarekoppling";
|
||||
$text['link-call-forward']['uk-ua'] = "";
|
||||
|
||||
$text['label-user_list']['en-us'] = "User List";
|
||||
$text['label-user_list']['en-gb'] = "User List";
|
||||
$text['label-user_list']['ar-eg'] = "";
|
||||
$text['label-user_list']['de-at'] = "Benutzer Liste"; //copied from de-de
|
||||
$text['label-user_list']['de-ch'] = "Benutzer Liste"; //copied from de-de
|
||||
@@ -422,6 +443,7 @@ $text['label-user_list']['sv-se'] = "Användar-lista";
|
||||
$text['label-user_list']['uk-ua'] = "Список користувачів";
|
||||
|
||||
$text['label-url']['en-us'] = "URL";
|
||||
$text['label-url']['en-gb'] = "URL";
|
||||
$text['label-url']['ar-eg'] = "";
|
||||
$text['label-url']['de-at'] = "URL"; //copied from de-de
|
||||
$text['label-url']['de-ch'] = "URL"; //copied from de-de
|
||||
@@ -442,6 +464,7 @@ $text['label-url']['sv-se'] = "URL";
|
||||
$text['label-url']['uk-ua'] = "URL";
|
||||
|
||||
$text['label-timeout_destination']['en-us'] = "Timeout Destination";
|
||||
$text['label-timeout_destination']['en-gb'] = "Timeout Destination";
|
||||
$text['label-timeout_destination']['ar-eg'] = "";
|
||||
$text['label-timeout_destination']['de-at'] = "Time-Out Ziel"; //copied from de-de
|
||||
$text['label-timeout_destination']['de-ch'] = "Time-Out Ziel"; //copied from de-de
|
||||
@@ -462,6 +485,7 @@ $text['label-timeout_destination']['sv-se'] = "Timeout Destination";
|
||||
$text['label-timeout_destination']['uk-ua'] = "";
|
||||
|
||||
$text['label-call_timeout']['en-us'] = "Call Timeout";
|
||||
$text['label-call_timeout']['en-gb'] = "Call Timeout";
|
||||
$text['label-call_timeout']['ar-eg'] = "";
|
||||
$text['label-call_timeout']['de-at'] = "Zeitüberschreitung des Anrufs"; //copied from de-de
|
||||
$text['label-call_timeout']['de-ch'] = "Zeitüberschreitung des Anrufs"; //copied from de-de
|
||||
@@ -482,6 +506,7 @@ $text['label-call_timeout']['sv-se'] = "Call Timeout";
|
||||
$text['label-call_timeout']['uk-ua'] = "";
|
||||
|
||||
$text['label-timeout']['en-us'] = "Timeout";
|
||||
$text['label-timeout']['en-gb'] = "Timeout";
|
||||
$text['label-timeout']['ar-eg'] = "";
|
||||
$text['label-timeout']['de-at'] = "Time-Out"; //copied from de-de
|
||||
$text['label-timeout']['de-ch'] = "Time-Out"; //copied from de-de
|
||||
@@ -502,6 +527,7 @@ $text['label-timeout']['sv-se'] = "Tidsgräns";
|
||||
$text['label-timeout']['uk-ua'] = "Таймаут";
|
||||
|
||||
$text['label-text']['en-us'] = "Text";
|
||||
$text['label-text']['en-gb'] = "Text";
|
||||
$text['label-text']['ar-eg'] = "";
|
||||
$text['label-text']['de-at'] = "Text"; //copied from de-de
|
||||
$text['label-text']['de-ch'] = "Text"; //copied from de-de
|
||||
@@ -522,6 +548,7 @@ $text['label-text']['sv-se'] = "Text";
|
||||
$text['label-text']['uk-ua'] = "текст";
|
||||
|
||||
$text['label-strategy']['en-us'] = "Strategy";
|
||||
$text['label-strategy']['en-gb'] = "Strategy";
|
||||
$text['label-strategy']['ar-eg'] = "";
|
||||
$text['label-strategy']['de-at'] = "Strategie"; //copied from de-de
|
||||
$text['label-strategy']['de-ch'] = "Strategie"; //copied from de-de
|
||||
@@ -542,6 +569,7 @@ $text['label-strategy']['sv-se'] = "Strategi";
|
||||
$text['label-strategy']['uk-ua'] = "";
|
||||
|
||||
$text['label-ringback']['en-us'] = "Ring Back";
|
||||
$text['label-ringback']['en-gb'] = "Ring Back";
|
||||
$text['label-ringback']['ar-eg'] = "";
|
||||
$text['label-ringback']['de-at'] = "Ruf Ton"; //copied from de-de
|
||||
$text['label-ringback']['de-ch'] = "Ruf Ton"; //copied from de-de
|
||||
@@ -562,6 +590,7 @@ $text['label-ringback']['sv-se'] = "Tillbakaringning";
|
||||
$text['label-ringback']['uk-ua'] = "";
|
||||
|
||||
$text['label-ring-group-extension']['en-us'] = "Ring Group Extension";
|
||||
$text['label-ring-group-extension']['en-gb'] = "Ring Group Extension";
|
||||
$text['label-ring-group-extension']['ar-eg'] = "";
|
||||
$text['label-ring-group-extension']['de-at'] = "Nebenstelle der Rufgruppe"; //copied from de-de
|
||||
$text['label-ring-group-extension']['de-ch'] = "Nebenstelle der Rufgruppe"; //copied from de-de
|
||||
@@ -582,6 +611,7 @@ $text['label-ring-group-extension']['sv-se'] = "Ringgrupp Anknytning";
|
||||
$text['label-ring-group-extension']['uk-ua'] = "";
|
||||
|
||||
$text['label-ring-group']['en-us'] = "Ring Group";
|
||||
$text['label-ring-group']['en-gb'] = "Ring Group";
|
||||
$text['label-ring-group']['ar-eg'] = "";
|
||||
$text['label-ring-group']['de-at'] = "Rufgruppe"; //copied from de-de
|
||||
$text['label-ring-group']['de-ch'] = "Rufgruppe"; //copied from de-de
|
||||
@@ -602,6 +632,7 @@ $text['label-ring-group']['sv-se'] = "Ringgrupp";
|
||||
$text['label-ring-group']['uk-ua'] = "";
|
||||
|
||||
$text['label-ring_group_follow_me_enabled']['en-us'] = "Follow Me";
|
||||
$text['label-ring_group_follow_me_enabled']['en-gb'] = "Follow Me";
|
||||
$text['label-ring_group_follow_me_enabled']['ar-eg'] = "Follow Me";
|
||||
$text['label-ring_group_follow_me_enabled']['de-at'] = "Follow Me"; //copied from de-de
|
||||
$text['label-ring_group_follow_me_enabled']['de-ch'] = "Follow Me"; //copied from de-de
|
||||
@@ -622,6 +653,7 @@ $text['label-ring_group_follow_me_enabled']['sv-se'] = "Follow Me";
|
||||
$text['label-ring_group_follow_me_enabled']['uk-ua'] = "Follow Me";
|
||||
|
||||
$text['label-missed_call']['en-us'] = "Missed Call";
|
||||
$text['label-missed_call']['en-gb'] = "Missed Call";
|
||||
$text['label-missed_call']['ar-eg'] = "";
|
||||
$text['label-missed_call']['de-at'] = "Verpasster Anruf"; //copied from de-de
|
||||
$text['label-missed_call']['de-ch'] = "Verpasster Anruf"; //copied from de-de
|
||||
@@ -642,6 +674,7 @@ $text['label-missed_call']['sv-se'] = "Missat Samtal";
|
||||
$text['label-missed_call']['uk-ua'] = "пропущений Дзвінок";
|
||||
|
||||
$text['label-ring_group_forward']['en-us'] = "Ring Group Forward";
|
||||
$text['label-ring_group_forward']['en-gb'] = "Ring Group Forward";
|
||||
$text['label-ring_group_forward']['ar-eg'] = "إعادة توجيه";
|
||||
$text['label-ring_group_forward']['de-at'] = "Weiterleiten"; //copied from de-de
|
||||
$text['label-ring_group_forward']['de-ch'] = "Weiterleiten"; //copied from de-de
|
||||
@@ -662,6 +695,7 @@ $text['label-ring_group_forward']['sv-se'] = "Spedition";
|
||||
$text['label-ring_group_forward']['uk-ua'] = "експедиція";
|
||||
|
||||
$text['label-ring_group_forward_toll_allow']['en-us'] = "Forward Toll Allow";
|
||||
$text['label-ring_group_forward_toll_allow']['en-gb'] = "Forward Toll Allow";
|
||||
$text['label-ring_group_forward_toll_allow']['ar-eg'] = "Toll Allow إعادة ت وجيه";
|
||||
$text['label-ring_group_forward_toll_allow']['de-at'] = "Weiterleiten Toll Allow"; //copied from de-de
|
||||
$text['label-ring_group_forward_toll_allow']['de-ch'] = "Weiterleiten Toll Allow"; //copied from de-de
|
||||
@@ -682,6 +716,7 @@ $text['label-ring_group_forward_toll_allow']['sv-se'] = "Spedition Toll Allow";
|
||||
$text['label-ring_group_forward_toll_allow']['uk-ua'] = "експедиція";
|
||||
|
||||
$text['label-forward_destination']['en-us'] = "Number";
|
||||
$text['label-forward_destination']['en-gb'] = "Number";
|
||||
$text['label-forward_destination']['ar-eg'] = "";
|
||||
$text['label-forward_destination']['de-at'] = "Nummer"; //copied from de-de
|
||||
$text['label-forward_destination']['de-ch'] = "Nummer"; //copied from de-de
|
||||
@@ -702,6 +737,7 @@ $text['label-forward_destination']['sv-se'] = "Nummer";
|
||||
$text['label-forward_destination']['uk-ua'] = "";
|
||||
|
||||
$text['label-extension']['en-us'] = "Extension";
|
||||
$text['label-extension']['en-gb'] = "Extension";
|
||||
$text['label-extension']['ar-eg'] = "";
|
||||
$text['label-extension']['de-at'] = "Nebenstelle"; //copied from de-de
|
||||
$text['label-extension']['de-ch'] = "Nebenstelle"; //copied from de-de
|
||||
@@ -722,6 +758,7 @@ $text['label-extension']['sv-se'] = "Anknytning";
|
||||
$text['label-extension']['uk-ua'] = "Розширення (Extention)";
|
||||
|
||||
$text['label-email']['en-us'] = "Email";
|
||||
$text['label-email']['en-gb'] = "Email";
|
||||
$text['label-email']['ar-eg'] = "";
|
||||
$text['label-email']['de-at'] = "Email"; //copied from de-de
|
||||
$text['label-email']['de-ch'] = "Email"; //copied from de-de
|
||||
@@ -742,6 +779,7 @@ $text['label-email']['sv-se'] = "E-post";
|
||||
$text['label-email']['uk-ua'] = "Електронна пошта";
|
||||
|
||||
$text['label-duration']['en-us'] = "Duration";
|
||||
$text['label-duration']['en-gb'] = "Duration";
|
||||
$text['label-duration']['ar-eg'] = "";
|
||||
$text['label-duration']['de-at'] = "Dauer"; //copied from de-de
|
||||
$text['label-duration']['de-ch'] = "Dauer"; //copied from de-de
|
||||
@@ -762,6 +800,7 @@ $text['label-duration']['sv-se'] = "Samtalstid";
|
||||
$text['label-duration']['uk-ua'] = "Тривалість";
|
||||
|
||||
$text['label-distinctive_ring']['en-us'] = "Distinctive Ring";
|
||||
$text['label-distinctive_ring']['en-gb'] = "Distinctive Ring";
|
||||
$text['label-distinctive_ring']['ar-eg'] = "";
|
||||
$text['label-distinctive_ring']['de-at'] = "Individueller Rufton"; //copied from de-de
|
||||
$text['label-distinctive_ring']['de-ch'] = "Individueller Rufton"; //copied from de-de
|
||||
@@ -782,6 +821,7 @@ $text['label-distinctive_ring']['sv-se'] = "Distinkt Ringning";
|
||||
$text['label-distinctive_ring']['uk-ua'] = "";
|
||||
|
||||
$text['label-destinations']['en-us'] = "Destinations";
|
||||
$text['label-destinations']['en-gb'] = "Destinations";
|
||||
$text['label-destinations']['ar-eg'] = "";
|
||||
$text['label-destinations']['de-at'] = "Ziele"; //copied from de-de
|
||||
$text['label-destinations']['de-ch'] = "Ziele"; //copied from de-de
|
||||
@@ -802,6 +842,7 @@ $text['label-destinations']['sv-se'] = "Destinationer";
|
||||
$text['label-destinations']['uk-ua'] = "Номери";
|
||||
|
||||
$text['label-destination_timeout']['en-us'] = "Timeout";
|
||||
$text['label-destination_timeout']['en-gb'] = "Timeout";
|
||||
$text['label-destination_timeout']['ar-eg'] = "";
|
||||
$text['label-destination_timeout']['de-at'] = "Abwurfzeit"; //copied from de-de
|
||||
$text['label-destination_timeout']['de-ch'] = "Abwurfzeit"; //copied from de-de
|
||||
@@ -822,6 +863,7 @@ $text['label-destination_timeout']['sv-se'] = "Tidsgräns";
|
||||
$text['label-destination_timeout']['uk-ua'] = "Таймаут";
|
||||
|
||||
$text['label-destination_prompt_confirm']['en-us'] = "Confirm";
|
||||
$text['label-destination_prompt_confirm']['en-gb'] = "Confirm";
|
||||
$text['label-destination_prompt_confirm']['ar-eg'] = "";
|
||||
$text['label-destination_prompt_confirm']['de-at'] = "Bestätigen"; //copied from de-de
|
||||
$text['label-destination_prompt_confirm']['de-ch'] = "Bestätigen"; //copied from de-de
|
||||
@@ -842,6 +884,7 @@ $text['label-destination_prompt_confirm']['sv-se'] = "Bekräfta";
|
||||
$text['label-destination_prompt_confirm']['uk-ua'] = "Підтвердити";
|
||||
|
||||
$text['label-destination_prompt_announce']['en-us'] = "Announce";
|
||||
$text['label-destination_prompt_announce']['en-gb'] = "Announce";
|
||||
$text['label-destination_prompt_announce']['ar-eg'] = "";
|
||||
$text['label-destination_prompt_announce']['de-at'] = "Ankündigen"; //copied from de-de
|
||||
$text['label-destination_prompt_announce']['de-ch'] = "Ankündigen"; //copied from de-de
|
||||
@@ -862,6 +905,7 @@ $text['label-destination_prompt_announce']['sv-se'] = "Meddela";
|
||||
$text['label-destination_prompt_announce']['uk-ua'] = "";
|
||||
|
||||
$text['label-destination_prompt']['en-us'] = "Prompt";
|
||||
$text['label-destination_prompt']['en-gb'] = "Prompt";
|
||||
$text['label-destination_prompt']['ar-eg'] = "";
|
||||
$text['label-destination_prompt']['de-at'] = "Aufforderung"; //copied from de-de
|
||||
$text['label-destination_prompt']['de-ch'] = "Aufforderung"; //copied from de-de
|
||||
@@ -882,6 +926,7 @@ $text['label-destination_prompt']['sv-se'] = "Verifiering";
|
||||
$text['label-destination_prompt']['uk-ua'] = "";
|
||||
|
||||
$text['label-destination_order']['en-us'] = "Order";
|
||||
$text['label-destination_order']['en-gb'] = "Order";
|
||||
$text['label-destination_order']['ar-eg'] = "";
|
||||
$text['label-destination_order']['de-at'] = "Reihenfolge"; //copied from de-de
|
||||
$text['label-destination_order']['de-ch'] = "Reihenfolge"; //copied from de-de
|
||||
@@ -902,6 +947,7 @@ $text['label-destination_order']['sv-se'] = "Ordning";
|
||||
$text['label-destination_order']['uk-ua'] = "Порядок";
|
||||
|
||||
$text['label-destination_number']['en-us'] = "Destination";
|
||||
$text['label-destination_number']['en-gb'] = "Destination";
|
||||
$text['label-destination_number']['ar-eg'] = "";
|
||||
$text['label-destination_number']['de-at'] = "Ziel"; //copied from de-de
|
||||
$text['label-destination_number']['de-ch'] = "Ziel"; //copied from de-de
|
||||
@@ -922,6 +968,7 @@ $text['label-destination_number']['sv-se'] = "Destination";
|
||||
$text['label-destination_number']['uk-ua'] = "Номер";
|
||||
|
||||
$text['label-destination_delay']['en-us'] = "Delay";
|
||||
$text['label-destination_delay']['en-gb'] = "Delay";
|
||||
$text['label-destination_delay']['ar-eg'] = "";
|
||||
$text['label-destination_delay']['de-at'] = "Verzögerung"; //copied from de-de
|
||||
$text['label-destination_delay']['de-ch'] = "Verzögerung"; //copied from de-de
|
||||
@@ -942,6 +989,7 @@ $text['label-destination_delay']['sv-se'] = "Fördröjning";
|
||||
$text['label-destination_delay']['uk-ua'] = "Затримка";
|
||||
|
||||
$text['label-delay']['en-us'] = "Delay";
|
||||
$text['label-delay']['en-gb'] = "Delay";
|
||||
$text['label-delay']['ar-eg'] = "";
|
||||
$text['label-delay']['de-at'] = "Verzögerung"; //copied from de-de
|
||||
$text['label-delay']['de-ch'] = "Verzögerung"; //copied from de-de
|
||||
@@ -962,6 +1010,7 @@ $text['label-delay']['sv-se'] = "Fördröjning";
|
||||
$text['label-delay']['uk-ua'] = "Затримка";
|
||||
|
||||
$text['label-context']['en-us'] = "Context";
|
||||
$text['label-context']['en-gb'] = "Context";
|
||||
$text['label-context']['ar-eg'] = "";
|
||||
$text['label-context']['de-at'] = "Kontext"; //copied from de-de
|
||||
$text['label-context']['de-ch'] = "Kontext"; //copied from de-de
|
||||
@@ -982,6 +1031,7 @@ $text['label-context']['sv-se'] = "Context";
|
||||
$text['label-context']['uk-ua'] = "Контекст";
|
||||
|
||||
$text['label-cid-number-prefix']['en-us'] = "CID Number Prefix";
|
||||
$text['label-cid-number-prefix']['en-gb'] = "CID Number Prefix";
|
||||
$text['label-cid-number-prefix']['ar-eg'] = "";
|
||||
$text['label-cid-number-prefix']['de-at'] = "Anruferkennung (Nummer) Präfix"; //copied from de-de
|
||||
$text['label-cid-number-prefix']['de-ch'] = "Anruferkennung (Nummer) Präfix"; //copied from de-de
|
||||
@@ -1002,6 +1052,7 @@ $text['label-cid-number-prefix']['sv-se'] = "Nummerpresentation";
|
||||
$text['label-cid-number-prefix']['uk-ua'] = "Caller ID Номер";
|
||||
|
||||
$text['label-cid-name-prefix']['en-us'] = "CID Name Prefix";
|
||||
$text['label-cid-name-prefix']['en-gb'] = "CID Name Prefix";
|
||||
$text['label-cid-name-prefix']['ar-eg'] = "";
|
||||
$text['label-cid-name-prefix']['de-at'] = "Anruferkennung (Name) Präfix"; //copied from de-de
|
||||
$text['label-cid-name-prefix']['de-ch'] = "Anruferkennung (Name) Präfix"; //copied from de-de
|
||||
@@ -1022,6 +1073,7 @@ $text['label-cid-name-prefix']['sv-se'] = "Namnpresentation";
|
||||
$text['label-cid-name-prefix']['uk-ua'] = "Caller ID Ім’я";
|
||||
|
||||
$text['label-call-forward']['en-us'] = "Call Forward";
|
||||
$text['label-call-forward']['en-gb'] = "Call Forward";
|
||||
$text['label-call-forward']['ar-eg'] = "";
|
||||
$text['label-call-forward']['de-at'] = "Anruf Weiterleitung"; //copied from de-de
|
||||
$text['label-call-forward']['de-ch'] = "Anruf Weiterleitung"; //copied from de-de
|
||||
@@ -1042,6 +1094,7 @@ $text['label-call-forward']['sv-se'] = "Vidarekoppling";
|
||||
$text['label-call-forward']['uk-ua'] = "Переадресація";
|
||||
|
||||
$text['label-forwarding']['en-us'] = "Forwarding";
|
||||
$text['label-forwarding']['en-gb'] = "Forwarding";
|
||||
$text['label-forwarding']['ar-eg'] = "تحويل";
|
||||
$text['label-forwarding']['de-at'] = "Weiterleiten"; //copied from de-de
|
||||
$text['label-forwarding']['de-ch'] = "Weiterleiten"; //copied from de-de
|
||||
@@ -1062,6 +1115,7 @@ $text['label-forwarding']['sv-se'] = "Vidarekoppla";
|
||||
$text['label-forwarding']['uk-ua'] = "";
|
||||
|
||||
$text['header-ring-group-forward']['en-us'] = "Ring Group Forward";
|
||||
$text['header-ring-group-forward']['en-gb'] = "Ring Group Forward";
|
||||
$text['header-ring-group-forward']['ar-eg'] = "";
|
||||
$text['header-ring-group-forward']['de-at'] = "Rufgruppe weiterleiten"; //copied from de-de
|
||||
$text['header-ring-group-forward']['de-ch'] = "Rufgruppe weiterleiten"; //copied from de-de
|
||||
@@ -1082,6 +1136,7 @@ $text['header-ring-group-forward']['sv-se'] = "Ringgrupp Vidarekoppling";
|
||||
$text['header-ring-group-forward']['uk-ua'] = "";
|
||||
|
||||
$text['header-description']['en-us'] = "Description";
|
||||
$text['header-description']['en-gb'] = "Description";
|
||||
$text['header-description']['ar-eg'] = "";
|
||||
$text['header-description']['de-at'] = "Beschreibung"; //copied from de-de
|
||||
$text['header-description']['de-ch'] = "Beschreibung"; //copied from de-de
|
||||
@@ -1102,6 +1157,7 @@ $text['header-description']['sv-se'] = "Beskrivning";
|
||||
$text['header-description']['uk-ua'] = "Опис";
|
||||
|
||||
$text['description-user_list']['en-us'] = "Define users assigned to this ring group.";
|
||||
$text['description-user_list']['en-gb'] = "Define users assigned to this ring group.";
|
||||
$text['description-user_list']['ar-eg'] = "";
|
||||
$text['description-user_list']['de-at'] = "Weisen Sie diese Rufgruppe Benutzern zu."; //copied from de-de
|
||||
$text['description-user_list']['de-ch'] = "Weisen Sie diese Rufgruppe Benutzern zu."; //copied from de-de
|
||||
@@ -1122,6 +1178,7 @@ $text['description-user_list']['sv-se'] = "Tilldela användare till denna ringgr
|
||||
$text['description-user_list']['uk-ua'] = "";
|
||||
|
||||
$text['description-timeout_destination']['en-us'] = "Select the timeout destination for this ring group.";
|
||||
$text['description-timeout_destination']['en-gb'] = "Select the timeout destination for this ring group.";
|
||||
$text['description-timeout_destination']['ar-eg'] = "";
|
||||
$text['description-timeout_destination']['de-at'] = "Wählen Sie das Abwurfziel für die Rufgruppe."; //copied from de-de
|
||||
$text['description-timeout_destination']['de-ch'] = "Wählen Sie das Abwurfziel für die Rufgruppe."; //copied from de-de
|
||||
@@ -1142,6 +1199,7 @@ $text['description-timeout_destination']['sv-se'] = "Välj timeout destinationen
|
||||
$text['description-timeout_destination']['uk-ua'] = "";
|
||||
|
||||
$text['description-timeout']['en-us'] = "Enter the total call timeout in seconds";
|
||||
$text['description-timeout']['en-gb'] = "Enter the total call timeout in seconds";
|
||||
$text['description-timeout']['ar-eg'] = "";
|
||||
$text['description-timeout']['de-at'] = "Geben Sie das absolute Time-Out in Sekunden an."; //copied from de-de
|
||||
$text['description-timeout']['de-ch'] = "Geben Sie das absolute Time-Out in Sekunden an."; //copied from de-de
|
||||
@@ -1162,6 +1220,7 @@ $text['description-timeout']['sv-se'] = "Ange den totala samtals timeout tiden i
|
||||
$text['description-timeout']['uk-ua'] = "";
|
||||
|
||||
$text['description-strategy']['en-us'] = "Select the ring strategy.";
|
||||
$text['description-strategy']['en-gb'] = "Select the ring strategy.";
|
||||
$text['description-strategy']['ar-eg'] = "";
|
||||
$text['description-strategy']['de-at'] = "Wählen Sie eine Strategie."; //copied from de-de
|
||||
$text['description-strategy']['de-ch'] = "Wählen Sie eine Strategie."; //copied from de-de
|
||||
@@ -1182,6 +1241,7 @@ $text['description-strategy']['sv-se'] = "Välj strategi för ringflöde.";
|
||||
$text['description-strategy']['uk-ua'] = "";
|
||||
|
||||
$text['description-skip_active']['en-us'] = "Skip destinations with active calls.";
|
||||
$text['description-skip_active']['en-gb'] = "Skip destinations with active calls.";
|
||||
$text['description-skip_active']['ar-eg'] = "";
|
||||
$text['description-skip_active']['de-at'] = "Nebenstellen mit aktiven Gesprächen überspringen."; //copied from de-de
|
||||
$text['description-skip_active']['de-ch'] = "Nebenstellen mit aktiven Gesprächen überspringen."; //copied from de-de
|
||||
@@ -1202,6 +1262,7 @@ $text['description-skip_active']['sv-se'] = "Hoppa över destinationer med aktiv
|
||||
$text['description-skip_active']['uk-ua'] = "";
|
||||
|
||||
$text['description-ringback']['en-us'] = "Defines what the caller will hear while the destination is being called.";
|
||||
$text['description-ringback']['en-gb'] = "Defines what the caller will hear while the destination is being called.";
|
||||
$text['description-ringback']['ar-eg'] = "";
|
||||
$text['description-ringback']['de-at'] = "Definiert was der Anrufer hört, während die Ziele angerufen werden."; //copied from de-de
|
||||
$text['description-ringback']['de-ch'] = "Definiert was der Anrufer hört, während die Ziele angerufen werden."; //copied from de-de
|
||||
@@ -1222,6 +1283,7 @@ $text['description-ringback']['sv-se'] = "Definierar vad inringande hör under t
|
||||
$text['description-ringback']['uk-ua'] = "";
|
||||
|
||||
$text['description-ring-group-forward']['en-us'] = "Forward a called Ring Group to an alternate destination.";
|
||||
$text['description-ring-group-forward']['en-gb'] = "Forward a called Ring Group to an alternate destination.";
|
||||
$text['description-ring-group-forward']['ar-eg'] = "";
|
||||
$text['description-ring-group-forward']['de-at'] = "Leitet Anrufe an ein alternatives Ziel weiter."; //copied from de-de
|
||||
$text['description-ring-group-forward']['de-ch'] = "Leitet Anrufe an ein alternatives Ziel weiter."; //copied from de-de
|
||||
@@ -1242,6 +1304,7 @@ $text['description-ring-group-forward']['sv-se'] = "Vidarekoppla samtal till en
|
||||
$text['description-ring-group-forward']['uk-ua'] = "Перенаправлення під назвою Ring Group в альтернативне місце призначення.";
|
||||
|
||||
$text['description-name']['en-us'] = "Enter a name.";
|
||||
$text['description-name']['en-gb'] = "Enter a name.";
|
||||
$text['description-name']['ar-eg'] = "";
|
||||
$text['description-name']['de-at'] = "Geben Sie einen Namen an."; //copied from de-de
|
||||
$text['description-name']['de-ch'] = "Geben Sie einen Namen an."; //copied from de-de
|
||||
@@ -1262,6 +1325,7 @@ $text['description-name']['sv-se'] = "Ange ett namn.";
|
||||
$text['description-name']['uk-ua'] = "Введіть назву меню";
|
||||
|
||||
$text['description-ring_group_follow_me_enabled']['en-us'] = "Choose to follow a ring group destination's follow me.";
|
||||
$text['description-ring_group_follow_me_enabled']['en-gb'] = "Choose to follow a ring group destination's follow me.";
|
||||
$text['description-ring_group_follow_me_enabled']['ar-eg'] = "Choose to follow a ring group destination's follow me.";
|
||||
$text['description-ring_group_follow_me_enabled']['de-at'] = "Choose to follow a ring group destination's follow me.";
|
||||
$text['description-ring_group_follow_me_enabled']['de-ch'] = "Choose to follow a ring group destination's follow me.";
|
||||
@@ -1282,6 +1346,7 @@ $text['description-ring_group_follow_me_enabled']['sv-se'] = "Choose to follow a
|
||||
$text['description-ring_group_follow_me_enabled']['uk-ua'] = "Choose to follow a ring group destination's follow me.";
|
||||
|
||||
$text['description-missed_call']['en-us'] = "Select the notification type, and enter the appropriate destination.";
|
||||
$text['description-missed_call']['en-gb'] = "Select the notification type, and enter the appropriate destination.";
|
||||
$text['description-missed_call']['ar-eg'] = "";
|
||||
$text['description-missed_call']['de-at'] = "Wählen Sie den Benachrichtigungstyp und geben Sie das entsprechende Ziel an."; //copied from de-de
|
||||
$text['description-missed_call']['de-ch'] = "Wählen Sie den Benachrichtigungstyp und geben Sie das entsprechende Ziel an."; //copied from de-de
|
||||
@@ -1302,6 +1367,7 @@ $text['description-missed_call']['sv-se'] = "Välj typ anmälan, och ange lämpl
|
||||
$text['description-missed_call']['uk-ua'] = "Виберіть тип повідомлення, і ввести відповідний пункт призначення.";
|
||||
|
||||
$text['description-extension']['en-us'] = "Enter the extension number.";
|
||||
$text['description-extension']['en-gb'] = "Enter the extension number.";
|
||||
$text['description-extension']['ar-eg'] = "";
|
||||
$text['description-extension']['de-at'] = "Geben Sie eine Nebenstelle an."; //copied from de-de
|
||||
$text['description-extension']['de-ch'] = "Geben Sie eine Nebenstelle an."; //copied from de-de
|
||||
@@ -1322,6 +1388,7 @@ $text['description-extension']['sv-se'] = "Ange anknytningsnumret.";
|
||||
$text['description-extension']['uk-ua'] = "";
|
||||
|
||||
$text['description-enter-context']['en-us'] = "Enter the context.";
|
||||
$text['description-enter-context']['en-gb'] = "Enter the context.";
|
||||
$text['description-enter-context']['ar-eg'] = "";
|
||||
$text['description-enter-context']['de-at'] = "Geben Sie den Kontext ein."; //copied from de-de
|
||||
$text['description-enter-context']['de-ch'] = "Geben Sie den Kontext ein."; //copied from de-de
|
||||
@@ -1342,6 +1409,7 @@ $text['description-enter-context']['sv-se'] = "Ange Context";
|
||||
$text['description-enter-context']['uk-ua'] = "";
|
||||
|
||||
$text['description-enabled']['en-us'] = "Set the status of this ring group.";
|
||||
$text['description-enabled']['en-gb'] = "Set the status of this ring group.";
|
||||
$text['description-enabled']['ar-eg'] = "";
|
||||
$text['description-enabled']['de-at'] = "Setzen Sie den Status dieser Rufgruppe."; //copied from de-de
|
||||
$text['description-enabled']['de-ch'] = "Setzen Sie den Status dieser Rufgruppe."; //copied from de-de
|
||||
@@ -1362,6 +1430,7 @@ $text['description-enabled']['sv-se'] = "Ange status på denna ringgrupp.";
|
||||
$text['description-enabled']['uk-ua'] = "";
|
||||
|
||||
$text['description-distinctive_ring']['en-us'] = "Select a sound for a distinctive ring.";
|
||||
$text['description-distinctive_ring']['en-gb'] = "Select a sound for a distinctive ring.";
|
||||
$text['description-distinctive_ring']['ar-eg'] = "";
|
||||
$text['description-distinctive_ring']['de-at'] = "Wählen Sie einen Ton für den individuellen Rufton."; //copied from de-de
|
||||
$text['description-distinctive_ring']['de-ch'] = "Wählen Sie einen Ton für den individuellen Rufton."; //copied from de-de
|
||||
@@ -1382,6 +1451,7 @@ $text['description-distinctive_ring']['sv-se'] = "Välj ett ljud för den distin
|
||||
$text['description-distinctive_ring']['uk-ua'] = "";
|
||||
|
||||
$text['description-destinations']['en-us'] = "Add destinations and parameters to the ring group.";
|
||||
$text['description-destinations']['en-gb'] = "Add destinations and parameters to the ring group.";
|
||||
$text['description-destinations']['ar-eg'] = "";
|
||||
$text['description-destinations']['de-at'] = "Fügen Sie Ziele und Parameter zu einer Rufgruppe hinzu."; //copied from de-de
|
||||
$text['description-destinations']['de-ch'] = "Fügen Sie Ziele und Parameter zu einer Rufgruppe hinzu."; //copied from de-de
|
||||
@@ -1402,6 +1472,7 @@ $text['description-destinations']['sv-se'] = "Lägg till destinationer och param
|
||||
$text['description-destinations']['uk-ua'] = "Вхідні номери можуть бути таких типів: DID/DDI, DNIS або Alias для вхідних дзвінків";
|
||||
|
||||
$text['description-caller_id_name']['en-us'] = "Set the caller ID name for outbound external calls.";
|
||||
$text['description-caller_id_name']['en-gb'] = "Set the caller ID name for outbound external calls.";
|
||||
$text['description-caller_id_name']['ar-eg'] = "";
|
||||
$text['description-caller_id_name']['de-at'] = "";
|
||||
$text['description-caller_id_name']['de-ch'] = "";
|
||||
@@ -1422,6 +1493,7 @@ $text['description-caller_id_name']['sv-se'] = "";
|
||||
$text['description-caller_id_name']['uk-ua'] = "";
|
||||
|
||||
$text['description-caller_id_number']['en-us'] = "Set the caller ID number for outbound external calls.";
|
||||
$text['description-caller_id_number']['en-gb'] = "Set the caller ID number for outbound external calls.";
|
||||
$text['description-caller_id_number']['ar-eg'] = "";
|
||||
$text['description-caller_id_number']['de-at'] = "";
|
||||
$text['description-caller_id_number']['de-ch'] = "";
|
||||
@@ -1442,6 +1514,7 @@ $text['description-caller_id_number']['sv-se'] = "";
|
||||
$text['description-caller_id_number']['uk-ua'] = "";
|
||||
|
||||
$text['description-cid-number-prefix']['en-us'] = "Set a prefix on the caller ID number.";
|
||||
$text['description-cid-number-prefix']['en-gb'] = "Set a prefix on the caller ID number.";
|
||||
$text['description-cid-number-prefix']['ar-eg'] = "";
|
||||
$text['description-cid-number-prefix']['de-at'] = "Setzen Sie ein Präfix für die Anruferkennung (Nummer)"; //copied from de-de
|
||||
$text['description-cid-number-prefix']['de-ch'] = "Setzen Sie ein Präfix für die Anruferkennung (Nummer)"; //copied from de-de
|
||||
@@ -1462,6 +1535,7 @@ $text['description-cid-number-prefix']['sv-se'] = "Ange nummerpresentation prefi
|
||||
$text['description-cid-number-prefix']['uk-ua'] = "";
|
||||
|
||||
$text['description-cid-name-prefix']['en-us'] = "Set a prefix on the caller ID name.";
|
||||
$text['description-cid-name-prefix']['en-gb'] = "Set a prefix on the caller ID name.";
|
||||
$text['description-cid-name-prefix']['ar-eg'] = "";
|
||||
$text['description-cid-name-prefix']['de-at'] = "Setzen Sie ein Präfix für die Anruferkennung (Name)"; //copied from de-de
|
||||
$text['description-cid-name-prefix']['de-ch'] = "Setzen Sie ein Präfix für die Anruferkennung (Name)"; //copied from de-de
|
||||
@@ -1482,6 +1556,7 @@ $text['description-cid-name-prefix']['sv-se'] = "Ange namnpresentation prefix.";
|
||||
$text['description-cid-name-prefix']['uk-ua'] = "";
|
||||
|
||||
$text['description']['en-us'] = "A ring group is a set of destinations that can be called with a ring strategy.";
|
||||
$text['description']['en-gb'] = "A ring group is a set of destinations that can be called with a ring strategy.";
|
||||
$text['description']['ar-eg'] = "";
|
||||
$text['description']['de-at'] = "Rufgruppen sind gruppierte Ziele, welche über eine vordefinierte Rufstrategie angerufen werden."; //copied from de-de
|
||||
$text['description']['de-ch'] = "Rufgruppen sind gruppierte Ziele, welche über eine vordefinierte Rufstrategie angerufen werden."; //copied from de-de
|
||||
@@ -1502,6 +1577,7 @@ $text['description']['sv-se'] = "En ringgrupp är en uppsättning av destination
|
||||
$text['description']['uk-ua'] = "Редагування інформації облікового запису";
|
||||
|
||||
$text['description-ring_group_forward_toll_allow']['en-us'] = "Ring group forwarding toll allow.";
|
||||
$text['description-ring_group_forward_toll_allow']['en-gb'] = "Ring group forwarding toll allow.";
|
||||
$text['description-ring_group_forward_toll_allow']['ar-eg'] = "";
|
||||
$text['description-ring_group_forward_toll_allow']['de-at'] = "Ring group forwarding toll allow."; //copied from de-de
|
||||
$text['description-ring_group_forward_toll_allow']['de-ch'] = "Ring group forwarding toll allow."; //copied from de-de
|
||||
@@ -1522,6 +1598,7 @@ $text['description-ring_group_forward_toll_allow']['sv-se'] = "Ring group forwar
|
||||
$text['description-ring_group_forward_toll_allow']['uk-ua'] = "Ring group forwarding toll allow.";
|
||||
|
||||
$text['button-view_all']['en-us'] = "View All";
|
||||
$text['button-view_all']['en-gb'] = "View All";
|
||||
$text['button-view_all']['ar-eg'] = "";
|
||||
$text['button-view_all']['de-at'] = "Alle anzeigen"; //copied from de-de
|
||||
$text['button-view_all']['de-ch'] = "Alle anzeigen"; //copied from de-de
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
|
||||
$y=0;
|
||||
$apps[$x]['menu'][$y]['title']['en-us'] = "Ring Groups";
|
||||
$apps[$x]['menu'][$y]['title']['en-gb'] = "Ring Groups";
|
||||
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
||||
$apps[$x]['menu'][$y]['title']['de-at'] = "Rufgruppen";
|
||||
$apps[$x]['menu'][$y]['title']['de-de'] = "Rufgruppen";
|
||||
|
||||
Reference in New Issue
Block a user