Completed
Pull Request — master (#18)
by
unknown
06:08
created
language/pt_br/permissions_attributes.php 1 patch
Braces   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -11,14 +11,14 @@
 block discarded – undo
11 11
  */
12 12
 
13 13
 // ignore
14
-if (!defined('IN_PHPBB'))
15
-{
14
+if (!defined('IN_PHPBB'))
15
+{
16 16
 	exit;
17 17
 }
18 18
 
19 19
 // init lang ary, if it doesn't !
20
-if (empty($lang) || !is_array($lang))
21
-{
20
+if (empty($lang) || !is_array($lang))
21
+{
22 22
 	$lang = array();
23 23
 }
24 24
 
Please login to merge, or discard this patch.
language/pt_br/attributes.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
 }
24 24
 
25 25
 $lang = array_merge($lang, array(
26
-    'QTE_CAN_USE_ATTR'	=> 'Pode usar o atributo %s ',
26
+	'QTE_CAN_USE_ATTR'	=> 'Pode usar o atributo %s ',
27 27
 
28 28
 	// select
29 29
 	'QTE_ATTRIBUTES' => 'Atributos do tópico',
Please login to merge, or discard this patch.
Braces   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -11,14 +11,14 @@
 block discarded – undo
11 11
  */
12 12
 
13 13
 // ignore
14
-if (!defined('IN_PHPBB'))
15
-{
14
+if (!defined('IN_PHPBB'))
15
+{
16 16
 	exit;
17 17
 }
18 18
 
19 19
 // init lang ary, if it doesn't !
20
-if (empty($lang) || !is_array($lang))
21
-{
20
+if (empty($lang) || !is_array($lang))
21
+{
22 22
 	$lang = array();
23 23
 }
24 24
 
Please login to merge, or discard this patch.
language/pt_br/attributes_acp.php 1 patch
Braces   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -11,14 +11,14 @@
 block discarded – undo
11 11
  */
12 12
 
13 13
 // ignore
14
-if (!defined('IN_PHPBB'))
15
-{
14
+if (!defined('IN_PHPBB'))
15
+{
16 16
 	exit;
17 17
 }
18 18
 
19 19
 // init lang ary, if it doesn't !
20
-if (empty($lang) || !is_array($lang))
21
-{
20
+if (empty($lang) || !is_array($lang))
21
+{
22 22
 	$lang = array();
23 23
 }
24 24
 
Please login to merge, or discard this patch.
language/pt_br/info_acp_attributes.php 1 patch
Braces   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -11,14 +11,14 @@
 block discarded – undo
11 11
  */
12 12
 
13 13
 // ignore
14
-if (!defined('IN_PHPBB'))
15
-{
14
+if (!defined('IN_PHPBB'))
15
+{
16 16
 	exit;
17 17
 }
18 18
 
19 19
 // init lang ary, if it doesn't !
20
-if (empty($lang) || !is_array($lang))
21
-{
20
+if (empty($lang) || !is_array($lang))
21
+{
22 22
 	$lang = array();
23 23
 }
24 24
 
Please login to merge, or discard this patch.
language/pt_br/logs_attributes.php 1 patch
Braces   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -11,14 +11,14 @@
 block discarded – undo
11 11
  */
12 12
 
13 13
 // ignore
14
-if (!defined('IN_PHPBB'))
15
-{
14
+if (!defined('IN_PHPBB'))
15
+{
16 16
 	exit;
17 17
 }
18 18
 
19 19
 // init lang ary, if it doesn't !
20
-if (empty($lang) || !is_array($lang))
21
-{
20
+if (empty($lang) || !is_array($lang))
21
+{
22 22
 	$lang = array();
23 23
 }
24 24
 
Please login to merge, or discard this patch.