Completed
Push — development ( e28bf6...b30795 )
by Nils
07:57
created
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.