From 5ef4a7606c60152b3f8785cd5d3f5a53bc9198b2 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 6 May 2015 12:39:02 +0200 Subject: [PATCH] Add l10n support to encryption settings * fixes #16111 --- settings/templates/admin.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 638c3d7bff5..be87252126d 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -340,9 +340,9 @@ if ($_['cronErrors']) {
t('No encryption module loaded, please load a encryption module in the app menu')); } else { ?> -

Select default encryption module:

+

t('Select default encryption module:')) ?>

$module): ?> t('You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. ' + . 'Please enable the "ownCloud Default Encryption Module" and run \'occ encryption:migrate\'')); } elseif ($_['encryptionReady'] === false && $_['externalBackendsEnabled'] === false) { - p('You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one.'); ?> + p($l->t('You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one.')); ?>