Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2017-01-09 15:46:43 +0300
committerbrantje <brantje@gmail.com>2017-01-09 15:54:02 +0300
commit8c82b795e2e096cb0f2b1403f21f3d12b56ab340 (patch)
treef36f721af293e2a322b0a4d029da9e34284a03e4 /controller/translationcontroller.php
parent77b412a839ea7b45e8f8b3dbe0a035b4d495ae1d (diff)
Add vault logout timer
Diffstat (limited to 'controller/translationcontroller.php')
-rw-r--r--controller/translationcontroller.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/controller/translationcontroller.php b/controller/translationcontroller.php
index a60e6abd..a944c887 100644
--- a/controller/translationcontroller.php
+++ b/controller/translationcontroller.php
@@ -304,7 +304,7 @@ class TranslationController extends ApiController {
'revisions' => $this->trans->t('Revisions'),
'recover' => $this->trans->t('Recover'),
'destroy' => $this->trans->t('Destroy'),
-
+ 'use.regex' => $this->trans->t('Use regex'),
'sharereq.title' => $this->trans->t('You have incoming share requests.'),
'sharereq.line1' => $this->trans->t('If you want to put the credential in a other vault,'),
'sharereq.line2' => $this->trans->t('logout of this vault and login to the vault you want the shared credential in.'),
@@ -313,6 +313,7 @@ class TranslationController extends ApiController {
'date' => $this->trans->t('Date'),
'accept' => $this->trans->t('Accept'),
'decline' => $this->trans->t('Decline'),
+ 'session.time.left' => $this->trans->t('You have {{session_time}} left before logout.'),
// templates/views/vaults.html
'last.access' => $this->trans->t('Last accessed'),
@@ -329,6 +330,7 @@ class TranslationController extends ApiController {
'input.vault.password' => $this->trans->t('Please input the password for'),
'vault.default' => $this->trans->t('Set this vault as default.'),
'vault.auto.login' => $this->trans->t('Login automatically to this vault.'),
+ 'auto.logout' => $this->trans->t('Logout of this vault automatically after: '),
'vault.decrypt' => $this->trans->t('Decrypt vault'),
// templates/bookmarklet.php