Update app_languages.php

Change label-sampling to label-rate to match the name of the field.
This commit is contained in:
FusionPBX 2016-07-02 09:27:21 -06:00 committed by GitHub
parent ff47ded50c
commit 0a227bac05
1 changed files with 11 additions and 11 deletions

View File

@ -211,16 +211,16 @@ $text['label-select_a_file']['uk'] = "Виберіть файл ...";
$text['label-select_a_file']['de-at'] = "Wählen Sie eine Datei ...";
$text['label-select_a_file']['he'] = "בחר קובץ ...";
$text['label-sampling']['en-us'] = "Sampling";
$text['label-sampling']['es-cl'] = "Muestreo";
$text['label-sampling']['pt-pt'] = "Amostragem";
$text['label-sampling']['fr-fr'] = "Échantillonnage";
$text['label-sampling']['pt-br'] = "Amostragem";
$text['label-sampling']['pl'] = "Sampling";
$text['label-sampling']['sv-se'] = "Sampling";
$text['label-sampling']['uk'] = "Якість";
$text['label-sampling']['de-at'] = "Abtastrate";
$text['label-sampling']['he'] = "דגימת קול";
$text['label-rate']['en-us'] = "Sampling";
$text['label-rate']['es-cl'] = "Muestreo";
$text['label-rate']['pt-pt'] = "Amostragem";
$text['label-rate']['fr-fr'] = "Échantillonnage";
$text['label-rate']['pt-br'] = "Amostragem";
$text['label-rate']['pl'] = "Sampling";
$text['label-rate']['sv-se'] = "Sampling";
$text['label-rate']['uk'] = "Якість";
$text['label-rate']['de-at'] = "Abtastrate";
$text['label-rate']['he'] = "דגימת קול";
$text['label-play']['en-us'] = "Play";
$text['label-play']['es-cl'] = "Reproducir";
@ -484,4 +484,4 @@ $text['button-clear']['uk'] = "Очистити";
$text['button-clear']['de-at'] = "Zurücksetzen";
$text['button-clear']['he'] = "נקה";
?>
?>