diff --git a/l10n/en_GB.js b/l10n/en_GB.js index 3068b2ef0e..af013d8300 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -55,6 +55,8 @@ OC.L10N.register( "Bookmarked {time} ago" : "Bookmarked {time} ago", "Bookmarked on {date}" : "Bookmarked on {date}", "Bookmarks to files on the web like photos or PDFs will automatically be saved to your Nextcloud files, so you can still find them even when the link goes offline." : "Bookmarks to files on the web like photos or PDFs will automatically be saved to your Nextcloud files, so you can still find them even when the link goes offline.", + "Searching in the current folder only." : "Searching in the current folder only.", + "Repeat search in all folders" : "Repeat search in all folders", "Bookmarked links are checked regularly and the ones that cannot be reached are listed here." : "Bookmarked links are checked regularly and the ones that cannot be reached are listed here.", "You can share bookmark folders with others. All folders shared with you are listed here." : "You can share bookmark folders with others. All folders shared with you are listed here.", "One bookmark can be in multiple folders at once. Updating it will update all copies. All duplicated bookmarks are listed here for convenience." : "One bookmark can be in multiple folders at once. Updating it will update all copies. All duplicated bookmarks are listed here for convenience.", @@ -129,6 +131,8 @@ OC.L10N.register( "Settings" : "Settings", "No bookmarked files" : "No bookmarked files", "Bookmarks to files like photos or PDFs will automatically be saved to your Nextcloud files, so you can still find them even when the link goes offline." : "Bookmarks to files like photos or PDFs will automatically be saved to your Nextcloud files, so you can still find them even when the link goes offline.", + "Nothing found" : "Nothing found", + "Your search yielded no results in the current folder." : "Your search yielded no results in the current folder.", "No broken links" : "No broken links", "No shared folders" : "No shared folders", "No duplicated bookmarks" : "No duplicated bookmarks", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index df7dde3773..b650bfc11b 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -53,6 +53,8 @@ "Bookmarked {time} ago" : "Bookmarked {time} ago", "Bookmarked on {date}" : "Bookmarked on {date}", "Bookmarks to files on the web like photos or PDFs will automatically be saved to your Nextcloud files, so you can still find them even when the link goes offline." : "Bookmarks to files on the web like photos or PDFs will automatically be saved to your Nextcloud files, so you can still find them even when the link goes offline.", + "Searching in the current folder only." : "Searching in the current folder only.", + "Repeat search in all folders" : "Repeat search in all folders", "Bookmarked links are checked regularly and the ones that cannot be reached are listed here." : "Bookmarked links are checked regularly and the ones that cannot be reached are listed here.", "You can share bookmark folders with others. All folders shared with you are listed here." : "You can share bookmark folders with others. All folders shared with you are listed here.", "One bookmark can be in multiple folders at once. Updating it will update all copies. All duplicated bookmarks are listed here for convenience." : "One bookmark can be in multiple folders at once. Updating it will update all copies. All duplicated bookmarks are listed here for convenience.", @@ -127,6 +129,8 @@ "Settings" : "Settings", "No bookmarked files" : "No bookmarked files", "Bookmarks to files like photos or PDFs will automatically be saved to your Nextcloud files, so you can still find them even when the link goes offline." : "Bookmarks to files like photos or PDFs will automatically be saved to your Nextcloud files, so you can still find them even when the link goes offline.", + "Nothing found" : "Nothing found", + "Your search yielded no results in the current folder." : "Your search yielded no results in the current folder.", "No broken links" : "No broken links", "No shared folders" : "No shared folders", "No duplicated bookmarks" : "No duplicated bookmarks",