From fa1fed87d093f8d5faa7db6de656f44fc5c4cf99 Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Thu, 11 Oct 2018 11:06:11 +0200 Subject: adding l10n - #392 Signed-off-by: Maxence Lange --- templates/settings.admin.php | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'templates') diff --git a/templates/settings.admin.php b/templates/settings.admin.php index 098d194..daaf592 100644 --- a/templates/settings.admin.php +++ b/templates/settings.admin.php @@ -39,8 +39,11 @@ Util::addStyle(Application::APP_NAME, 'admin');
- Please check the wiki - for documentation related to the installation and the configuration of the Full text search within your Nextcloud + t( + 'Please check the wiki for documentation related to the installation and the configuration of the full text search within your Nextcloud' + ) + ); ?>  
@@ -50,9 +53,11 @@ Util::addStyle(Application::APP_NAME, 'admin');
- Search Platform : + t('Search Platform')); ?>:
- Select the app to index content and answer search queries. + t('Select the app to index content and answer search queries.') + ); ?>
-- cgit v1.2.3