Skip to content

Commit

Permalink
Add english translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Mühl committed Jan 4, 2018
1 parent 7ac58b5 commit 61f88bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Resources/contao/languages/en/modules.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

$GLOBALS['TL_LANG']['MOD']['tfa_explanation'] = 'To activate two-factor authentication for your account please scan the QR code with a compatible app such as <strong>Google Authenticator</strong> (available for iOS and Android) and type in the generated code afterwards.';
$GLOBALS['TL_LANG']['MOD']['tfa_activated'] = 'You have already activated two-factor authentication. Please keep your authenticator app at the ready when you log into Contao in the future.';
$GLOBALS['TL_LANG']['MOD']['tfa_token'] = 'Code generated by your app';
4 changes: 4 additions & 0 deletions src/Resources/contao/languages/en/tl_user.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php

$GLOBALS['TL_LANG']['tl_user']['tfa_title'] = 'Two-Factor Authentication';
$GLOBALS['TL_LANG']['tl_user']['tfa_exception_invalid'] = 'The entered code is invalid.';

0 comments on commit 61f88bb

Please sign in to comment.