mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
fixed some translations
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
$apps[$x]['description']['fr-fr'] = "Définr les variables utilisées par le switch, le provisioning et plus.";
|
||||
$apps[$x]['description']['fr-ca'] = "";
|
||||
$apps[$x]['description']['fr-ch'] = "";
|
||||
$apps[$x]['description']['pt-pt'] = "Definir variáveis que são usadas pela chave, provisionamento, e muito mais.";
|
||||
$apps[$x]['description']['pt-pt'] = "Definir variáveis que são utilizadas pelo softswitch, aprovisionamento, e outros.";
|
||||
$apps[$x]['description']['pt-br'] = "";
|
||||
|
||||
//menu details
|
||||
@@ -29,7 +29,7 @@
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Variables";
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Variaveis";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Variáveis";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][0]['uuid'] = "7a4e9ec5-24b9-7200-89b8-d70bf8afdd8f";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
|
||||
@@ -108,4 +108,4 @@
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
$text['title-variables']['en-us'] = "Switch Variables";
|
||||
$text['title-variables']['es-cl'] = "Variables de Switch";
|
||||
$text['title-variables']['pt-pt'] = "Variáveis do Freeswitch";
|
||||
$text['title-variables']['pt-pt'] = "Variáveis do Softswitch";
|
||||
$text['title-variables']['fr-fr'] = "Variables Système";
|
||||
|
||||
$text['title-variable_add']['en-us'] = "Variable Add";
|
||||
@@ -16,12 +16,12 @@
|
||||
|
||||
$text['title-variables_advanced']['en-us'] = "Switch Variables: Advanced";
|
||||
$text['title-variables_advanced']['es-cl'] = "Variables de Switch: Avanzadas";
|
||||
$text['title-variables_advanced']['pt-pt'] = "Variáveis do Freeswitch: Avançadas";
|
||||
$text['title-variables_advanced']['pt-pt'] = "Variáveis do Softswitch: Avançadas";
|
||||
$text['title-variables_advanced']['fr-fr'] = "Variables Système: Avancé";
|
||||
|
||||
$text['header-variables']['en-us'] = "Switch Variables";
|
||||
$text['header-variables']['es-cl'] = "Variables de Switch";
|
||||
$text['header-variables']['pt-pt'] = "Variáveis do Freeswitch";
|
||||
$text['header-variables']['pt-pt'] = "Variáveis do Softswitch";
|
||||
$text['header-variables']['fr-fr'] = "Variables Système";
|
||||
|
||||
$text['header-variable_add']['en-us'] = "Variable Add";
|
||||
@@ -36,7 +36,7 @@
|
||||
|
||||
$text['header-variables_advanced']['en-us'] = "Switch Variables: Advanced";
|
||||
$text['header-variables_advanced']['es-cl'] = "Variables de Switch: Avanzadas";
|
||||
$text['header-variables_advanced']['pt-pt'] = "Variáveis do Freeswitch: Avançadas";
|
||||
$text['header-variables_advanced']['pt-pt'] = "Variáveis do Softswitch: Avançadas";
|
||||
$text['header-variables_advanced']['fr-fr'] = "Variables Système: Avancé";
|
||||
|
||||
$text['description-variables']['en-us'] = "Define preprocessor variables here.";
|
||||
@@ -66,7 +66,7 @@
|
||||
|
||||
$text['label-enabled']['en-us'] = "Enabled";
|
||||
$text['label-enabled']['es-cl'] = "Activada";
|
||||
$text['label-enabled']['pt-pt'] = "Activado";
|
||||
$text['label-enabled']['pt-pt'] = "Habilitado";
|
||||
$text['label-enabled']['fr-fr'] = "Actif";
|
||||
|
||||
$text['label-order']['en-us'] = "Order";
|
||||
|
||||
Reference in New Issue
Block a user