Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions language/pt/acp_passwordstrength.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<?php

/**
*
* Password Strength [Português Brasileiro]
* Translated by _Vinny_
*
* @copyright (c) 2016 Matt Friedman
* @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

$lang = array_merge($lang, array(
'PASSWORD_STRENGTH_TYPE' => 'Algoritmo da qualidade da senha',
'PASSWORD_STRENGTH_TYPE_EXPLAIN' => 'Escolhe um algoritmo para determinar a qualidade da senha.<br><strong>Complexidade</strong> pesquisa por caracteres misturados, números, símbolos, e tamanho da senha, forçando senhas complexas.<br><strong>zxcvbn</strong> (por DropBox) calcula quão fácil uma senha pode ser descoberta, encorajando senhas fortes e fáceis de lembrar.',
'PASSWORD_STRENGTH_TYPE_COMPLEX' => 'Complexidade',
'PASSWORD_STRENGTH_TYPE_ZXCVBN' => 'zxcvbn',
));
43 changes: 43 additions & 0 deletions language/pt/passwordstrength.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<?php
/**
*
* Password Strength [Português Brasileiro]
* Translated by _Vinny_
*
* @copyright (c) 2013 Matt Friedman
* @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

$lang = array_merge($lang, array(
'PS_VERY_WEAK' => 'Muito Fraco 🙝',
'PS_WEAK' => 'Fraco 🙝',
'PS_GOOD' => 'Bom 😝',
'PS_STRONG' => 'Forte 🙂',
'PS_VERY_STRONG' => 'Muito Forte 😀',
));
29 changes: 14 additions & 15 deletions language/pt_br/acp_passwordstrength.php
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
<?php

/**
*
* Password Strength [Português Brasileiro]
* Translated by _Vinny_
*
* @copyright (c) 2016 Matt Friedman
* @license GNU General Public License, version 2 (GPL-2.0)
*
*/
*
* Password Strength [Português Brasileiro]
* Translated by _Vinny_
*
* @copyright (c) 2016 Matt Friedman
* @license GNU General Public License, version 2 (GPL-2.0)
*
*/

/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB')) {
exit;
}

if (empty($lang) || !is_array($lang))
{
if (empty($lang) || !is_array($lang)) {
$lang = array();
}

Expand All @@ -36,7 +35,7 @@

$lang = array_merge($lang, array(
'PASSWORD_STRENGTH_TYPE' => 'Algoritmo da qualidade da senha',
'PASSWORD_STRENGTH_TYPE_EXPLAIN' => 'Escolha um algoritmo para determinar a qualidade da senha.<br><strong>Complexidade</strong> pesquisa por caracteres misturados, numeros, símbolos e tamanho da senha, encorajando senhas complexas.<br><strong>zxcvbn</strong> (by DropBox) calcula quão fácil uma senha pode ser descoberta, encorajando senhas fortes e fáceis de lembrar.',
'PASSWORD_STRENGTH_TYPE_EXPLAIN' => 'Escolha um algoritmo para determinar a qualidade da senha.<br><strong>Complexidade</strong> pesquisa por caracteres misturados, números, símbolos e tamanho da senha, encorajando senhas complexas.<br><strong>zxcvbn</strong> (por DropBox) calcula quão fácil uma senha pode ser descoberta, encorajando senhas fortes e fáceis de lembrar.',
'PASSWORD_STRENGTH_TYPE_COMPLEX' => 'Complexidade',
'PASSWORD_STRENGTH_TYPE_ZXCVBN' => 'zxcvbn',
));
6 changes: 3 additions & 3 deletions language/pt_br/passwordstrength.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine

$lang = array_merge($lang, array(
'PS_VERY_WEAK' => 'Muito Fraca 🙁',
'PS_WEAK' => 'Fraca 🙁',
'PS_GOOD' => 'Boa 😐',
'PS_VERY_WEAK' => 'Muito Fraca 🙝',
'PS_WEAK' => 'Fraca 🙝',
'PS_GOOD' => 'Boa 😝',
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are you changing the smilies?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess it was a problem of utf conversion, my bad

'PS_STRONG' => 'Forte 🙂',
'PS_VERY_STRONG' => 'Muito Forte 😀',
));
41 changes: 41 additions & 0 deletions language/pt_preao/acp_passwordstrength.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<?php

/**
*
* Password Strength [Português Brasileiro]
* Translated by _Vinny_
*
* @copyright (c) 2016 Matt Friedman
* @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

$lang = array_merge($lang, array(
'PASSWORD_STRENGTH_TYPE' => 'Algoritmo da qualidade da senha',
'PASSWORD_STRENGTH_TYPE_EXPLAIN' => 'Escolhe um algoritmo para determinar a qualidade da senha.<br><strong>Complexidade</strong> pesquisa por caracteres misturados, números, símbolos, e tamanho da senha, forçando senhas complexas.<br><strong>zxcvbn</strong> (por DropBox) calcula quão fácil uma senha pode ser descoberta, encorajando senhas fortes e fáceis de lembrar.',
'PASSWORD_STRENGTH_TYPE_COMPLEX' => 'Complexidade',
'PASSWORD_STRENGTH_TYPE_ZXCVBN' => 'zxcvbn',
));
43 changes: 43 additions & 0 deletions language/pt_preao/passwordstrength.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<?php
/**
*
* Password Strength [Português Brasileiro]
* Translated by _Vinny_
*
* @copyright (c) 2013 Matt Friedman
* @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

$lang = array_merge($lang, array(
'PS_VERY_WEAK' => 'Muito Fraco 🙝',
'PS_WEAK' => 'Fraco 🙝',
'PS_GOOD' => 'Bom 😝',
'PS_STRONG' => 'Forte 🙂',
'PS_VERY_STRONG' => 'Muito Forte 😀',
));