mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fixed translations for Brazilian Portuguese (#4920)
* Fixed translations for Brazilian Portuguese * Update app_config.php * Fixed Translations for pt-br * Fixed Translations for pt-br * Fixed Translations for pt-br * Update app_config.php * Update app_languages.php * Update app_menu.php * app_config Domain * app_languages.php - Domains * app_menu - domains * app_config - default settings * app_languages - - default settings * app_menu - default settings * app_config - databases * app_languages - databases * app_menu - - databases * app_config - upgrade * app_languages - upgrade * app_menu - upgrade * app_config - users * app_languages - users * app_menu - users * app_config - usersettings * app_languages - usersettings * app_menu - usersettings * app_language - Reources
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
$apps[$x]['description']['it-it'] = "";
|
||||
$apps[$x]['description']['nl-nl'] = "";
|
||||
$apps[$x]['description']['pl-pl'] = "";
|
||||
$apps[$x]['description']['pt-br'] = "";
|
||||
$apps[$x]['description']['pt-br'] = "Gerenciador de Aplicações";
|
||||
$apps[$x]['description']['pt-pt'] = "";
|
||||
$apps[$x]['description']['ro-ro'] = "";
|
||||
$apps[$x]['description']['ru-ru'] = "";
|
||||
@@ -66,4 +66,4 @@
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
@@ -120,7 +120,7 @@ $text['description-apps']['he-il'] = "";
|
||||
$text['description-apps']['it-it'] = "Gestisce le applicazioni installate.";
|
||||
$text['description-apps']['nl-nl'] = "";
|
||||
$text['description-apps']['pl-pl'] = "Zarządzajnie zainstalowanymi aplikacjami.";
|
||||
$text['description-apps']['pt-br'] = "Gerenciar aplicações instaladas";
|
||||
$text['description-apps']['pt-br'] = "Gerenciar as aplicações instaladas";
|
||||
$text['description-apps']['pt-pt'] = "Gerir as aplicações instaladas.";
|
||||
$text['description-apps']['ro-ro'] = "";
|
||||
$text['description-apps']['ru-ru'] = "Управление установленными приложениями.";
|
||||
@@ -141,7 +141,7 @@ $text['description-app-edit']['he-il'] = "";
|
||||
$text['description-app-edit']['it-it'] = "Gestisce le applicazioni installate.";
|
||||
$text['description-app-edit']['nl-nl'] = "";
|
||||
$text['description-app-edit']['pl-pl'] = "Zarządzajnie zainstalowanymi aplikacjami.";
|
||||
$text['description-app-edit']['pt-br'] = "Gerenciar aplicações instaladas";
|
||||
$text['description-app-edit']['pt-br'] = "Gerenciar as aplicações instaladas";
|
||||
$text['description-app-edit']['pt-pt'] = "Gerir as aplicações instaladas.";
|
||||
$text['description-app-edit']['ro-ro'] = "";
|
||||
$text['description-app-edit']['ru-ru'] = "Управление установленными приложениями.";
|
||||
|
||||
Reference in New Issue
Block a user