From 50dd7eec4c1fd782a1d75cbf0a41643dcfc165e1 Mon Sep 17 00:00:00 2001 From: Leinad Mind Date: Sat, 24 Aug 2024 20:12:42 +0100 Subject: [PATCH 1/9] Update boardrules_common.php --- language/pt/boardrules_common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/pt/boardrules_common.php b/language/pt/boardrules_common.php index 5d93ce2a..3f1a9057 100644 --- a/language/pt/boardrules_common.php +++ b/language/pt/boardrules_common.php @@ -42,6 +42,6 @@ 'BOARDRULES' => 'Regras', 'BOARDRULES_TITLE' => 'Ver as regras deste Fórum', 'BOARDRULES_AGREEMENT' => 'Concorda em respeitar as regras deste fórum estabelecidas na secção “Regras”', - 'BOARDRULES_VIEWONLINE' => 'Vendo as regras do Fórum', + 'BOARDRULES_VIEWONLINE' => 'A ler as regras do Fórum', 'BOARDRULES_NOTIFICATION' => 'As regras do Fórum foram atualizadas. Clique aqui para as rever.', )); From a528da5c6d0ed2fd06f253d3ae8e0c4c47d8e269 Mon Sep 17 00:00:00 2001 From: Leinad Mind Date: Sat, 24 Aug 2024 20:14:06 +0100 Subject: [PATCH 2/9] Update boardrules_controller.php --- language/pt/boardrules_controller.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/language/pt/boardrules_controller.php b/language/pt/boardrules_controller.php index fc56a04b..8297725e 100644 --- a/language/pt/boardrules_controller.php +++ b/language/pt/boardrules_controller.php @@ -39,9 +39,9 @@ // $lang = array_merge($lang, array( - 'BOARDRULES_HEADER' => 'Regras do Fórum', - 'BOARDRULES_EXPLAIN' => 'Estas regras são divulgados para esclarecer as várias responsabilidades de todos os membros da comunidade aqui no %s. Elas devem ser respeitadas por todos para garantir que nosso Fórum funciona sem problemas e oferece uma experiência divertida e produtiva para todos os membros da comunidade e visitantes.', + 'BOARDRULES_HEADER' => 'Regras do Fórum', + 'BOARDRULES_EXPLAIN' => 'Estas regras servem para esclarecer as várias responsabilidades de todos os membros da comunidade %s. Devem ser respeitadas por todos para garantir que o nosso Fórum funciona sem problemas e oferece uma experiência divertida e produtiva para todos os membros da comunidade.', 'BOARDRULES_CATEGORIES' => 'Secções de Regras', - 'BOARDRULES_CATEGORY_ANCHOR'=> 'section-%s', - 'BOARDRULES_RULE_ANCHOR' => 'rule-%s', + 'BOARDRULES_CATEGORY_ANCHOR' => 'seccao-%s', + 'BOARDRULES_RULE_ANCHOR' => 'regra-%s', )); From 48bb10bde1854f0de17ce09ad9bdedf4e5cdb2c1 Mon Sep 17 00:00:00 2001 From: Leinad Mind Date: Sat, 24 Aug 2024 20:18:50 +0100 Subject: [PATCH 3/9] Create test.php --- language/pt_preao/test.php | 1 + 1 file changed, 1 insertion(+) create mode 100644 language/pt_preao/test.php diff --git a/language/pt_preao/test.php b/language/pt_preao/test.php new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/language/pt_preao/test.php @@ -0,0 +1 @@ + From 65931e2794a4462b45ff71600c826b6f0762af9e Mon Sep 17 00:00:00 2001 From: Leinad Mind Date: Sat, 24 Aug 2024 20:19:35 +0100 Subject: [PATCH 4/9] Add files via upload --- language/pt_preao/boardrules_acp.php | 99 ++++++++++++++++++++ language/pt_preao/boardrules_common.php | 47 ++++++++++ language/pt_preao/boardrules_controller.php | 48 ++++++++++ language/pt_preao/boardrules_install.php | 49 ++++++++++ language/pt_preao/exceptions.php | 62 ++++++++++++ language/pt_preao/info_acp_boardrules.php | 50 ++++++++++ language/pt_preao/permissions_boardrules.php | 43 +++++++++ 7 files changed, 398 insertions(+) create mode 100644 language/pt_preao/boardrules_acp.php create mode 100644 language/pt_preao/boardrules_common.php create mode 100644 language/pt_preao/boardrules_controller.php create mode 100644 language/pt_preao/boardrules_install.php create mode 100644 language/pt_preao/exceptions.php create mode 100644 language/pt_preao/info_acp_boardrules.php create mode 100644 language/pt_preao/permissions_boardrules.php diff --git a/language/pt_preao/boardrules_acp.php b/language/pt_preao/boardrules_acp.php new file mode 100644 index 00000000..9163ea0a --- /dev/null +++ b/language/pt_preao/boardrules_acp.php @@ -0,0 +1,99 @@ + +* @license GNU General Public License, version 2 (GPL-2.0) +* +*/ + +/** +* DO NOT CHANGE +*/ +if (!defined('IN_PHPBB')) +{ + exit; +} + +if (empty($lang) || !is_array($lang)) +{ + $lang = array(); +} + +// DEVELOPERS PLEASE NOTE +// +// All language files should use UTF-8 as their encoding and the files must not contain a BOM. +// +// Placeholders can now contain order information, e.g. instead of +// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows +// translators to re-order the output of data while ensuring it remains correct +// +// You do not need this where single placeholders are used, e.g. 'Message %d' is fine +// equally where a string contains only two placeholders which are used to wrap text +// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine +// +// Some characters you may want to copy&paste: +// ’ » “ ” … +// + +$lang = array_merge($lang, array( + // Settings page + 'ACP_BOARDRULES' => 'Regras do Fórum', + 'ACP_BOARDRULES_SETTINGS' => 'Configurar regras', + 'ACP_BOARDRULES_SETTINGS_EXPLAIN' => 'Aqui pode configurar as definições principais das regras do Fórum.', + 'ACP_BOARDRULES_ENABLE' => 'Ativar regras', + 'ACP_BOARDRULES_HEADER_LINK' => 'Mostrar link no cabeçalho', + 'ACP_BOARDRULES_FONT_ICON' => 'Board rules link icon', + 'ACP_BOARDRULES_FONT_ICON_EXPLAIN' => 'Enter the name of a Font Awesome icon to use for the board rules link in the header. Leave this field blank for no board rules icon.', + 'ACP_BOARDRULES_FONT_ICON_INVALID' => 'The board rules link icon contained invalid characters.', + 'ACP_BOARDRULES_AT_REGISTRATION' => 'Exigir aceitação das regras no momento do registo', + 'ACP_BOARDRULES_AT_REGISTRATION_EXPLAIN'=> 'Acrescenta as Regras do Fórum às "Condições de utilização", permitindo a sua leitura e obrigando à sua aceitação antes do registo.', + 'ACP_BOARDRULES_NOTIFY' => 'Notificar Utilizadores', + 'ACP_BOARDRULES_NOTIFY_EXPLAIN' => 'Enviar uma notificação a todos os utilizadores registrados que as regras da comunidade foram atualizados. (Esta ação pode demorar alguns segundos para ser concluída em Fóruns com muitos milhares de membros.)', + 'ACP_BOARDRULES_NOTIFY_CONFIRM' => 'Tem certeza que deseja enviar notificações a todos os utilizadores?', + 'ACP_BOARDRULES_SETTINGS_CHANGED' => 'A configuração das regras do fórum foi alterada.', + 'ACP_BOARDRULES_LIST_STYLE' => 'Board rules list style', + 'ACP_BOARDRULES_LIST_STYLE_EXPLAIN' => 'Board rules are presented in a list format. Decide if you want rule and category items to be preceded by ordered alpha-numeric ordinals (this is the default behavior), bullets or nothing.', + 'ACP_BOARDRULES_LIST_STYLE_ORDERED' => 'Ordered alpha-numeric', + 'ACP_BOARDRULES_LIST_STYLE_BULLET' => 'Bullet', + 'ACP_BOARDRULES_LIST_STYLE_NONE' => 'None', + + // Manage page + 'ACP_BOARDRULES_MANAGE' => 'Gerir regras', + 'ACP_BOARDRULES_MANAGE_EXPLAIN' => 'Nesta página pode adicionar, editar, apagar e reordenar as categorias e regras. A categoria é um conjunto de regras inter-relacionadas. Cada categoria pode ter um número ilimitado de regras.', + 'ACP_BOARDRULES_LANGUAGE_EXPLAIN' => 'Choose a language for your Board Rules. Users will see the rules you create for their preferred language. If you do not create any rules in their preferred language, then users will see rules created using the board’s default language.', + 'ACP_BOARDRULES_CATEGORY' => 'Categoria de regras', + 'ACP_BOARDRULES_RULE' => 'Regra', + 'ACP_BOARDRULES_SELECT_LANGUAGE' => 'Escolha um idioma', + 'ACP_BOARDRULES_CREATE_RULE' => 'Criar regra', + 'ACP_BOARDRULES_CREATE_RULE_EXPLAIN' => 'Através do formulário abaixo pode criar uma nova regra que será mostrada aos utilizadores.', + 'ACP_BOARDRULES_EDIT_RULE' => 'Editar regra', + 'ACP_BOARDRULES_EDIT_RULE_EXPLAIN' => 'Através do formulário abaixo pode atualizar uma regra que será mostrada aos utilizadores.', + 'ACP_RULE_SETTINGS' => 'Configurar regra', + 'ACP_RULE_PARENT' => 'Regra pai', + 'ACP_RULE_NO_PARENT' => 'Nenhum pai', + 'ACP_RULE_TITLE' => 'Título da regra', + 'ACP_RULE_TITLE_EXPLAIN' => 'Os Títulos das Regras são exibidos na página de regras apenas para categorias de regras. Títulos das regras também são usados para identificar as regras na gestão do ACP.', + 'ACP_RULE_ANCHOR' => 'Regra âncora', + 'ACP_RULE_ANCHOR_EXPLAIN' => 'Âncoras de regras são opcionais e usadas como pontos de ligação de ancoragem na página regras. Devem ser URL amigáveis (não podem conter espaços ou caracteres especiais), devem começar com uma letra, e devem ser exclusivos.', + 'ACP_RULE_MESSAGE' => 'Mensagem da regra', + 'ACP_RULE_MESSAGE_EXPLAIN' => 'A mensagem da regra é exibida na página de regra para cada regra (categorias não exibem mensagens das regras).', + 'ACP_RULE_MESSAGE_DISABLED' => 'Esta é uma categoria que contém regras, o editor mensagem foi desativado.', + 'ACP_ADD_RULE' => 'Criar nova regra', + 'ACP_DELETE_RULE_CONFIRM' => array( + 0 => 'Tem a certeza que deseja eliminar esta regra?', + 1 => 'Tem a certeza que deseja eliminar esta categoria de regra?
Aviso: Removendo um categoria de regra irá remover todas as regras contidas dentro dela.', + ), + 'ACP_RULE_ADDED' => 'Regra criada com sucesso.', + 'ACP_RULE_DELETED' => 'Regra eliminada com sucesso.', + 'ACP_RULE_EDITED' => 'Regra editada com sucesso.', + 'ACP_RULE_TITLE_EMPTY' => 'Tem que dar um titulo à regra.', + + // Nested set exception messages (only appears in PHP error logging) + // Translators: Feel free to not translate these language strings + 'RULES_NESTEDSET_LOCK_FAILED_ACQUIRE' => 'Board rules failed to acquire the table lock. Another process may be holding the lock. Locks are forcibly released after a timeout of 1 hour.', + 'RULES_NESTEDSET_INVALID_ITEM' => 'The requested rule does not exist.', + 'RULES_NESTEDSET_INVALID_PARENT' => 'The requested rule has no parent.', +)); diff --git a/language/pt_preao/boardrules_common.php b/language/pt_preao/boardrules_common.php new file mode 100644 index 00000000..6020f291 --- /dev/null +++ b/language/pt_preao/boardrules_common.php @@ -0,0 +1,47 @@ + +* @license GNU General Public License, version 2 (GPL-2.0) +* +*/ + +/** +* DO NOT CHANGE +*/ +if (!defined('IN_PHPBB')) +{ + exit; +} + +if (empty($lang) || !is_array($lang)) +{ + $lang = array(); +} + +// DEVELOPERS PLEASE NOTE +// +// All language files should use UTF-8 as their encoding and the files must not contain a BOM. +// +// Placeholders can now contain order information, e.g. instead of +// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows +// translators to re-order the output of data while ensuring it remains correct +// +// You do not need this where single placeholders are used, e.g. 'Message %d' is fine +// equally where a string contains only two placeholders which are used to wrap text +// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine +// +// Some characters you may want to copy&paste: +// ’ » “ ” … +// + +$lang = array_merge($lang, array( + 'BOARDRULES' => 'Regras', + 'BOARDRULES_TITLE' => 'Ver as regras deste Fórum', + 'BOARDRULES_AGREEMENT' => 'Concorda em respeitar as regras deste fórum estabelecidas na secção “Regras”', + 'BOARDRULES_VIEWONLINE' => 'A ler as regras do Fórum', + 'BOARDRULES_NOTIFICATION' => 'As regras do Fórum foram actualizadas. Clique aqui para as rever.', +)); diff --git a/language/pt_preao/boardrules_controller.php b/language/pt_preao/boardrules_controller.php new file mode 100644 index 00000000..5254f630 --- /dev/null +++ b/language/pt_preao/boardrules_controller.php @@ -0,0 +1,48 @@ + +* @license GNU General Public License, version 2 (GPL-2.0) +* +*/ + +/** +* DO NOT CHANGE +*/ +if (!defined('IN_PHPBB')) +{ + exit; +} + +if (empty($lang) || !is_array($lang)) +{ + $lang = array(); +} + +// DEVELOPERS PLEASE NOTE +// +// All language files should use UTF-8 as their encoding and the files must not contain a BOM. +// +// Placeholders can now contain order information, e.g. instead of +// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows +// translators to re-order the output of data while ensuring it remains correct +// +// You do not need this where single placeholders are used, e.g. 'Message %d' is fine +// equally where a string contains only two placeholders which are used to wrap text +// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine +// +// Some characters you may want to copy&paste: +// ’ » “ ” … +// + +$lang = array_merge($lang, array( + 'BOARDRULES_HEADER' => 'Regras do Fórum', + 'BOARDRULES_EXPLAIN' => 'Estas regras servem para esclarecer as várias responsabilidades de todos os membros da comunidade %s. Devem ser respeitadas por todos para garantir que o nosso Fórum funciona sem problemas e oferece uma experiência divertida e produtiva para todos os membros da comunidade.', + 'BOARDRULES_CATEGORIES' => 'Secções de Regras', + 'BOARDRULES_CATEGORY_ANCHOR'=> 'seccao-%s', + 'BOARDRULES_RULE_ANCHOR' => 'regra-%s', + 'BOARDRULES_REGISTERED' => 'Precisa de estar registado para ter acesso às regras', +)); diff --git a/language/pt_preao/boardrules_install.php b/language/pt_preao/boardrules_install.php new file mode 100644 index 00000000..ce4906be --- /dev/null +++ b/language/pt_preao/boardrules_install.php @@ -0,0 +1,49 @@ + +* @license GNU General Public License, version 2 (GPL-2.0) +* +*/ + +/** +* DO NOT CHANGE +*/ +if (!defined('IN_PHPBB')) +{ + exit; +} + +if (empty($lang) || !is_array($lang)) +{ + $lang = array(); +} + +// DEVELOPERS PLEASE NOTE +// +// All language files should use UTF-8 as their encoding and the files must not contain a BOM. +// +// Placeholders can now contain order information, e.g. instead of +// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows +// translators to re-order the output of data while ensuring it remains correct +// +// You do not need this where single placeholders are used, e.g. 'Message %d' is fine +// equally where a string contains only two placeholders which are used to wrap text +// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine +// +// Some characters you may want to copy&paste: +// ’ » “ ” … +// + +$lang = array_merge($lang, array( + 'BOARDRULES_SAMPLE_CATEGORY_TITLE' => 'Examplo Regra Categoria', + 'BOARDRULES_SAMPLE_CATEGORY_MESSAGE' => 'Esta é uma categoria de exemplo das Regras do Fórum. Categorias contêm grupos de regras relacionadas. Mensagens Categoria (como esta) não são exibidas na página de regras.', + 'BOARDRULES_SAMPLE_CATEGORY_ANCHOR' => 'examplo-categoria', + + 'BOARDRULES_SAMPLE_RULE_TITLE' => 'Examplo de Regra', + 'BOARDRULES_SAMPLE_RULE_MESSAGE' => 'Esta é uma Regras de exemplo das Regras do Fórum. Tudo parece funcionar bem. Pode editar ou excluir esta regra e categoria e continuar a configurar suas próprias regras deste Fórum.', + 'BOARDRULES_SAMPLE_RULE_ANCHOR' => 'examplo-regra', +)); diff --git a/language/pt_preao/exceptions.php b/language/pt_preao/exceptions.php new file mode 100644 index 00000000..a3a4a29f --- /dev/null +++ b/language/pt_preao/exceptions.php @@ -0,0 +1,62 @@ + +* @license GNU General Public License, version 2 (GPL-2.0) +* +*/ + +/** +* DO NOT CHANGE +*/ +if (!defined('IN_PHPBB')) +{ + exit; +} + +if (empty($lang) || !is_array($lang)) +{ + $lang = array(); +} + +// DEVELOPERS PLEASE NOTE +// +// All language files should use UTF-8 as their encoding and the files must not contain a BOM. +// +// Placeholders can now contain order information, e.g. instead of +// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows +// translators to re-order the output of data while ensuring it remains correct +// +// You do not need this where single placeholders are used, e.g. 'Message %d' is fine +// equally where a string contains only two placeholders which are used to wrap text +// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine +// +// Some characters you may want to copy&paste: +// ’ » “ ” … +// + +/* +* These are errors which can be triggered by sending invalid data to the +* boardrules extension API. +* +* These errors will never show to a user unless they are either modifying +* the core boardrules extension code OR unless they are writing an extension +* which makes calls to this extension. +* +* Translators: Feel free to not translate these language strings +*/ +$lang = array_merge($lang, array( + 'EXCEPTION_FIELD_MISSING' => 'Campo obrigatório em falta', + 'EXCEPTION_INVALID_ARGUMENT' => 'O argumento especificado para `%1$s` é inválido. Razão: %2$s', + 'EXCEPTION_OUT_OF_BOUNDS' => 'O Campo `%1$s` recebeu dados além do limite', + 'EXCEPTION_TOO_LONG' => 'A entrada foi maior do que o máximo permitido.', + 'EXCEPTION_NOT_UNIQUE' => 'A entrada não é única.', + 'EXCEPTION_UNEXPECTED_VALUE' => 'O campo `%1$s` recebeu dados não previstos. Razão: %2$s', + 'EXCEPTION_ILLEGAL_CHARACTERS' => 'A entrada tem caracteres inválidos.', + + // Translators: do not change this + 'EXCEPTION_WRONG_DATA_LANG' => $lang['WRONG_DATA_LANG'], +)); diff --git a/language/pt_preao/info_acp_boardrules.php b/language/pt_preao/info_acp_boardrules.php new file mode 100644 index 00000000..1daddb6d --- /dev/null +++ b/language/pt_preao/info_acp_boardrules.php @@ -0,0 +1,50 @@ + +* @license GNU General Public License, version 2 (GPL-2.0) +* +*/ + +/** +* DO NOT CHANGE +*/ +if (!defined('IN_PHPBB')) +{ + exit; +} + +if (empty($lang) || !is_array($lang)) +{ + $lang = array(); +} + +// DEVELOPERS PLEASE NOTE +// +// All language files should use UTF-8 as their encoding and the files must not contain a BOM. +// +// Placeholders can now contain order information, e.g. instead of +// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows +// translators to re-order the output of data while ensuring it remains correct +// +// You do not need this where single placeholders are used, e.g. 'Message %d' is fine +// equally where a string contains only two placeholders which are used to wrap text +// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine +// +// Some characters you may want to copy&paste: +// ’ » “ ” … +// + +$lang = array_merge($lang, array( + // ACP modules + 'ACP_BOARDRULES' => 'Regras do Fórum', + 'ACP_BOARDRULES_MANAGE' => 'Gerir regras', + 'ACP_BOARDRULES_SETTINGS' => 'Configurar regras', + + // ACP Logs + 'ACP_BOARDRULES_SETTINGS_LOG' => 'Configurações das regras do fórum foram alteradas', + 'ACP_BOARDRULES_NOTIFY_LOG' => 'Enviadas notificações das regras a todos os utilizadores', +)); diff --git a/language/pt_preao/permissions_boardrules.php b/language/pt_preao/permissions_boardrules.php new file mode 100644 index 00000000..95135cda --- /dev/null +++ b/language/pt_preao/permissions_boardrules.php @@ -0,0 +1,43 @@ + +* @license GNU General Public License, version 2 (GPL-2.0) +* +*/ + +/** +* DO NOT CHANGE +*/ +if (!defined('IN_PHPBB')) +{ + exit; +} + +if (empty($lang) || !is_array($lang)) +{ + $lang = array(); +} + +// DEVELOPERS PLEASE NOTE +// +// All language files should use UTF-8 as their encoding and the files must not contain a BOM. +// +// Placeholders can now contain order information, e.g. instead of +// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows +// translators to re-order the output of data while ensuring it remains correct +// +// You do not need this where single placeholders are used, e.g. 'Message %d' is fine +// equally where a string contains only two placeholders which are used to wrap text +// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine +// +// Some characters you may want to copy&paste: +// ’ » “ ” … +// + +$lang = array_merge($lang, array( + 'ACL_A_BOARDRULES' => 'Pode administrar as regras do fórum', +)); From de82d09caada850ca76f2c9d830220217752b119 Mon Sep 17 00:00:00 2001 From: Leinad Mind Date: Sat, 24 Aug 2024 20:20:00 +0100 Subject: [PATCH 5/9] Delete language/pt_preao/test.php --- language/pt_preao/test.php | 1 - 1 file changed, 1 deletion(-) delete mode 100644 language/pt_preao/test.php diff --git a/language/pt_preao/test.php b/language/pt_preao/test.php deleted file mode 100644 index 8b137891..00000000 --- a/language/pt_preao/test.php +++ /dev/null @@ -1 +0,0 @@ - From 50ca197c5ee0b28b9e0bac80ae9075d12fa384ea Mon Sep 17 00:00:00 2001 From: Leinad Mind Date: Sat, 24 Aug 2024 20:21:07 +0100 Subject: [PATCH 6/9] Update boardrules_common.php --- language/pt/boardrules_common.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/language/pt/boardrules_common.php b/language/pt/boardrules_common.php index 5d93ce2a..de71d669 100644 --- a/language/pt/boardrules_common.php +++ b/language/pt/boardrules_common.php @@ -39,9 +39,9 @@ // $lang = array_merge($lang, array( - 'BOARDRULES' => 'Regras', - 'BOARDRULES_TITLE' => 'Ver as regras deste Fórum', + 'BOARDRULES' => 'Regras', + 'BOARDRULES_TITLE' => 'Ver as regras deste Fórum', 'BOARDRULES_AGREEMENT' => 'Concorda em respeitar as regras deste fórum estabelecidas na secção “Regras”', - 'BOARDRULES_VIEWONLINE' => 'Vendo as regras do Fórum', + 'BOARDRULES_VIEWONLINE' => 'A Ler as regras do Fórum', 'BOARDRULES_NOTIFICATION' => 'As regras do Fórum foram atualizadas. Clique aqui para as rever.', )); From 2ef3c7d5a05c8d01f3f7260e870964763700c367 Mon Sep 17 00:00:00 2001 From: Leinad Mind Date: Sat, 24 Aug 2024 20:21:25 +0100 Subject: [PATCH 7/9] Update boardrules_common.php --- language/pt_br/boardrules_common.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/language/pt_br/boardrules_common.php b/language/pt_br/boardrules_common.php index 45beff4c..d11636cb 100644 --- a/language/pt_br/boardrules_common.php +++ b/language/pt_br/boardrules_common.php @@ -39,9 +39,9 @@ // $lang = array_merge($lang, array( - 'BOARDRULES' => 'Regras', - 'BOARDRULES_TITLE' => 'Ver as regras deste fórum', + 'BOARDRULES' => 'Regras', + 'BOARDRULES_TITLE' => 'Ver as regras deste fórum', 'BOARDRULES_AGREEMENT' => 'Concorda em respeitar as regras deste fórum estabelecidas na seção “Regras”', - 'BOARDRULES_VIEWONLINE' => 'Vendo as regras do Fórum', + 'BOARDRULES_VIEWONLINE' => 'Lendo as regras do Fórum', 'BOARDRULES_NOTIFICATION' => 'As regras do fórum foram atualizadas. Clique aqui para revê-las.', )); From bb15690b59307a8566c46e26258291371d41cd45 Mon Sep 17 00:00:00 2001 From: Leinad Mind Date: Sat, 24 Aug 2024 20:21:55 +0100 Subject: [PATCH 8/9] Update boardrules_controller.php --- language/pt_br/boardrules_controller.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/language/pt_br/boardrules_controller.php b/language/pt_br/boardrules_controller.php index 765b8854..2133c290 100644 --- a/language/pt_br/boardrules_controller.php +++ b/language/pt_br/boardrules_controller.php @@ -39,9 +39,9 @@ // $lang = array_merge($lang, array( - 'BOARDRULES_HEADER' => 'Regras do Fórum', + 'BOARDRULES_HEADER' => 'Regras do Fórum', 'BOARDRULES_EXPLAIN' => 'Estas regras são divulgadas para esclarecer as várias responsabilidades de todos os membros da comunidade aqui no %s. Elas devem ser respeitadas por todos para garantir que nosso fórum funcione sem problemas e ofereça uma experiência divertida e produtiva para todos os membros da comunidade e visitantes.', 'BOARDRULES_CATEGORIES' => 'Seções de Regras', - 'BOARDRULES_CATEGORY_ANCHOR'=> 'section-%s', - 'BOARDRULES_RULE_ANCHOR' => 'rule-%s', + 'BOARDRULES_CATEGORY_ANCHOR' => 'secao-%s', + 'BOARDRULES_RULE_ANCHOR' => 'regra-%s', )); From efea0edbafb137e90019877f560c5d9b4b6bf0a1 Mon Sep 17 00:00:00 2001 From: Leinad Mind Date: Sat, 24 Aug 2024 20:22:29 +0100 Subject: [PATCH 9/9] Update boardrules_controller.php --- language/pt_preao/boardrules_controller.php | 1 - 1 file changed, 1 deletion(-) diff --git a/language/pt_preao/boardrules_controller.php b/language/pt_preao/boardrules_controller.php index 5254f630..fc418aaf 100644 --- a/language/pt_preao/boardrules_controller.php +++ b/language/pt_preao/boardrules_controller.php @@ -44,5 +44,4 @@ 'BOARDRULES_CATEGORIES' => 'Secções de Regras', 'BOARDRULES_CATEGORY_ANCHOR'=> 'seccao-%s', 'BOARDRULES_RULE_ANCHOR' => 'regra-%s', - 'BOARDRULES_REGISTERED' => 'Precisa de estar registado para ter acesso às regras', ));