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 --- js/fulltextsearch.v1.searchbox.js | 2 +- templates/settings.admin.php | 17 +++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/js/fulltextsearch.v1.searchbox.js b/js/fulltextsearch.v1.searchbox.js index 8c29708..a3d2529 100644 --- a/js/fulltextsearch.v1.searchbox.js +++ b/js/fulltextsearch.v1.searchbox.js @@ -113,7 +113,7 @@ var searchbox = { box_elements.searchInput = $('', { id: 'fts-input', - placeholder: 'Search ' + settings.searchProviderName + placeholder: t('fulltextsearch', 'Search') + ' ' + settings.searchProviderName }).on('keyup', searchbox.timedSearch); box_elements.searchOptions = $('
', {id: 'fts-options'}); box_elements.searchTemplate = $('
', {id: 'fts-options-template'}); 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