Passed
Push — development ( 78d8dd...a5e2a9 )
by Nils
03:37
created
includes/language/russian.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 14
  */
15 15
 global $LANG;
16
-$LANG = array (
16
+$LANG = array(
17 17
     'user_ga_code' => 'Отправить приложение Google Authenticator на email пользователю',
18 18
     'send_ga_code' => 'Код Google Authenticator для пользователя',
19 19
     'error_no_email' => 'У пользователя не задан email!',
Please login to merge, or discard this patch.
includes/language/french.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 14
  */
15 15
 global $LANG;
16
-$LANG = array (
16
+$LANG = array(
17 17
     'user_ga_code' => 'Envoyer le code Google Authenticator à l\'utilisateur par email',
18 18
     'send_ga_code' => 'Google Authenticator pour l\'utilisateur',
19 19
     'error_no_email' => 'Cet utilisateur n\'a pas de courriel de défini !',
Please login to merge, or discard this patch.
includes/language/swedish.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 14
  */
15 15
 global $LANG;
16
-$LANG = array (
16
+$LANG = array(
17 17
     'user_ga_code' => 'Email Google Authentication to user',
18 18
     'send_ga_code' => 'Set and email Google Authentication code',
19 19
     'error_no_email' => 'This user has no email address set!',
Please login to merge, or discard this patch.
includes/language/turkish.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 14
  */
15 15
 global $LANG;
16
-$LANG = array (
16
+$LANG = array(
17 17
     'user_ga_code' => 'Email Google Authentication to user',
18 18
     'send_ga_code' => 'Set and email Google Authentication code',
19 19
     'error_no_email' => 'This user has no email address set!',
Please login to merge, or discard this patch.
includes/language/arabic.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 14
  */
15 15
 global $LANG;
16
-$LANG = array (
16
+$LANG = array(
17 17
     'user_ga_code' => 'Email Google Authentication to user',
18 18
     'send_ga_code' => 'Set and email Google Authentication code',
19 19
     'error_no_email' => 'This user has no email address set!',
Please login to merge, or discard this patch.
includes/language/romanian.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 14
  */
15 15
 global $LANG;
16
-$LANG = array (
16
+$LANG = array(
17 17
     'user_ga_code' => 'Trimite cod Google Authenticator catre user prin email',
18 18
     'send_ga_code' => 'Seteaza si trimite cod Google Authenticator',
19 19
     'error_no_email' => 'Utilizatorul nu are configurata adresa de email!',
Please login to merge, or discard this patch.
includes/language/portuguese_br.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 14
  */
15 15
 global $LANG;
16
-$LANG = array (
16
+$LANG = array(
17 17
     'user_ga_code' => 'Enviar ao usuário o Código do Google Authenticator por e-mail',
18 18
     'send_ga_code' => 'Google Authenticator para usuário',
19 19
     'error_no_email' => 'Este usuário não tem e-mail definido!',
Please login to merge, or discard this patch.
includes/language/dutch.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 14
  */
15 15
 global $LANG;
16
-$LANG = array (
16
+$LANG = array(
17 17
     'user_ga_code' => 'E-mail Google Authenticatie naar gebruiker',
18 18
     'send_ga_code' => 'Stel Google Authenticatie in en stuur e-mail',
19 19
     'error_no_email' => 'Gebruiker heeft geen e-mailadres ingesteld',
Please login to merge, or discard this patch.
includes/language/german.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 14
  */
15 15
 global $LANG;
16
-$LANG = array (
16
+$LANG = array(
17 17
     'user_ga_code' => 'Google-Authenticator per E-Mail an Benutzer senden',
18 18
     'send_ga_code' => 'Google Authenticator Code aktivieren und per Mail verschicken.',
19 19
     'error_no_email' => 'Für diesen Nutzer wurde keine E-Mail-Adresse festgelegt.',
Please login to merge, or discard this patch.