Update app_languages.php
Set temporary transltations for label-sound and label-alternate_sound
This commit is contained in:
parent
612098e1bc
commit
61ab9f5932
|
|
@ -121,24 +121,24 @@ $text['label-alternate_destination']['uk'] = "";
|
|||
$text['label-alternate_destination']['de-at'] = "Alternatives Ziel";
|
||||
|
||||
$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']['es-cl'] = "Sonar";
|
||||
$text['label-sound']['pt-pt'] = "Som";
|
||||
$text['label-sound']['fr-fr'] = "Sonner";
|
||||
$text['label-sound']['pt-br'] = "Som";
|
||||
$text['label-sound']['pl'] = "Dźwięk";
|
||||
$text['label-sound']['sv-se'] = "Ljud";
|
||||
$text['label-sound']['uk'] = "звук";
|
||||
$text['label-sound']['de-at'] = "Klingen";
|
||||
|
||||
$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['label-alternate_sound']['es-cl'] = "sonido alternativo";
|
||||
$text['label-alternate_sound']['pt-pt'] = "som alternativo";
|
||||
$text['label-alternate_sound']['fr-fr'] = "son suppléant";
|
||||
$text['label-alternate_sound']['pt-br'] = "som alternativo";
|
||||
$text['label-alternate_sound']['pl'] = "Alternatywny dźwięk";
|
||||
$text['label-alternate_sound']['sv-se'] = "alternativt ljud";
|
||||
$text['label-alternate_sound']['uk'] = "альтернативний звук";
|
||||
$text['label-alternate_sound']['de-at'] = "wechseln Klingen";
|
||||
|
||||
$text['header-call_flows']['en-us'] = "Call Flows";
|
||||
$text['header-call_flows']['es-cl'] = "flujo de Llamada";
|
||||
|
|
|
|||
Loading…
Reference in New Issue