From 86ea29da4c399c139c985ad8434beb457e61453b Mon Sep 17 00:00:00 2001 From: fneto1977 <47830093+fneto1977@users.noreply.github.com> Date: Wed, 27 Nov 2019 21:53:28 -0300 Subject: [PATCH] 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 --- core/apps/app_config.php | 4 +- core/apps/app_languages.php | 4 +- core/databases/app_config.php | 4 +- core/databases/app_languages.php | 32 ++-- core/databases/app_menu.php | 4 +- core/default_settings/app_config.php | 2 +- core/default_settings/app_languages.php | 62 ++++---- core/default_settings/app_menu.php | 4 +- core/domains/app_config.php | 2 +- core/domains/app_languages.php | 60 ++++---- core/domains/app_menu.php | 2 +- core/groups/app_languages.php | 86 +++++------ core/menu/app_config.php | 2 +- core/menu/app_languages.php | 28 ++-- core/menu/app_menu.php | 10 +- core/upgrade/app_config.php | 2 +- core/upgrade/app_languages.php | 44 +++--- core/upgrade/app_menu.php | 4 +- core/user_settings/app_config.php | 2 +- core/user_settings/app_languages.php | 52 +++---- core/user_settings/app_menu.php | 2 +- core/users/app_config.php | 2 +- core/users/app_languages.php | 96 ++++++------ core/users/app_menu.php | 2 +- resources/app_languages.php | 196 ++++++++++++------------ 25 files changed, 354 insertions(+), 354 deletions(-) diff --git a/core/apps/app_config.php b/core/apps/app_config.php index 396ec592d3..e86c33847a 100644 --- a/core/apps/app_config.php +++ b/core/apps/app_config.php @@ -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'] = ""; -?> \ No newline at end of file +?> diff --git a/core/apps/app_languages.php b/core/apps/app_languages.php index cb88d882da..cf196757c9 100644 --- a/core/apps/app_languages.php +++ b/core/apps/app_languages.php @@ -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'] = "Управление установленными приложениями."; diff --git a/core/databases/app_config.php b/core/databases/app_config.php index 44f58ba233..7b16442372 100644 --- a/core/databases/app_config.php +++ b/core/databases/app_config.php @@ -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'] = "Banco de Dados"; $apps[$x]['description']['pt-pt'] = "Armazena informações de conexão com a base de dados."; $apps[$x]['description']['ro-ro'] = ""; $apps[$x]['description']['ru-ru'] = "Информация о подключении к базам данных"; @@ -113,4 +113,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description."; -?> \ No newline at end of file +?> diff --git a/core/databases/app_languages.php b/core/databases/app_languages.php index 90d148aba1..8dbcecf592 100644 --- a/core/databases/app_languages.php +++ b/core/databases/app_languages.php @@ -14,7 +14,7 @@ $text['title-databases']['he-il'] = ""; $text['title-databases']['it-it'] = "Databases"; $text['title-databases']['nl-nl'] = ""; $text['title-databases']['pl-pl'] = "Bazy danych"; -$text['title-databases']['pt-br'] = "Base de dados"; +$text['title-databases']['pt-br'] = "Banco de dados"; $text['title-databases']['pt-pt'] = "Bases de Dados"; $text['title-databases']['ro-ro'] = ""; $text['title-databases']['ru-ru'] = "Базы данных"; @@ -34,7 +34,7 @@ $text['title-database-edit']['he-il'] = ""; $text['title-database-edit']['it-it'] = "Modifica Database"; $text['title-database-edit']['nl-nl'] = ""; $text['title-database-edit']['pl-pl'] = "Edytuj bazę danych"; -$text['title-database-edit']['pt-br'] = "Editar base de dados"; +$text['title-database-edit']['pt-br'] = "Editar banco de dados"; $text['title-database-edit']['pt-pt'] = "Editar a Base de Dados"; $text['title-database-edit']['ro-ro'] = ""; $text['title-database-edit']['ru-ru'] = "Изменение базы данных"; @@ -54,7 +54,7 @@ $text['title-database-add']['he-il'] = ""; $text['title-database-add']['it-it'] = "Inserisci Database"; $text['title-database-add']['nl-nl'] = ""; $text['title-database-add']['pl-pl'] = "Dodaj bazę danych"; -$text['title-database-add']['pt-br'] = "Adicionar base de dados"; +$text['title-database-add']['pt-br'] = "Adicionar banco de dados"; $text['title-database-add']['pt-pt'] = "Adicionar Base de Dados"; $text['title-database-add']['ro-ro'] = ""; $text['title-database-add']['ru-ru'] = "Добавить базу данных"; @@ -134,7 +134,7 @@ $text['label-host']['he-il'] = ""; $text['label-host']['it-it'] = "Host"; $text['label-host']['nl-nl'] = ""; $text['label-host']['pl-pl'] = "Host"; -$text['label-host']['pt-br'] = "Máquina"; //copied from pt-pt +$text['label-host']['pt-br'] = "Servidor"; //copied from pt-pt $text['label-host']['pt-pt'] = "Máquina"; $text['label-host']['ro-ro'] = ""; $text['label-host']['ru-ru'] = "Хост"; @@ -174,7 +174,7 @@ $text['header-databases']['he-il'] = ""; $text['header-databases']['it-it'] = "Database"; $text['header-databases']['nl-nl'] = ""; $text['header-databases']['pl-pl'] = "Bazy danych"; -$text['header-databases']['pt-br'] = "Base de dados"; +$text['header-databases']['pt-br'] = "Banco de dados"; $text['header-databases']['pt-pt'] = "Bases de Dados"; $text['header-databases']['ro-ro'] = ""; $text['header-databases']['ru-ru'] = "Базы данных"; @@ -194,7 +194,7 @@ $text['header-database-edit']['he-il'] = ""; $text['header-database-edit']['it-it'] = "Modifica Database"; $text['header-database-edit']['nl-nl'] = ""; $text['header-database-edit']['pl-pl'] = "Edytuj bazę danych"; -$text['header-database-edit']['pt-br'] = "Editar a base de dados"; +$text['header-database-edit']['pt-br'] = "Editar o banco de dados"; $text['header-database-edit']['pt-pt'] = "Editar a Base de Dados"; $text['header-database-edit']['ro-ro'] = ""; $text['header-database-edit']['ru-ru'] = "Изменение базы данных"; @@ -214,7 +214,7 @@ $text['header-database-add']['he-il'] = ""; $text['header-database-add']['it-it'] = "Inserisci Database"; $text['header-database-add']['nl-nl'] = ""; $text['header-database-add']['pl-pl'] = "Dodaj bazę danych"; -$text['header-database-add']['pt-br'] = "Adicionar base de dados"; +$text['header-database-add']['pt-br'] = "Adicionar banco de dados"; $text['header-database-add']['pt-pt'] = "Adicionar Base de Dados"; $text['header-database-add']['ro-ro'] = ""; $text['header-database-add']['ru-ru'] = "Добавить базу данных"; @@ -254,7 +254,7 @@ $text['description-type']['he-il'] = ""; $text['description-type']['it-it'] = "Selezionare il tipo di database."; $text['description-type']['nl-nl'] = ""; $text['description-type']['pl-pl'] = "Wprowadź rodzaj bazy danych"; -$text['description-type']['pt-br'] = "Introduza o tipo de definição."; +$text['description-type']['pt-br'] = "Escolha o tipo de base de dados."; $text['description-type']['pt-pt'] = "Escolha o tipo de base de dados."; $text['description-type']['ro-ro'] = ""; $text['description-type']['ru-ru'] = "Выберите тип базы данных."; @@ -274,7 +274,7 @@ $text['description-port']['he-il'] = ""; $text['description-port']['it-it'] = "Inserire il numero di porta."; $text['description-port']['nl-nl'] = ""; $text['description-port']['pl-pl'] = "Wprowadź numer portu"; -$text['description-port']['pt-br'] = "Insira o número da porta"; +$text['description-port']['pt-br'] = "Insira o número da porta."; $text['description-port']['pt-pt'] = "Introduza o número do porto."; $text['description-port']['ro-ro'] = ""; $text['description-port']['ru-ru'] = "Введите номер порта."; @@ -314,7 +314,7 @@ $text['description-password']['he-il'] = ""; $text['description-password']['it-it'] = "Inserire la password del database."; $text['description-password']['nl-nl'] = ""; $text['description-password']['pl-pl'] = "Wpisz hasło"; -$text['description-password']['pt-br'] = "Introduza a senha"; +$text['description-password']['pt-br'] = "Entre com a senha da base de dados."; $text['description-password']['pt-pt'] = "Introduza a palavra-chave da base de dados."; $text['description-password']['ro-ro'] = ""; $text['description-password']['ru-ru'] = "Введите пароль базы данных."; @@ -334,7 +334,7 @@ $text['description-name']['he-il'] = ""; $text['description-name']['it-it'] = "Inserire il nome del database."; $text['description-name']['nl-nl'] = ""; $text['description-name']['pl-pl'] = "Wprowadź nazwę bazy danych."; -$text['description-name']['pt-br'] = "Insira o nome do menu"; +$text['description-name']['pt-br'] = "Insira o nome da base de dados."; $text['description-name']['pt-pt'] = "Introduza o nome da base de dados."; $text['description-name']['ro-ro'] = ""; $text['description-name']['ru-ru'] = "Введите имя базы данных."; @@ -354,7 +354,7 @@ $text['description-host']['he-il'] = ""; $text['description-host']['it-it'] = "Inserire il nome host."; $text['description-host']['nl-nl'] = ""; $text['description-host']['pl-pl'] = "Wprowadź nazwę hosta."; -$text['description-host']['pt-br'] = "Insira o nome da máquina "; +$text['description-host']['pt-br'] = "Insira o nome do servidor."; $text['description-host']['pt-pt'] = "Introduza o nome da máquina."; $text['description-host']['ro-ro'] = ""; $text['description-host']['ru-ru'] = "Введите имя хоста."; @@ -374,7 +374,7 @@ $text['description-driver']['he-il'] = ""; $text['description-driver']['it-it'] = "Selezionare il driver del database."; $text['description-driver']['nl-nl'] = ""; $text['description-driver']['pl-pl'] = "Wybierz sterownik bazy danych."; -$text['description-driver']['pt-br'] = "Escolha o driver da base de dados"; //copied from pt-pt +$text['description-driver']['pt-br'] = "Escolha o driver do banco de dados"; //copied from pt-pt $text['description-driver']['pt-pt'] = "Escolha o driver da base de dados"; $text['description-driver']['ro-ro'] = ""; $text['description-driver']['ru-ru'] = "Выберите драйвер базы данных."; @@ -394,7 +394,7 @@ $text['description-databases']['he-il'] = ""; $text['description-databases']['it-it'] = "Informazioni Database."; $text['description-databases']['nl-nl'] = ""; $text['description-databases']['pl-pl'] = "Informacje o bazie danych."; -$text['description-databases']['pt-br'] = "Informações sobre a base de dados"; +$text['description-databases']['pt-br'] = "Informações sobre o banco de dados"; $text['description-databases']['pt-pt'] = "Informação da Base de Dados"; $text['description-databases']['ro-ro'] = ""; $text['description-databases']['ru-ru'] = "Информация о базе данных."; @@ -414,7 +414,7 @@ $text['description-database-edit']['he-il'] = ""; $text['description-database-edit']['it-it'] = "Informazioni connessione Database."; $text['description-database-edit']['nl-nl'] = ""; $text['description-database-edit']['pl-pl'] = "Informacje o połączeniach z bazą danych."; -$text['description-database-edit']['pt-br'] = "Informações da ligação na base de dados"; +$text['description-database-edit']['pt-br'] = "Informações da conexão ao banco de dados"; $text['description-database-edit']['pt-pt'] = "Informação da ligação à base de dados."; $text['description-database-edit']['ro-ro'] = ""; $text['description-database-edit']['ru-ru'] = "Информация о соединении с базой данных."; @@ -434,7 +434,7 @@ $text['description-database-add']['he-il'] = ""; $text['description-database-add']['it-it'] = "Informazioni connessione Database."; $text['description-database-add']['nl-nl'] = ""; $text['description-database-add']['pl-pl'] = "Informacje o połączeniach z bazą danych."; -$text['description-database-add']['pt-br'] = "Informações da ligação na base de dados"; +$text['description-database-add']['pt-br'] = "Informações da conexão ao banco de dados"; $text['description-database-add']['pt-pt'] = "Informação da ligação à base de dados."; $text['description-database-add']['ro-ro'] = ""; $text['description-database-add']['ru-ru'] = "Информация о соединении с базой данных."; diff --git a/core/databases/app_menu.php b/core/databases/app_menu.php index e0fca59d36..091d93eb1a 100644 --- a/core/databases/app_menu.php +++ b/core/databases/app_menu.php @@ -13,7 +13,7 @@ $apps[$x]['menu'][$y]['title']['it-it'] = ""; $apps[$x]['menu'][$y]['title']['nl-nl'] = ""; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Bazy danych"; - $apps[$x]['menu'][$y]['title']['pt-br'] = "Base de dados"; + $apps[$x]['menu'][$y]['title']['pt-br'] = "Banco de dados"; $apps[$x]['menu'][$y]['title']['pt-pt'] = "Base de Dados"; $apps[$x]['menu'][$y]['title']['ro-ro'] = ""; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Базы данных"; @@ -25,4 +25,4 @@ $apps[$x]['menu'][$y]['path'] = "/core/databases/databases.php"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; -?> \ No newline at end of file +?> diff --git a/core/default_settings/app_config.php b/core/default_settings/app_config.php index 783cbf6f3f..2cb223979a 100644 --- a/core/default_settings/app_config.php +++ b/core/default_settings/app_config.php @@ -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'] = "Configurações Padrão aplicáveis à todos os domínios"; $apps[$x]['description']['pt-pt'] = "Configurações padrão que se aplicam a todos os domínios."; $apps[$x]['description']['ro-ro'] = ""; $apps[$x]['description']['ru-ru'] = "Настройки по умолчанию для всех доменов"; diff --git a/core/default_settings/app_languages.php b/core/default_settings/app_languages.php index 809266ba42..0f4c409178 100644 --- a/core/default_settings/app_languages.php +++ b/core/default_settings/app_languages.php @@ -14,7 +14,7 @@ $text['title-default_settings']['he-il'] = ""; $text['title-default_settings']['it-it'] = "Parametri di Default"; $text['title-default_settings']['nl-nl'] = ""; $text['title-default_settings']['pl-pl'] = "Ustawienia domyślne"; -$text['title-default_settings']['pt-br'] = "Configurações"; +$text['title-default_settings']['pt-br'] = "Configurações Padrão"; $text['title-default_settings']['pt-pt'] = "Predefinições"; $text['title-default_settings']['ro-ro'] = ""; $text['title-default_settings']['ru-ru'] = "Настройки по умолчанию"; @@ -34,7 +34,7 @@ $text['title-default_setting-edit']['he-il'] = ""; $text['title-default_setting-edit']['it-it'] = "Parametro di Default"; $text['title-default_setting-edit']['nl-nl'] = ""; $text['title-default_setting-edit']['pl-pl'] = "Ustawienie domyślne"; -$text['title-default_setting-edit']['pt-br'] = "Configurações"; +$text['title-default_setting-edit']['pt-br'] = "Configuração Padrão"; $text['title-default_setting-edit']['pt-pt'] = "Predefinições"; $text['title-default_setting-edit']['ro-ro'] = ""; $text['title-default_setting-edit']['ru-ru'] = "Настройки по умолчанию"; @@ -54,7 +54,7 @@ $text['title-default_setting-add']['he-il'] = ""; $text['title-default_setting-add']['it-it'] = "Inserimento Parametri di Default"; $text['title-default_setting-add']['nl-nl'] = ""; $text['title-default_setting-add']['pl-pl'] = "Dodaj ustawienie domyślne"; -$text['title-default_setting-add']['pt-br'] = "Adicionar Configurações"; +$text['title-default_setting-add']['pt-br'] = "Adicionar Configuração padrão"; $text['title-default_setting-add']['pt-pt'] = "Adicionar Predefinição"; $text['title-default_setting-add']['ro-ro'] = ""; $text['title-default_setting-add']['ru-ru'] = "Добавить настройку по умолчанию"; @@ -74,7 +74,7 @@ $text['option-voicemail_file_listen']['he-il'] = ""; $text['option-voicemail_file_listen']['it-it'] = "Link Ascolto (Richiesta Login)"; $text['option-voicemail_file_listen']['nl-nl'] = ""; $text['option-voicemail_file_listen']['pl-pl'] = "Link do odsłuchu (po zalogowaniu)"; -$text['option-voicemail_file_listen']['pt-br'] = "Arquivo Voicemail"; +$text['option-voicemail_file_listen']['pt-br'] = "Link para a caixa postal (Login requerido)"; $text['option-voicemail_file_listen']['pt-pt'] = "Ouça Link (login requerido)"; $text['option-voicemail_file_listen']['ro-ro'] = ""; $text['option-voicemail_file_listen']['ru-ru'] = "Ссылка для прослушивания (требуется вход в систему)"; @@ -114,7 +114,7 @@ $text['option-voicemail_file_attach']['he-il'] = ""; $text['option-voicemail_file_attach']['it-it'] = "Allegare File Audio"; $text['option-voicemail_file_attach']['nl-nl'] = ""; $text['option-voicemail_file_attach']['pl-pl'] = "Załącznik plik audio"; -$text['option-voicemail_file_attach']['pt-br'] = "Anexo de arquivo de áudio"; //copied from pt-pt +$text['option-voicemail_file_attach']['pt-br'] = "Arquivo de áudio anexo"; //copied from pt-pt $text['option-voicemail_file_attach']['pt-pt'] = "Anexo de arquivo de áudio"; $text['option-voicemail_file_attach']['ro-ro'] = ""; $text['option-voicemail_file_attach']['ru-ru'] = "Прикрепление аудиофайлов"; @@ -134,7 +134,7 @@ $text['option-button_icons_auto']['he-il'] = "Automatic"; $text['option-button_icons_auto']['it-it'] = "Automatic"; $text['option-button_icons_auto']['nl-nl'] = "Automatic"; $text['option-button_icons_auto']['pl-pl'] = "Automatic"; -$text['option-button_icons_auto']['pt-br'] = "Automatic"; +$text['option-button_icons_auto']['pt-br'] = "Automático"; $text['option-button_icons_auto']['pt-pt'] = "Automatic"; $text['option-button_icons_auto']['ro-ro'] = "Automatic"; $text['option-button_icons_auto']['ru-ru'] = "Automatic"; @@ -154,7 +154,7 @@ $text['option-button_icons_only']['he-il'] = "Only"; $text['option-button_icons_only']['it-it'] = "Only"; $text['option-button_icons_only']['nl-nl'] = "Only"; $text['option-button_icons_only']['pl-pl'] = "Only"; -$text['option-button_icons_only']['pt-br'] = "Only"; +$text['option-button_icons_only']['pt-br'] = "Somente"; $text['option-button_icons_only']['pt-pt'] = "Only"; $text['option-button_icons_only']['ro-ro'] = "Only"; $text['option-button_icons_only']['ru-ru'] = "Only"; @@ -174,7 +174,7 @@ $text['option-button_icons_always']['he-il'] = "Always"; $text['option-button_icons_always']['it-it'] = "Always"; $text['option-button_icons_always']['nl-nl'] = "Always"; $text['option-button_icons_always']['pl-pl'] = "Always"; -$text['option-button_icons_always']['pt-br'] = "Always"; +$text['option-button_icons_always']['pt-br'] = "Sempre"; $text['option-button_icons_always']['pt-pt'] = "Always"; $text['option-button_icons_always']['ro-ro'] = "Always"; $text['option-button_icons_always']['ru-ru'] = "Always"; @@ -194,7 +194,7 @@ $text['option-button_icons_never']['he-il'] = "Never"; $text['option-button_icons_never']['it-it'] = "Never"; $text['option-button_icons_never']['nl-nl'] = "Never"; $text['option-button_icons_never']['pl-pl'] = "Never"; -$text['option-button_icons_never']['pt-br'] = "Never"; +$text['option-button_icons_never']['pt-br'] = "Nunca"; $text['option-button_icons_never']['pt-pt'] = "Never"; $text['option-button_icons_never']['ro-ro'] = "Never"; $text['option-button_icons_never']['ru-ru'] = "Never"; @@ -214,7 +214,7 @@ $text['message-toggled']['he-il'] = "הושלם Toggle"; $text['message-toggled']['it-it'] = "Commutazione Completata"; $text['message-toggled']['nl-nl'] = ""; $text['message-toggled']['pl-pl'] = "Przegubowe Zakończony"; -$text['message-toggled']['pt-br'] = "Alternar Concluído"; //copied from pt-pt +$text['message-toggled']['pt-br'] = "Alteração Concluída"; //copied from pt-pt $text['message-toggled']['pt-pt'] = "Alternar Concluído"; $text['message-toggled']['ro-ro'] = "Completat toggle"; $text['message-toggled']['ru-ru'] = "Переключить выполнено"; @@ -234,7 +234,7 @@ $text['message-settings_reloaded']['he-il'] = ""; $text['message-settings_reloaded']['it-it'] = "Parametri Ricaricati"; $text['message-settings_reloaded']['nl-nl'] = ""; $text['message-settings_reloaded']['pl-pl'] = "Ustawienia Reloaded"; -$text['message-settings_reloaded']['pt-br'] = "Configurações Reloaded"; //copied from pt-pt +$text['message-settings_reloaded']['pt-br'] = "Configurações recarregadas"; //copied from pt-pt $text['message-settings_reloaded']['pt-pt'] = "Configurações Reloaded"; $text['message-settings_reloaded']['ro-ro'] = ""; $text['message-settings_reloaded']['ru-ru'] = "Настройки перезагружены"; @@ -254,7 +254,7 @@ $text['message-delete_failed']['he-il'] = ""; $text['message-delete_failed']['it-it'] = "Nessun Parametro Selezionato"; $text['message-delete_failed']['nl-nl'] = ""; $text['message-delete_failed']['pl-pl'] = "Próba usunięcia zakończyła się niepowodzeniem"; -$text['message-delete_failed']['pt-br'] = "Falha na exclusão"; +$text['message-delete_failed']['pt-br'] = "Nenhuma configuração marcada"; $text['message-delete_failed']['pt-pt'] = "Nenhuma configuração marcada"; $text['message-delete_failed']['ro-ro'] = ""; $text['message-delete_failed']['ru-ru'] = "Нет выбраных настроек"; @@ -295,7 +295,7 @@ $text['label-web_fonts']['it-it'] = "Fonts web"; $text['label-web_fonts']['nl-nl'] = ""; $text['label-web_fonts']['pl-pl'] = "Czcionki sieci"; $text['label-web_fonts']['pt-br'] = "Polices Web"; -$text['label-web_fonts']['pt-pt'] = "Fontes da web"; +$text['label-web_fonts']['pt-pt'] = "Fontes web"; $text['label-web_fonts']['ro-ro'] = "Fonturi web"; $text['label-web_fonts']['ru-ru'] = "Шрифты Web"; $text['label-web_fonts']['sv-se'] = "web teckensnitt"; @@ -354,7 +354,7 @@ $text['label-superfine']['he-il'] = ""; $text['label-superfine']['it-it'] = "Superfine"; $text['label-superfine']['nl-nl'] = ""; $text['label-superfine']['pl-pl'] = "Najlepsza"; -$text['label-superfine']['pt-br'] = "Resumido"; +$text['label-superfine']['pt-br'] = "Alta Qualidade"; $text['label-superfine']['pt-pt'] = "Extrafino"; $text['label-superfine']['ro-ro'] = ""; $text['label-superfine']['ru-ru'] = "Первоклассный"; @@ -394,7 +394,7 @@ $text['label-reference']['he-il'] = "התייחסות"; $text['label-reference']['it-it'] = "Vedi"; $text['label-reference']['nl-nl'] = ""; $text['label-reference']['pl-pl'] = "Odniesienie"; -$text['label-reference']['pt-br'] = "Referência"; //copied from pt-pt +$text['label-reference']['pt-br'] = "Veja"; //copied from pt-pt $text['label-reference']['pt-pt'] = "Referência"; $text['label-reference']['ro-ro'] = "Referinţă"; $text['label-reference']['ru-ru'] = "Вид"; @@ -414,7 +414,7 @@ $text['label-right']['he-il'] = "יָמִינָה"; $text['label-right']['it-it'] = "Destra"; $text['label-right']['nl-nl'] = ""; $text['label-right']['pl-pl'] = "Dobrze"; -$text['label-right']['pt-br'] = "Certo"; //copied from pt-pt +$text['label-right']['pt-br'] = "Direita"; //copied from pt-pt $text['label-right']['pt-pt'] = "Certo"; $text['label-right']['ro-ro'] = "Dreapta"; $text['label-right']['ru-ru'] = "Правый"; @@ -574,7 +574,7 @@ $text['label-side']['he-il'] = ""; $text['label-side']['it-it'] = ""; $text['label-side']['nl-nl'] = ""; $text['label-side']['pl-pl'] = ""; -$text['label-side']['pt-br'] = ""; +$text['label-side']['pt-br'] = "Lado"; $text['label-side']['pt-pt'] = ""; $text['label-side']['ro-ro'] = ""; $text['label-side']['ru-ru'] = ""; @@ -594,7 +594,7 @@ $text['label-fine']['he-il'] = ""; $text['label-fine']['it-it'] = "Fine"; $text['label-fine']['nl-nl'] = ""; $text['label-fine']['pl-pl'] = "Dobry"; -$text['label-fine']['pt-br'] = "Agradável "; +$text['label-fine']['pt-br'] = "Qualidade "; $text['label-fine']['pt-pt'] = "Belas"; $text['label-fine']['ro-ro'] = ""; $text['label-fine']['ru-ru'] = "Хорошо"; @@ -694,7 +694,7 @@ $text['label-hours']['he-il'] = ""; $text['label-hours']['it-it'] = ""; $text['label-hours']['nl-nl'] = ""; $text['label-hours']['pl-pl'] = ""; -$text['label-hours']['pt-br'] = ""; +$text['label-hours']['pt-br'] = "Hora(s)"; $text['label-hours']['pt-pt'] = ""; $text['label-hours']['ro-ro'] = ""; $text['label-hours']['ru-ru'] = ""; @@ -714,7 +714,7 @@ $text['label-days']['he-il'] = ""; $text['label-days']['it-it'] = ""; $text['label-days']['nl-nl'] = ""; $text['label-days']['pl-pl'] = ""; -$text['label-days']['pt-br'] = ""; +$text['label-days']['pt-br'] = "Dia(s)"; $text['label-days']['pt-pt'] = ""; $text['label-days']['ro-ro'] = ""; $text['label-days']['ru-ru'] = ""; @@ -734,7 +734,7 @@ $text['label-messages']['he-il'] = ""; $text['label-messages']['it-it'] = ""; $text['label-messages']['nl-nl'] = ""; $text['label-messages']['pl-pl'] = ""; -$text['label-messages']['pt-br'] = ""; +$text['label-messages']['pt-br'] = "Mensagem(ns)"; $text['label-messages']['pt-pt'] = ""; $text['label-messages']['ro-ro'] = ""; $text['label-messages']['ru-ru'] = ""; @@ -754,7 +754,7 @@ $text['label-image_text']['he-il'] = ""; $text['label-image_text']['it-it'] = ""; $text['label-image_text']['nl-nl'] = ""; $text['label-image_text']['pl-pl'] = ""; -$text['label-image_text']['pt-br'] = ""; +$text['label-image_text']['pt-br'] = "Imagem & Texto"; $text['label-image_text']['pt-pt'] = ""; $text['label-image_text']['ro-ro'] = ""; $text['label-image_text']['ru-ru'] = ""; @@ -774,7 +774,7 @@ $text['label-file']['he-il'] = ""; $text['label-file']['it-it'] = "File"; $text['label-file']['nl-nl'] = "Bestanden"; $text['label-file']['pl-pl'] = ""; -$text['label-file']['pt-br'] = "Ficheiro"; //copied from pt-pt +$text['label-file']['pt-br'] = "Arquivo"; //copied from pt-pt $text['label-file']['pt-pt'] = "Ficheiro"; $text['label-file']['ro-ro'] = ""; @@ -808,7 +808,7 @@ $text['header-default_settings']['he-il'] = ""; $text['header-default_settings']['it-it'] = "Parametri di Default"; $text['header-default_settings']['nl-nl'] = ""; $text['header-default_settings']['pl-pl'] = "Ustawienia domyślne"; -$text['header-default_settings']['pt-br'] = "Configurações"; +$text['header-default_settings']['pt-br'] = "Configurações Padrão"; $text['header-default_settings']['pt-pt'] = "Predefinições"; $text['header-default_settings']['ro-ro'] = ""; $text['header-default_settings']['ru-ru'] = "Настройки по умолчанию"; @@ -828,7 +828,7 @@ $text['header-default_setting-edit']['he-il'] = ""; $text['header-default_setting-edit']['it-it'] = "Parametro di Default"; $text['header-default_setting-edit']['nl-nl'] = ""; $text['header-default_setting-edit']['pl-pl'] = "Ustawienie domyślne"; -$text['header-default_setting-edit']['pt-br'] = "Configurações"; +$text['header-default_setting-edit']['pt-br'] = "Configuração Padrão"; $text['header-default_setting-edit']['pt-pt'] = "Predefinições"; $text['header-default_setting-edit']['ro-ro'] = ""; $text['header-default_setting-edit']['ru-ru'] = "Настройки по умолчанию"; @@ -848,7 +848,7 @@ $text['header-default_setting-add']['he-il'] = ""; $text['header-default_setting-add']['it-it'] = "Aggiunta Parametri di Default"; $text['header-default_setting-add']['nl-nl'] = ""; $text['header-default_setting-add']['pl-pl'] = "Dodaj ustawienie domyślne"; -$text['header-default_setting-add']['pt-br'] = "Adicionar configurações"; +$text['header-default_setting-add']['pt-br'] = "Adicionar configuração padrão"; $text['header-default_setting-add']['pt-pt'] = "Adicionar Predefinição "; $text['header-default_setting-add']['ro-ro'] = ""; $text['header-default_setting-add']['ru-ru'] = "Добавить настройку по умолчанию"; @@ -868,7 +868,7 @@ $text['description-order']['he-il'] = ""; $text['description-order']['it-it'] = "Inserisci l'ordine (indice) per questo elemento dell'array."; $text['description-order']['nl-nl'] = ""; $text['description-order']['pl-pl'] = "Wybierz kolejność."; -$text['description-order']['pt-br'] = "Defina a ordem (indice) para este elemento da matriz"; +$text['description-order']['pt-br'] = "Defina a ordem (indice) para este elemento da matriz."; $text['description-order']['pt-pt'] = "Defina a ordem (índice) para este elemento da matriz."; $text['description-order']['ro-ro'] = ""; $text['description-order']['ru-ru'] = "Установите порядок (индекс) для этого элемента массива."; @@ -888,7 +888,7 @@ $text['description-enabled']['he-il'] = ""; $text['description-enabled']['it-it'] = "Seleziona lo stato per questo parametro."; $text['description-enabled']['nl-nl'] = ""; $text['description-enabled']['pl-pl'] = "Ustaw status ustawienia domyślnego."; -$text['description-enabled']['pt-br'] = "Escolha o estado desta definição"; +$text['description-enabled']['pt-br'] = "Escolha o estado desta definição padrão"; $text['description-enabled']['pt-pt'] = "Escolha o estado desta predefinição."; $text['description-enabled']['ro-ro'] = ""; $text['description-enabled']['ru-ru'] = "Установите статус этого значения по умолчанию."; @@ -908,7 +908,7 @@ $text['description-default_settings']['he-il'] = ""; $text['description-default_settings']['it-it'] = "Parametri usati per tutti i domini."; $text['description-default_settings']['nl-nl'] = ""; $text['description-default_settings']['pl-pl'] = "Ustawienia stosowane dla wszystkich domen."; -$text['description-default_settings']['pt-br'] = "Configurações comuns a todos os dominios"; +$text['description-default_settings']['pt-br'] = "Configurações usadas em todos os dominios."; $text['description-default_settings']['pt-pt'] = "Definições comuns a todos os domínios."; $text['description-default_settings']['ro-ro'] = ""; $text['description-default_settings']['ru-ru'] = "Настройки для всех доменов."; @@ -928,7 +928,7 @@ $text['description-default_setting-edit']['he-il'] = ""; $text['description-default_setting-edit']['it-it'] = "Parametri usati per tutti i domini."; $text['description-default_setting-edit']['nl-nl'] = ""; $text['description-default_setting-edit']['pl-pl'] = "Ustawienia stosowane dla wszystkich domen."; -$text['description-default_setting-edit']['pt-br'] = "Configurações comuns a todos os dominios"; +$text['description-default_setting-edit']['pt-br'] = "Configurações usadas em todos os dominios."; $text['description-default_setting-edit']['pt-pt'] = "Definições comuns a todos os domínios."; $text['description-default_setting-edit']['ro-ro'] = ""; $text['description-default_setting-edit']['ru-ru'] = "Настройки для всех доменов."; @@ -948,7 +948,7 @@ $text['description-default_setting-add']['he-il'] = ""; $text['description-default_setting-add']['it-it'] = "Parametri usati per tutti i domini."; $text['description-default_setting-add']['nl-nl'] = ""; $text['description-default_setting-add']['pl-pl'] = "Ustawienia stosowane dla wszystkich domen."; -$text['description-default_setting-add']['pt-br'] = "Configurações comuns a todos os dominio"; +$text['description-default_setting-add']['pt-br'] = "Configurações usadas em todos os dominios."; $text['description-default_setting-add']['pt-pt'] = "Definições comuns a todos os domínios."; $text['description-default_setting-add']['ro-ro'] = ""; $text['description-default_setting-add']['ru-ru'] = "Настройки для всех доменов."; diff --git a/core/default_settings/app_menu.php b/core/default_settings/app_menu.php index 8fdcdaf411..7a71aee85e 100644 --- a/core/default_settings/app_menu.php +++ b/core/default_settings/app_menu.php @@ -13,7 +13,7 @@ $apps[$x]['menu'][$y]['title']['it-it'] = "Parametri di Default"; $apps[$x]['menu'][$y]['title']['nl-nl'] = ""; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Ustawienia domyślne"; - $apps[$x]['menu'][$y]['title']['pt-br'] = "Configurações"; + $apps[$x]['menu'][$y]['title']['pt-br'] = "Configurações Padrão"; $apps[$x]['menu'][$y]['title']['pt-pt'] = "Predefinições"; $apps[$x]['menu'][$y]['title']['ro-ro'] = ""; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Настройки по умолчанию"; @@ -25,4 +25,4 @@ $apps[$x]['menu'][$y]['path'] = "/core/default_settings/default_settings.php"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; -?> \ No newline at end of file +?> diff --git a/core/domains/app_config.php b/core/domains/app_config.php index 312fb9ace5..cab0b57d07 100644 --- a/core/domains/app_config.php +++ b/core/domains/app_config.php @@ -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'] = "Gerencie um único ou múltiplos domínios para multi-locatários"; $apps[$x]['description']['pt-pt'] = "Gerir um único domínio ou vários domínios para multi-tenant."; $apps[$x]['description']['ro-ro'] = ""; $apps[$x]['description']['ru-ru'] = "Управление одним доменом или несколькими доменами для нескольких пользователей"; diff --git a/core/domains/app_languages.php b/core/domains/app_languages.php index 7b844d61db..a68bb41fdc 100644 --- a/core/domains/app_languages.php +++ b/core/domains/app_languages.php @@ -14,7 +14,7 @@ $text['title-domains']['he-il'] = ""; $text['title-domains']['it-it'] = "Domini"; $text['title-domains']['nl-nl'] = ""; $text['title-domains']['pl-pl'] = "Domeny"; -$text['title-domains']['pt-br'] = "Dominios"; +$text['title-domains']['pt-br'] = "Domínios"; $text['title-domains']['pt-pt'] = "Domínios"; $text['title-domains']['ro-ro'] = ""; $text['title-domains']['ru-ru'] = "Домены"; @@ -34,7 +34,7 @@ $text['title-domain_setting-edit']['he-il'] = ""; $text['title-domain_setting-edit']['it-it'] = "Parametri di Dominio"; $text['title-domain_setting-edit']['nl-nl'] = ""; $text['title-domain_setting-edit']['pl-pl'] = "Ustawienia domen"; -$text['title-domain_setting-edit']['pt-br'] = "Configurações do dominio"; +$text['title-domain_setting-edit']['pt-br'] = "Configurações do domínio"; $text['title-domain_setting-edit']['pt-pt'] = "Definições do Domínio"; $text['title-domain_setting-edit']['ro-ro'] = ""; $text['title-domain_setting-edit']['ru-ru'] = "Настройки домена"; @@ -74,7 +74,7 @@ $text['title-domain-edit']['he-il'] = ""; $text['title-domain-edit']['it-it'] = "Dominio"; $text['title-domain-edit']['nl-nl'] = ""; $text['title-domain-edit']['pl-pl'] = "Domena"; -$text['title-domain-edit']['pt-br'] = "Dominio"; +$text['title-domain-edit']['pt-br'] = "Domínio"; $text['title-domain-edit']['pt-pt'] = "Domínio"; $text['title-domain-edit']['ro-ro'] = ""; $text['title-domain-edit']['ru-ru'] = "Домен"; @@ -94,7 +94,7 @@ $text['title-domain-add']['he-il'] = ""; $text['title-domain-add']['it-it'] = "Inserisci Dominio"; $text['title-domain-add']['nl-nl'] = ""; $text['title-domain-add']['pl-pl'] = "Dodaj domenę"; -$text['title-domain-add']['pt-br'] = "Adicionar dominio"; +$text['title-domain-add']['pt-br'] = "Adicionar Domínio"; $text['title-domain-add']['pt-pt'] = "Adicionar Domínio"; $text['title-domain-add']['ro-ro'] = ""; $text['title-domain-add']['ru-ru'] = "Добавить домен"; @@ -115,7 +115,7 @@ $text['option-button_icons_auto']['he-il'] = "Automatic"; $text['option-button_icons_auto']['it-it'] = "Automatic"; $text['option-button_icons_auto']['nl-nl'] = "Automatic"; $text['option-button_icons_auto']['pl-pl'] = "Automatic"; -$text['option-button_icons_auto']['pt-br'] = "Automatic"; +$text['option-button_icons_auto']['pt-br'] = "Automático"; $text['option-button_icons_auto']['pt-pt'] = "Automatic"; $text['option-button_icons_auto']['ro-ro'] = "Automatic"; $text['option-button_icons_auto']['ru-ru'] = "Automatic"; @@ -135,7 +135,7 @@ $text['option-button_icons_only']['he-il'] = "Only"; $text['option-button_icons_only']['it-it'] = "Only"; $text['option-button_icons_only']['nl-nl'] = "Only"; $text['option-button_icons_only']['pl-pl'] = "Only"; -$text['option-button_icons_only']['pt-br'] = "Only"; +$text['option-button_icons_only']['pt-br'] = "Somente"; $text['option-button_icons_only']['pt-pt'] = "Only"; $text['option-button_icons_only']['ro-ro'] = "Only"; $text['option-button_icons_only']['ru-ru'] = "Only"; @@ -155,7 +155,7 @@ $text['option-button_icons_always']['he-il'] = "Always"; $text['option-button_icons_always']['it-it'] = "Always"; $text['option-button_icons_always']['nl-nl'] = "Always"; $text['option-button_icons_always']['pl-pl'] = "Always"; -$text['option-button_icons_always']['pt-br'] = "Always"; +$text['option-button_icons_always']['pt-br'] = "Sempre"; $text['option-button_icons_always']['pt-pt'] = "Always"; $text['option-button_icons_always']['ro-ro'] = "Always"; $text['option-button_icons_always']['ru-ru'] = "Always"; @@ -175,7 +175,7 @@ $text['option-button_icons_never']['he-il'] = "Never"; $text['option-button_icons_never']['it-it'] = "Never"; $text['option-button_icons_never']['nl-nl'] = "Never"; $text['option-button_icons_never']['pl-pl'] = "Never"; -$text['option-button_icons_never']['pt-br'] = "Never"; +$text['option-button_icons_never']['pt-br'] = "Nunca"; $text['option-button_icons_never']['pt-pt'] = "Never"; $text['option-button_icons_never']['ro-ro'] = "Never"; $text['option-button_icons_never']['ru-ru'] = "Never"; @@ -195,7 +195,7 @@ $text['message-delete_failed']['he-il'] = ""; $text['message-delete_failed']['it-it'] = "Nessun Parametro Selezionato"; $text['message-delete_failed']['nl-nl'] = ""; $text['message-delete_failed']['pl-pl'] = "Próba usunięcia zakończyła się niepowodzeniem"; -$text['message-delete_failed']['pt-br'] = "Falha na exclusão"; +$text['message-delete_failed']['pt-br'] = "Nenhuma configuração marcada"; $text['message-delete_failed']['pt-pt'] = "Nenhuma configuração marcada"; $text['message-delete_failed']['ro-ro'] = ""; $text['message-delete_failed']['ru-ru'] = "Не выбрана настройка"; @@ -216,7 +216,7 @@ $text['label-web_fonts']['it-it'] = "Fonts Web"; $text['label-web_fonts']['nl-nl'] = ""; $text['label-web_fonts']['pl-pl'] = "Czcionki sieci"; $text['label-web_fonts']['pt-br'] = "Polices Web"; -$text['label-web_fonts']['pt-pt'] = "Fontes da web"; +$text['label-web_fonts']['pt-pt'] = "Fontes web"; $text['label-web_fonts']['ro-ro'] = "Fonturi web"; $text['label-web_fonts']['ru-ru'] = "Шрифты Web"; $text['label-web_fonts']['sv-se'] = "web teckensnitt"; @@ -315,7 +315,7 @@ $text['label-right']['he-il'] = "יָמִינָה"; $text['label-right']['it-it'] = "Destra"; $text['label-right']['nl-nl'] = ""; $text['label-right']['pl-pl'] = "Dobrze"; -$text['label-right']['pt-br'] = "Certo"; //copied from pt-pt +$text['label-right']['pt-br'] = "Direita"; //copied from pt-pt $text['label-right']['pt-pt'] = "Certo"; $text['label-right']['ro-ro'] = "Dreapta"; $text['label-right']['ru-ru'] = "Правый"; @@ -335,7 +335,7 @@ $text['label-reference']['he-il'] = "התייחסות"; $text['label-reference']['it-it'] = "Mostra"; $text['label-reference']['nl-nl'] = ""; $text['label-reference']['pl-pl'] = "Odniesienie"; -$text['label-reference']['pt-br'] = "Referência"; //copied from pt-pt +$text['label-reference']['pt-br'] = "Veja"; //copied from pt-pt $text['label-reference']['pt-pt'] = "Referência"; $text['label-reference']['ro-ro'] = "Referinţă"; $text['label-reference']['ru-ru'] = "Вид"; @@ -355,7 +355,7 @@ $text['label-parent_domain']['he-il'] = ""; $text['label-parent_domain']['it-it'] = "Dominio Padre"; $text['label-parent_domain']['nl-nl'] = ""; $text['label-parent_domain']['pl-pl'] = "Domena nadrzędna"; -$text['label-parent_domain']['pt-br'] = "Dominio principal"; +$text['label-parent_domain']['pt-br'] = "Domínio principal"; $text['label-parent_domain']['pt-pt'] = "Domínio Parent"; $text['label-parent_domain']['ro-ro'] = ""; $text['label-parent_domain']['ru-ru'] = "Родительский домен"; @@ -515,7 +515,7 @@ $text['label-side']['he-il'] = "Side"; $text['label-side']['it-it'] = "Side"; $text['label-side']['nl-nl'] = "Side"; $text['label-side']['pl-pl'] = "Side"; -$text['label-side']['pt-br'] = "Side"; +$text['label-side']['pt-br'] = "Lateral"; $text['label-side']['pt-pt'] = "Side"; $text['label-side']['ro-ro'] = "Side"; $text['label-side']['ru-ru'] = "Side"; @@ -535,7 +535,7 @@ $text['label-domain']['he-il'] = ""; $text['label-domain']['it-it'] = "Dominio"; $text['label-domain']['nl-nl'] = ""; $text['label-domain']['pl-pl'] = "Domena"; -$text['label-domain']['pt-br'] = "Dominio"; +$text['label-domain']['pt-br'] = "Domínio"; $text['label-domain']['pt-pt'] = "Domínio"; $text['label-domain']['ro-ro'] = ""; $text['label-domain']['ru-ru'] = "Домен"; @@ -635,7 +635,7 @@ $text['label-default_settings']['he-il'] = ""; $text['label-default_settings']['it-it'] = "Parametri di Default"; $text['label-default_settings']['nl-nl'] = ""; $text['label-default_settings']['pl-pl'] = "Ustawienia domyślne"; -$text['label-default_settings']['pt-br'] = "Configurações"; +$text['label-default_settings']['pt-br'] = "Configurações Padrão"; $text['label-default_settings']['pt-pt'] = "Predefinições"; $text['label-default_settings']['ro-ro'] = ""; $text['label-default_settings']['ru-ru'] = "Настройки по умолчанию"; @@ -675,7 +675,7 @@ $text['header-domains']['he-il'] = ""; $text['header-domains']['it-it'] = "Domini"; $text['header-domains']['nl-nl'] = ""; $text['header-domains']['pl-pl'] = "Domeny"; -$text['header-domains']['pt-br'] = "Dominios"; +$text['header-domains']['pt-br'] = "Domínios"; $text['header-domains']['pt-pt'] = "Domínios"; $text['header-domains']['ro-ro'] = ""; $text['header-domains']['ru-ru'] = "Домены"; @@ -695,7 +695,7 @@ $text['header-domain_settings']['he-il'] = ""; $text['header-domain_settings']['it-it'] = "Parametro di Dominio"; $text['header-domain_settings']['nl-nl'] = ""; $text['header-domain_settings']['pl-pl'] = "Ustawienia domeny"; -$text['header-domain_settings']['pt-br'] = "Configurações do dominio"; +$text['header-domain_settings']['pt-br'] = "Configurações do Domínio"; $text['header-domain_settings']['pt-pt'] = "Definições do Domínio"; $text['header-domain_settings']['ro-ro'] = ""; $text['header-domain_settings']['ru-ru'] = "Настройки домена"; @@ -715,7 +715,7 @@ $text['header-domain_setting-edit']['he-il'] = ""; $text['header-domain_setting-edit']['it-it'] = "Parametro di Dominio"; $text['header-domain_setting-edit']['nl-nl'] = ""; $text['header-domain_setting-edit']['pl-pl'] = "Ustawienia domeny"; -$text['header-domain_setting-edit']['pt-br'] = "Configurações do dominio"; +$text['header-domain_setting-edit']['pt-br'] = "Configuração do Domínio"; $text['header-domain_setting-edit']['pt-pt'] = "Definições do Domínio"; $text['header-domain_setting-edit']['ro-ro'] = ""; $text['header-domain_setting-edit']['ru-ru'] = "Настройки домена"; @@ -735,7 +735,7 @@ $text['header-domain_setting-add']['he-il'] = ""; $text['header-domain_setting-add']['it-it'] = "Inserisci Parametro di Dominio"; $text['header-domain_setting-add']['nl-nl'] = ""; $text['header-domain_setting-add']['pl-pl'] = "Dodaj ustawienie domeny"; -$text['header-domain_setting-add']['pt-br'] = "Adicionar configuração ao dominio"; +$text['header-domain_setting-add']['pt-br'] = "Adicionar configuração ao Domínio"; $text['header-domain_setting-add']['pt-pt'] = "Adicionar Definição ao Domínio"; $text['header-domain_setting-add']['ro-ro'] = ""; $text['header-domain_setting-add']['ru-ru'] = "Добавить настройки домена"; @@ -755,7 +755,7 @@ $text['header-domain-edit']['he-il'] = ""; $text['header-domain-edit']['it-it'] = "Dominio"; $text['header-domain-edit']['nl-nl'] = ""; $text['header-domain-edit']['pl-pl'] = "Domena"; -$text['header-domain-edit']['pt-br'] = "Dominio"; +$text['header-domain-edit']['pt-br'] = "Domínio"; $text['header-domain-edit']['pt-pt'] = "Domínio"; $text['header-domain-edit']['ro-ro'] = ""; $text['header-domain-edit']['ru-ru'] = "Домен"; @@ -775,7 +775,7 @@ $text['header-domain-add']['he-il'] = ""; $text['header-domain-add']['it-it'] = "Inserisci Dominio"; $text['header-domain-add']['nl-nl'] = ""; $text['header-domain-add']['pl-pl'] = "Dodaj domenę"; -$text['header-domain-add']['pt-br'] = "Adicionar dominio"; +$text['header-domain-add']['pt-br'] = "Adicionar Domínio"; $text['header-domain-add']['pt-pt'] = "Adicionar Domínio"; $text['header-domain-add']['ro-ro'] = ""; $text['header-domain-add']['ru-ru'] = "Добавить домен"; @@ -815,7 +815,7 @@ $text['description-parent_domain']['he-il'] = ""; $text['description-parent_domain']['it-it'] = "Seleziona il dominio padre."; $text['description-parent_domain']['nl-nl'] = ""; $text['description-parent_domain']['pl-pl'] = "Ustaw domenę nadrzędną"; -$text['description-parent_domain']['pt-br'] = "Defina o dominio pai"; +$text['description-parent_domain']['pt-br'] = "Defina o domínio pai"; $text['description-parent_domain']['pt-pt'] = "Defina o domínio pai."; $text['description-parent_domain']['ro-ro'] = ""; $text['description-parent_domain']['ru-ru'] = "Установить родительский домен."; @@ -855,7 +855,7 @@ $text['description-name']['he-il'] = ""; $text['description-name']['it-it'] = "Inserisci il nome del dominio."; $text['description-name']['nl-nl'] = ""; $text['description-name']['pl-pl'] = "Wprowadź nazwę"; -$text['description-name']['pt-br'] = "Insira o nome do menu"; +$text['description-name']['pt-br'] = "Insira o nome do Domínio."; $text['description-name']['pt-pt'] = "Introduza o nome do domínio."; $text['description-name']['ro-ro'] = ""; $text['description-name']['ru-ru'] = "Введите имя домена."; @@ -875,7 +875,7 @@ $text['description-domains']['he-il'] = ""; $text['description-domains']['it-it'] = "Controlla la lista dei domini da gestire."; $text['description-domains']['nl-nl'] = ""; $text['description-domains']['pl-pl'] = "Zarządzanie listą domen."; -$text['description-domains']['pt-br'] = "Gerencie a lista dos dominios"; +$text['description-domains']['pt-br'] = "Controle a lista dos domínios para gerenciar"; $text['description-domains']['pt-pt'] = "Controlar a lista dos domínios a gerir"; $text['description-domains']['ro-ro'] = ""; $text['description-domains']['ru-ru'] = "Списк доменов для управления."; @@ -895,7 +895,7 @@ $text['description-domain_setting-edit']['he-il'] = ""; $text['description-domain_setting-edit']['it-it'] = "Modifica un parametro per questo dominio."; $text['description-domain_setting-edit']['nl-nl'] = ""; $text['description-domain_setting-edit']['pl-pl'] = "Edytuj ustawienia w tej domenie"; -$text['description-domain_setting-edit']['pt-br'] = "Editar uma configuração deste dominio"; +$text['description-domain_setting-edit']['pt-br'] = "Editar uma configuração deste domínio"; $text['description-domain_setting-edit']['pt-pt'] = "Editar uma definição deste domínio."; $text['description-domain_setting-edit']['ro-ro'] = ""; $text['description-domain_setting-edit']['ru-ru'] = "Изменить настройки для домена."; @@ -915,7 +915,7 @@ $text['description-domain_setting-add']['he-il'] = ""; $text['description-domain_setting-add']['it-it'] = "Inserisci un parametro per questo dominio."; $text['description-domain_setting-add']['nl-nl'] = ""; $text['description-domain_setting-add']['pl-pl'] = "Dodaj ustawienie w tej domenie"; -$text['description-domain_setting-add']['pt-br'] = "Adicionar uma configuração a este dominio"; +$text['description-domain_setting-add']['pt-br'] = "Adicionar uma configuração a este domíni.o"; $text['description-domain_setting-add']['pt-pt'] = "Adicionar uma definição a este domínio."; $text['description-domain_setting-add']['ro-ro'] = ""; $text['description-domain_setting-add']['ru-ru'] = "Добавить настройку для домена."; @@ -935,7 +935,7 @@ $text['description-domain_enabled']['he-il'] = ""; $text['description-domain_enabled']['it-it'] = "Seleziona lo stato del dominio."; $text['description-domain_enabled']['nl-nl'] = ""; $text['description-domain_enabled']['pl-pl'] = "Ustaw status tej domeny."; -$text['description-domain_enabled']['pt-br'] = "Definir o estado do dominio"; +$text['description-domain_enabled']['pt-br'] = "Definir o estado do Domínio"; $text['description-domain_enabled']['pt-pt'] = "Definir o estado do domínio."; $text['description-domain_enabled']['ro-ro'] = ""; $text['description-domain_enabled']['ru-ru'] = "Установить статус домена."; @@ -955,7 +955,7 @@ $text['description-domain-edit']['he-il'] = ""; $text['description-domain-edit']['it-it'] = "Modifica i dettagli per questo dominio."; $text['description-domain-edit']['nl-nl'] = ""; $text['description-domain-edit']['pl-pl'] = "Edytuj szczegóły tej domeny."; -$text['description-domain-edit']['pt-br'] = "Editar detalhes deste dominio"; +$text['description-domain-edit']['pt-br'] = "Editar os detalhes deste Domínio."; $text['description-domain-edit']['pt-pt'] = "Editar detalhes deste domínio."; $text['description-domain-edit']['ro-ro'] = ""; $text['description-domain-edit']['ru-ru'] = "Редактирование сведений о домене."; @@ -975,7 +975,7 @@ $text['description-domain-add']['he-il'] = ""; $text['description-domain-add']['it-it'] = "Inserisci sotto i dettagli del dominio."; $text['description-domain-add']['nl-nl'] = ""; $text['description-domain-add']['pl-pl'] = "Poniżej wprowadź szczegóły domeny"; -$text['description-domain-add']['pt-br'] = "Insira os detalhes do dominio abaixo"; +$text['description-domain-add']['pt-br'] = "Insira os detalhes do Domínio abaixo."; $text['description-domain-add']['pt-pt'] = "Introduza os detalhes do domínio abaixo."; $text['description-domain-add']['ro-ro'] = ""; $text['description-domain-add']['ru-ru'] = "Введите данные домена ниже."; diff --git a/core/domains/app_menu.php b/core/domains/app_menu.php index 2849f8522d..596d76fd7f 100644 --- a/core/domains/app_menu.php +++ b/core/domains/app_menu.php @@ -13,7 +13,7 @@ $apps[$x]['menu'][$y]['title']['it-it'] = "Domini"; $apps[$x]['menu'][$y]['title']['nl-nl'] = ""; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Domeny"; - $apps[$x]['menu'][$y]['title']['pt-br'] = "Dominios"; + $apps[$x]['menu'][$y]['title']['pt-br'] = "Domínios"; $apps[$x]['menu'][$y]['title']['pt-pt'] = "Domínios"; $apps[$x]['menu'][$y]['title']['ro-ro'] = ""; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Домены"; diff --git a/core/groups/app_languages.php b/core/groups/app_languages.php index 12ce8f47f5..b62f1d0bf5 100644 --- a/core/groups/app_languages.php +++ b/core/groups/app_languages.php @@ -14,7 +14,7 @@ $text['title-user_setting-edit']['he-il'] = ""; $text['title-user_setting-edit']['it-it'] = "Impostazione utente"; $text['title-user_setting-edit']['nl-nl'] = ""; $text['title-user_setting-edit']['pl-pl'] = ""; -$text['title-user_setting-edit']['pt-br'] = "Definição do Utilizador"; //copied from pt-pt +$text['title-user_setting-edit']['pt-br'] = "Configuração do Usuário"; //copied from pt-pt $text['title-user_setting-edit']['pt-pt'] = "Definição do Utilizador"; $text['title-user_setting-edit']['ro-ro'] = ""; $text['title-user_setting-edit']['ru-ru'] = "Настройки пользователя"; @@ -34,7 +34,7 @@ $text['title-user_setting-add']['he-il'] = ""; $text['title-user_setting-add']['it-it'] = "Aggiungi Impostazione Utente"; $text['title-user_setting-add']['nl-nl'] = ""; $text['title-user_setting-add']['pl-pl'] = ""; -$text['title-user_setting-add']['pt-br'] = "Usuário setting Adicionar"; //copied from pt-pt +$text['title-user_setting-add']['pt-br'] = "Adicionar configuração do usuário"; //copied from pt-pt $text['title-user_setting-add']['pt-pt'] = "Usuário setting Adicionar"; $text['title-user_setting-add']['ro-ro'] = ""; $text['title-user_setting-add']['ru-ru'] = "Добавить настройки пользователя"; @@ -54,7 +54,7 @@ $text['title-user_manager']['he-il'] = "מנהל משתמש"; $text['title-user_manager']['it-it'] = "Gestione Utenti"; $text['title-user_manager']['nl-nl'] = ""; $text['title-user_manager']['pl-pl'] = "Menedżer użytkowników"; -$text['title-user_manager']['pt-br'] = "Gestão de Utilizadores"; //copied from pt-pt +$text['title-user_manager']['pt-br'] = "Gerenciar Usuários"; //copied from pt-pt $text['title-user_manager']['pt-pt'] = "Gestão de Utilizadores"; $text['title-user_manager']['ro-ro'] = ""; $text['title-user_manager']['ru-ru'] = "Управление пользователями"; @@ -74,7 +74,7 @@ $text['title-user_edit']['he-il'] = "משתמש"; $text['title-user_edit']['it-it'] = "Utente"; $text['title-user_edit']['nl-nl'] = ""; $text['title-user_edit']['pl-pl'] = "Użytkownik"; -$text['title-user_edit']['pt-br'] = "Utilizador"; //copied from pt-pt +$text['title-user_edit']['pt-br'] = "Usuário"; //copied from pt-pt $text['title-user_edit']['pt-pt'] = "Utilizador"; $text['title-user_edit']['ro-ro'] = "Utilizator"; $text['title-user_edit']['ru-ru'] = "Пользователь"; @@ -94,7 +94,7 @@ $text['title-user_add']['he-il'] = "משתמש"; $text['title-user_add']['it-it'] = "Utente"; $text['title-user_add']['nl-nl'] = ""; $text['title-user_add']['pl-pl'] = "Użytkownik"; -$text['title-user_add']['pt-br'] = "Adicionar Utilizador"; //copied from pt-pt +$text['title-user_add']['pt-br'] = "Adicionar Usuário"; //copied from pt-pt $text['title-user_add']['pt-pt'] = "Adicionar Utilizador"; $text['title-user_add']['ro-ro'] = "Utilizator"; $text['title-user_add']['ru-ru'] = "Пользователь"; @@ -154,7 +154,7 @@ $text['title-group_manager']['he-il'] = "מנהל קבוצה"; $text['title-group_manager']['it-it'] = "Gestione Gruppo"; $text['title-group_manager']['nl-nl'] = ""; $text['title-group_manager']['pl-pl'] = "Menedżer grup"; -$text['title-group_manager']['pt-br'] = "Gestão de Grupos"; //copied from pt-pt +$text['title-group_manager']['pt-br'] = "Gerenciador de Grupos"; //copied from pt-pt $text['title-group_manager']['pt-pt'] = "Gestão de Grupos"; $text['title-group_manager']['ro-ro'] = ""; $text['title-group_manager']['ru-ru'] = "Управление группами"; @@ -214,7 +214,7 @@ $text['option-true']['he-il'] = "חוקי"; $text['option-true']['it-it'] = "Vero"; $text['option-true']['nl-nl'] = ""; $text['option-true']['pl-pl'] = "Tak"; -$text['option-true']['pt-br'] = "Sim"; //copied from pt-pt +$text['option-true']['pt-br'] = "Verdadeiro"; //copied from pt-pt $text['option-true']['pt-pt'] = "Sim"; $text['option-true']['ro-ro'] = ""; $text['option-true']['ru-ru'] = "Да"; @@ -254,7 +254,7 @@ $text['option-logged_out']['he-il'] = "התנתק"; $text['option-logged_out']['it-it'] = "Disconnesso"; $text['option-logged_out']['nl-nl'] = ""; $text['option-logged_out']['pl-pl'] = "Wylogowany"; -$text['option-logged_out']['pt-br'] = "Desligado"; //copied from pt-pt +$text['option-logged_out']['pt-br'] = "Desconectado"; //copied from pt-pt $text['option-logged_out']['pt-pt'] = "Desligado"; $text['option-logged_out']['ro-ro'] = ""; $text['option-logged_out']['ru-ru'] = "Выйти"; @@ -294,7 +294,7 @@ $text['option-false']['he-il'] = "לא חוקי"; $text['option-false']['it-it'] = "Falso"; $text['option-false']['nl-nl'] = ""; $text['option-false']['pl-pl'] = "Nie"; -$text['option-false']['pt-br'] = "Não"; //copied from pt-pt +$text['option-false']['pt-br'] = "Falso"; //copied from pt-pt $text['option-false']['pt-pt'] = "Não"; $text['option-false']['ro-ro'] = ""; $text['option-false']['ru-ru'] = "Нет"; @@ -314,7 +314,7 @@ $text['option-do_not_disturb']['he-il'] = "נא לא להפריע"; $text['option-do_not_disturb']['it-it'] = "Non disturbare"; $text['option-do_not_disturb']['nl-nl'] = ""; $text['option-do_not_disturb']['pl-pl'] = "Nie przeszkadzaj (DND)"; -$text['option-do_not_disturb']['pt-br'] = "Não Perturbar"; //copied from pt-pt +$text['option-do_not_disturb']['pt-br'] = "Não Perturbe"; //copied from pt-pt $text['option-do_not_disturb']['pt-pt'] = "Não Perturbar"; $text['option-do_not_disturb']['ro-ro'] = ""; $text['option-do_not_disturb']['ru-ru'] = "Не беспокоить (DND)"; @@ -334,7 +334,7 @@ $text['option-available_on_demand']['he-il'] = "זמין (לפי דרישה("; $text['option-available_on_demand']['it-it'] = "Disponibile (Su Richiesta)"; $text['option-available_on_demand']['nl-nl'] = ""; $text['option-available_on_demand']['pl-pl'] = "Dostępny (na żądanie)"; -$text['option-available_on_demand']['pt-br'] = "Disponível (A Pedido)"; //copied from pt-pt +$text['option-available_on_demand']['pt-br'] = "Disponível (sob demanda)"; //copied from pt-pt $text['option-available_on_demand']['pt-pt'] = "Disponível (A Pedido)"; $text['option-available_on_demand']['ro-ro'] = ""; $text['option-available_on_demand']['ru-ru'] = "Доступен (по требованию)"; @@ -394,7 +394,7 @@ $text['message-password_mismatch']['he-il'] = "הסיסמא לא נכונה"; $text['message-password_mismatch']['it-it'] = "Le Password non coincidono"; $text['message-password_mismatch']['nl-nl'] = ""; $text['message-password_mismatch']['pl-pl'] = "Wprowadzone hasła nie są takie same"; -$text['message-password_mismatch']['pt-br'] = "As passwords não correspondem."; //copied from pt-pt +$text['message-password_mismatch']['pt-br'] = "As senhas não conferem."; //copied from pt-pt $text['message-password_mismatch']['pt-pt'] = "As passwords não correspondem."; $text['message-password_mismatch']['ro-ro'] = ""; $text['message-password_mismatch']['ru-ru'] = "Пароли не совпадают"; @@ -434,7 +434,7 @@ $text['message-password_requirements']['he-il'] = "דרישות סיסמא"; $text['message-password_requirements']['it-it'] = "Requisiti Password"; $text['message-password_requirements']['nl-nl'] = ""; $text['message-password_requirements']['pl-pl'] = "Wymagania Hasło"; -$text['message-password_requirements']['pt-br'] = "Requisitos Senha"; //copied from pt-pt +$text['message-password_requirements']['pt-br'] = "Requisitos de Senha"; //copied from pt-pt $text['message-password_requirements']['pt-pt'] = "Requisitos Senha"; $text['message-password_requirements']['ro-ro'] = "Cerințe privind parola"; $text['message-password_requirements']['ru-ru'] = "Требования к паролю"; @@ -494,7 +494,7 @@ $text['message-maximum_users']['he-il'] = "מקסימום משתמשים"; $text['message-maximum_users']['it-it'] = "Utenti Massimi:"; $text['message-maximum_users']['nl-nl'] = ""; $text['message-maximum_users']['pl-pl'] = "Maks ilość użytkowników"; -$text['message-maximum_users']['pt-br'] = "Usuários Máximo Permitido:"; //copied from pt-pt +$text['message-maximum_users']['pt-br'] = "Máximo de Usuários Permitido:"; //copied from pt-pt $text['message-maximum_users']['pt-pt'] = "Usuários Máximo Permitido:"; $text['message-maximum_users']['ro-ro'] = ""; $text['message-maximum_users']['ru-ru'] = "Максимальное количество пользователей:"; @@ -554,7 +554,7 @@ $text['message-copy']['he-il'] = "העתקה הושלמה"; $text['message-copy']['it-it'] = "Copia Completata"; $text['message-copy']['nl-nl'] = ""; $text['message-copy']['pl-pl'] = "Skopiowano poprawnie"; -$text['message-copy']['pt-br'] = "Cópia Efectuada"; //copied from pt-pt +$text['message-copy']['pt-br'] = "Cópia concluída"; //copied from pt-pt $text['message-copy']['pt-pt'] = "Cópia Efectuada"; $text['message-copy']['ro-ro'] = "Copiere completă"; $text['message-copy']['ru-ru'] = "Копирование выполнено"; @@ -574,7 +574,7 @@ $text['message-cannot_delete_own_account']['he-il'] = ""; $text['message-cannot_delete_own_account']['it-it'] = "Non puoi cancellare il tuo utente. Per favore collegati con un utente differente e riprova nuovamente."; $text['message-cannot_delete_own_account']['nl-nl'] = ""; $text['message-cannot_delete_own_account']['pl-pl'] = "Nie można usunąć własnego konta użytkownika. Zaloguj się jako inny użytkownik i spróbuj ponownie."; -$text['message-cannot_delete_own_account']['pt-br'] = "Você não pode excluir a sua própria conta de usuário. Identifique-se como um usuário diferente, em seguida, tente novamente."; //copied from pt-pt +$text['message-cannot_delete_own_account']['pt-br'] = "Você não pode excluir a sua própria conta de usuário. Conecte como um usuário diferente, em seguida, tente novamente."; //copied from pt-pt $text['message-cannot_delete_own_account']['pt-pt'] = "Você não pode excluir a sua própria conta de usuário. Identifique-se como um usuário diferente, em seguida, tente novamente."; $text['message-cannot_delete_own_account']['ro-ro'] = ""; $text['message-cannot_delete_own_account']['ru-ru'] = "Вы не можете удалить свою учетную запись. Войдите как другой пользователь, а затем повторите попытку.."; @@ -594,7 +594,7 @@ $text['label-web_fonts']['he-il'] = "גופני אינטרנט"; $text['label-web_fonts']['it-it'] = "Caratteri Web"; $text['label-web_fonts']['nl-nl'] = ""; $text['label-web_fonts']['pl-pl'] = "Czcionki sieci"; -$text['label-web_fonts']['pt-br'] = "Polices Web"; +$text['label-web_fonts']['pt-br'] = "Fontes Web"; $text['label-web_fonts']['pt-pt'] = "Fontes da web"; $text['label-web_fonts']['ro-ro'] = "Fonturi web"; $text['label-web_fonts']['ru-ru'] = "Шрифты Web"; @@ -614,7 +614,7 @@ $text['label-username']['he-il'] = "שם משתמש"; $text['label-username']['it-it'] = "Nome utente"; $text['label-username']['nl-nl'] = ""; $text['label-username']['pl-pl'] = "Użytkownik"; -$text['label-username']['pt-br'] = "Nome de Utilizador"; //copied from pt-pt +$text['label-username']['pt-br'] = "Usuário"; //copied from pt-pt $text['label-username']['pt-pt'] = "Nome de Utilizador"; $text['label-username']['ro-ro'] = "Utilizator"; $text['label-username']['ru-ru'] = "Имя пользователя"; @@ -634,7 +634,7 @@ $text['label-user_language']['he-il'] = "שפה"; $text['label-user_language']['it-it'] = "Lingua"; $text['label-user_language']['nl-nl'] = ""; $text['label-user_language']['pl-pl'] = "Język"; -$text['label-user_language']['pt-br'] = "Língua"; //copied from pt-pt +$text['label-user_language']['pt-br'] = "Idioma"; //copied from pt-pt $text['label-user_language']['pt-pt'] = "Língua"; $text['label-user_language']['ro-ro'] = "Limbă"; $text['label-user_language']['ru-ru'] = "Язык"; @@ -654,7 +654,7 @@ $text['label-user_info']['he-il'] = "פרטי משתמש"; $text['label-user_info']['it-it'] = "Informazioni Utente"; $text['label-user_info']['nl-nl'] = ""; $text['label-user_info']['pl-pl'] = "Informacje o użytkowniku"; -$text['label-user_info']['pt-br'] = "Informação do Utilizador"; //copied from pt-pt +$text['label-user_info']['pt-br'] = "Informação do Usuário"; //copied from pt-pt $text['label-user_info']['pt-pt'] = "Informação do Utilizador"; $text['label-user_info']['ro-ro'] = ""; $text['label-user_info']['ru-ru'] = "Информация о пользователе"; @@ -814,7 +814,7 @@ $text['label-right']['he-il'] = "יָמִינָה"; $text['label-right']['it-it'] = "Destra"; $text['label-right']['nl-nl'] = ""; $text['label-right']['pl-pl'] = "Dobrze"; -$text['label-right']['pt-br'] = "Certo"; //copied from pt-pt +$text['label-right']['pt-br'] = "Direita"; //copied from pt-pt $text['label-right']['pt-pt'] = "Certo"; $text['label-right']['ro-ro'] = "Dreapta"; $text['label-right']['ru-ru'] = "Справа"; @@ -834,7 +834,7 @@ $text['label-reference']['he-il'] = "התייחסות"; $text['label-reference']['it-it'] = "Visualizza"; $text['label-reference']['nl-nl'] = ""; $text['label-reference']['pl-pl'] = "Odniesienie"; -$text['label-reference']['pt-br'] = "Referência"; //copied from pt-pt +$text['label-reference']['pt-br'] = "Veja"; //copied from pt-pt $text['label-reference']['pt-pt'] = "Referência"; $text['label-reference']['ro-ro'] = "Referinţă"; $text['label-reference']['ru-ru'] = "Вид"; @@ -894,7 +894,7 @@ $text['label-password']['he-il'] = "סיסמה"; $text['label-password']['it-it'] = "Password"; $text['label-password']['nl-nl'] = ""; $text['label-password']['pl-pl'] = "Hasło"; -$text['label-password']['pt-br'] = "Palavra-Passe"; //copied from pt-pt +$text['label-password']['pt-br'] = "Senha"; //copied from pt-pt $text['label-password']['pt-pt'] = "Palavra-Passe"; $text['label-password']['ro-ro'] = "Parolă"; $text['label-password']['ru-ru'] = "Пароль"; @@ -1334,7 +1334,7 @@ $text['label-contact']['he-il'] = "איש קשר"; $text['label-contact']['it-it'] = "Contatto"; $text['label-contact']['nl-nl'] = ""; $text['label-contact']['pl-pl'] = "Kontakt"; -$text['label-contact']['pt-br'] = "Contacto"; //copied from pt-pt +$text['label-contact']['pt-br'] = "Contato"; //copied from pt-pt $text['label-contact']['pt-pt'] = "Contacto"; $text['label-contact']['ro-ro'] = ""; $text['label-contact']['ru-ru'] = "Контакт"; @@ -1354,7 +1354,7 @@ $text['label-confirm_password']['he-il'] = "אשר סיסמא"; $text['label-confirm_password']['it-it'] = "Conferma Password"; $text['label-confirm_password']['nl-nl'] = ""; $text['label-confirm_password']['pl-pl'] = "Potwierdź hasło"; -$text['label-confirm_password']['pt-br'] = "Confirmar Palavra-Passe"; //copied from pt-pt +$text['label-confirm_password']['pt-br'] = "Confirmar Senha"; //copied from pt-pt $text['label-confirm_password']['pt-pt'] = "Confirmar Palavra-Passe"; $text['label-confirm_password']['ro-ro'] = ""; $text['label-confirm_password']['ru-ru'] = "Подтвердите пароль"; @@ -1394,7 +1394,7 @@ $text['label-characters']['he-il'] = "דמויות"; $text['label-characters']['it-it'] = "Caratteri"; $text['label-characters']['nl-nl'] = ""; $text['label-characters']['pl-pl'] = "Postacie"; -$text['label-characters']['pt-br'] = "Personagens"; //copied from pt-pt +$text['label-characters']['pt-br'] = "Caracteres"; //copied from pt-pt $text['label-characters']['pt-pt'] = "Personagens"; $text['label-characters']['ro-ro'] = "caractere"; $text['label-characters']['ru-ru'] = "символов"; @@ -1454,7 +1454,7 @@ $text['label-api_key']['he-il'] = ""; $text['label-api_key']['it-it'] = "API Key"; $text['label-api_key']['nl-nl'] = ""; $text['label-api_key']['pl-pl'] = "Klucz API"; -$text['label-api_key']['pt-br'] = "API Key"; //copied from pt-pt +$text['label-api_key']['pt-br'] = "Chave API"; //copied from pt-pt $text['label-api_key']['pt-pt'] = "API Key"; $text['label-api_key']['ro-ro'] = ""; $text['label-api_key']['ru-ru'] = "Ключ API"; @@ -1534,7 +1534,7 @@ $text['header-user_setting-edit']['he-il'] = ""; $text['header-user_setting-edit']['it-it'] = "Impostazione Utente"; $text['header-user_setting-edit']['nl-nl'] = ""; $text['header-user_setting-edit']['pl-pl'] = ""; -$text['header-user_setting-edit']['pt-br'] = "Definição do Utilizador"; //copied from pt-pt +$text['header-user_setting-edit']['pt-br'] = "Configuração do Usuário"; //copied from pt-pt $text['header-user_setting-edit']['pt-pt'] = "Definição do Utilizador"; $text['header-user_setting-edit']['ro-ro'] = ""; $text['header-user_setting-edit']['ru-ru'] = "Настройки пользователя"; @@ -1554,7 +1554,7 @@ $text['header-user_setting-add']['he-il'] = ""; $text['header-user_setting-add']['it-it'] = "Aggiungi Impostazione Utente"; $text['header-user_setting-add']['nl-nl'] = ""; $text['header-user_setting-add']['pl-pl'] = ""; -$text['header-user_setting-add']['pt-br'] = "Usuário setting Adicionar"; //copied from pt-pt +$text['header-user_setting-add']['pt-br'] = "Adicionar configuração do Usuário"; //copied from pt-pt $text['header-user_setting-add']['pt-pt'] = "Usuário setting Adicionar"; $text['header-user_setting-add']['ro-ro'] = ""; $text['header-user_setting-add']['ru-ru'] = "Добавить настройки пользователя"; @@ -1574,7 +1574,7 @@ $text['header-user_manager']['he-il'] = "מנהל משתמש"; $text['header-user_manager']['it-it'] = "Utenti"; $text['header-user_manager']['nl-nl'] = ""; $text['header-user_manager']['pl-pl'] = "Menadżer użytkowników"; -$text['header-user_manager']['pt-br'] = "Gestão de Utilizadores"; //copied from pt-pt +$text['header-user_manager']['pt-br'] = "Usuários"; //copied from pt-pt $text['header-user_manager']['pt-pt'] = "Gestão de Utilizadores"; $text['header-user_manager']['ro-ro'] = ""; $text['header-user_manager']['ru-ru'] = "Пользователи"; @@ -1594,7 +1594,7 @@ $text['header-user_edit']['he-il'] = "משתמש"; $text['header-user_edit']['it-it'] = "Utenti"; $text['header-user_edit']['nl-nl'] = ""; $text['header-user_edit']['pl-pl'] = "Użytkownik"; -$text['header-user_edit']['pt-br'] = "Editar Utilizador"; //copied from pt-pt +$text['header-user_edit']['pt-br'] = "Editar Usuário"; //copied from pt-pt $text['header-user_edit']['pt-pt'] = "Editar Utilizador"; $text['header-user_edit']['ro-ro'] = ""; $text['header-user_edit']['ru-ru'] = "Пользователь"; @@ -1614,7 +1614,7 @@ $text['header-user_add']['he-il'] = "משתמש"; $text['header-user_add']['it-it'] = "Utente"; $text['header-user_add']['nl-nl'] = ""; $text['header-user_add']['pl-pl'] = "Użytkownik"; -$text['header-user_add']['pt-br'] = "Adicionar Utilizador"; //copied from pt-pt +$text['header-user_add']['pt-br'] = "Adicionar Usuário"; //copied from pt-pt $text['header-user_add']['pt-pt'] = "Adicionar Utilizador"; $text['header-user_add']['ro-ro'] = ""; $text['header-user_add']['ru-ru'] = "Пользователь"; @@ -1674,7 +1674,7 @@ $text['header-group_manager']['he-il'] = "מנהל קבוצה"; $text['header-group_manager']['it-it'] = "Gestione Gruppo"; $text['header-group_manager']['nl-nl'] = ""; $text['header-group_manager']['pl-pl'] = "Menadżer grup"; -$text['header-group_manager']['pt-br'] = "Gestão de Grupos"; //copied from pt-pt +$text['header-group_manager']['pt-br'] = "Gerenciador de Grupos"; //copied from pt-pt $text['header-group_manager']['pt-pt'] = "Gestão de Grupos"; $text['header-group_manager']['ro-ro'] = ""; $text['header-group_manager']['ru-ru'] = "Управление группами"; @@ -1754,7 +1754,7 @@ $text['description-user_setting-add']['he-il'] = ""; $text['description-user_setting-add']['it-it'] = "Aggiungi una impostazione per questo utente."; $text['description-user_setting-add']['nl-nl'] = ""; $text['description-user_setting-add']['pl-pl'] = ""; -$text['description-user_setting-add']['pt-br'] = "Adicionar uma definição para esse usuário."; //copied from pt-pt +$text['description-user_setting-add']['pt-br'] = "Adicionar uma configuração para esse usuário."; //copied from pt-pt $text['description-user_setting-add']['pt-pt'] = "Adicionar uma definição para esse usuário."; $text['description-user_setting-add']['ro-ro'] = ""; $text['description-user_setting-add']['ru-ru'] = "Добавьте параметр пользователя."; @@ -1774,7 +1774,7 @@ $text['description-user_manager']['he-il'] = "הוסף, ערוך, מחק וחפ $text['description-user_manager']['it-it'] = "Aggiungi, modifica, elimina e cerca utenti. "; $text['description-user_manager']['nl-nl'] = ""; $text['description-user_manager']['pl-pl'] = "Dodaj, edytuj, usuń i wyszukaj użytkowników."; -$text['description-user_manager']['pt-br'] = "Adicionar, editar, remover e pesquisar utilizadores. "; //copied from pt-pt +$text['description-user_manager']['pt-br'] = "Adicionar, editar, remover e pesquisar usuários. "; //copied from pt-pt $text['description-user_manager']['pt-pt'] = "Adicionar, editar, remover e pesquisar utilizadores. "; $text['description-user_manager']['ro-ro'] = ""; $text['description-user_manager']['ru-ru'] = "Добавление, изменение, удаление и поиск пользователей. "; @@ -1814,7 +1814,7 @@ $text['description-user_edit']['he-il'] = "ערוך פרטי משתמש ושיו $text['description-user_edit']['it-it'] = "Modifica le informazioni dell'utente e l'appartenenza al gruppo. "; $text['description-user_edit']['nl-nl'] = ""; $text['description-user_edit']['pl-pl'] = "Edytuj informacje o użytkowniku i przynależności do grupy."; -$text['description-user_edit']['pt-br'] = "Editar a informação do utilizador e os membros do grupo. "; //copied from pt-pt +$text['description-user_edit']['pt-br'] = "Editar a informação do usuário e sua participação em grupos. "; //copied from pt-pt $text['description-user_edit']['pt-pt'] = "Editar a informação do utilizador e os membros do grupo. "; $text['description-user_edit']['ro-ro'] = ""; $text['description-user_edit']['ru-ru'] = "Изменение информации о пользователях и членстве в группах. "; @@ -1834,7 +1834,7 @@ $text['description-user_add']['he-il'] = "בכדי להוסיף משתמש, אנ $text['description-user_add']['it-it'] = "Per aggiungere un utente, per favore completa interamente il modulo. Tutti i campi sono obbligatori. "; $text['description-user_add']['nl-nl'] = ""; $text['description-user_add']['pl-pl'] = "Aby dodać użytkownika, wypełnij ten formularz w całości. Wszystkie pola są wymagane."; -$text['description-user_add']['pt-br'] = "Para adicionar um utilizador por favor preencha este formulário. Todos os campos são de preenchimento obrigatório. "; //copied from pt-pt +$text['description-user_add']['pt-br'] = "Para adicionar um usuário, por favor preencha este formulário. Todos os campos são de preenchimento obrigatório. "; //copied from pt-pt $text['description-user_add']['pt-pt'] = "Para adicionar um utilizador por favor preencha este formulário. Todos os campos são de preenchimento obrigatório. "; $text['description-user_add']['ro-ro'] = ""; $text['description-user_add']['ru-ru'] = "Чтобы добавить пользователя, заполните эту форму полностью. Все поля обязательны для заполнения. "; @@ -1854,7 +1854,7 @@ $text['description-time_zone']['he-il'] = "הגדר אזור זמן"; $text['description-time_zone']['it-it'] = "Seleziona il fuso orario predefinito."; $text['description-time_zone']['nl-nl'] = ""; $text['description-time_zone']['pl-pl'] = "Wybierz domyślną strefę czasową"; -$text['description-time_zone']['pt-br'] = "Escolha o fuso horário por omissão."; //copied from pt-pt +$text['description-time_zone']['pt-br'] = "Escolha o fuso horário padrão."; //copied from pt-pt $text['description-time_zone']['pt-pt'] = "Escolha o fuso horário por omissão."; $text['description-time_zone']['ro-ro'] = ""; $text['description-time_zone']['ru-ru'] = "Выберите часовой пояс по умолчанию."; @@ -1874,7 +1874,7 @@ $text['description-status']['he-il'] = "בחר את סטטוס המשתמש"; $text['description-status']['it-it'] = "Imposta la presenza dell'utente."; $text['description-status']['nl-nl'] = ""; $text['description-status']['pl-pl'] = "Wybierz status użytkownika"; -$text['description-status']['pt-br'] = "Escolher o estado de presença do utilizador."; //copied from pt-pt +$text['description-status']['pt-br'] = "Escolher o estado de presença do usuário."; //copied from pt-pt $text['description-status']['pt-pt'] = "Escolher o estado de presença do utilizador."; $text['description-status']['ro-ro'] = "Selectați starea utilizatorului"; $text['description-status']['ru-ru'] = "Установить статус присутствие."; @@ -1994,7 +1994,7 @@ $text['description-contact']['he-il'] = "שייך איש קשר לחשבון"; $text['description-contact']['it-it'] = "Assegna un contatto a questo utente."; $text['description-contact']['nl-nl'] = ""; $text['description-contact']['pl-pl'] = "Wybierz numer"; -$text['description-contact']['pt-br'] = "Atribuir um contacto a esta conta de utilizador."; //copied from pt-pt +$text['description-contact']['pt-br'] = "Atribuir um contato a esta conta de usuário."; //copied from pt-pt $text['description-contact']['pt-pt'] = "Atribuir um contacto a esta conta de utilizador."; $text['description-contact']['ro-ro'] = ""; $text['description-contact']['ru-ru'] = "Назначить контакт для этой учетной записи пользователя."; @@ -2014,7 +2014,7 @@ $text['description-api_key']['he-il'] = ""; $text['description-api_key']['it-it'] = "Inserisci la API key che è spesso un UUID. L'API key dovrebbe essere di almeno 128 bit."; $text['description-api_key']['nl-nl'] = ""; $text['description-api_key']['pl-pl'] = "Wprowadź klucz API, który jest często UUID. Klucz API powinien być 128 bitowy lub lepszy."; -$text['description-api_key']['pt-br'] = ""; +$text['description-api_key']['pt-br'] = "Entre com a chave API, normalmente um UUID. A chave deve ser de 128 bits ou maior."; $text['description-api_key']['pt-pt'] = ""; $text['description-api_key']['ro-ro'] = ""; $text['description-api_key']['ru-ru'] = "Введите ключ API (обычно UUID). Ключ API должен быть 128 бит или больше."; @@ -2034,7 +2034,7 @@ $text['confirm-delete']['he-il'] = "?בטוח שאתה רוצה למחוק"; $text['confirm-delete']['it-it'] = "Vuoi veramente cancellare questo?"; $text['confirm-delete']['nl-nl'] = ""; $text['confirm-delete']['pl-pl'] = "Czy na pewno chcesz to usunąć?"; -$text['confirm-delete']['pt-br'] = "Tem a certeza que pretende remover isto?"; //copied from pt-pt +$text['confirm-delete']['pt-br'] = "Tem a certeza que pretende remover?"; //copied from pt-pt $text['confirm-delete']['pt-pt'] = "Tem a certeza que pretende remover isto?"; $text['confirm-delete']['ro-ro'] = ""; $text['confirm-delete']['ru-ru'] = "Вы действительно хотите удалить?"; @@ -2074,7 +2074,7 @@ $text['button-generate']['he-il'] = "יצר"; $text['button-generate']['it-it'] = "Genera"; $text['button-generate']['nl-nl'] = ""; $text['button-generate']['pl-pl'] = "Generuj"; -$text['button-generate']['pt-br'] = "Geração"; //copied from pt-pt +$text['button-generate']['pt-br'] = "Gerar"; //copied from pt-pt $text['button-generate']['pt-pt'] = "Geração"; $text['button-generate']['ro-ro'] = ""; $text['button-generate']['ru-ru'] = "Сгенерировать"; diff --git a/core/menu/app_config.php b/core/menu/app_config.php index f73473c466..3be93a018e 100644 --- a/core/menu/app_config.php +++ b/core/menu/app_config.php @@ -20,7 +20,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'] = "Os menus podem ser personalizados com esta ferramenta."; $apps[$x]['description']['pt-pt'] = "O menu pode ser personalizado utilizando esta ferramenta."; $apps[$x]['description']['ro-ro'] = ""; $apps[$x]['description']['ru-ru'] = "Меню можно настроить с помощью этого инструмента"; diff --git a/core/menu/app_languages.php b/core/menu/app_languages.php index 2801416c3e..778efc5210 100644 --- a/core/menu/app_languages.php +++ b/core/menu/app_languages.php @@ -14,7 +14,7 @@ $text['title-menus']['he-il'] = ""; $text['title-menus']['it-it'] = "Gestione Menu"; $text['title-menus']['nl-nl'] = ""; $text['title-menus']['pl-pl'] = "Menedżer menu"; -$text['title-menus']['pt-br'] = "Menu Admistrador"; +$text['title-menus']['pt-br'] = "Gerenciador de Menus"; $text['title-menus']['pt-pt'] = "Gestor de Menus"; $text['title-menus']['ro-ro'] = ""; $text['title-menus']['ru-ru'] = "Управление меню"; @@ -34,7 +34,7 @@ $text['title-menu_item-edit']['he-il'] = ""; $text['title-menu_item-edit']['it-it'] = "Voce Menu"; $text['title-menu_item-edit']['nl-nl'] = ""; $text['title-menu_item-edit']['pl-pl'] = "Pozycja menu"; -$text['title-menu_item-edit']['pt-br'] = "Editar o Item do Menu"; //copied from pt-pt +$text['title-menu_item-edit']['pt-br'] = "Editar o item do Menu"; //copied from pt-pt $text['title-menu_item-edit']['pt-pt'] = "Editar o Item do Menu"; $text['title-menu_item-edit']['ro-ro'] = ""; $text['title-menu_item-edit']['ru-ru'] = "Пункт меню"; @@ -174,7 +174,7 @@ $text['message-update']['he-il'] = ""; $text['message-update']['it-it'] = "Aggiornamento Completato"; $text['message-update']['nl-nl'] = ""; $text['message-update']['pl-pl'] = "Zaktualizowano poprawnie"; -$text['message-update']['pt-br'] = "Atualização Efetuada"; +$text['message-update']['pt-br'] = "Atualização Concluída"; $text['message-update']['pt-pt'] = "Actualização Efectuada"; $text['message-update']['ro-ro'] = ""; $text['message-update']['ru-ru'] = "Обновление завершено"; @@ -194,7 +194,7 @@ $text['message-moved_up']['he-il'] = ""; $text['message-moved_up']['it-it'] = "Voce spostata in Alto"; $text['message-moved_up']['nl-nl'] = ""; $text['message-moved_up']['pl-pl'] = "Pozycja przeniesiona do góry"; -$text['message-moved_up']['pt-br'] = "Mover Item para cima"; +$text['message-moved_up']['pt-br'] = "Item movido para cima"; $text['message-moved_up']['pt-pt'] = "Item Movido para Cima"; $text['message-moved_up']['ro-ro'] = ""; $text['message-moved_up']['ru-ru'] = "Элемент перемещен вверх"; @@ -214,7 +214,7 @@ $text['message-moved_down']['he-il'] = ""; $text['message-moved_down']['it-it'] = "Voce spostata in Basso"; $text['message-moved_down']['nl-nl'] = ""; $text['message-moved_down']['pl-pl'] = "Pozycja przeniesiona na dół"; -$text['message-moved_down']['pt-br'] = "Mover Item para baixo"; +$text['message-moved_down']['pt-br'] = "Item Movido para Baixo"; $text['message-moved_down']['pt-pt'] = "Item Movido para Baixo"; $text['message-moved_down']['ro-ro'] = ""; $text['message-moved_down']['ru-ru'] = "Элемент перемещен вниз"; @@ -274,7 +274,7 @@ $text['label-parent_menu']['he-il'] = ""; $text['label-parent_menu']['it-it'] = "Menu Padre"; $text['label-parent_menu']['nl-nl'] = ""; $text['label-parent_menu']['pl-pl'] = "Główne menu"; -$text['label-parent_menu']['pt-br'] = "Meni Pai"; +$text['label-parent_menu']['pt-br'] = "Menu Pai"; $text['label-parent_menu']['pt-pt'] = "Menu Pai"; $text['label-parent_menu']['ro-ro'] = ""; $text['label-parent_menu']['ru-ru'] = "Родительское меню"; @@ -354,7 +354,7 @@ $text['label-language']['he-il'] = ""; $text['label-language']['it-it'] = "Linguaggio"; $text['label-language']['nl-nl'] = ""; $text['label-language']['pl-pl'] = "Język"; -$text['label-language']['pt-br'] = "Lingua"; +$text['label-language']['pt-br'] = "Idioma"; $text['label-language']['pt-pt'] = "Língua"; $text['label-language']['ro-ro'] = ""; $text['label-language']['ru-ru'] = "Язык"; @@ -434,7 +434,7 @@ $text['header-menus']['he-il'] = ""; $text['header-menus']['it-it'] = "Gestione Menu"; $text['header-menus']['nl-nl'] = ""; $text['header-menus']['pl-pl'] = "Menedżer menu"; -$text['header-menus']['pt-br'] = "Menu Administrador"; +$text['header-menus']['pt-br'] = "Gerenciador de Menu"; $text['header-menus']['pt-pt'] = "Gestor de Menus"; $text['header-menus']['ro-ro'] = ""; $text['header-menus']['ru-ru'] = "Управление меню"; @@ -554,7 +554,7 @@ $text['description-protected']['he-il'] = ""; $text['description-protected']['it-it'] = "Abilitare per proteggere la voce di menu dall'essere rimossa da 'Ripristina Default'."; $text['description-protected']['nl-nl'] = ""; $text['description-protected']['pl-pl'] = "Włącz tę opcję, aby zapobiec usunięciu pozycji menu przez funkcje 'Przywróć ustawienia domyślne'."; -$text['description-protected']['pt-br'] = "Selecione para proteger os itens do menu de serem removidos por 'Restaurar Configurações'"; +$text['description-protected']['pt-br'] = "Marque para proteger os itens do menu de serem removidos pelo 'Restaurar os itens padrão do menu selecionado'"; $text['description-protected']['pt-pt'] = "Active isto para proteger os items do menu de serem removidos por 'Restaurar Predefinições'."; $text['description-protected']['ro-ro'] = ""; $text['description-protected']['ru-ru'] = "Включите это, чтобы защитить пункт меню от удаления с помощью 'Восстановить значение по умолчанию'."; @@ -614,7 +614,7 @@ $text['description-menus']['he-il'] = ""; $text['description-menus']['it-it'] = "Usato per personalizzare uno o più menu."; $text['description-menus']['nl-nl'] = ""; $text['description-menus']['pl-pl'] = "Używany jest do konfiguracji jednej lub kilku list menu."; -$text['description-menus']['pt-br'] = "Utilize para customizar um ou mais menus"; +$text['description-menus']['pt-br'] = "Usado para customizar um ou mais menus"; $text['description-menus']['pt-pt'] = "Utilizado para customizar um ou mais menus."; $text['description-menus']['ro-ro'] = ""; $text['description-menus']['ru-ru'] = "Используется для настройки одного или нескольких меню."; @@ -694,7 +694,7 @@ $text['description-menu-edit']['he-il'] = ""; $text['description-menu-edit']['it-it'] = "Usato per personalizzare uno o più menu."; $text['description-menu-edit']['nl-nl'] = ""; $text['description-menu-edit']['pl-pl'] = "Używane do konfiguracji jednego lub kilku menu."; -$text['description-menu-edit']['pt-br'] = "Utilize para customizar um ou mais menus"; +$text['description-menu-edit']['pt-br'] = "Usado para customizar um ou mais menus"; $text['description-menu-edit']['pt-pt'] = "Utilizado para customizar um ou mais menus."; $text['description-menu-edit']['ro-ro'] = ""; $text['description-menu-edit']['ru-ru'] = "Используется для настройки одного или нескольких меню."; @@ -714,7 +714,7 @@ $text['description-menu-add']['he-il'] = ""; $text['description-menu-add']['it-it'] = "Usato per personalizzare uno o più menu."; $text['description-menu-add']['nl-nl'] = ""; $text['description-menu-add']['pl-pl'] = "Używane do konfiguracji jednego lub kilku menu."; -$text['description-menu-add']['pt-br'] = "Utilize para customizar um ou mais menus"; +$text['description-menu-add']['pt-br'] = "Usado para customizar um ou mais menus"; $text['description-menu-add']['pt-pt'] = "Utilizado para customizar um ou mais menus."; $text['description-menu-add']['ro-ro'] = ""; $text['description-menu-add']['ru-ru'] = "Используется для настройки одного или нескольких меню."; @@ -754,7 +754,7 @@ $text['description-language']['he-il'] = ""; $text['description-language']['it-it'] = "Inserire il linguaggio."; $text['description-language']['nl-nl'] = ""; $text['description-language']['pl-pl'] = "Wprowadź język"; -$text['description-language']['pt-br'] = "Insira a linguagem"; +$text['description-language']['pt-br'] = "Insira o idioma."; $text['description-language']['pt-pt'] = "Introduza a língua."; $text['description-language']['ro-ro'] = ""; $text['description-language']['ru-ru'] = "Введите язык."; @@ -834,7 +834,7 @@ $text['button-restore_default']['he-il'] = ""; $text['button-restore_default']['it-it'] = "Ripristina Default"; $text['button-restore_default']['nl-nl'] = ""; $text['button-restore_default']['pl-pl'] = "Przywróć do ustawień domyślnych"; -$text['button-restore_default']['pt-br'] = "Restaurar Configurações"; +$text['button-restore_default']['pt-br'] = "Restaurar Configurações Padrão"; $text['button-restore_default']['pt-pt'] = "Restaurar Predefinições"; $text['button-restore_default']['ro-ro'] = ""; $text['button-restore_default']['ru-ru'] = "Восстановить значения по умолчанию"; diff --git a/core/menu/app_menu.php b/core/menu/app_menu.php index edfec78fcd..ed7d829ac8 100644 --- a/core/menu/app_menu.php +++ b/core/menu/app_menu.php @@ -12,7 +12,7 @@ $apps[$x]['menu'][$y]['title']['it-it'] = "Gestione dei Menu"; $apps[$x]['menu'][$y]['title']['nl-nl'] = ""; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Menedżer menu"; - $apps[$x]['menu'][$y]['title']['pt-br'] = "Menu Admistrador"; + $apps[$x]['menu'][$y]['title']['pt-br'] = "Gerenciador de Menus"; $apps[$x]['menu'][$y]['title']['pt-pt'] = "Gestor de Menus"; $apps[$x]['menu'][$y]['title']['ro-ro'] = ""; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Управление меню"; @@ -36,7 +36,7 @@ $apps[$x]['menu'][$y]['title']['it-it'] = "Home"; $apps[$x]['menu'][$y]['title']['nl-nl'] = ""; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Dom"; - $apps[$x]['menu'][$y]['title']['pt-br'] = "Casa"; + $apps[$x]['menu'][$y]['title']['pt-br'] = "Principal"; $apps[$x]['menu'][$y]['title']['pt-pt'] = "Casa"; $apps[$x]['menu'][$y]['title']['ro-ro'] = ""; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Основные"; @@ -92,7 +92,7 @@ $apps[$x]['menu'][$y]['title']['it-it'] = "Stato"; $apps[$x]['menu'][$y]['title']['nl-nl'] = ""; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Status "; - $apps[$x]['menu'][$y]['title']['pt-br'] = "Estados"; + $apps[$x]['menu'][$y]['title']['pt-br'] = "Estado"; $apps[$x]['menu'][$y]['title']['pt-pt'] = "Estado"; $apps[$x]['menu'][$y]['title']['ro-ro'] = ""; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Статус"; @@ -146,7 +146,7 @@ $apps[$x]['menu'][$y]['title']['it-it'] = "Login"; $apps[$x]['menu'][$y]['title']['nl-nl'] = ""; $apps[$x]['menu'][$y]['title']['pl-pl'] = ""; - $apps[$x]['menu'][$y]['title']['pt-br'] = ""; + $apps[$x]['menu'][$y]['title']['pt-br'] = "Entrar"; $apps[$x]['menu'][$y]['title']['pt-pt'] = "Entrar"; $apps[$x]['menu'][$y]['title']['ro-ro'] = ""; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Войти"; @@ -172,7 +172,7 @@ $apps[$x]['menu'][$y]['title']['it-it'] = "Logout"; $apps[$x]['menu'][$y]['title']['nl-nl'] = ""; $apps[$x]['menu'][$y]['title']['pl-pl'] = 'Wyloguj'; - $apps[$x]['menu'][$y]['title']['pt-pt'] = 'Sair'; + $apps[$x]['menu'][$y]['title']['pt-br'] = 'Sair'; $apps[$x]['menu'][$y]['title']['pt-pt'] = ""; $apps[$x]['menu'][$y]['title']['ro-ro'] = ""; $apps[$x]['menu'][$y]['title']['ru-ru'] = 'Выйти'; diff --git a/core/upgrade/app_config.php b/core/upgrade/app_config.php index 3677338013..725d335032 100644 --- a/core/upgrade/app_config.php +++ b/core/upgrade/app_config.php @@ -20,7 +20,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'] = "Atualizar"; $apps[$x]['description']['pt-pt'] = "Atualizar o esquema da base de dados."; $apps[$x]['description']['ro-ro'] = ""; $apps[$x]['description']['ru-ru'] = "Обновление или восстановление настроек системы"; diff --git a/core/upgrade/app_languages.php b/core/upgrade/app_languages.php index 330631e3e7..6dae3b1e95 100644 --- a/core/upgrade/app_languages.php +++ b/core/upgrade/app_languages.php @@ -14,7 +14,7 @@ $text['title-upgrade_schema']['he-il'] = ""; $text['title-upgrade_schema']['it-it'] = "Aggiorna Schema"; $text['title-upgrade_schema']['nl-nl'] = ""; $text['title-upgrade_schema']['pl-pl'] = "Aktualizacja schematu"; -$text['title-upgrade_schema']['pt-br'] = "Atualizar esquema do banco de dados"; +$text['title-upgrade_schema']['pt-br'] = "Atualizar o Esquema do banco de dados"; $text['title-upgrade_schema']['pt-pt'] = "Actualizar Esquema de Base de Dados"; $text['title-upgrade_schema']['ro-ro'] = ""; $text['title-upgrade_schema']['ru-ru'] = "Обновление структуры БД"; @@ -54,7 +54,7 @@ $text['option-true']['he-il'] = ""; $text['option-true']['it-it'] = "True"; $text['option-true']['nl-nl'] = ""; $text['option-true']['pl-pl'] = "Tak"; -$text['option-true']['pt-br'] = "Sim"; //copied from pt-pt +$text['option-true']['pt-br'] = "Verdeiro"; //copied from pt-pt $text['option-true']['pt-pt'] = "Sim"; $text['option-true']['ro-ro'] = ""; $text['option-true']['ru-ru'] = "Да"; @@ -74,7 +74,7 @@ $text['option-false']['he-il'] = ""; $text['option-false']['it-it'] = "False"; $text['option-false']['nl-nl'] = ""; $text['option-false']['pl-pl'] = "Nie"; -$text['option-false']['pt-br'] = "Não"; //copied from pt-pt +$text['option-false']['pt-br'] = "Falso"; //copied from pt-pt $text['option-false']['pt-pt'] = "Não"; $text['option-false']['ro-ro'] = ""; $text['option-false']['ru-ru'] = "Нет"; @@ -94,7 +94,7 @@ $text['message-upgrade_permissions']['he-il'] = ""; $text['message-upgrade_permissions']['it-it'] = ""; $text['message-upgrade_permissions']['nl-nl'] = ""; $text['message-upgrade_permissions']['pl-pl'] = ""; -$text['message-upgrade_permissions']['pt-br'] = ""; +$text['message-upgrade_permissions']['pt-br'] = "As Permissões padrão foram restauradas"; $text['message-upgrade_permissions']['pt-pt'] = ""; $text['message-upgrade_permissions']['ro-ro'] = ""; $text['message-upgrade_permissions']['ru-ru'] = ""; @@ -114,7 +114,7 @@ $text['message-upgrade_source_scripts']['he-il'] = ""; $text['message-upgrade_source_scripts']['it-it'] = "Files Sorgente e Scripts Aggiornati"; $text['message-upgrade_source_scripts']['nl-nl'] = ""; $text['message-upgrade_source_scripts']['pl-pl'] = "Aktualizacja plików źródłowych powiodła się"; -$text['message-upgrade_source_scripts']['pt-br'] = "Fonte de arquivos atualizados"; +$text['message-upgrade_source_scripts']['pt-br'] = "Arquivos fonte e Scripts atualizados"; $text['message-upgrade_source_scripts']['pt-pt'] = "Fonte arquivos atualizados"; $text['message-upgrade_source_scripts']['ro-ro'] = ""; $text['message-upgrade_source_scripts']['ru-ru'] = "Исходные файлы и скрипты обновлены"; @@ -134,7 +134,7 @@ $text['message-upgrade_source_failed']['he-il'] = ""; $text['message-upgrade_source_failed']['it-it'] = "Aggiornamento Files sorgente Fallito"; $text['message-upgrade_source_failed']['nl-nl'] = ""; $text['message-upgrade_source_failed']['pl-pl'] = "Aktualizacja plików źródłowych nie powiodła się."; -$text['message-upgrade_source_failed']['pt-br'] = "Fonte arquivos atualialização falhou"; +$text['message-upgrade_source_failed']['pt-br'] = "Atualização de arquivos fonte falhou"; $text['message-upgrade_source_failed']['pt-pt'] = "Fonte Arquivos Update Failed"; $text['message-upgrade_source_failed']['ro-ro'] = ""; $text['message-upgrade_source_failed']['ru-ru'] = "Обновление исходных файлов не удалось"; @@ -154,7 +154,7 @@ $text['message-upgrade_source']['he-il'] = ""; $text['message-upgrade_source']['it-it'] = "Files Sorgente Aggiornati"; $text['message-upgrade_source']['nl-nl'] = ""; $text['message-upgrade_source']['pl-pl'] = "Aktualizacja plików źródłowych powiodła się"; -$text['message-upgrade_source']['pt-br'] = "Fonte de arquivos atualizados"; +$text['message-upgrade_source']['pt-br'] = "Arquivos fonte atualizados"; $text['message-upgrade_source']['pt-pt'] = "Fonte arquivos atualizados"; $text['message-upgrade_source']['ro-ro'] = ""; $text['message-upgrade_source']['ru-ru'] = "Исходные файлы обновлены"; @@ -214,7 +214,7 @@ $text['message-upgrade_apps']['he-il'] = ""; $text['message-upgrade_apps']['it-it'] = "App Defaults Eseguita"; $text['message-upgrade_apps']['nl-nl'] = ""; $text['message-upgrade_apps']['pl-pl'] = "Przywrócenie do ustawień domyślnych aplikacji zostało wykonane."; -$text['message-upgrade_apps']['pt-br'] = "Padrões de execução da aplicação "; +$text['message-upgrade_apps']['pt-br'] = "Padrões de execução das aplicações restaurados"; $text['message-upgrade_apps']['pt-pt'] = "Padrões de aplicação executou"; $text['message-upgrade_apps']['ro-ro'] = ""; $text['message-upgrade_apps']['ru-ru'] = "Выполнение настроек по умолчанию выполнено"; @@ -234,7 +234,7 @@ $text['message-upgrade']['he-il'] = ""; $text['message-upgrade']['it-it'] = "Aggiornamento Completato"; $text['message-upgrade']['nl-nl'] = ""; $text['message-upgrade']['pl-pl'] = "Aktualizacja zakończyła się pomyślnie."; -$text['message-upgrade']['pt-br'] = "Atualização execução"; +$text['message-upgrade']['pt-br'] = "Atualização concluída"; $text['message-upgrade']['pt-pt'] = "Actualização Efectuada"; $text['message-upgrade']['ro-ro'] = ""; $text['message-upgrade']['ru-ru'] = "Обновление завершено"; @@ -254,7 +254,7 @@ $text['login-message_text']['he-il'] = ""; $text['login-message_text']['it-it'] = "Tieniti aggiornato sul progetto FusionPBX configurando le tue preference nella nuova sezione Notifiche, sotto il menu sistema!"; $text['login-message_text']['nl-nl'] = ""; $text['login-message_text']['pl-pl'] = "Bądź na bieżąco z projektem FusionPBX konfigurując swoje preferencje w nowo dodanej sekcji Powiadomienia w menu System!"; -$text['login-message_text']['pt-br'] = "Configurações recém adicionadas ao menu do sistema"; +$text['login-message_text']['pt-br'] = "Mantenha-se com o projeto FusionPBX configurando suas preferências na seção Notificações recém-adicionado, no menu Sistema!"; $text['login-message_text']['pt-pt'] = "Mantenha-se com o projeto FusionPBX configurando suas preferências na seção Notificações recém-adicionado, no menu Sistema!"; $text['login-message_text']['ro-ro'] = ""; $text['login-message_text']['ru-ru'] = "Следите за проектом FusionPBX, настроив свои настройки в недавно добавленном разделе Уведомления в меню 'Система'!"; @@ -274,7 +274,7 @@ $text['label-upgrade_source']['he-il'] = ""; $text['label-upgrade_source']['it-it'] = "Codice Sorgente"; $text['label-upgrade_source']['nl-nl'] = ""; $text['label-upgrade_source']['pl-pl'] = "Kod źródłowy"; -$text['label-upgrade_source']['pt-br'] = "Source Code"; //copied from pt-pt +$text['label-upgrade_source']['pt-br'] = "Código Fonte"; //copied from pt-pt $text['label-upgrade_source']['pt-pt'] = "Source Code"; $text['label-upgrade_source']['ro-ro'] = ""; $text['label-upgrade_source']['ru-ru'] = "Исходный код"; @@ -314,7 +314,7 @@ $text['label-upgrade_permissions']['he-il'] = ""; $text['label-upgrade_permissions']['it-it'] = "Permessi di Default"; $text['label-upgrade_permissions']['nl-nl'] = ""; $text['label-upgrade_permissions']['pl-pl'] = "Ustawienia domyślne uprawnień"; -$text['label-upgrade_permissions']['pt-br'] = "Pedrões da permissão"; +$text['label-upgrade_permissions']['pt-br'] = "Permissões Padrão"; $text['label-upgrade_permissions']['pt-pt'] = "Padrões de permissão"; $text['label-upgrade_permissions']['ro-ro'] = ""; $text['label-upgrade_permissions']['ru-ru'] = "Права по умолчанию"; @@ -394,7 +394,7 @@ $text['label-upgrade_switch']['he-il'] = ""; $text['label-upgrade_switch']['it-it'] = "Aggiornamento Softswitch"; $text['label-upgrade_switch']['nl-nl'] = ""; $text['label-upgrade_switch']['pl-pl'] = ""; -$text['label-upgrade_switch']['pt-br'] = ""; +$text['label-upgrade_switch']['pt-br'] = "Atualizar Switch"; $text['label-upgrade_switch']['pt-pt'] = ""; $text['label-upgrade_switch']['ro-ro'] = ""; $text['label-upgrade_switch']['ru-ru'] = "Обновление коммутатора"; @@ -514,7 +514,7 @@ $text['label-no_change']['he-il'] = ""; $text['label-no_change']['it-it'] = "Nessuna Modifica"; $text['label-no_change']['nl-nl'] = ""; $text['label-no_change']['pl-pl'] = "Bez zmian"; -$text['label-no_change']['pt-br'] = "Sem mudanças"; +$text['label-no_change']['pt-br'] = "Sem alterações"; $text['label-no_change']['pt-pt'] = "Sem Mudança"; $text['label-no_change']['ro-ro'] = ""; $text['label-no_change']['ru-ru'] = "Без изменений"; @@ -674,7 +674,7 @@ $text['description-upgrade_source']['he-il'] = ""; $text['description-upgrade_source']['it-it'] = "Aggiorna il files sorgente di FusionPBX dal repository."; $text['description-upgrade_source']['nl-nl'] = ""; $text['description-upgrade_source']['pl-pl'] = "Uaktualnia pliki źródłowe FusionPBX z przechowalni."; -$text['description-upgrade_source']['pt-br'] = "Arquivos de atualização"; +$text['description-upgrade_source']['pt-br'] = "Atualiza o FusionPBX a partir dos arquivos de código fonte do repositório."; $text['description-upgrade_source']['pt-pt'] = "Arquivos de origem Atualizações FusionPBX do repositório."; $text['description-upgrade_source']['ro-ro'] = ""; $text['description-upgrade_source']['ru-ru'] = "Обновляет исходные файлы FusionPBX из репозитория."; @@ -694,7 +694,7 @@ $text['description-upgrade_schema']['he-il'] = ""; $text['description-upgrade_schema']['it-it'] = "Controlli sull'integrità di campi e tabelle nel database."; $text['description-upgrade_schema']['nl-nl'] = ""; $text['description-upgrade_schema']['pl-pl'] = "Sprawdza integralność tabel i pól w bazie danych."; -$text['description-upgrade_schema']['pt-br'] = "Verificar integridade do banco de dados"; +$text['description-upgrade_schema']['pt-br'] = "Marque para Verificar a integridade das tabelas no banco de dados"; $text['description-upgrade_schema']['pt-pt'] = "Verifica para garantir a mesa e campo de integridade no banco de dados."; $text['description-upgrade_schema']['ro-ro'] = ""; $text['description-upgrade_schema']['ru-ru'] = "Проверка целостности таблиц и полей в базе данных."; @@ -714,7 +714,7 @@ $text['description-upgrade_permissions']['he-il'] = ""; $text['description-upgrade_permissions']['it-it'] = "Ripristina i permessi di gruppo di default."; $text['description-upgrade_permissions']['nl-nl'] = ""; $text['description-upgrade_permissions']['pl-pl'] = "Przywraca domyślne uprawnienia grup."; -$text['description-upgrade_permissions']['pt-br'] = "Restaurar as configurações do grupo padrão"; +$text['description-upgrade_permissions']['pt-br'] = "Restaura as configurações padrão de grupos."; $text['description-upgrade_permissions']['pt-pt'] = "Restaura as permissões do grupo padrão."; $text['description-upgrade_permissions']['ro-ro'] = ""; $text['description-upgrade_permissions']['ru-ru'] = "Восстанавливает права по умолчанию для групп."; @@ -734,7 +734,7 @@ $text['description-upgrade_menu']['he-il'] = ""; $text['description-upgrade_menu']['it-it'] = "Ripristina le voci di default nei menu selezionati."; $text['description-upgrade_menu']['nl-nl'] = ""; $text['description-upgrade_menu']['pl-pl'] = "Przywraca domyślne elementy wybranego menu."; -$text['description-upgrade_menu']['pt-br'] = "Restaurar os itens padrão do menu selecionado"; +$text['description-upgrade_menu']['pt-br'] = "Restaura os itens padrão do menu selecionado"; $text['description-upgrade_menu']['pt-pt'] = "Restaura os itens padrão do menu selecionado."; $text['description-upgrade_menu']['ro-ro'] = ""; $text['description-upgrade_menu']['ru-ru'] = "Восстанавливает элементы по умолчанию в выбранном меню."; @@ -754,7 +754,7 @@ $text['description-upgrade_data_types']['he-il'] = ""; $text['description-upgrade_data_types']['it-it'] = "Rileva e aggiorna i tipi di dati dei campi errati."; $text['description-upgrade_data_types']['nl-nl'] = ""; $text['description-upgrade_data_types']['pl-pl'] = "Wykrywa i aktualizuje niepoprawne typy pól w bazie danych."; -$text['description-upgrade_data_types']['pt-br'] = "Detectar atualuzações com campos incorrentos dos tipos de dados "; +$text['description-upgrade_data_types']['pt-br'] = "Detectar e atualizar tipos incorretos de dados "; $text['description-upgrade_data_types']['pt-pt'] = "Detecta e atualizações de campo incorreta tipos de dados."; $text['description-upgrade_data_types']['ro-ro'] = ""; $text['description-upgrade_data_types']['ru-ru'] = "Обнаруживает и обновляет некорректные типы данных полей."; @@ -774,7 +774,7 @@ $text['description-upgrade_apps']['he-il'] = ""; $text['description-upgrade_apps']['it-it'] = "Esegue i parametri di default per ogni applicazione."; $text['description-upgrade_apps']['nl-nl'] = ""; $text['description-upgrade_apps']['pl-pl'] = "Przywraca domyślne ustawienia każdej aplikacji."; -$text['description-upgrade_apps']['pt-br'] = "Executar as configurações padrão para cada aplicação"; +$text['description-upgrade_apps']['pt-br'] = "Executa as configurações padrão para cada aplicação"; $text['description-upgrade_apps']['pt-pt'] = "Executa as configurações padrão para cada aplicação."; $text['description-upgrade_apps']['ro-ro'] = ""; $text['description-upgrade_apps']['ru-ru'] = "Выполняет настройки по умолчанию для каждого приложения."; @@ -794,7 +794,7 @@ $text['description-upgrade_switch']['he-il'] = ""; $text['description-upgrade_switch']['it-it'] = "Avvia la procedura di aggiornamento del softswitch."; $text['description-upgrade_switch']['nl-nl'] = ""; $text['description-upgrade_switch']['pl-pl'] = ""; -$text['description-upgrade_switch']['pt-br'] = ""; +$text['description-upgrade_switch']['pt-br'] = "Executa a rotina de atualização do Switch"; $text['description-upgrade_switch']['pt-pt'] = ""; $text['description-upgrade_switch']['ro-ro'] = ""; $text['description-upgrade_switch']['ru-ru'] = "Выполняет процедуру обновления коммутатора."; @@ -814,7 +814,7 @@ $text['description-upgrade']['he-il'] = ""; $text['description-upgrade']['it-it'] = "Seleziona sotto le azioni che intendi eseguire."; $text['description-upgrade']['nl-nl'] = ""; $text['description-upgrade']['pl-pl'] = "Wybierz opcje, które chcesz wykonać."; -$text['description-upgrade']['pt-br'] = "Seleciona as ações abaixo que deseja executar "; +$text['description-upgrade']['pt-br'] = "Selecione abaixo as ações que deseja executar."; $text['description-upgrade']['pt-pt'] = "Selecione as ações abaixo você deseja executar."; $text['description-upgrade']['ro-ro'] = ""; $text['description-upgrade']['ru-ru'] = "Выберите действия ниже, которые вы хотите выполнить."; diff --git a/core/upgrade/app_menu.php b/core/upgrade/app_menu.php index d5fffb75b6..38b551aec5 100644 --- a/core/upgrade/app_menu.php +++ b/core/upgrade/app_menu.php @@ -13,7 +13,7 @@ $apps[$x]['menu'][$y]['title']['it-it'] = "Aggiorna"; $apps[$x]['menu'][$y]['title']['nl-nl'] = ""; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Aktualizacja"; - $apps[$x]['menu'][$y]['title']['pt-br'] = "Atualizar banco de dados"; + $apps[$x]['menu'][$y]['title']['pt-br'] = "Atualização"; $apps[$x]['menu'][$y]['title']['pt-pt'] = "Actualizar BD"; $apps[$x]['menu'][$y]['title']['ro-ro'] = ""; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Обновление"; @@ -25,4 +25,4 @@ $apps[$x]['menu'][$y]['path'] = "/core/upgrade/index.php"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; -?> \ No newline at end of file +?> diff --git a/core/user_settings/app_config.php b/core/user_settings/app_config.php index 07e6e0b9c2..1bd509b44e 100644 --- a/core/user_settings/app_config.php +++ b/core/user_settings/app_config.php @@ -21,7 +21,7 @@ $apps[$x]['description']['it-it'] = ""; $apps[$x]['description']['nl-nl'] = ""; $apps[$x]['description']['pl-pl'] = ""; - $apps[$x]['description']['pt-br'] = "Configurações das contas podem ser alteradas pelo usuário."; + $apps[$x]['description']['pt-br'] = "Configurações da conta podem ser alteradas pelo usuário."; $apps[$x]['description']['pt-pt'] = "Configurações de conta de utilizador pode ser alterado pelo utilizador."; $apps[$x]['description']['ro-ro'] = ""; $apps[$x]['description']['ru-ru'] = "Настройки учетной записи могут быть изменены пользователем"; diff --git a/core/user_settings/app_languages.php b/core/user_settings/app_languages.php index 1b2e24f707..243ffc5713 100644 --- a/core/user_settings/app_languages.php +++ b/core/user_settings/app_languages.php @@ -14,7 +14,7 @@ $text['title-user_setting-edit']['he-il'] = ""; $text['title-user_setting-edit']['it-it'] = "Parametri Utente"; $text['title-user_setting-edit']['nl-nl'] = ""; $text['title-user_setting-edit']['pl-pl'] = ""; -$text['title-user_setting-edit']['pt-br'] = "Definição do Utilizador"; //copied from pt-pt +$text['title-user_setting-edit']['pt-br'] = "Configuração do Usuário"; //copied from pt-pt $text['title-user_setting-edit']['pt-pt'] = "Definição do Utilizador"; $text['title-user_setting-edit']['ro-ro'] = ""; $text['title-user_setting-edit']['ru-ru'] = "Параметры пользователя"; @@ -34,7 +34,7 @@ $text['title-user_setting-add']['he-il'] = ""; $text['title-user_setting-add']['it-it'] = "Inserimento Parametri Utente"; $text['title-user_setting-add']['nl-nl'] = ""; $text['title-user_setting-add']['pl-pl'] = ""; -$text['title-user_setting-add']['pt-br'] = "Usuário setting Adicionar"; //copied from pt-pt +$text['title-user_setting-add']['pt-br'] = "Adicionar parâmetro de usuário"; //copied from pt-pt $text['title-user_setting-add']['pt-pt'] = "Usuário setting Adicionar"; $text['title-user_setting-add']['ro-ro'] = ""; $text['title-user_setting-add']['ru-ru'] = "Добавить параметры пользователя"; @@ -54,7 +54,7 @@ $text['title-user_dashboard']['he-il'] = "ממשק משתמש"; $text['title-user_dashboard']['it-it'] = "Pannello di Controllo"; $text['title-user_dashboard']['nl-nl'] = ""; $text['title-user_dashboard']['pl-pl'] = "Panel użytkowników"; -$text['title-user_dashboard']['pt-br'] = "Painel de controle de usuário"; +$text['title-user_dashboard']['pt-br'] = "Painel de Controle"; $text['title-user_dashboard']['pt-pt'] = "Painel de Controle do Usuário"; $text['title-user_dashboard']['ro-ro'] = "Panou control utilizator"; $text['title-user_dashboard']['ru-ru'] = "Панель пользователя"; @@ -214,7 +214,7 @@ $text['message-password_reset']['he-il'] = "איפוס סיסמה"; $text['message-password_reset']['it-it'] = "Reset Password"; $text['message-password_reset']['nl-nl'] = ""; $text['message-password_reset']['pl-pl'] = "Resetowanie hasła"; -$text['message-password_reset']['pt-br'] = "Redefinir Senha"; +$text['message-password_reset']['pt-br'] = "Resetar a Senha"; $text['message-password_reset']['pt-pt'] = "Password Reset"; $text['message-password_reset']['ro-ro'] = "Resetare parolă"; $text['message-password_reset']['ru-ru'] = "Сбросить пароль"; @@ -254,7 +254,7 @@ $text['message-password_mismatch']['he-il'] = "הסיסמא לא נכונה"; $text['message-password_mismatch']['it-it'] = "Le Password non Coincidono"; $text['message-password_mismatch']['nl-nl'] = ""; $text['message-password_mismatch']['pl-pl'] = "Wprowadzone hasła nie są takie same"; -$text['message-password_mismatch']['pt-br'] = "As senhas não correspondem"; +$text['message-password_mismatch']['pt-br'] = "As senhas não conferem"; $text['message-password_mismatch']['pt-pt'] = "As passwords não correspondem."; $text['message-password_mismatch']['ro-ro'] = ""; $text['message-password_mismatch']['ru-ru'] = "Пароли не совпадают"; @@ -334,7 +334,7 @@ $text['login-message_dismiss']['he-il'] = "משוחרר"; $text['login-message_dismiss']['it-it'] = "Abbandona"; $text['login-message_dismiss']['nl-nl'] = ""; $text['login-message_dismiss']['pl-pl'] = "Odrzuć"; -$text['login-message_dismiss']['pt-br'] = "descartar"; +$text['login-message_dismiss']['pt-br'] = "Descartar"; $text['login-message_dismiss']['pt-pt'] = "Demitir"; $text['login-message_dismiss']['ro-ro'] = "Renunță"; $text['login-message_dismiss']['ru-ru'] = "Отклонить"; @@ -514,7 +514,7 @@ $text['label-used']['he-il'] = "מְשׁוּמָשׁ"; $text['label-used']['it-it'] = "Usato"; $text['label-used']['nl-nl'] = ""; $text['label-used']['pl-pl'] = "Używany"; -$text['label-used']['pt-br'] = "Usava"; //copied from pt-pt +$text['label-used']['pt-br'] = "Usado"; //copied from pt-pt $text['label-used']['pt-pt'] = "Usava"; $text['label-used']['ro-ro'] = "Folosit"; $text['label-used']['ru-ru'] = "Используются"; @@ -554,7 +554,7 @@ $text['label-total_extensions']['he-il'] = "רוזן רחב"; $text['label-total_extensions']['it-it'] = "Interni Totali"; $text['label-total_extensions']['nl-nl'] = ""; $text['label-total_extensions']['pl-pl'] = "Wszystkich Rozszerzenia"; -$text['label-total_extensions']['pt-br'] = "Ramais totais"; +$text['label-total_extensions']['pt-br'] = "Total de Ramais"; $text['label-total_extensions']['pt-pt'] = "total de extensões"; $text['label-total_extensions']['ro-ro'] = "Extensii totale"; $text['label-total_extensions']['ru-ru'] = "Всего внутренних номеров"; @@ -574,7 +574,7 @@ $text['label-total_destinations']['he-il'] = "רוזן יעד"; $text['label-total_destinations']['it-it'] = "Destinazioni Totali"; $text['label-total_destinations']['nl-nl'] = ""; $text['label-total_destinations']['pl-pl'] = "Wszystkich Kierunki"; -$text['label-total_destinations']['pt-br'] = "Destinos totais"; +$text['label-total_destinations']['pt-br'] = "Total de destinos"; $text['label-total_destinations']['pt-pt'] = "total de Destino"; $text['label-total_destinations']['ro-ro'] = "Destinații totale"; $text['label-total_destinations']['ru-ru'] = "Всего направлений"; @@ -674,7 +674,7 @@ $text['label-system_counts']['he-il'] = "ספירת מערכת"; $text['label-system_counts']['it-it'] = "Statistiche Sistema"; $text['label-system_counts']['nl-nl'] = ""; $text['label-system_counts']['pl-pl'] = "Liczy systemowe"; -$text['label-system_counts']['pt-br'] = "Contagens do sistema"; +$text['label-system_counts']['pt-br'] = "Estatísticas do sistema"; $text['label-system_counts']['pt-pt'] = "contagens do sistema"; $text['label-system_counts']['ro-ro'] = "Numără sistem"; $text['label-system_counts']['ru-ru'] = "Системные показатели"; @@ -1114,7 +1114,7 @@ $text['label-memory_available']['he-il'] = "Available Memory"; $text['label-memory_available']['it-it'] = "Available Memory"; $text['label-memory_available']['nl-nl'] = "Available Memory"; $text['label-memory_available']['pl-pl'] = "Available Memory"; -$text['label-memory_available']['pt-br'] = "Available Memory"; +$text['label-memory_available']['pt-br'] = "Memória Disponível"; $text['label-memory_available']['pt-pt'] = "Available Memory"; $text['label-memory_available']['ro-ro'] = "Available Memory"; $text['label-memory_available']['ru-ru'] = "Available Memory"; @@ -1174,7 +1174,7 @@ $text['label-last_24_hours']['he-il'] = "לאחרונה עשרים וארבע ש $text['label-last_24_hours']['it-it'] = "Ultime 24 Ore"; $text['label-last_24_hours']['nl-nl'] = ""; $text['label-last_24_hours']['pl-pl'] = "Ostatnie 24 godziny"; -$text['label-last_24_hours']['pt-br'] = "Nas últimas 24 horas"; //copied from pt-pt +$text['label-last_24_hours']['pt-br'] = "Últimas 24 horas"; //copied from pt-pt $text['label-last_24_hours']['pt-pt'] = "Nas últimas 24 horas"; $text['label-last_24_hours']['ro-ro'] = "Ultimele 24 de ore"; $text['label-last_24_hours']['ru-ru'] = "Последние 24 часа"; @@ -1194,7 +1194,7 @@ $text['label-ivr_menus']['he-il'] = ""; $text['label-ivr_menus']['it-it'] = "Menu IVR"; $text['label-ivr_menus']['nl-nl'] = ""; $text['label-ivr_menus']['pl-pl'] = "Menu zapowiedzi głosowych (IVR)"; -$text['label-ivr_menus']['pt-br'] = "Menus de IVR (resposta interativa de voz)"; +$text['label-ivr_menus']['pt-br'] = "Menus de URA"; $text['label-ivr_menus']['pt-pt'] = "Menus de IVR"; $text['label-ivr_menus']['ro-ro'] = ""; $text['label-ivr_menus']['ru-ru'] = "Голосовые меню (IVR)"; @@ -1294,7 +1294,7 @@ $text['label-feature']['he-il'] = "מאפיין"; $text['label-feature']['it-it'] = "Funzionalità"; $text['label-feature']['nl-nl'] = ""; $text['label-feature']['pl-pl'] = "Cecha"; -$text['label-feature']['pt-br'] = "Característica"; //copied from pt-pt +$text['label-feature']['pt-br'] = "Funcionalidade"; //copied from pt-pt $text['label-feature']['pt-pt'] = "Característica"; $text['label-feature']['ro-ro'] = "trăsătură"; $text['label-feature']['ru-ru'] = "Функционал"; @@ -1314,7 +1314,7 @@ $text['label-failed']['he-il'] = "נכשל"; $text['label-failed']['it-it'] = "Fallito"; $text['label-failed']['nl-nl'] = ""; $text['label-failed']['pl-pl'] = "Nie powiodło się"; -$text['label-failed']['pt-br'] = "Fracassado"; //copied from pt-pt +$text['label-failed']['pt-br'] = "Falho"; //copied from pt-pt $text['label-failed']['pt-pt'] = "Fracassado"; $text['label-failed']['ro-ro'] = ""; $text['label-failed']['ru-ru'] = "Пропущенный"; @@ -1454,7 +1454,7 @@ $text['label-dnd']['he-il'] = "לא להפריע"; $text['label-dnd']['it-it'] = "Non Disturbare"; $text['label-dnd']['nl-nl'] = ""; $text['label-dnd']['pl-pl'] = "Nie przeszkadzaj (DND)"; -$text['label-dnd']['pt-br'] = "Não Pertube (DND)"; +$text['label-dnd']['pt-br'] = "Não Pertube"; $text['label-dnd']['pt-pt'] = "Não Perturbar"; $text['label-dnd']['ro-ro'] = "Nu deranjați"; $text['label-dnd']['ru-ru'] = "Не беспокоить (DND)"; @@ -1654,7 +1654,7 @@ $text['label-characters']['he-il'] = "דמויות"; $text['label-characters']['it-it'] = "Caratteri"; $text['label-characters']['nl-nl'] = ""; $text['label-characters']['pl-pl'] = "Postacie"; -$text['label-characters']['pt-br'] = "Personagens"; //copied from pt-pt +$text['label-characters']['pt-br'] = "Caracteres"; //copied from pt-pt $text['label-characters']['pt-pt'] = "Personagens"; $text['label-characters']['ro-ro'] = "caractere"; $text['label-characters']['ru-ru'] = "символов"; @@ -1734,7 +1734,7 @@ $text['label-callforward']['he-il'] = "עקוב אחרי"; $text['label-callforward']['it-it'] = "Inoltro Chiamate"; $text['label-callforward']['nl-nl'] = ""; $text['label-callforward']['pl-pl'] = "Przekierowanie rozmowy"; -$text['label-callforward']['pt-br'] = "Encaminhamento de chamadas"; +$text['label-callforward']['pt-br'] = "Encaminhamento de chamada"; $text['label-callforward']['pt-pt'] = "Encaminhamento de Chamadas"; $text['label-callforward']['ro-ro'] = "Redirecționare apel"; $text['label-callforward']['ru-ru'] = "Переадресация вызовов"; @@ -1774,7 +1774,7 @@ $text['label-answered']['he-il'] = "ענה"; $text['label-answered']['it-it'] = "Risposta"; $text['label-answered']['nl-nl'] = ""; $text['label-answered']['pl-pl'] = "Odebrano"; -$text['label-answered']['pt-br'] = "Atendidas"; //copied from pt-pt +$text['label-answered']['pt-br'] = "Atendida"; //copied from pt-pt $text['label-answered']['pt-pt'] = "Atendidas"; $text['label-answered']['ro-ro'] = "Răspuns"; $text['label-answered']['ru-ru'] = "Ответил"; @@ -1854,7 +1854,7 @@ $text['header-user_dashboard']['he-il'] = "ממשק משתמש"; $text['header-user_dashboard']['it-it'] = "Pannello di Controllo"; $text['header-user_dashboard']['nl-nl'] = ""; $text['header-user_dashboard']['pl-pl'] = "Panel użytkowników"; -$text['header-user_dashboard']['pt-br'] = "Painel de controle do usuário (Dashboard)"; +$text['header-user_dashboard']['pt-br'] = "Dashboard do Usuário"; $text['header-user_dashboard']['pt-pt'] = "Painel de Controle do Usuário"; $text['header-user_dashboard']['ro-ro'] = "Panou control utilizator"; $text['header-user_dashboard']['ru-ru'] = "Панель пользователя"; @@ -1875,7 +1875,7 @@ $text['header-user_setting-edit']['he-il'] = ""; $text['header-user_setting-edit']['it-it'] = "Parametru Utente"; $text['header-user_setting-edit']['nl-nl'] = ""; $text['header-user_setting-edit']['pl-pl'] = ""; -$text['header-user_setting-edit']['pt-br'] = "Definição do Utilizador"; //copied from pt-pt +$text['header-user_setting-edit']['pt-br'] = "Definição do Usuário"; //copied from pt-pt $text['header-user_setting-edit']['pt-pt'] = "Definição do Utilizador"; $text['header-user_setting-edit']['ro-ro'] = ""; $text['header-user_setting-edit']['ru-ru'] = "Параметры пользователя"; @@ -1895,7 +1895,7 @@ $text['header-user_setting-add']['he-il'] = ""; $text['header-user_setting-add']['it-it'] = "Inserire Parametro Utente"; $text['header-user_setting-add']['nl-nl'] = ""; $text['header-user_setting-add']['pl-pl'] = ""; -$text['header-user_setting-add']['pt-br'] = "Usuário setting Adicionar"; //copied from pt-pt +$text['header-user_setting-add']['pt-br'] = "Adicionar parâmetro de Usuário"; //copied from pt-pt $text['header-user_setting-add']['pt-pt'] = "Usuário setting Adicionar"; $text['header-user_setting-add']['ro-ro'] = ""; $text['header-user_setting-add']['ru-ru'] = "Добавить параметр пользователя"; @@ -2015,7 +2015,7 @@ $text['confirm-update']['he-il'] = "עידכון הושלם"; $text['confirm-update']['it-it'] = "Aggiornamento Completato."; $text['confirm-update']['nl-nl'] = ""; $text['confirm-update']['pl-pl'] = "Aktualizacja zakonczona"; -$text['confirm-update']['pt-br'] = "Atualização efetuada"; +$text['confirm-update']['pt-br'] = "Atualização completa"; $text['confirm-update']['pt-pt'] = "Actualização Efectuada"; $text['confirm-update']['ro-ro'] = "Actualizare completă"; $text['confirm-update']['ru-ru'] = "Обновление завершено"; @@ -2035,7 +2035,7 @@ $text['confirm-password']['he-il'] = "סיסמאות לא תואמות"; $text['confirm-password']['it-it'] = "Le password non coincidono."; $text['confirm-password']['nl-nl'] = ""; $text['confirm-password']['pl-pl'] = "Hasła nie sa takie same"; -$text['confirm-password']['pt-br'] = "As senhas não coincidem."; +$text['confirm-password']['pt-br'] = "As senhas não conferem."; $text['confirm-password']['pt-pt'] = "As palavras-chave não coincidem."; $text['confirm-password']['ro-ro'] = "Parolele nu se potrivesc"; $text['confirm-password']['ru-ru'] = "Пароли не совпадают."; @@ -2095,7 +2095,7 @@ $text['check-do-not-disturb-status']['he-il'] = "לא להפריע"; $text['check-do-not-disturb-status']['it-it'] = "Non Disturbare"; $text['check-do-not-disturb-status']['nl-nl'] = ""; $text['check-do-not-disturb-status']['pl-pl'] = "Nie przeszkadzaj (DND)"; -$text['check-do-not-disturb-status']['pt-br'] = "Não Pertube (DND)"; +$text['check-do-not-disturb-status']['pt-br'] = "Não Pertube"; $text['check-do-not-disturb-status']['pt-pt'] = "Não Perturbar"; $text['check-do-not-disturb-status']['ro-ro'] = "Nu deranjați"; $text['check-do-not-disturb-status']['ru-ru'] = "Не беспокоить (DND)"; @@ -2135,7 +2135,7 @@ $text['check-available-ondemand-status']['he-il'] = "(זמין (ע״פ דריש $text['check-available-ondemand-status']['it-it'] = "Disponibile (A Richiesta)"; $text['check-available-ondemand-status']['nl-nl'] = ""; $text['check-available-ondemand-status']['pl-pl'] = "Dostepny (na żądanie)"; -$text['check-available-ondemand-status']['pt-br'] = "Disponível (a pedido)"; +$text['check-available-ondemand-status']['pt-br'] = "Disponível (sob demanda)"; $text['check-available-ondemand-status']['pt-pt'] = "Disponível (A Pedido)"; $text['check-available-ondemand-status']['ro-ro'] = "Disponibil (la cerere)"; $text['check-available-ondemand-status']['ru-ru'] = "Доступен (по требованию)"; diff --git a/core/user_settings/app_menu.php b/core/user_settings/app_menu.php index 798f7f29f7..e83a42c581 100644 --- a/core/user_settings/app_menu.php +++ b/core/user_settings/app_menu.php @@ -13,7 +13,7 @@ $apps[$x]['menu'][$y]['title']['it-it'] = "Pannello di Controllo"; $apps[$x]['menu'][$y]['title']['nl-nl'] = ""; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Panel użytkowników"; - $apps[$x]['menu'][$y]['title']['pt-br'] = "Painel de controle do usuário (Dashboard)"; + $apps[$x]['menu'][$y]['title']['pt-br'] = "Painel de Controle"; $apps[$x]['menu'][$y]['title']['pt-pt'] = "Painel de Controle do Usuário"; $apps[$x]['menu'][$y]['title']['ro-ro'] = "Panou control utilizator"; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Панель пользователя"; diff --git a/core/users/app_config.php b/core/users/app_config.php index c8106f87b3..fd94934028 100644 --- a/core/users/app_config.php +++ b/core/users/app_config.php @@ -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'] = "Adicionar, editar, apagar e pesquisar usuários."; $apps[$x]['description']['pt-pt'] = "Adicionar, editar, apagar e pesquisa pelos utilizadores."; $apps[$x]['description']['ro-ro'] = ""; $apps[$x]['description']['ru-ru'] = "Добавление, редактирование, удаление и поиск пользователей"; diff --git a/core/users/app_languages.php b/core/users/app_languages.php index 8fc1c99c24..292a92ed36 100644 --- a/core/users/app_languages.php +++ b/core/users/app_languages.php @@ -14,7 +14,7 @@ $text['title-user_manager']['he-il'] = "מנהל משתמש"; $text['title-user_manager']['it-it'] = "Gestore Utenti"; $text['title-user_manager']['nl-nl'] = ""; $text['title-user_manager']['pl-pl'] = "Menedżer użytkowników"; -$text['title-user_manager']['pt-br'] = "Gestão de Utilizadores"; //copied from pt-pt +$text['title-user_manager']['pt-br'] = "Gerenciador de Usuários"; //copied from pt-pt $text['title-user_manager']['pt-pt'] = "Gestão de Utilizadores"; $text['title-user_manager']['ro-ro'] = ""; $text['title-user_manager']['ru-ru'] = "Управление пользователями"; @@ -34,7 +34,7 @@ $text['title-user_edit']['he-il'] = "משתמש"; $text['title-user_edit']['it-it'] = "Utente"; $text['title-user_edit']['nl-nl'] = ""; $text['title-user_edit']['pl-pl'] = "Użytkownik"; -$text['title-user_edit']['pt-br'] = "Utilizador"; //copied from pt-pt +$text['title-user_edit']['pt-br'] = "Usuário"; //copied from pt-pt $text['title-user_edit']['pt-pt'] = "Utilizador"; $text['title-user_edit']['ro-ro'] = "Utilizator"; $text['title-user_edit']['ru-ru'] = "Пользователь"; @@ -54,7 +54,7 @@ $text['title-user_add']['he-il'] = "משתמש"; $text['title-user_add']['it-it'] = "Utente"; $text['title-user_add']['nl-nl'] = ""; $text['title-user_add']['pl-pl'] = "Użytkownik"; -$text['title-user_add']['pt-br'] = "Adicionar Utilizador"; //copied from pt-pt +$text['title-user_add']['pt-br'] = "Adicionar Usuário"; //copied from pt-pt $text['title-user_add']['pt-pt'] = "Adicionar Utilizador"; $text['title-user_add']['ro-ro'] = "Utilizator"; $text['title-user_add']['ru-ru'] = "Пользователь"; @@ -74,7 +74,7 @@ $text['option-true']['he-il'] = "חוקי"; $text['option-true']['it-it'] = "True"; $text['option-true']['nl-nl'] = ""; $text['option-true']['pl-pl'] = "Tak"; -$text['option-true']['pt-br'] = "Sim"; //copied from pt-pt +$text['option-true']['pt-br'] = "Verdadeiro"; //copied from pt-pt $text['option-true']['pt-pt'] = "Sim"; $text['option-true']['ro-ro'] = ""; $text['option-true']['ru-ru'] = "Да"; @@ -114,7 +114,7 @@ $text['option-logged_out']['he-il'] = "התנתק"; $text['option-logged_out']['it-it'] = "Sloggato"; $text['option-logged_out']['nl-nl'] = ""; $text['option-logged_out']['pl-pl'] = "Wylogowany"; -$text['option-logged_out']['pt-br'] = "Desligado"; //copied from pt-pt +$text['option-logged_out']['pt-br'] = "Desconectado"; //copied from pt-pt $text['option-logged_out']['pt-pt'] = "Desligado"; $text['option-logged_out']['ro-ro'] = ""; $text['option-logged_out']['ru-ru'] = "Вышел"; @@ -154,7 +154,7 @@ $text['option-false']['he-il'] = "לא חוקי"; $text['option-false']['it-it'] = "False"; $text['option-false']['nl-nl'] = ""; $text['option-false']['pl-pl'] = "Nie"; -$text['option-false']['pt-br'] = "Não"; //copied from pt-pt +$text['option-false']['pt-br'] = "Falso"; //copied from pt-pt $text['option-false']['pt-pt'] = "Não"; $text['option-false']['ro-ro'] = ""; $text['option-false']['ru-ru'] = "Нет"; @@ -174,7 +174,7 @@ $text['option-do_not_disturb']['he-il'] = "נא לא להפריע"; $text['option-do_not_disturb']['it-it'] = "Non disturbare"; $text['option-do_not_disturb']['nl-nl'] = ""; $text['option-do_not_disturb']['pl-pl'] = "Nie przeszkadzaj (DND)"; -$text['option-do_not_disturb']['pt-br'] = "Não Perturbar"; //copied from pt-pt +$text['option-do_not_disturb']['pt-br'] = "Não Perturbe"; //copied from pt-pt $text['option-do_not_disturb']['pt-pt'] = "Não Perturbar"; $text['option-do_not_disturb']['ro-ro'] = ""; $text['option-do_not_disturb']['ru-ru'] = "Не беспокоить (DND)"; @@ -194,7 +194,7 @@ $text['option-available_on_demand']['he-il'] = "זמין (לפי דרישה("; $text['option-available_on_demand']['it-it'] = "Disponibile (Su Richiesta)"; $text['option-available_on_demand']['nl-nl'] = ""; $text['option-available_on_demand']['pl-pl'] = "Dostępny (na żądanie)"; -$text['option-available_on_demand']['pt-br'] = "Disponível (A Pedido)"; //copied from pt-pt +$text['option-available_on_demand']['pt-br'] = "Disponível (sob demanda)"; //copied from pt-pt $text['option-available_on_demand']['pt-pt'] = "Disponível (A Pedido)"; $text['option-available_on_demand']['ro-ro'] = ""; $text['option-available_on_demand']['ru-ru'] = "Доступен (по требованию)"; @@ -254,7 +254,7 @@ $text['message-password_mismatch']['he-il'] = "הסיסמא לא נכונה"; $text['message-password_mismatch']['it-it'] = "Password non coincidente"; $text['message-password_mismatch']['nl-nl'] = ""; $text['message-password_mismatch']['pl-pl'] = "Wprowadzone hasła nie są takie same"; -$text['message-password_mismatch']['pt-br'] = "As passwords não correspondem."; //copied from pt-pt +$text['message-password_mismatch']['pt-br'] = "As senhas não correspondem."; //copied from pt-pt $text['message-password_mismatch']['pt-pt'] = "As passwords não correspondem."; $text['message-password_mismatch']['ro-ro'] = ""; $text['message-password_mismatch']['ru-ru'] = "Пароли не совпадают"; @@ -294,7 +294,7 @@ $text['message-password_requirements']['he-il'] = "דרישות סיסמא"; $text['message-password_requirements']['it-it'] = "Requisiti Password"; $text['message-password_requirements']['nl-nl'] = ""; $text['message-password_requirements']['pl-pl'] = "Wymagania Hasło"; -$text['message-password_requirements']['pt-br'] = "Requisitos Senha"; //copied from pt-pt +$text['message-password_requirements']['pt-br'] = "Requisitos de Senha"; //copied from pt-pt $text['message-password_requirements']['pt-pt'] = "Requisitos Senha"; $text['message-password_requirements']['ro-ro'] = "Cerințe privind parola"; $text['message-password_requirements']['ru-ru'] = "Требования к паролю"; @@ -314,7 +314,7 @@ $text['message-maximum_users']['he-il'] = "מקסימום משתמשים"; $text['message-maximum_users']['it-it'] = "Massimo numero Utenti:"; $text['message-maximum_users']['nl-nl'] = ""; $text['message-maximum_users']['pl-pl'] = "Maks ilość użytkowników"; -$text['message-maximum_users']['pt-br'] = "Usuários Máximo Permitido:"; //copied from pt-pt +$text['message-maximum_users']['pt-br'] = "Máximo de Usuários Permitidos:"; //copied from pt-pt $text['message-maximum_users']['pt-pt'] = "Usuários Máximo Permitido:"; $text['message-maximum_users']['ro-ro'] = ""; $text['message-maximum_users']['ru-ru'] = "Максимальное количество пользователей:"; @@ -334,7 +334,7 @@ $text['message-copy']['he-il'] = "העתקה הושלמה"; $text['message-copy']['it-it'] = "Copia completata"; $text['message-copy']['nl-nl'] = ""; $text['message-copy']['pl-pl'] = "Skopiowano poprawnie"; -$text['message-copy']['pt-br'] = "Cópia Efectuada"; //copied from pt-pt +$text['message-copy']['pt-br'] = "Cópia Completa"; //copied from pt-pt $text['message-copy']['pt-pt'] = "Cópia Efectuada"; $text['message-copy']['ro-ro'] = "Copiere completă"; $text['message-copy']['ru-ru'] = "Копирование выполнено"; @@ -354,7 +354,7 @@ $text['message-cannot_delete_own_account']['he-il'] = ""; $text['message-cannot_delete_own_account']['it-it'] = "Non puoi cancellare il tuo stesso account. Loggati con un altro utente, quindi riprova."; $text['message-cannot_delete_own_account']['nl-nl'] = ""; $text['message-cannot_delete_own_account']['pl-pl'] = "Nie można usunąć własnego konta użytkownika. Zaloguj się jako inny użytkownik i spróbuj ponownie."; -$text['message-cannot_delete_own_account']['pt-br'] = "Você não pode excluir a sua própria conta de usuário. Identifique-se como um usuário diferente, em seguida, tente novamente."; //copied from pt-pt +$text['message-cannot_delete_own_account']['pt-br'] = "Você não pode excluir a sua própria conta de usuário. Faça login como um usuário diferente, e em seguida, tente novamente."; //copied from pt-pt $text['message-cannot_delete_own_account']['pt-pt'] = "Você não pode excluir a sua própria conta de usuário. Identifique-se como um usuário diferente, em seguida, tente novamente."; $text['message-cannot_delete_own_account']['ro-ro'] = ""; $text['message-cannot_delete_own_account']['ru-ru'] = "Вы не можете удалить свою учетную запись. Войдите как другой пользователь, а затем повторите попытку."; @@ -374,7 +374,7 @@ $text['message-invalid_user']['he-il'] = "Invalid User"; $text['message-invalid_user']['it-it'] = "Invalid User"; $text['message-invalid_user']['nl-nl'] = "Invalid User"; $text['message-invalid_user']['pl-pl'] = "Invalid User"; -$text['message-invalid_user']['pt-br'] = "Invalid User"; +$text['message-invalid_user']['pt-br'] = "Usuário Inválido"; $text['message-invalid_user']['pt-pt'] = "Invalid User"; $text['message-invalid_user']['ro-ro'] = "Invalid User"; $text['message-invalid_user']['ru-ru'] = "Invalid User"; @@ -394,7 +394,7 @@ $text['message-unsaved_changes']['he-il'] = "Unsaved Changes"; $text['message-unsaved_changes']['it-it'] = "Unsaved Changes"; $text['message-unsaved_changes']['nl-nl'] = "Unsaved Changes"; $text['message-unsaved_changes']['pl-pl'] = "Unsaved Changes"; -$text['message-unsaved_changes']['pt-br'] = "Unsaved Changes"; +$text['message-unsaved_changes']['pt-br'] = "Alterações pendentes"; $text['message-unsaved_changes']['pt-pt'] = "Unsaved Changes"; $text['message-unsaved_changes']['ro-ro'] = "Unsaved Changes"; $text['message-unsaved_changes']['ru-ru'] = "Unsaved Changes"; @@ -414,7 +414,7 @@ $text['message-green_border_passwords_match']['he-il'] = "Green field borders in $text['message-green_border_passwords_match']['it-it'] = "Green field borders indicate typed passwords match."; $text['message-green_border_passwords_match']['nl-nl'] = "Green field borders indicate typed passwords match."; $text['message-green_border_passwords_match']['pl-pl'] = "Green field borders indicate typed passwords match."; -$text['message-green_border_passwords_match']['pt-br'] = "Green field borders indicate typed passwords match."; +$text['message-green_border_passwords_match']['pt-br'] = "A borda verde indica que as senhas conferem."; $text['message-green_border_passwords_match']['pt-pt'] = "Green field borders indicate typed passwords match."; $text['message-green_border_passwords_match']['ro-ro'] = "Green field borders indicate typed passwords match."; $text['message-green_border_passwords_match']['ru-ru'] = "Green field borders indicate typed passwords match."; @@ -434,7 +434,7 @@ $text['label-web_fonts']['he-il'] = "גופני אינטרנט"; $text['label-web_fonts']['it-it'] = "Fonts Web"; $text['label-web_fonts']['nl-nl'] = ""; $text['label-web_fonts']['pl-pl'] = "Czcionki sieci"; -$text['label-web_fonts']['pt-br'] = "Polices Web"; +$text['label-web_fonts']['pt-br'] = "Fontes Web"; $text['label-web_fonts']['pt-pt'] = "Fontes da web"; $text['label-web_fonts']['ro-ro'] = "Fonturi web"; $text['label-web_fonts']['ru-ru'] = "Шрифты Web"; @@ -454,7 +454,7 @@ $text['label-username']['he-il'] = "שם משתמש"; $text['label-username']['it-it'] = "Username"; $text['label-username']['nl-nl'] = ""; $text['label-username']['pl-pl'] = "Użytkownik"; -$text['label-username']['pt-br'] = "Nome de Utilizador"; //copied from pt-pt +$text['label-username']['pt-br'] = "Nome de Usuário"; //copied from pt-pt $text['label-username']['pt-pt'] = "Nome de Utilizador"; $text['label-username']['ro-ro'] = "Utilizator"; $text['label-username']['ru-ru'] = "Имя пользователя"; @@ -474,7 +474,7 @@ $text['label-user_language']['he-il'] = "שפה"; $text['label-user_language']['it-it'] = "Linguaggio"; $text['label-user_language']['nl-nl'] = ""; $text['label-user_language']['pl-pl'] = "Język"; -$text['label-user_language']['pt-br'] = "Língua"; //copied from pt-pt +$text['label-user_language']['pt-br'] = "Idioma"; //copied from pt-pt $text['label-user_language']['pt-pt'] = "Língua"; $text['label-user_language']['ro-ro'] = "Limbă"; $text['label-user_language']['ru-ru'] = "Язык"; @@ -494,7 +494,7 @@ $text['label-user_info']['he-il'] = "פרטי משתמש"; $text['label-user_info']['it-it'] = "Informazioni Utente"; $text['label-user_info']['nl-nl'] = ""; $text['label-user_info']['pl-pl'] = "Informacje o użytkowniku"; -$text['label-user_info']['pt-br'] = "Informação do Utilizador"; //copied from pt-pt +$text['label-user_info']['pt-br'] = "Informação do Usuário"; //copied from pt-pt $text['label-user_info']['pt-pt'] = "Informação do Utilizador"; $text['label-user_info']['ro-ro'] = ""; $text['label-user_info']['ru-ru'] = "Информация о пользователе"; @@ -654,7 +654,7 @@ $text['label-right']['he-il'] = "יָמִינָה"; $text['label-right']['it-it'] = "Destra"; $text['label-right']['nl-nl'] = ""; $text['label-right']['pl-pl'] = "Dobrze"; -$text['label-right']['pt-br'] = "Certo"; //copied from pt-pt +$text['label-right']['pt-br'] = "Direita"; //copied from pt-pt $text['label-right']['pt-pt'] = "Certo"; $text['label-right']['ro-ro'] = "Dreapta"; $text['label-right']['ru-ru'] = "Справа"; @@ -674,7 +674,7 @@ $text['label-reference']['he-il'] = "התייחסות"; $text['label-reference']['it-it'] = "Vedi"; $text['label-reference']['nl-nl'] = ""; $text['label-reference']['pl-pl'] = "Odniesienie"; -$text['label-reference']['pt-br'] = "Referência"; //copied from pt-pt +$text['label-reference']['pt-br'] = "Veja"; //copied from pt-pt $text['label-reference']['pt-pt'] = "Referência"; $text['label-reference']['ro-ro'] = "Referinţă"; $text['label-reference']['ru-ru'] = "Вид"; @@ -734,7 +734,7 @@ $text['label-password']['he-il'] = "סיסמה"; $text['label-password']['it-it'] = "Password"; $text['label-password']['nl-nl'] = ""; $text['label-password']['pl-pl'] = "Hasło"; -$text['label-password']['pt-br'] = "Palavra-Passe"; //copied from pt-pt +$text['label-password']['pt-br'] = "Senha"; //copied from pt-pt $text['label-password']['pt-pt'] = "Palavra-Passe"; $text['label-password']['ro-ro'] = "Parolă"; $text['label-password']['ru-ru'] = "Пароль"; @@ -1074,7 +1074,7 @@ $text['label-contact']['he-il'] = "איש קשר"; $text['label-contact']['it-it'] = "Contatto"; $text['label-contact']['nl-nl'] = ""; $text['label-contact']['pl-pl'] = "Kontakt"; -$text['label-contact']['pt-br'] = "Contacto"; //copied from pt-pt +$text['label-contact']['pt-br'] = "Contato"; //copied from pt-pt $text['label-contact']['pt-pt'] = "Contacto"; $text['label-contact']['ro-ro'] = ""; $text['label-contact']['ru-ru'] = "Контакт"; @@ -1094,7 +1094,7 @@ $text['label-confirm_password']['he-il'] = "אשר סיסמא"; $text['label-confirm_password']['it-it'] = "Conferma Password"; $text['label-confirm_password']['nl-nl'] = ""; $text['label-confirm_password']['pl-pl'] = "Potwierdź hasło"; -$text['label-confirm_password']['pt-br'] = "Confirmar Palavra-Passe"; //copied from pt-pt +$text['label-confirm_password']['pt-br'] = "Confirme a senha"; //copied from pt-pt $text['label-confirm_password']['pt-pt'] = "Confirmar Palavra-Passe"; $text['label-confirm_password']['ro-ro'] = ""; $text['label-confirm_password']['ru-ru'] = "Подтвердите пароль"; @@ -1134,7 +1134,7 @@ $text['label-characters']['he-il'] = "דמויות"; $text['label-characters']['it-it'] = "Caratteri"; $text['label-characters']['nl-nl'] = ""; $text['label-characters']['pl-pl'] = "Postacie"; -$text['label-characters']['pt-br'] = "Personagens"; //copied from pt-pt +$text['label-characters']['pt-br'] = "Caracteres"; //copied from pt-pt $text['label-characters']['pt-pt'] = "Personagens"; $text['label-characters']['ro-ro'] = "caractere"; $text['label-characters']['ru-ru'] = "символов"; @@ -1154,7 +1154,7 @@ $text['label-required']['he-il'] = "Required"; $text['label-required']['it-it'] = "Required"; $text['label-required']['nl-nl'] = "Required"; $text['label-required']['pl-pl'] = "Required"; -$text['label-required']['pt-br'] = "Required"; +$text['label-required']['pt-br'] = "Requerido"; $text['label-required']['pt-pt'] = "Required"; $text['label-required']['ro-ro'] = "Required"; $text['label-required']['ru-ru'] = "Required"; @@ -1174,7 +1174,7 @@ $text['label-number']['he-il'] = "Number"; $text['label-number']['it-it'] = "Number"; $text['label-number']['nl-nl'] = "Number"; $text['label-number']['pl-pl'] = "Number"; -$text['label-number']['pt-br'] = "Number"; +$text['label-number']['pt-br'] = "Número"; $text['label-number']['pt-pt'] = "Number"; $text['label-number']['ro-ro'] = "Number"; $text['label-number']['ru-ru'] = "Number"; @@ -1194,7 +1194,7 @@ $text['label-lowercase']['he-il'] = "Lowercase"; $text['label-lowercase']['it-it'] = "Lowercase"; $text['label-lowercase']['nl-nl'] = "Lowercase"; $text['label-lowercase']['pl-pl'] = "Lowercase"; -$text['label-lowercase']['pt-br'] = "Lowercase"; +$text['label-lowercase']['pt-br'] = "Letra minúscula "; $text['label-lowercase']['pt-pt'] = "Lowercase"; $text['label-lowercase']['ro-ro'] = "Lowercase"; $text['label-lowercase']['ru-ru'] = "Lowercase"; @@ -1214,7 +1214,7 @@ $text['label-uppercase']['he-il'] = "Uppercase"; $text['label-uppercase']['it-it'] = "Uppercase"; $text['label-uppercase']['nl-nl'] = "Uppercase"; $text['label-uppercase']['pl-pl'] = "Uppercase"; -$text['label-uppercase']['pt-br'] = "Uppercase"; +$text['label-uppercase']['pt-br'] = "Letra maiúscula"; $text['label-uppercase']['pt-pt'] = "Uppercase"; $text['label-uppercase']['ro-ro'] = "Uppercase"; $text['label-uppercase']['ru-ru'] = "Uppercase"; @@ -1234,7 +1234,7 @@ $text['label-special']['he-il'] = "Special"; $text['label-special']['it-it'] = "Special"; $text['label-special']['nl-nl'] = "Special"; $text['label-special']['pl-pl'] = "Special"; -$text['label-special']['pt-br'] = "Special"; +$text['label-special']['pt-br'] = "Especial"; $text['label-special']['pt-pt'] = "Special"; $text['label-special']['ro-ro'] = "Special"; $text['label-special']['ru-ru'] = "Special"; @@ -1294,7 +1294,7 @@ $text['label-api_key']['he-il'] = ""; $text['label-api_key']['it-it'] = "API Key"; $text['label-api_key']['nl-nl'] = ""; $text['label-api_key']['pl-pl'] = "Klucz API"; -$text['label-api_key']['pt-br'] = "API Key"; //copied from pt-pt +$text['label-api_key']['pt-br'] = "Chave API"; //copied from pt-pt $text['label-api_key']['pt-pt'] = "API Key"; $text['label-api_key']['ro-ro'] = ""; $text['label-api_key']['ru-ru'] = "Ключ API"; @@ -1314,7 +1314,7 @@ $text['label-message_key']['he-il'] = ""; $text['label-message_key']['it-it'] = "Message Key"; $text['label-message_key']['nl-nl'] = ""; $text['label-message_key']['pl-pl'] = "Klucz Message"; -$text['label-message_key']['pt-br'] = "Message Key"; //copied from pt-pt +$text['label-message_key']['pt-br'] = "Chave de Mensagem"; //copied from pt-pt $text['label-message_key']['pt-pt'] = "Message Key"; $text['label-message_key']['ro-ro'] = ""; $text['label-message_key']['ru-ru'] = "Ключ Message"; @@ -1394,7 +1394,7 @@ $text['header-user_manager']['he-il'] = "מנהל משתמש"; $text['header-user_manager']['it-it'] = "Utenti"; $text['header-user_manager']['nl-nl'] = ""; $text['header-user_manager']['pl-pl'] = "Menadżer użytkowników"; -$text['header-user_manager']['pt-br'] = "Gestão de Utilizadores"; //copied from pt-pt +$text['header-user_manager']['pt-br'] = "Gerenciador de Usuários"; //copied from pt-pt $text['header-user_manager']['pt-pt'] = "Gestão de Utilizadores"; $text['header-user_manager']['ro-ro'] = ""; $text['header-user_manager']['ru-ru'] = "Пользователи"; @@ -1414,7 +1414,7 @@ $text['header-user_edit']['he-il'] = "משתמש"; $text['header-user_edit']['it-it'] = "Utente"; $text['header-user_edit']['nl-nl'] = ""; $text['header-user_edit']['pl-pl'] = "Użytkownik"; -$text['header-user_edit']['pt-br'] = "Editar Utilizador"; //copied from pt-pt +$text['header-user_edit']['pt-br'] = "Editar Usuário"; //copied from pt-pt $text['header-user_edit']['pt-pt'] = "Editar Utilizador"; $text['header-user_edit']['ro-ro'] = ""; $text['header-user_edit']['ru-ru'] = "Пользователь"; @@ -1434,7 +1434,7 @@ $text['header-user_add']['he-il'] = "משתמש"; $text['header-user_add']['it-it'] = "Utente"; $text['header-user_add']['nl-nl'] = ""; $text['header-user_add']['pl-pl'] = "Użytkownik"; -$text['header-user_add']['pt-br'] = "Adicionar Utilizador"; //copied from pt-pt +$text['header-user_add']['pt-br'] = "Adicionar Usuário"; //copied from pt-pt $text['header-user_add']['pt-pt'] = "Adicionar Utilizador"; $text['header-user_add']['ro-ro'] = ""; $text['header-user_add']['ru-ru'] = "Пользователь"; @@ -1454,7 +1454,7 @@ $text['description-user_setting-edit']['he-il'] = ""; $text['description-user_setting-edit']['it-it'] = "Modifica un parametro per questo utente."; $text['description-user_setting-edit']['nl-nl'] = ""; $text['description-user_setting-edit']['pl-pl'] = ""; -$text['description-user_setting-edit']['pt-br'] = "Editar uma configuração para este usuário."; //copied from pt-pt +$text['description-user_setting-edit']['pt-br'] = "Editar a configuração deste usuário."; //copied from pt-pt $text['description-user_setting-edit']['pt-pt'] = "Editar uma configuração para este usuário."; $text['description-user_setting-edit']['ro-ro'] = ""; $text['description-user_setting-edit']['ru-ru'] = "Изменить настройки этого пользователя."; @@ -1474,7 +1474,7 @@ $text['description-user_setting-add']['he-il'] = ""; $text['description-user_setting-add']['it-it'] = "Aggiungi un parametro per questo utente."; $text['description-user_setting-add']['nl-nl'] = ""; $text['description-user_setting-add']['pl-pl'] = ""; -$text['description-user_setting-add']['pt-br'] = "Adicionar uma definição para esse usuário."; //copied from pt-pt +$text['description-user_setting-add']['pt-br'] = "Adicionar definição para esse usuário."; //copied from pt-pt $text['description-user_setting-add']['pt-pt'] = "Adicionar uma definição para esse usuário."; $text['description-user_setting-add']['ro-ro'] = ""; $text['description-user_setting-add']['ru-ru'] = "Добавьте параметр для этого пользователя."; @@ -1494,7 +1494,7 @@ $text['description-user_manager']['he-il'] = "הוסף, ערוך, מחק וחפ $text['description-user_manager']['it-it'] = "Aggiungi, modifica, cancella e ricerca utenti."; $text['description-user_manager']['nl-nl'] = ""; $text['description-user_manager']['pl-pl'] = "Dodaj, edytuj, usuń i wyszukaj użytkowników."; -$text['description-user_manager']['pt-br'] = "Adicionar, editar, remover e pesquisar utilizadores. "; //copied from pt-pt +$text['description-user_manager']['pt-br'] = "Adicionar, editar, remover e pesquisar Usuários. "; //copied from pt-pt $text['description-user_manager']['pt-pt'] = "Adicionar, editar, remover e pesquisar utilizadores. "; $text['description-user_manager']['ro-ro'] = ""; $text['description-user_manager']['ru-ru'] = "Добавление, изменение, удаление и поиск пользователей. "; @@ -1534,7 +1534,7 @@ $text['description-user_edit']['he-il'] = "ערוך פרטי משתמש ושיו $text['description-user_edit']['it-it'] = "Modifica informazioni utente e appartenenza ai gruppi."; $text['description-user_edit']['nl-nl'] = ""; $text['description-user_edit']['pl-pl'] = "Edytuj informacje o użytkowniku i przynależności do grupy."; -$text['description-user_edit']['pt-br'] = "Editar a informação do utilizador e os membros do grupo. "; //copied from pt-pt +$text['description-user_edit']['pt-br'] = "Edite a informação do usuário e os membros do grupo. "; //copied from pt-pt $text['description-user_edit']['pt-pt'] = "Editar a informação do utilizador e os membros do grupo. "; $text['description-user_edit']['ro-ro'] = ""; $text['description-user_edit']['ru-ru'] = "Изменение информации о пользователях и членстве в группах. "; @@ -1554,7 +1554,7 @@ $text['description-user_add']['he-il'] = "בכדי להוסיף משתמש, אנ $text['description-user_add']['it-it'] = "Per aggiungere un utente, completa questa scheda interamente. Tutti i campi sono necessari."; $text['description-user_add']['nl-nl'] = ""; $text['description-user_add']['pl-pl'] = "Aby dodać użytkownika, wypełnij ten formularz w całości. Wszystkie pola są wymagane."; -$text['description-user_add']['pt-br'] = "Para adicionar um utilizador por favor preencha este formulário. Todos os campos são de preenchimento obrigatório. "; //copied from pt-pt +$text['description-user_add']['pt-br'] = "Para adicionar um usuário por favor preencha este formulário. Todos os campos são de preenchimento obrigatório. "; //copied from pt-pt $text['description-user_add']['pt-pt'] = "Para adicionar um utilizador por favor preencha este formulário. Todos os campos são de preenchimento obrigatório. "; $text['description-user_add']['ro-ro'] = ""; $text['description-user_add']['ru-ru'] = "Чтобы добавить пользователя, заполните эту форму полностью. Все поля обязательны для заполнения. "; @@ -1574,7 +1574,7 @@ $text['description-time_zone']['he-il'] = "הגדר אזור זמן"; $text['description-time_zone']['it-it'] = "Seleziona la Time Zone di default."; $text['description-time_zone']['nl-nl'] = ""; $text['description-time_zone']['pl-pl'] = "Wybierz domyślną strefę czasową"; -$text['description-time_zone']['pt-br'] = "Escolha o fuso horário por omissão."; //copied from pt-pt +$text['description-time_zone']['pt-br'] = "Escolha o fuso horário padrão."; //copied from pt-pt $text['description-time_zone']['pt-pt'] = "Escolha o fuso horário por omissão."; $text['description-time_zone']['ro-ro'] = ""; $text['description-time_zone']['ru-ru'] = "Выберите часовой пояс по умолчанию."; @@ -1594,7 +1594,7 @@ $text['description-status']['he-il'] = "בחר את סטטוס המשתמש"; $text['description-status']['it-it'] = "Imposta la presence dell'utente."; $text['description-status']['nl-nl'] = ""; $text['description-status']['pl-pl'] = "Wybierz status użytkownika"; -$text['description-status']['pt-br'] = "Escolher o estado de presença do utilizador."; //copied from pt-pt +$text['description-status']['pt-br'] = "Configure o estado de presença do usuário."; //copied from pt-pt $text['description-status']['pt-pt'] = "Escolher o estado de presença do utilizador."; $text['description-status']['ro-ro'] = "Selectați starea utilizatorului"; $text['description-status']['ru-ru'] = "Установить статус присутствия пользователя."; @@ -1614,7 +1614,7 @@ $text['description-enabled']['he-il'] = "בחר את הסטטוס לחשבון $text['description-enabled']['it-it'] = "Imposta lo stato di questo account."; $text['description-enabled']['nl-nl'] = ""; $text['description-enabled']['pl-pl'] = "Ustaw status numeru wewnętrznego."; -$text['description-enabled']['pt-br'] = "Escolha o estado desta conta."; //copied from pt-pt +$text['description-enabled']['pt-br'] = "Configure o estado desta conta."; //copied from pt-pt $text['description-enabled']['pt-pt'] = "Escolha o estado desta conta."; $text['description-enabled']['ro-ro'] = ""; $text['description-enabled']['ru-ru'] = "Установить статус учетной записи."; @@ -1654,7 +1654,7 @@ $text['description-contact']['he-il'] = "שייך איש קשר לחשבון"; $text['description-contact']['it-it'] = "Assegna un contatto a questo account utente."; $text['description-contact']['nl-nl'] = ""; $text['description-contact']['pl-pl'] = "Wybierz numer"; -$text['description-contact']['pt-br'] = "Atribuir um contacto a esta conta de utilizador."; //copied from pt-pt +$text['description-contact']['pt-br'] = "Atribuir um contato a esta conta de usuário."; //copied from pt-pt $text['description-contact']['pt-pt'] = "Atribuir um contacto a esta conta de utilizador."; $text['description-contact']['ro-ro'] = ""; $text['description-contact']['ru-ru'] = "Назначить контакт для этой учетной записи пользователя."; @@ -1674,7 +1674,7 @@ $text['description-api_key']['he-il'] = ""; $text['description-api_key']['it-it'] = "Inserisci la API key, spesso è un UUID. L'API key dovrebbe essere 128 bit o più."; $text['description-api_key']['nl-nl'] = ""; $text['description-api_key']['pl-pl'] = "Wprowadź klucz API, który jest często UUID. Klucz API powinien być 128 bitowy lub lepszy."; -$text['description-api_key']['pt-br'] = ""; +$text['description-api_key']['pt-br'] = "Use o botão gerar para criar uma chave de 128 bits."; $text['description-api_key']['pt-pt'] = ""; $text['description-api_key']['ro-ro'] = ""; $text['description-api_key']['ru-ru'] = "Введите ключ API (обычно UUID). Ключ API должен быть 128 бит или больше."; @@ -1694,7 +1694,7 @@ $text['description-message_key']['he-il'] = ""; $text['description-message_key']['it-it'] = "Inserisci la API key, spesso è un UUID. L'API key dovrebbe essere 128 bit o più."; $text['description-message_key']['nl-nl'] = ""; $text['description-message_key']['pl-pl'] = "Wprowadź klucz API, który jest często UUID. Klucz API powinien być 128 bitowy lub lepszy."; -$text['description-message_key']['pt-br'] = ""; +$text['description-message_key']['pt-br'] = "Use o botão gerar para criar uma chave de 128 bits."; $text['description-message_key']['pt-pt'] = ""; $text['description-message_key']['ro-ro'] = ""; $text['description-message_key']['ru-ru'] = "Введите ключ API (обычно UUID). Ключ API должен быть 128 бит или больше."; @@ -1754,7 +1754,7 @@ $text['button-generate']['he-il'] = "יצר"; $text['button-generate']['it-it'] = "Genera"; $text['button-generate']['nl-nl'] = ""; $text['button-generate']['pl-pl'] = "Generuj"; -$text['button-generate']['pt-br'] = "Geração"; //copied from pt-pt +$text['button-generate']['pt-br'] = "Gerar"; //copied from pt-pt $text['button-generate']['pt-pt'] = "Geração"; $text['button-generate']['ro-ro'] = ""; $text['button-generate']['ru-ru'] = "Сгенерировать"; diff --git a/core/users/app_menu.php b/core/users/app_menu.php index b36ef14178..3b6c5a21cc 100644 --- a/core/users/app_menu.php +++ b/core/users/app_menu.php @@ -13,7 +13,7 @@ $apps[$x]['menu'][$y]['title']['it-it'] = "Utenti"; $apps[$x]['menu'][$y]['title']['nl-nl'] = ""; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Menedżer użytkowników"; - $apps[$x]['menu'][$y]['title']['pt-br'] = "Gerencir utiliários"; + $apps[$x]['menu'][$y]['title']['pt-br'] = "Gerenciar Usuários"; $apps[$x]['menu'][$y]['title']['pt-pt'] = "Gestão de Utilizadores"; $apps[$x]['menu'][$y]['title']['ro-ro'] = ""; $apps[$x]['menu'][$y]['title']['ru-ru'] = "Пользователи"; diff --git a/resources/app_languages.php b/resources/app_languages.php index 8129602aa4..e18c6df8f6 100644 --- a/resources/app_languages.php +++ b/resources/app_languages.php @@ -14,7 +14,7 @@ $text['language-name']['he-il'] = "עברית - ישראל"; $text['language-name']['it-it'] = "Italiano - Italia"; $text['language-name']['nl-nl'] = "Nederlands - De Nederland"; $text['language-name']['pl-pl'] = "Polski - Polska"; -$text['language-name']['pt-br'] = "Brasileiro - Português"; +$text['language-name']['pt-br'] = "Português - Brasil"; $text['language-name']['pt-pt'] = "Português - Portugal"; $text['language-name']['ro-ro'] = "România - România"; $text['language-name']['ru-ru'] = "Русский - Россия"; @@ -36,7 +36,7 @@ $text['language-he-il']['en-us'] = "עברית - ישראל"; $text['language-it-it']['en-us'] = "italiano - Italia"; $text['language-nl-nl']['en-us'] = "Nederlands - De Nederland"; $text['language-pl-pl']['en-us'] = "Polski - Polska"; -$text['language-pt-br']['en-us'] = "Brasileiro - Português"; +$text['language-pt-br']['en-us'] = "Português - Brasil"; $text['language-pt-pt']['en-us'] = "Português - Portugal"; $text['language-ro-ro']['en-us'] = "România - România"; $text['language-ru-ru']['en-us'] = "Русский - Россия"; @@ -58,7 +58,7 @@ $text['message-update']['he-il'] = "עידכון הושלם"; $text['message-update']['it-it'] = "Aggiornamento Completato"; $text['message-update']['nl-nl'] = ""; $text['message-update']['pl-pl'] = "Zaktualizowano poprawnie"; -$text['message-update']['pt-br'] = "Atualização Efetuada"; +$text['message-update']['pt-br'] = "Atualização Concluída"; $text['message-update']['pt-pt'] = "Actualização Efectuada"; $text['message-update']['ro-ro'] = "Actualizare completă"; $text['message-update']['ru-ru'] = "Обновление завершено"; @@ -80,7 +80,7 @@ $text['message-required']['he-il'] = " אנא ספק"; $text['message-required']['it-it'] = "Prego fornire: "; $text['message-required']['nl-nl'] = ""; $text['message-required']['pl-pl'] = "Wpisz:"; -$text['message-required']['pt-br'] = "Por favor Indique:"; +$text['message-required']['pt-br'] = "Por favor informe:"; $text['message-required']['pt-pt'] = "Por favor indique:"; $text['message-required']['ro-ro'] = "Vă rugăm să oferiți"; $text['message-required']['ru-ru'] = "Пожалуйста, укажите: "; @@ -102,7 +102,7 @@ $text['message-delete']['he-il'] = "מחיקה הושלמה"; $text['message-delete']['it-it'] = "Cancellazione Completata"; $text['message-delete']['nl-nl'] = ""; $text['message-delete']['pl-pl'] = "Usunięto poprawnie"; -$text['message-delete']['pt-br'] = "Remoção Efetuada"; +$text['message-delete']['pt-br'] = "Exclusão Concluída"; $text['message-delete']['pt-pt'] = "Remoção Efectuada"; $text['message-delete']['ro-ro'] = "Ștergere completă"; $text['message-delete']['ru-ru'] = "Удаление выполнено"; @@ -146,7 +146,7 @@ $text['message-add']['he-il'] = "הוספה הושלמה"; $text['message-add']['it-it'] = "Completato"; $text['message-add']['nl-nl'] = ""; $text['message-add']['pl-pl'] = "Dodano poprawnie"; -$text['message-add']['pt-br'] = "Criação Efetuada"; +$text['message-add']['pt-br'] = "Adição Concluída"; $text['message-add']['pt-pt'] = "Adição Efectuada"; $text['message-add']['ro-ro'] = "Adăugare completă"; $text['message-add']['ru-ru'] = "Добавление выполнено"; @@ -168,7 +168,7 @@ $text['message-failed']['he-il'] = ""; $text['message-failed']['it-it'] = "Aggiornamento Fallito - Contattare Supporto"; $text['message-failed']['nl-nl'] = ""; $text['message-failed']['pl-pl'] = "Aktualizacja nie powiod艂a si臋 - skontaktuj si臋 z pomoc膮"; -$text['message-failed']['pt-br'] = "Falha na atualiza莽茫o - Entre em contato com o suporte"; +$text['message-failed']['pt-br'] = "Falha na atualização - Entre em contato com o suporte"; $text['message-failed']['pt-pt'] = "Falha na atualiza玢o - Contato com o suporte"; $text['message-failed']['ro-ro'] = ""; $text['message-failed']['ru-ru'] = "Обновление не удалось - обратитесь в службу поддержки"; @@ -190,7 +190,7 @@ $text['message-copy']['he-il'] = ""; $text['message-copy']['it-it'] = "Copia Completata"; $text['message-copy']['nl-nl'] = ""; $text['message-copy']['pl-pl'] = "Skopiowano poprawnie"; -$text['message-copy']['pt-br'] = "Cópia Efetuada"; +$text['message-copy']['pt-br'] = "Cópia Concluída"; $text['message-copy']['pt-pt'] = "Cópia Preenchida"; $text['message-copy']['ro-ro'] = ""; $text['message-copy']['ru-ru'] = "Копирование выполнено"; @@ -212,7 +212,7 @@ $text['message-toggle']['he-il'] = "הושלם Toggle"; $text['message-toggle']['it-it'] = "Commutazione Completata"; $text['message-toggle']['nl-nl'] = ""; $text['message-toggle']['pl-pl'] = "Przegubowe Zakończony"; -$text['message-toggle']['pt-br'] = "Alternar Concluído"; //copied from pt-pt +$text['message-toggle']['pt-br'] = "Alteração Concluída"; //copied from pt-pt $text['message-toggle']['pt-pt'] = "Alternar Concluído"; $text['message-toggle']['ro-ro'] = "Completat toggle"; $text['message-toggle']['ru-ru'] = "Переключить выполнено"; @@ -233,7 +233,7 @@ $text['message-invalid_credentials']['he-il'] = ""; $text['message-invalid_credentials']['it-it'] = ""; $text['message-invalid_credentials']['nl-nl'] = ""; $text['message-invalid_credentials']['pl-pl'] = ""; -$text['message-invalid_credentials']['pt-br'] = ""; +$text['message-invalid_credentials']['pt-br'] = "Nome de usuário e/ou senha inválida"; $text['message-invalid_credentials']['pt-pt'] = ""; $text['message-invalid_credentials']['ro-ro'] = ""; $text['message-invalid_credentials']['ru-ru'] = "Неверное имя пользователя или пароль"; @@ -255,7 +255,7 @@ $text['message-invalid_token']['he-il'] = "Invalid Token"; $text['message-invalid_token']['it-it'] = "Invalid Token"; $text['message-invalid_token']['nl-nl'] = "Invalid Token"; $text['message-invalid_token']['pl-pl'] = "Invalid Token"; -$text['message-invalid_token']['pt-br'] = "Invalid Token"; +$text['message-invalid_token']['pt-br'] = "Token Inválido"; $text['message-invalid_token']['pt-pt'] = "Invalid Token"; $text['message-invalid_token']['ro-ro'] = "Invalid Token"; $text['message-invalid_token']['ru-ru'] = "Invalid Token"; @@ -299,7 +299,7 @@ $text['message-restore']['he-il'] = "שחזור הושלם"; $text['message-restore']['it-it'] = "Ripristino Completato"; $text['message-restore']['nl-nl'] = ""; $text['message-restore']['pl-pl'] = "Przywrócenie zakończone"; -$text['message-restore']['pt-br'] = "Restauração Efectuada"; //copied from pt-pt +$text['message-restore']['pt-br'] = "Restauração Concluída"; //copied from pt-pt $text['message-restore']['pt-pt'] = "Restauração Efectuada"; $text['message-restore']['ro-ro'] = ""; $text['message-restore']['ru-ru'] = "Восстановление выполнено"; @@ -321,7 +321,7 @@ $text['message-duplicate']['he-il'] = "זוהותה כפילות"; $text['message-duplicate']['it-it'] = "Duplicato Rilevato"; $text['message-duplicate']['nl-nl'] = ""; $text['message-duplicate']['pl-pl'] = "Wykryto duplikat"; -$text['message-duplicate']['pt-br'] = "Detectado uma dubplicidade"; +$text['message-duplicate']['pt-br'] = "Detectado duplicidade"; $text['message-duplicate']['pt-pt'] = "Detectado um duplicado"; $text['message-duplicate']['ro-ro'] = ""; $text['message-duplicate']['ru-ru'] = "Обнаружено дублирование"; @@ -343,7 +343,7 @@ $text['confirm-delete']['he-il'] = " האם אתה באמת רוצה למחוק $text['confirm-delete']['it-it'] = "Vuoi veramente cancellarlo?"; $text['confirm-delete']['nl-nl'] = ""; $text['confirm-delete']['pl-pl'] = "Czy na pewno chcesz to usunąć?"; -$text['confirm-delete']['pt-br'] = "Deseja realmente remover isto?"; //copied from pt-pt +$text['confirm-delete']['pt-br'] = "Deseja realmente remover?"; //copied from pt-pt $text['confirm-delete']['pt-pt'] = "Deseja realmente remover isto?"; $text['confirm-delete']['ro-ro'] = "Chiar vrei să ștergeți asta?"; $text['confirm-delete']['ru-ru'] = "Вы действительно хотите удалить?"; @@ -365,7 +365,7 @@ $text['confirm-copy']['he-il'] = ""; $text['confirm-copy']['it-it'] = "Vuoi veramente farne una copia?"; $text['confirm-copy']['nl-nl'] = ""; $text['confirm-copy']['pl-pl'] = "Czy na pewno chcesz to skopiować?"; -$text['confirm-copy']['pt-br'] = "Deseja realmente copiar isto?"; //copied from pt-pt +$text['confirm-copy']['pt-br'] = "Deseja realmente copiar?"; //copied from pt-pt $text['confirm-copy']['pt-pt'] = "Deseja realmente copiar isto?"; $text['confirm-copy']['ro-ro'] = ""; $text['confirm-copy']['ru-ru'] = "Вы действительно хотите это скопировать?"; @@ -387,7 +387,7 @@ $text['confirm-toggle']['he-il'] = "Do you really want to toggle this?"; $text['confirm-toggle']['it-it'] = "Do you really want to toggle this?"; $text['confirm-toggle']['nl-nl'] = "Do you really want to toggle this?"; $text['confirm-toggle']['pl-pl'] = "Do you really want to toggle this?"; -$text['confirm-toggle']['pt-br'] = "Do you really want to toggle this?"; +$text['confirm-toggle']['pt-br'] = "Deseja realmente alterar?"; $text['confirm-toggle']['pt-pt'] = "Do you really want to toggle this?"; $text['confirm-toggle']['ro-ro'] = "Do you really want to toggle this?"; $text['confirm-toggle']['ru-ru'] = "Do you really want to toggle this?"; @@ -409,7 +409,7 @@ $text['button-apply']['he-il'] = ""; $text['button-apply']['it-it'] = "Applica"; $text['button-apply']['nl-nl'] = ""; $text['button-apply']['pl-pl'] = ""; -$text['button-apply']['pt-br'] = ""; +$text['button-apply']['pt-br'] = "Aplicar"; $text['button-apply']['pt-pt'] = ""; $text['button-apply']['ro-ro'] = ""; $text['button-apply']['ru-ru'] = "Применить"; @@ -431,7 +431,7 @@ $text['button-provision']['he-il'] = ""; $text['button-provision']['it-it'] = ""; $text['button-provision']['nl-nl'] = ""; $text['button-provision']['pl-pl'] = "Konfigutuj"; -$text['button-provision']['pt-br'] = ""; +$text['button-provision']['pt-br'] = "Provisionamento"; $text['button-provision']['pt-pt'] = ""; $text['button-provision']['ro-ro'] = ""; $text['button-provision']['ru-ru'] = "Обеспечение"; @@ -452,7 +452,7 @@ $text['button-applied']['he-il'] = ""; $text['button-applied']['it-it'] = "Applicato"; $text['button-applied']['nl-nl'] = ""; $text['button-applied']['pl-pl'] = ""; -$text['button-applied']['pt-br'] = ""; +$text['button-applied']['pt-br'] = "Aplicado"; $text['button-applied']['pt-pt'] = ""; $text['button-applied']['ro-ro'] = ""; $text['button-applied']['ru-ru'] = "Применяется"; @@ -474,7 +474,7 @@ $text['button-xml']['he-il'] = ""; $text['button-xml']['it-it'] = "XML"; $text['button-xml']['nl-nl'] = ""; $text['button-xml']['pl-pl'] = ""; -$text['button-xml']['pt-br'] = ""; +$text['button-xml']['pt-br'] = "XML"; $text['button-xml']['pt-pt'] = ""; $text['button-xml']['ro-ro'] = ""; $text['button-xml']['ru-ru'] = "XML"; @@ -496,7 +496,7 @@ $text['button-clear']['he-il'] = "נקה"; $text['button-clear']['it-it'] = "Pulisci"; $text['button-clear']['nl-nl'] = ""; $text['button-clear']['pl-pl'] = "Wyczyść"; -$text['button-clear']['pt-br'] = "Claro"; +$text['button-clear']['pt-br'] = "Limpar"; $text['button-clear']['pt-pt'] = "Apagar"; $text['button-clear']['ro-ro'] = "Curătă"; $text['button-clear']['ru-ru'] = "Очистить"; @@ -540,7 +540,7 @@ $text['button-send']['he-il'] = ""; $text['button-send']['it-it'] = ""; $text['button-send']['nl-nl'] = ""; $text['button-send']['pl-pl'] = ""; -$text['button-send']['pt-br'] = ""; +$text['button-send']['pt-br'] = "Enviar"; $text['button-send']['pt-pt'] = ""; $text['button-send']['ro-ro'] = ""; $text['button-send']['ru-ru'] = ""; @@ -606,7 +606,7 @@ $text['button-restore']['he-il'] = "שחזר למקור"; $text['button-restore']['it-it'] = "Ripristina Default"; $text['button-restore']['nl-nl'] = ""; $text['button-restore']['pl-pl'] = "Przywróć ustawienia domyślne"; -$text['button-restore']['pt-br'] = "Restaurar Predefinições"; //copied from pt-pt +$text['button-restore']['pt-br'] = "Restaurar Padrões"; //copied from pt-pt $text['button-restore']['pt-pt'] = "Restaurar Predefinições"; $text['button-restore']['ro-ro'] = ""; $text['button-restore']['ru-ru'] = "Выставить значения по умолчанию"; @@ -628,7 +628,7 @@ $text['button-reset']['he-il'] = "אפס"; $text['button-reset']['it-it'] = "Resetta"; $text['button-reset']['nl-nl'] = ""; $text['button-reset']['pl-pl'] = "Resetuj"; -$text['button-reset']['pt-br'] = "Restabelecer"; //copied from pt-pt +$text['button-reset']['pt-br'] = "Resetar"; //copied from pt-pt $text['button-reset']['pt-pt'] = "Restabelecer"; $text['button-reset']['ro-ro'] = "Inițializare"; $text['button-reset']['ru-ru'] = "Сброс"; @@ -672,7 +672,7 @@ $text['button-login']['he-il'] = "כניסה"; $text['button-login']['it-it'] = "Login"; $text['button-login']['nl-nl'] = ""; $text['button-login']['pl-pl'] = "Użytkownik"; -$text['button-login']['pt-br'] = "Iniciar Sessão"; //copied from pt-pt +$text['button-login']['pt-br'] = "Entrar"; //copied from pt-pt $text['button-login']['pt-pt'] = "Iniciar Sessão"; $text['button-login']['ro-ro'] = "Autentificare"; $text['button-login']['ru-ru'] = "Вход"; @@ -694,7 +694,7 @@ $text['button-next']['he-il'] = ""; $text['button-next']['it-it'] = "Avanti"; $text['button-next']['nl-nl'] = ""; $text['button-next']['pl-pl'] = ""; -$text['button-next']['pt-br'] = ""; +$text['button-next']['pt-br'] = "Próximo"; $text['button-next']['pt-pt'] = ""; $text['button-next']['ro-ro'] = ""; $text['button-next']['ru-ru'] = "Далее"; @@ -870,7 +870,7 @@ $text['button-export']['he-il'] = ""; $text['button-export']['it-it'] = "Esporta"; $text['button-export']['nl-nl'] = ""; $text['button-export']['pl-pl'] = "Eksportuj"; -$text['button-export']['pt-br'] = "Exportação"; +$text['button-export']['pt-br'] = "Exportar"; $text['button-export']['pt-pt'] = "Exportar"; $text['button-export']['ro-ro'] = ""; $text['button-export']['ru-ru'] = "Экспорт"; @@ -914,7 +914,7 @@ $text['button-view']['he-il'] = " צפה ב"; $text['button-view']['it-it'] = "Visualizza"; $text['button-view']['nl-nl'] = ""; $text['button-view']['pl-pl'] = "Widok"; -$text['button-view']['pt-br'] = "Visualizar"; +$text['button-view']['pt-br'] = "Ver"; $text['button-view']['pt-pt'] = "Vista"; $text['button-view']['ro-ro'] = "Vedere"; $text['button-view']['ru-ru'] = "Посмотреть"; @@ -936,7 +936,7 @@ $text['button-upload']['he-il'] = ""; $text['button-upload']['it-it'] = "Carica"; $text['button-upload']['nl-nl'] = ""; $text['button-upload']['pl-pl'] = "Wyślij"; -$text['button-upload']['pt-br'] = "Submeter"; +$text['button-upload']['pt-br'] = "Carregar"; $text['button-upload']['pt-pt'] = "Carregar"; $text['button-upload']['ro-ro'] = ""; $text['button-upload']['ru-ru'] = "Загрузить"; @@ -958,7 +958,7 @@ $text['button-download']['he-il'] = ""; $text['button-download']['it-it'] = "Scarica"; $text['button-download']['nl-nl'] = ""; $text['button-download']['pl-pl'] = "Pobierz"; -$text['button-download']['pt-br'] = "Download"; +$text['button-download']['pt-br'] = "Baixar"; $text['button-download']['pt-pt'] = "Baixar"; $text['button-download']['ro-ro'] = ""; $text['button-download']['ru-ru'] = "Скачать"; @@ -980,7 +980,7 @@ $text['button-downloads']['he-il'] = ""; $text['button-downloads']['it-it'] = "Scarica"; $text['button-downloads']['nl-nl'] = ""; $text['button-downloads']['pl-pl'] = "Pobierz"; -$text['button-downloads']['pt-br'] = "Download"; +$text['button-downloads']['pt-br'] = "Downloads"; $text['button-downloads']['pt-pt'] = "Baixar"; $text['button-downloads']['ro-ro'] = ""; $text['button-downloads']['ru-ru'] = "Скачать"; @@ -1046,7 +1046,7 @@ $text['button-advanced']['he-il'] = ""; $text['button-advanced']['it-it'] = "Avanzate"; $text['button-advanced']['nl-nl'] = ""; $text['button-advanced']['pl-pl'] = "Zaawansowany"; -$text['button-advanced']['pt-br'] = "Avançar"; +$text['button-advanced']['pt-br'] = "Avançado"; $text['button-advanced']['pt-pt'] = "Avançadas"; $text['button-advanced']['ro-ro'] = ""; $text['button-advanced']['ru-ru'] = "Продвинутый"; @@ -1090,7 +1090,7 @@ $text['button-stop']['he-il'] = ""; $text['button-stop']['it-it'] = "Ferma"; $text['button-stop']['nl-nl'] = ""; $text['button-stop']['pl-pl'] = "Zatrzymaj rozsylanie rozmów"; -$text['button-stop']['pt-br'] = "Pausar Broadcast"; +$text['button-stop']['pt-br'] = "Parar"; $text['button-stop']['pt-pt'] = "Parar"; $text['button-stop']['ro-ro'] = ""; $text['button-stop']['ru-ru'] = "Остановить"; @@ -1156,7 +1156,7 @@ $text['button-overview']['he-il'] = ""; $text['button-overview']['it-it'] = ""; $text['button-overview']['nl-nl'] = ""; $text['button-overview']['pl-pl'] = ""; -$text['button-overview']['pt-br'] = ""; +$text['button-overview']['pt-br'] = "Visão Geral"; $text['button-overview']['pt-pt'] = ""; $text['button-overview']['ro-ro'] = ""; $text['button-overview']['ru-ru'] = ""; @@ -1178,7 +1178,7 @@ $text['button-summary']['he-il'] = ""; $text['button-summary']['it-it'] = ""; $text['button-summary']['nl-nl'] = ""; $text['button-summary']['pl-pl'] = ""; -$text['button-summary']['pt-br'] = ""; +$text['button-summary']['pt-br'] = "Sumário"; $text['button-summary']['pt-pt'] = ""; $text['button-summary']['ro-ro'] = ""; $text['button-summary']['ru-ru'] = ""; @@ -1200,7 +1200,7 @@ $text['button-update']['he-il'] = ""; $text['button-update']['it-it'] = ""; $text['button-update']['nl-nl'] = ""; $text['button-update']['pl-pl'] = "Uaktualnij"; -$text['button-update']['pt-br'] = "Atualização"; +$text['button-update']['pt-br'] = "Atualizar"; $text['button-update']['pt-pt'] = "Atualizar"; $text['button-update']['ro-ro'] = ""; $text['button-update']['ru-ru'] = "Обновить"; @@ -1287,7 +1287,7 @@ $text['button-toggle']['he-il'] = "Toggle"; $text['button-toggle']['it-it'] = "Toggle"; $text['button-toggle']['nl-nl'] = "Toggle"; $text['button-toggle']['pl-pl'] = "Toggle"; -$text['button-toggle']['pt-br'] = "Toggle"; +$text['button-toggle']['pt-br'] = "Alterar"; $text['button-toggle']['pt-pt'] = "Toggle"; $text['button-toggle']['ro-ro'] = "Toggle"; $text['button-toggle']['ru-ru'] = "Toggle"; @@ -1308,7 +1308,7 @@ $text['button-check_all']['he-il'] = "Check All"; $text['button-check_all']['it-it'] = "Check All"; $text['button-check_all']['nl-nl'] = "Check All"; $text['button-check_all']['pl-pl'] = "Check All"; -$text['button-check_all']['pt-br'] = "Check All"; +$text['button-check_all']['pt-br'] = "Marcar tudo"; $text['button-check_all']['pt-pt'] = "Check All"; $text['button-check_all']['ro-ro'] = "Check All"; $text['button-check_all']['ru-ru'] = "Check All"; @@ -1329,7 +1329,7 @@ $text['button-check_none']['he-il'] = "Check None"; $text['button-check_none']['it-it'] = "Check None"; $text['button-check_none']['nl-nl'] = "Check None"; $text['button-check_none']['pl-pl'] = "Check None"; -$text['button-check_none']['pt-br'] = "Check None"; +$text['button-check_none']['pt-br'] = "Desmarcar tudo"; $text['button-check_none']['pt-pt'] = "Check None"; $text['button-check_none']['ro-ro'] = "Check None"; $text['button-check_none']['ru-ru'] = "Check None"; @@ -1372,7 +1372,7 @@ $text['label-overview']['he-il'] = ""; $text['label-overview']['it-it'] = ""; $text['label-overview']['nl-nl'] = ""; $text['label-overview']['pl-pl'] = ""; -$text['label-overview']['pt-br'] = ""; +$text['label-overview']['pt-br'] = "Visão Geral"; $text['label-overview']['pt-pt'] = ""; $text['label-overview']['ro-ro'] = ""; $text['label-overview']['ru-ru'] = ""; @@ -1394,7 +1394,7 @@ $text['label-summary']['he-il'] = ""; $text['label-summary']['it-it'] = ""; $text['label-summary']['nl-nl'] = ""; $text['label-summary']['pl-pl'] = ""; -$text['label-summary']['pt-br'] = ""; +$text['label-summary']['pt-br'] = "Sumário"; $text['label-summary']['pt-pt'] = ""; $text['label-summary']['ro-ro'] = ""; $text['label-summary']['ru-ru'] = ""; @@ -1438,7 +1438,7 @@ $text['description-import']['he-il'] = ""; $text['description-import']['it-it'] = ""; $text['description-import']['nl-nl'] = ""; $text['description-import']['pl-pl'] = ""; -$text['description-import']['pt-br'] = ""; +$text['description-import']['pt-br'] = "Carregue um arquivo com dados delimitados para adicionar múltiplos registros."; $text['description-import']['pt-pt'] = ""; $text['description-import']['ro-ro'] = ""; $text['description-import']['ru-ru'] = ""; @@ -1481,7 +1481,7 @@ $text['label-import_delimiter']['he-il'] = ""; $text['label-import_delimiter']['it-it'] = ""; $text['label-import_delimiter']['nl-nl'] = ""; $text['label-import_delimiter']['pl-pl'] = "Separator"; -$text['label-import_delimiter']['pt-br'] = "Delimitador de campos"; //copied from pt-pt +$text['label-import_delimiter']['pt-br'] = "Separador de campos"; //copied from pt-pt $text['label-import_delimiter']['pt-pt'] = "Delimitador de campos"; $text['label-import_delimiter']['ro-ro'] = ""; $text['label-import_delimiter']['ru-ru'] = "Разделитель"; @@ -1503,7 +1503,7 @@ $text['label-import_enclosure']['he-il'] = ""; $text['label-import_enclosure']['it-it'] = ""; $text['label-import_enclosure']['nl-nl'] = ""; $text['label-import_enclosure']['pl-pl'] = "Załącznik "; -$text['label-import_enclosure']['pt-br'] = "Delimitador de textto"; +$text['label-import_enclosure']['pt-br'] = "Delimitador de texto"; $text['label-import_enclosure']['pt-pt'] = "Delimitador de texto"; $text['label-import_enclosure']['ro-ro'] = ""; $text['label-import_enclosure']['ru-ru'] = "Разделитель текста"; @@ -1525,7 +1525,7 @@ $text['label-import_file_upload']['he-il'] = ""; $text['label-import_file_upload']['it-it'] = ""; $text['label-import_file_upload']['nl-nl'] = ""; $text['label-import_file_upload']['pl-pl'] = "Plik do wysłania"; -$text['label-import_file_upload']['pt-br'] = "Importar arquivo"; +$text['label-import_file_upload']['pt-br'] = "Arquivo para carregar"; $text['label-import_file_upload']['pt-pt'] = "Ficheiro para submeter"; $text['label-import_file_upload']['ro-ro'] = ""; $text['label-import_file_upload']['ru-ru'] = "Файл для загрузки"; @@ -1547,7 +1547,7 @@ $text['label-from_row']['he-il'] = ""; $text['label-from_row']['it-it'] = ""; $text['label-from_row']['nl-nl'] = ""; $text['label-from_row']['pl-pl'] = ""; -$text['label-from_row']['pt-br'] = ""; +$text['label-from_row']['pt-br'] = "Da Linha"; $text['label-from_row']['pt-pt'] = ""; $text['label-from_row']['ro-ro'] = ""; $text['label-from_row']['ru-ru'] = ""; @@ -1568,7 +1568,7 @@ $text['description-from_row']['he-il'] = ""; $text['description-from_row']['it-it'] = ""; $text['description-from_row']['nl-nl'] = ""; $text['description-from_row']['pl-pl'] = ""; -$text['description-from_row']['pt-br'] = ""; +$text['description-from_row']['pt-br'] = "Inicia a importação de dados a partir desta linha."; $text['description-from_row']['pt-pt'] = ""; $text['description-from_row']['ro-ro'] = ""; $text['description-from_row']['ru-ru'] = ""; @@ -1611,7 +1611,7 @@ $text['description-import_delimiter']['he-il'] = ""; $text['description-import_delimiter']['it-it'] = ""; $text['description-import_delimiter']['nl-nl'] = ""; $text['description-import_delimiter']['pl-pl'] = "Wybierz separator (przecinek lub pionowa kreska)."; -$text['description-import_delimiter']['pt-br'] = "Selecione o delimitador ( ',' ou '|' ). "; +$text['description-import_delimiter']['pt-br'] = "Selecione o separador ( ',' ou '|' ). "; $text['description-import_delimiter']['pt-pt'] = "Seleccione o delimitador ( ',' ou '|' )."; $text['description-import_delimiter']['ro-ro'] = ""; $text['description-import_delimiter']['ru-ru'] = "Выберите разделитель (запятая или канал)."; @@ -1655,7 +1655,7 @@ $text['header-export']['he-il'] = ""; $text['header-export']['it-it'] = "Esporta"; $text['header-export']['nl-nl'] = ""; $text['header-export']['pl-pl'] = "Eksportuj"; -$text['header-export']['pt-br'] = "Exportação"; +$text['header-export']['pt-br'] = "Exportar"; $text['header-export']['pt-pt'] = "Exportar"; $text['header-export']['ro-ro'] = ""; $text['header-export']['ru-ru'] = "Экспорт"; @@ -1677,7 +1677,7 @@ $text['option-last_hour']['he-il'] = ""; $text['option-last_hour']['it-it'] = ""; $text['option-last_hour']['nl-nl'] = ""; $text['option-last_hour']['pl-pl'] = "W ostatniej godzinie"; -$text['option-last_hour']['pt-br'] = "Próxima hora"; +$text['option-last_hour']['pt-br'] = "Última hora"; $text['option-last_hour']['pt-pt'] = "Última Hora"; $text['option-last_hour']['ro-ro'] = ""; $text['option-last_hour']['ru-ru'] = "За последний час"; @@ -1743,7 +1743,7 @@ $text['option-this_week']['he-il'] = ""; $text['option-this_week']['it-it'] = ""; $text['option-this_week']['nl-nl'] = ""; $text['option-this_week']['pl-pl'] = "W tym miesiącu"; -$text['option-this_week']['pt-br'] = "Este mês"; +$text['option-this_week']['pt-br'] = "Este Semana"; $text['option-this_week']['pt-pt'] = "Esta Semana"; $text['option-this_week']['ro-ro'] = ""; $text['option-this_week']['ru-ru'] = "На этой неделе"; @@ -1831,7 +1831,7 @@ $text['option-hour']['he-il'] = ""; $text['option-hour']['it-it'] = ""; $text['option-hour']['nl-nl'] = ""; $text['option-hour']['pl-pl'] = ""; -$text['option-hour']['pt-br'] = ""; +$text['option-hour']['pt-br'] = "Hora"; $text['option-hour']['pt-pt'] = ""; $text['option-hour']['ro-ro'] = ""; $text['option-hour']['ru-ru'] = ""; @@ -1853,7 +1853,7 @@ $text['option-day']['he-il'] = ""; $text['option-day']['it-it'] = ""; $text['option-day']['nl-nl'] = ""; $text['option-day']['pl-pl'] = ""; -$text['option-day']['pt-br'] = ""; +$text['option-day']['pt-br'] = "Dia"; $text['option-day']['pt-pt'] = ""; $text['option-day']['ro-ro'] = ""; $text['option-day']['ru-ru'] = ""; @@ -1875,7 +1875,7 @@ $text['option-week']['he-il'] = ""; $text['option-week']['it-it'] = ""; $text['option-week']['nl-nl'] = ""; $text['option-week']['pl-pl'] = "W tym miesiącu"; -$text['option-week']['pt-br'] = "mês"; +$text['option-week']['pt-br'] = "Semana"; $text['option-week']['pt-pt'] = "Semana"; $text['option-week']['ro-ro'] = ""; $text['option-week']['ru-ru'] = "На этой неделе"; @@ -1963,7 +1963,7 @@ $text['label-preset']['he-il'] = ""; $text['label-preset']['it-it'] = ""; $text['label-preset']['nl-nl'] = ""; $text['label-preset']['pl-pl'] = "Szybkie wybieranie"; -$text['label-preset']['pt-br'] = "Selecione inicio"; +$text['label-preset']['pt-br'] = "Seleção rápida"; $text['label-preset']['pt-pt'] = "Seleção rápida"; $text['label-preset']['ro-ro'] = ""; $text['label-preset']['ru-ru'] = "Быстрый выбор"; @@ -1985,7 +1985,7 @@ $text['label-start_date_time']['he-il'] = ""; $text['label-start_date_time']['it-it'] = ""; $text['label-start_date_time']['nl-nl'] = ""; $text['label-start_date_time']['pl-pl'] = "Czas i data rozpoczęcia"; -$text['label-start_date_time']['pt-br'] = "Data/Hora de inicio"; +$text['label-start_date_time']['pt-br'] = "Data/Hora de Início"; $text['label-start_date_time']['pt-pt'] = "Data/Hora de Início"; $text['label-start_date_time']['ro-ro'] = ""; $text['label-start_date_time']['ru-ru'] = "Старт Дата/Время"; @@ -2095,7 +2095,7 @@ $text['label-end_date_time']['he-il'] = ""; $text['label-end_date_time']['it-it'] = ""; $text['label-end_date_time']['nl-nl'] = ""; $text['label-end_date_time']['pl-pl'] = "Czas i data zakończenia"; -$text['label-end_date_time']['pt-br'] = "Data/Hora final"; +$text['label-end_date_time']['pt-br'] = "Data/Hora Final"; $text['label-end_date_time']['pt-pt'] = "Data/Hora Final"; $text['label-end_date_time']['ro-ro'] = ""; $text['label-end_date_time']['ru-ru'] = "Конечная дата/время"; @@ -2138,7 +2138,7 @@ $text['label-time']['he-il'] = ""; $text['label-time']['it-it'] = ""; $text['label-time']['nl-nl'] = ""; $text['label-time']['pl-pl'] = "Czas"; -$text['label-time']['pt-br'] = "Tempo"; //copied from pt-pt +$text['label-time']['pt-br'] = "Hora"; //copied from pt-pt $text['label-time']['pt-pt'] = "Tempo"; $text['label-time']['ro-ro'] = ""; $text['label-time']['ru-ru'] = "Время"; @@ -2182,7 +2182,7 @@ $text['label-username']['he-il'] = "שם משתמש"; $text['label-username']['it-it'] = "Nome Utente"; $text['label-username']['nl-nl'] = ""; $text['label-username']['pl-pl'] = "Użytkownik"; -$text['label-username']['pt-br'] = "Nome de Utilizador"; //copied from pt-pt +$text['label-username']['pt-br'] = "Usuário"; //copied from pt-pt $text['label-username']['pt-pt'] = "Nome de Utilizador"; $text['label-username']['ro-ro'] = ""; $text['label-username']['ru-ru'] = "Имя пользователя"; @@ -2336,7 +2336,7 @@ $text['label-true']['he-il'] = "חיובי"; $text['label-true']['it-it'] = "Vero"; $text['label-true']['nl-nl'] = ""; $text['label-true']['pl-pl'] = "Tak"; -$text['label-true']['pt-br'] = "Sim"; //copied from pt-pt +$text['label-true']['pt-br'] = "Verdadeiro"; //copied from pt-pt $text['label-true']['pt-pt'] = "Sim"; $text['label-true']['ro-ro'] = ""; $text['label-true']['ru-ru'] = "Да"; @@ -2358,7 +2358,7 @@ $text['label-false']['he-il'] = "לא חוקי"; $text['label-false']['it-it'] = "Falso"; $text['label-false']['nl-nl'] = ""; $text['label-false']['pl-pl'] = "Nie"; -$text['label-false']['pt-br'] = "Não"; +$text['label-false']['pt-br'] = "Falso"; $text['label-false']['pt-pt'] = "Falso"; $text['label-false']['ro-ro'] = "Fals"; $text['label-false']['ru-ru'] = "Нет"; @@ -2402,7 +2402,7 @@ $text['label-enabled']['he-il'] = ""; $text['label-enabled']['it-it'] = "Abilitato"; $text['label-enabled']['nl-nl'] = ""; $text['label-enabled']['pl-pl'] = "Włączony"; -$text['label-enabled']['pt-br'] = "Habilitado"; //copied from pt-pt +$text['label-enabled']['pt-br'] = "Ativado"; //copied from pt-pt $text['label-enabled']['pt-pt'] = "Habilitado"; $text['label-enabled']['ro-ro'] = ""; $text['label-enabled']['ru-ru'] = "Включено"; @@ -2424,7 +2424,7 @@ $text['label-disable']['he-il'] = ""; $text['label-disable']['it-it'] = "Disabilita"; $text['label-disable']['nl-nl'] = ""; $text['label-disable']['pl-pl'] = "Wyłącz"; -$text['label-disable']['pt-br'] = "Desativado"; +$text['label-disable']['pt-br'] = "Desativar"; $text['label-disable']['pt-pt'] = "Desactivo"; $text['label-disable']['ro-ro'] = ""; $text['label-disable']['ru-ru'] = "Выключить"; @@ -2446,7 +2446,7 @@ $text['label-disabled']['he-il'] = ""; $text['label-disabled']['it-it'] = "Disabilitato"; $text['label-disabled']['nl-nl'] = ""; $text['label-disabled']['pl-pl'] = "Wyłączony"; -$text['label-disabled']['pt-br'] = "Inválido"; //copied from pt-pt +$text['label-disabled']['pt-br'] = "Desativado"; //copied from pt-pt $text['label-disabled']['pt-pt'] = "Inválido"; $text['label-disabled']['ro-ro'] = ""; $text['label-disabled']['ru-ru'] = "Выключено"; @@ -2468,7 +2468,7 @@ $text['label-domain']['he-il'] = "דומיין"; $text['label-domain']['it-it'] = "Dominio"; $text['label-domain']['nl-nl'] = ""; $text['label-domain']['pl-pl'] = "Domena"; -$text['label-domain']['pt-br'] = "Dominio"; +$text['label-domain']['pt-br'] = "Domínio"; $text['label-domain']['pt-pt'] = "Domínio"; $text['label-domain']['ro-ro'] = "Domeniu"; $text['label-domain']['ru-ru'] = "Домен"; @@ -2490,7 +2490,7 @@ $text['label-domain_uuid']['he-il'] = "דומיין"; $text['label-domain_uuid']['it-it'] = "Dominio"; $text['label-domain_uuid']['nl-nl'] = ""; $text['label-domain_uuid']['pl-pl'] = "Domena"; -$text['label-domain_uuid']['pt-br'] = "Dominio"; +$text['label-domain_uuid']['pt-br'] = "Domínio"; $text['label-domain_uuid']['pt-pt'] = "Domínio"; $text['label-domain_uuid']['ro-ro'] = "Domeniu"; $text['label-domain_uuid']['ru-ru'] = "Домен"; @@ -2578,7 +2578,7 @@ $text['label-search']['he-il'] = "תוצאות חיפוש"; $text['label-search']['it-it'] = "Ricerca..."; $text['label-search']['nl-nl'] = ""; $text['label-search']['pl-pl'] = "Szukaj ..."; -$text['label-search']['pt-br'] = "Pesquisa..."; //copied from pt-pt +$text['label-search']['pt-br'] = "Pesquisar..."; //copied from pt-pt $text['label-search']['pt-pt'] = "Pesquisa..."; $text['label-search']['ro-ro'] = ""; $text['label-search']['ru-ru'] = "Поиск..."; @@ -2600,7 +2600,7 @@ $text['label-order']['he-il'] = ""; $text['label-order']['it-it'] = "Ordine"; $text['label-order']['nl-nl'] = ""; $text['label-order']['pl-pl'] = "Kolejność"; -$text['label-order']['pt-br'] = "Ordenação"; +$text['label-order']['pt-br'] = "Ordem"; $text['label-order']['pt-pt'] = "Ordem"; $text['label-order']['ro-ro'] = ""; $text['label-order']['ru-ru'] = "Приоритет"; @@ -2622,7 +2622,7 @@ $text['label-level']['he-il'] = ""; $text['label-level']['it-it'] = ""; $text['label-level']['nl-nl'] = ""; $text['label-level']['pl-pl'] = ""; -$text['label-level']['pt-br'] = ""; +$text['label-level']['pt-br'] = "Nível"; $text['label-level']['pt-pt'] = ""; $text['label-level']['ro-ro'] = ""; $text['label-level']['ru-ru'] = ""; @@ -2752,7 +2752,7 @@ $text['label-all']['he-il'] = "הצג הכל"; $text['label-all']['it-it'] = "Tutto"; $text['label-all']['nl-nl'] = ""; $text['label-all']['pl-pl'] = "wszystkie"; -$text['label-all']['pt-br'] = "todos"; +$text['label-all']['pt-br'] = "Todos"; $text['label-all']['pt-pt'] = "Todos"; $text['label-all']['ro-ro'] = ""; $text['label-all']['ru-ru'] = "все"; @@ -2774,7 +2774,7 @@ $text['label-music_on_hold']['he-il'] = "מוסיקה בהמתנה"; $text['label-music_on_hold']['it-it'] = "Musica d'attesa"; $text['label-music_on_hold']['nl-nl'] = "Music op Hold"; $text['label-music_on_hold']['pl-pl'] = "Muzyka na czekanie"; -$text['label-music_on_hold']['pt-br'] = "Música de espera "; +$text['label-music_on_hold']['pt-br'] = "Música de espera"; $text['label-music_on_hold']['pt-pt'] = "Música em Espera"; $text['label-music_on_hold']['ro-ro'] = ""; $text['label-music_on_hold']['ru-ru'] = "Музыка на удержании"; @@ -2818,7 +2818,7 @@ $text['label-ringtones']['he-il'] = "טוֹן"; $text['label-ringtones']['it-it'] = "Tono"; $text['label-ringtones']['nl-nl'] = "Toon"; $text['label-ringtones']['pl-pl'] = "Ton"; -$text['label-ringtones']['pt-br'] = "Tom"; //copied from pt-pt +$text['label-ringtones']['pt-br'] = "Tons de toque"; //copied from pt-pt $text['label-ringtones']['pt-pt'] = "Tom"; $text['label-ringtones']['ro-ro'] = ""; $text['label-ringtones']['ru-ru'] = "Тон"; @@ -2839,7 +2839,7 @@ $text['label-streams']['he-il'] = ''; $text['label-streams']['it-it'] = ''; $text['label-streams']['nl-nl'] = ''; $text['label-streams']['pl-pl'] = ''; -$text['label-streams']['pt-br'] = ''; +$text['label-streams']['pt-br'] = 'Fluxo de dados (streams)'; $text['label-streams']['pt-pt'] = ''; $text['label-streams']['ro-ro'] = ''; $text['label-streams']['ru-ru'] = ''; @@ -2860,7 +2860,7 @@ $text['label-tones']['he-il'] = "טוֹן"; $text['label-tones']['it-it'] = "Tono"; $text['label-tones']['nl-nl'] = "Toon"; $text['label-tones']['pl-pl'] = "Ton"; -$text['label-tones']['pt-br'] = "Tom"; //copied from pt-pt +$text['label-tones']['pt-br'] = "Tons"; //copied from pt-pt $text['label-tones']['pt-pt'] = "Tom"; $text['label-tones']['ro-ro'] = ""; $text['label-tones']['ru-ru'] = "Тон"; @@ -2903,7 +2903,7 @@ $text['label-git_branch']['he-il'] = ""; $text['label-git_branch']['it-it'] = "Branch:"; $text['label-git_branch']['nl-nl'] = ""; $text['label-git_branch']['pl-pl'] = "Gałąź"; -$text['label-git_branch']['pt-br'] = "Ramo"; //copied from pt-pt +$text['label-git_branch']['pt-br'] = "Base"; //copied from pt-pt $text['label-git_branch']['pt-pt'] = "Ramo"; $text['label-git_branch']['ro-ro'] = ""; $text['label-git_branch']['ru-ru'] = "Филиал:"; @@ -2925,7 +2925,7 @@ $text['label-git_commit']['he-il'] = ""; $text['label-git_commit']['it-it'] = "Commit:"; $text['label-git_commit']['nl-nl'] = ""; $text['label-git_commit']['pl-pl'] = "Popełnić"; -$text['label-git_commit']['pt-br'] = "cometer"; //copied from pt-pt +$text['label-git_commit']['pt-br'] = "Submeter"; //copied from pt-pt $text['label-git_commit']['pt-pt'] = "cometer"; $text['label-git_commit']['ro-ro'] = ""; $text['label-git_commit']['ru-ru'] = "Принять:"; @@ -3079,7 +3079,7 @@ $text['option-true']['he-il'] = ""; $text['option-true']['it-it'] = "Vero"; $text['option-true']['nl-nl'] = ""; $text['option-true']['pl-pl'] = "Tak"; -$text['option-true']['pt-br'] = "Sim"; //copied from pt-pt +$text['option-true']['pt-br'] = "Verdadeiro"; //copied from pt-pt $text['option-true']['pt-pt'] = "Sim"; $text['option-true']['ro-ro'] = ""; $text['option-true']['ru-ru'] = "Да"; @@ -3101,7 +3101,7 @@ $text['option-false']['he-il'] = ""; $text['option-false']['it-it'] = "Falso"; $text['option-false']['nl-nl'] = ""; $text['option-false']['pl-pl'] = "Nie"; -$text['option-false']['pt-br'] = "Não"; //copied from pt-pt +$text['option-false']['pt-br'] = "Falso"; //copied from pt-pt $text['option-false']['pt-pt'] = "Não"; $text['option-false']['ro-ro'] = ""; $text['option-false']['ru-ru'] = "Нет"; @@ -3254,7 +3254,7 @@ $text['label-phrases']['he-il'] = ""; $text['label-phrases']['it-it'] = "Frasi"; $text['label-phrases']['nl-nl'] = ""; $text['label-phrases']['pl-pl'] = "Zwroty"; -$text['label-phrases']['pt-br'] = "Gravações"; //copied from pt-pt +$text['label-phrases']['pt-br'] = "Frases"; //copied from pt-pt $text['label-phrases']['pt-pt'] = "Gravações"; $text['label-phrases']['ro-ro'] = ""; $text['label-phrases']['ru-ru'] = "Фразы"; @@ -3296,7 +3296,7 @@ $text['label-greeting']['he-il'] = ""; $text['label-greeting']['it-it'] = ""; $text['label-greeting']['nl-nl'] = ""; $text['label-greeting']['pl-pl'] = "ID Powitania"; -$text['label-greeting']['pt-br'] = "ID de saudação"; +$text['label-greeting']['pt-br'] = "Saudação"; $text['label-greeting']['pt-pt'] = "ID de Saudação"; $text['label-greeting']['ro-ro'] = ""; $text['label-greeting']['ru-ru'] = "Приветствие"; @@ -3317,7 +3317,7 @@ $text['label-play']['he-il'] = ''; $text['label-play']['it-it'] = ''; $text['label-play']['nl-nl'] = ''; $text['label-play']['pl-pl'] = ''; -$text['label-play']['pt-br'] = ''; +$text['label-play']['pt-br'] = 'Tocar'; $text['label-play']['pt-pt'] = ''; $text['label-play']['ro-ro'] = ''; $text['label-play']['ru-ru'] = ''; @@ -3338,7 +3338,7 @@ $text['label-caller_id_number']['he-il'] = ""; $text['label-caller_id_number']['it-it'] = "ID Numero Chiamante"; $text['label-caller_id_number']['nl-nl'] = ""; $text['label-caller_id_number']['pl-pl'] = "Prezentacja numeru dzwoniącego"; -$text['label-caller_id_number']['pt-br'] = "Número CID"; +$text['label-caller_id_number']['pt-br'] = "Número do chamador"; $text['label-caller_id_number']['pt-pt'] = "Número do Chamador"; $text['label-caller_id_number']['ro-ro'] = ""; $text['label-caller_id_number']['ru-ru'] = "Caller ID Номера"; @@ -3359,7 +3359,7 @@ $text['label-caller_id_name']['he-il'] = ""; $text['label-caller_id_name']['it-it'] = "ID Nome Chiamante"; $text['label-caller_id_name']['nl-nl'] = ""; $text['label-caller_id_name']['pl-pl'] = "Prezentacja nazwy dzwoniącego"; -$text['label-caller_id_name']['pt-br'] = "Nome CID"; +$text['label-caller_id_name']['pt-br'] = "Nome do Chamador"; $text['label-caller_id_name']['pt-pt'] = "Nome do Chamador"; $text['label-caller_id_name']['ro-ro'] = ""; $text['label-caller_id_name']['ru-ru'] = "Caller ID Имя"; @@ -3380,7 +3380,7 @@ $text['label-characters']['he-il'] = "דמויות"; $text['label-characters']['it-it'] = "Caratteri"; $text['label-characters']['nl-nl'] = ""; $text['label-characters']['pl-pl'] = "Postacie"; -$text['label-characters']['pt-br'] = "Personagens"; //copied from pt-pt +$text['label-characters']['pt-br'] = "Caracteres"; //copied from pt-pt $text['label-characters']['pt-pt'] = "Personagens"; $text['label-characters']['ro-ro'] = "caractere"; $text['label-characters']['ru-ru'] = "символов"; @@ -3485,7 +3485,7 @@ $text['label-bridges']['he-il'] = ''; $text['label-bridges']['it-it'] = ''; $text['label-bridges']['nl-nl'] = ''; $text['label-bridges']['pl-pl'] = ''; -$text['label-bridges']['pt-br'] = ''; +$text['label-bridges']['pt-br'] = 'Bridges'; $text['label-bridges']['pt-pt'] = ''; $text['label-bridges']['ro-ro'] = ''; $text['label-bridges']['ru-ru'] = ''; @@ -3527,7 +3527,7 @@ $text['label-peak']['he-il'] = ""; $text['label-peak']['it-it'] = ""; $text['label-peak']['nl-nl'] = ""; $text['label-peak']['pl-pl'] = ""; -$text['label-peak']['pt-br'] = ""; +$text['label-peak']['pt-br'] = "Pico"; $text['label-peak']['pt-pt'] = ""; $text['label-peak']['ro-ro'] = ""; $text['label-peak']['ru-ru'] = ""; @@ -3569,7 +3569,7 @@ $text['label-tickets']['he-il'] = ""; $text['label-tickets']['it-it'] = ""; $text['label-tickets']['nl-nl'] = ""; $text['label-tickets']['pl-pl'] = ""; -$text['label-tickets']['pt-br'] = ""; //copied from pt-pt +$text['label-tickets']['pt-br'] = "Tickets"; //copied from pt-pt $text['label-tickets']['pt-pt'] = ""; $text['label-tickets']['ro-ro'] = ""; $text['label-tickets']['ru-ru'] = ""; @@ -3590,7 +3590,7 @@ $text['label-page']['he-il'] = ""; $text['label-page']['it-it'] = "Page"; $text['label-page']['nl-nl'] = ""; $text['label-page']['pl-pl'] = ""; -$text['label-page']['pt-br'] = ""; +$text['label-page']['pt-br'] = "Página"; $text['label-page']['pt-pt'] = ""; $text['label-page']['ro-ro'] = ""; $text['label-page']['ru-ru'] = "Page"; @@ -3611,7 +3611,7 @@ $text['button-tickets']['he-il'] = ""; $text['button-tickets']['it-it'] = ""; $text['button-tickets']['nl-nl'] = ""; $text['button-tickets']['pl-pl'] = ""; -$text['button-tickets']['pt-br'] = ""; //copied from pt-pt +$text['button-tickets']['pt-br'] = "Tickets"; //copied from pt-pt $text['button-tickets']['pt-pt'] = ""; $text['button-tickets']['ro-ro'] = ""; $text['button-tickets']['ru-ru'] = ""; @@ -3632,7 +3632,7 @@ $text['button-cdr']['he-il'] = ""; $text['button-cdr']['it-it'] = ""; $text['button-cdr']['nl-nl'] = ""; $text['button-cdr']['pl-pl'] = ""; -$text['button-cdr']['pt-br'] = ""; //copied from pt-pt +$text['button-cdr']['pt-br'] = "CDR"; //copied from pt-pt $text['button-cdr']['pt-pt'] = ""; $text['button-cdr']['ro-ro'] = ""; $text['button-cdr']['ru-ru'] = ""; @@ -3653,7 +3653,7 @@ $text['description-greeting']['he-il'] = ""; $text['description-greeting']['it-it'] = ""; $text['description-greeting']['nl-nl'] = ""; $text['description-greeting']['pl-pl'] = "Wprowadź ID powitania"; -$text['description-greeting']['pt-br'] = "Insira o ID da saudação"; +$text['description-greeting']['pt-br'] = "Selecione a saudação desejada."; $text['description-greeting']['pt-pt'] = "Introduza o ID da Saudação"; $text['description-greeting']['ro-ro'] = ""; $text['description-greeting']['ru-ru'] = "Выберите желаемое приветствие."; @@ -3674,7 +3674,7 @@ $text['description-name']['he-il'] = ""; $text['description-name']['it-it'] = "Inserire il nome."; $text['description-name']['nl-nl'] = ""; $text['description-name']['pl-pl'] = ""; -$text['description-name']['pt-br'] = ""; +$text['description-name']['pt-br'] = "Entre com o nome."; $text['description-name']['pt-pt'] = ""; $text['description-name']['ro-ro'] = ""; $text['description-name']['ru-ru'] = "Введите имя."; @@ -3696,7 +3696,7 @@ $text['description-value']['he-il'] = ""; $text['description-value']['it-it'] = "Inserire il valore."; $text['description-value']['nl-nl'] = ""; $text['description-value']['pl-pl'] = "Wprowadź wartość tego ustawienia"; -$text['description-value']['pt-br'] = "Insira o valor da variável"; +$text['description-value']['pt-br'] = "Entre com o valor."; $text['description-value']['pt-pt'] = "Introduza o valor desta definição."; $text['description-value']['ro-ro'] = ""; $text['description-value']['ru-ru'] = "Введите значение."; @@ -3718,7 +3718,7 @@ $text['description-type']['he-il'] = ""; $text['description-type']['it-it'] = "Inserire il tipo di parametro (es. uuid, name, var, dir, etc)."; $text['description-type']['nl-nl'] = ""; $text['description-type']['pl-pl'] = "Wprowadź rodzaj ustawienia (np. uuid, name, var, dir)"; -$text['description-type']['pt-br'] = "Introduza o tipo de definição (ex:uuid,name,var,dir,etc)"; +$text['description-type']['pt-br'] = "Entre com o tipo de configuração (ex:uuid,name,var,dir,etc)"; $text['description-type']['pt-pt'] = "Introduza o tipo de definição (ex: uuid, name, var, dir, etc)"; $text['description-type']['ro-ro'] = ""; $text['description-type']['ru-ru'] = "Введите тип настройки (например, uuid, name, var, dir и т.д.)."; @@ -3740,7 +3740,7 @@ $text['description-category']['he-il'] = ""; $text['description-category']['it-it'] = "Inserire la categoria."; $text['description-category']['nl-nl'] = ""; $text['description-category']['pl-pl'] = "Wprowadź kategorię"; -$text['description-category']['pt-br'] = "Descrição"; +$text['description-category']['pt-br'] = "Entre com a categoria."; $text['description-category']['pt-pt'] = "Introduza a categoria."; $text['description-category']['ro-ro'] = ""; $text['description-category']['ru-ru'] = "Введите категорию."; @@ -3762,7 +3762,7 @@ $text['description-subcategory']['he-il'] = ""; $text['description-subcategory']['it-it'] = "Inserire la sottocategoria."; $text['description-subcategory']['nl-nl'] = ""; $text['description-subcategory']['pl-pl'] = "Wprowadź podkategorię"; -$text['description-subcategory']['pt-br'] = "Introduza a subcategoria"; +$text['description-subcategory']['pt-br'] = "Entre com a subcategoria"; $text['description-subcategory']['pt-pt'] = "Introduza a subcategoria."; $text['description-subcategory']['ro-ro'] = ""; $text['description-subcategory']['ru-ru'] = "Вход в подкатегорию."; @@ -3784,7 +3784,7 @@ $text['description-description']['he-il'] = ""; $text['description-description']['it-it'] = "Inserire la descrizione."; $text['description-description']['nl-nl'] = ""; $text['description-description']['pl-pl'] = "Wpisz opis (opcjonalne)."; -$text['description-description']['pt-br'] = "Insira a descrição, caso desejar"; //copied from pt-pt +$text['description-description']['pt-br'] = "Insira a descrição."; //copied from pt-pt $text['description-description']['pt-pt'] = "Insira a descrição, caso desejar"; $text['description-description']['ro-ro'] = ""; $text['description-description']['ru-ru'] = "Введите описание."; @@ -3828,7 +3828,7 @@ $text['description-enter-context']['he-il'] = ""; $text['description-enter-context']['it-it'] = "Inserire il contesto."; $text['description-enter-context']['nl-nl'] = ""; $text['description-enter-context']['pl-pl'] = "Wprowadź kontekst"; -$text['description-enter-context']['pt-br'] = "Insira um contexto"; +$text['description-enter-context']['pt-br'] = "Entre com o contexto."; $text['description-enter-context']['pt-pt'] = "Introduza um contexto."; $text['description-enter-context']['ro-ro'] = ""; $text['description-enter-context']['ru-ru'] = "Введите контекст.";