Update app_languages.php

Change the labels to sound and alternate_sound.
This commit is contained in:
FusionPBX
2016-06-11 09:14:30 -06:00
committed by GitHub
parent 1360ba4d4f
commit 5349ae273e

View File

@@ -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'] = "";
?>
?>