Test Failed
Push — trunk ( 132e87...b3f953 )
by SuperNova.WS
11:54
created
language/es/admin.mo.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,9 @@
 block discarded – undo
24 24
 * NO CAMBIE
25 25
 */
26 26
 
27
-if (!defined('INSIDE')) die();
27
+if (!defined('INSIDE')) {
28
+  die();
29
+}
28 30
 
29 31
 $a_lang_array = array(
30 32
   'menu_admin_ally' => 'Alianzas',
Please login to merge, or discard this patch.
language/es/market.mo.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,9 @@
 block discarded – undo
24 24
 * DO NOT CHANGE
25 25
 */
26 26
 
27
-if (!defined('INSIDE')) die();
27
+if (!defined('INSIDE')) {
28
+  die();
29
+}
28 30
 
29 31
 $a_lang_array = (array(
30 32
   'eco_mrk_title' => 'Mercado Negro',
Please login to merge, or discard this patch.
language/es/login.mo.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,9 @@
 block discarded – undo
26 26
 * DO NOT CHANGE
27 27
 */
28 28
 
29
-if (!defined('INSIDE')) die();
29
+if (!defined('INSIDE')) {
30
+  die();
31
+}
30 32
 
31 33
 global $config;
32 34
 
Please login to merge, or discard this patch.
language/es/menu.mo.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,9 @@
 block discarded – undo
23 23
 * DO NOT CHANGE
24 24
 */
25 25
 
26
-if (!defined('INSIDE')) die();
26
+if (!defined('INSIDE')) {
27
+  die();
28
+}
27 29
 
28 30
 $a_lang_array = (array(
29 31
   'Multiverse' => '<b>Servidor</b> Uni',
Please login to merge, or discard this patch.
language/es/stat.mo.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,9 @@
 block discarded – undo
23 23
 * DO NOT CHANGE
24 24
 */
25 25
 
26
-if (!defined('INSIDE')) die();
26
+if (!defined('INSIDE')) {
27
+  die();
28
+}
27 29
 
28 30
 $a_lang_array = (array(
29 31
   'stat_header' => 'Estadísticas',
Please login to merge, or discard this patch.
language/es/alliance.mo.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,9 @@
 block discarded – undo
26 26
 * DO NOT CHANGE
27 27
 */
28 28
 
29
-if (!defined('INSIDE')) die();
29
+if (!defined('INSIDE')) {
30
+  die();
31
+}
30 32
 
31 33
 
32 34
 $a_lang_array = [
Please login to merge, or discard this patch.
language/es/fleet.mo.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,9 @@
 block discarded – undo
23 23
 * DO NOT CHANGE
24 24
 */
25 25
 
26
-if (!defined('INSIDE')) die();
26
+if (!defined('INSIDE')) {
27
+  die();
28
+}
27 29
 
28 30
 $a_lang_array = array(
29 31
   'flt_page2_title' => 'Seleccionar misión',
Please login to merge, or discard this patch.
language/es/system.mo.php 2 patches
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -706,15 +706,15 @@
 block discarded – undo
706 706
   ],
707 707
 
708 708
   'months' => [
709
-     1 =>'enero',
710
-     2 =>'febrero',
711
-     3 =>'marzo',
712
-     4 =>'abril',
713
-     5 =>'mayo',
714
-     6 =>'junio',
715
-     7 =>'julio',
716
-     8 =>'agosto',
717
-     9 =>'septiembre',
709
+      1 =>'enero',
710
+      2 =>'febrero',
711
+      3 =>'marzo',
712
+      4 =>'abril',
713
+      5 =>'mayo',
714
+      6 =>'junio',
715
+      7 =>'julio',
716
+      8 =>'agosto',
717
+      9 =>'septiembre',
718 718
     10 =>'octubre',
719 719
     11 =>'noviembre',
720 720
     12 =>'diciembre'
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -977,7 +977,7 @@
 block discarded – undo
977 977
     REGISTER_ERROR_USERNAME_WRONG => 'Nombre de usuario incorrecto',
978 978
     REGISTER_ERROR_ACCOUNT_NAME_EXISTS => 'El nombre de cuenta ya está en uso. Intenta iniciar sesión con este nombre y tu contraseña o restablecer tu contraseña',
979 979
     REGISTER_ERROR_PASSWORD_INSECURE => 'Contraseña incorrecta. La contraseña debe tener al menos ' . PASSWORD_LENGTH_MIN . ' caracteres',
980
-    REGISTER_ERROR_USERNAME_SHORT => 'Nombre demasiado corto. Debe tener al menos ' . LOGIN_LENGTH_MIN. ' caracteres',
980
+    REGISTER_ERROR_USERNAME_SHORT => 'Nombre demasiado corto. Debe tener al menos ' . LOGIN_LENGTH_MIN . ' caracteres',
981 981
     REGISTER_ERROR_PASSWORD_DIFFERENT => 'La contraseña y la confirmación no coinciden. Verifica los datos',
982 982
     REGISTER_ERROR_EMAIL_EMPTY => 'El correo electrónico no puede estar vacío',
983 983
     REGISTER_ERROR_EMAIL_WRONG => 'El correo electrónico ingresado no es válido. Verifica la dirección o usa otra',
Please login to merge, or discard this patch.
language/es/options.mo.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,9 @@
 block discarded – undo
24 24
 * DO NOT CHANGE
25 25
 */
26 26
 
27
-if (!defined('INSIDE')) die();
27
+if (!defined('INSIDE')) {
28
+  die();
29
+}
28 30
 
29 31
 $a_lang_array = [
30 32
   'opt_account' => 'Perfil',
Please login to merge, or discard this patch.