diff --git a/l10n/eu.js b/l10n/eu.js index e5a540d5..15054cd3 100644 --- a/l10n/eu.js +++ b/l10n/eu.js @@ -2,6 +2,7 @@ OC.L10N.register( "fulltextsearch", { "the search returned {total} results in {time} ms" : "bilaketak {total} emaitza itzuli ditu {time} ms-tan", + "the search in {title} for \"{search}\" returned {total} results in {time} ms" : "{title}-n bilaketak \"{search}\" bilaketarako {total} emaitza eman ditu {time} ms-tan", "Search" : "Bilatu", "Index not found" : "Indizea ez da aurkitu", "Process timed out" : "Prozesua denboraz kanpo", diff --git a/l10n/eu.json b/l10n/eu.json index a77b5114..f484dc83 100644 --- a/l10n/eu.json +++ b/l10n/eu.json @@ -1,5 +1,6 @@ { "translations": { "the search returned {total} results in {time} ms" : "bilaketak {total} emaitza itzuli ditu {time} ms-tan", + "the search in {title} for \"{search}\" returned {total} results in {time} ms" : "{title}-n bilaketak \"{search}\" bilaketarako {total} emaitza eman ditu {time} ms-tan", "Search" : "Bilatu", "Index not found" : "Indizea ez da aurkitu", "Process timed out" : "Prozesua denboraz kanpo",