From 5349ae273e2b8f7e98abd9465568858db48b8b12 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 11 Jun 2016 09:14:30 -0600 Subject: [PATCH] Update app_languages.php Change the labels to sound and alternate_sound. --- app/call_flows/app_languages.php | 74 ++++++++++++++++---------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/app/call_flows/app_languages.php b/app/call_flows/app_languages.php index 6ed6cf66ff..21e2e3993e 100644 --- a/app/call_flows/app_languages.php +++ b/app/call_flows/app_languages.php @@ -120,25 +120,25 @@ $text['label-alternate_destination']['sv-se'] = "Alternativ Destination"; $text['label-alternate_destination']['uk'] = ""; $text['label-alternate_destination']['de-at'] = "Alternatives Ziel"; -$text['label-sound_on']['en-us'] = "Sound"; -$text['label-sound_on']['es-cl'] = ""; -$text['label-sound_on']['pt-pt'] = ""; -$text['label-sound_on']['fr-fr'] = ""; -$text['label-sound_on']['pt-br'] = ""; -$text['label-sound_on']['pl'] = ""; -$text['label-sound_on']['sv-se'] = ""; -$text['label-sound_on']['uk'] = ""; -$text['label-sound_on']['de-at'] = ""; +$text['label-sound']['en-us'] = "Sound"; +$text['label-sound']['es-cl'] = ""; +$text['label-sound']['pt-pt'] = ""; +$text['label-sound']['fr-fr'] = ""; +$text['label-sound']['pt-br'] = ""; +$text['label-sound']['pl'] = ""; +$text['label-sound']['sv-se'] = ""; +$text['label-sound']['uk'] = ""; +$text['label-sound']['de-at'] = ""; -$text['label-sound_off']['en-us'] = "Alternate Sound"; -$text['label-sound_off']['es-cl'] = ""; -$text['label-sound_off']['pt-pt'] = ""; -$text['label-sound_off']['fr-fr'] = ""; -$text['label-sound_off']['pt-br'] = ""; -$text['label-sound_off']['pl'] = ""; -$text['label-sound_off']['sv-se'] = ""; -$text['label-sound_off']['uk'] = ""; -$text['label-sound_off']['de-at'] = ""; +$text['label-alternate_sound']['en-us'] = "Alternate Sound"; +$text['label-alternate_sound']['es-cl'] = ""; +$text['label-alternate_sound']['pt-pt'] = ""; +$text['label-alternate_sound']['fr-fr'] = ""; +$text['label-alternate_sound']['pt-br'] = ""; +$text['label-alternate_sound']['pl'] = ""; +$text['label-alternate_sound']['sv-se'] = ""; +$text['label-alternate_sound']['uk'] = ""; +$text['label-alternate_sound']['de-at'] = ""; $text['header-call_flows']['en-us'] = "Call Flows"; $text['header-call_flows']['es-cl'] = "flujo de Llamada"; @@ -280,24 +280,24 @@ $text['description-alternate_destination']['sv-se'] = "Välj den alternativa des $text['description-alternate_destination']['uk'] = ""; $text['description-alternate_destination']['de-at'] = "Wählen Sie ein alternatives Ziel."; -$text['description-sound_on']['en-us'] = "Select the sound when on."; -$text['description-sound_on']['es-cl'] = ""; -$text['description-sound_on']['pt-pt'] = ""; -$text['description-sound_on']['fr-fr'] = ""; -$text['description-sound_on']['pt-br'] = ""; -$text['description-sound_on']['pl'] = ""; -$text['description-sound_on']['sv-se'] = ""; -$text['description-sound_on']['uk'] = ""; -$text['description-sound_on']['de-at'] = ""; +$text['description-sound']['en-us'] = "Select the sound."; +$text['description-sound']['es-cl'] = ""; +$text['description-sound']['pt-pt'] = ""; +$text['description-sound']['fr-fr'] = ""; +$text['description-sound']['pt-br'] = ""; +$text['description-sound']['pl'] = ""; +$text['description-sound']['sv-se'] = ""; +$text['description-sound']['uk'] = ""; +$text['description-sound']['de-at'] = ""; -$text['description-sound_off']['en-us'] = "Select the sound when off."; -$text['description-sound_off']['es-cl'] = ""; -$text['description-sound_off']['pt-pt'] = ""; -$text['description-sound_off']['fr-fr'] = ""; -$text['description-sound_off']['pt-br'] = ""; -$text['description-sound_off']['pl'] = ""; -$text['description-sound_off']['sv-se'] = ""; -$text['description-sound_off']['uk'] = ""; -$text['description-sound_off']['de-at'] = ""; +$text['description-alternate_sound']['en-us'] = "Select the alternate sound."; +$text['description-alternate_sound']['es-cl'] = ""; +$text['description-alternate_sound']['pt-pt'] = ""; +$text['description-alternate_sound']['fr-fr'] = ""; +$text['description-alternate_sound']['pt-br'] = ""; +$text['description-alternate_sound']['pl'] = ""; +$text['description-alternate_sound']['sv-se'] = ""; +$text['description-alternate_sound']['uk'] = ""; +$text['description-alternate_sound']['de-at'] = ""; -?> \ No newline at end of file +?>