diff --git a/l10n/hr.js b/l10n/hr.js index e789d93e..e6a8fc4d 100644 --- a/l10n/hr.js +++ b/l10n/hr.js @@ -2,6 +2,7 @@ OC.L10N.register( "fulltextsearch", { "the search returned {total} results in {time} ms" : "pretraživanjem je pronađeno {total} rezultata za {time} ms", + "the search in {title} for \"{search}\" returned {total} results in {time} ms" : "pretraživanjem u {title} za „{search}“ pronađeno je {total} rezultata za {time} ms", "Search" : "Traži", "Index not found" : "Indeks nije pronađen", "Process timed out" : "Isteklo vrijeme postupka", diff --git a/l10n/hr.json b/l10n/hr.json index 43ff6a11..c8e11f01 100644 --- a/l10n/hr.json +++ b/l10n/hr.json @@ -1,5 +1,6 @@ { "translations": { "the search returned {total} results in {time} ms" : "pretraživanjem je pronađeno {total} rezultata za {time} ms", + "the search in {title} for \"{search}\" returned {total} results in {time} ms" : "pretraživanjem u {title} za „{search}“ pronađeno je {total} rezultata za {time} ms", "Search" : "Traži", "Index not found" : "Indeks nije pronađen", "Process timed out" : "Isteklo vrijeme postupka",