diff --git a/l10n/sk.js b/l10n/sk.js index 62468b09..466e1297 100644 --- a/l10n/sk.js +++ b/l10n/sk.js @@ -2,6 +2,7 @@ OC.L10N.register( "fulltextsearch", { "the search returned {total} results in {time} ms" : "Vyhľadávanie našlo {total} výsledkov za {time} ms", + "the search in {title} for \"{search}\" returned {total} results in {time} ms" : "Vyhľadávanie \"{search}\" v {title} našlo {total} výsledkov za {time} ms", "Search" : "Hľadať", "Index not found" : "Index nenájdený", "Process timed out" : "Spracovanie expirovalo", diff --git a/l10n/sk.json b/l10n/sk.json index 72dabca8..638880d5 100644 --- a/l10n/sk.json +++ b/l10n/sk.json @@ -1,5 +1,6 @@ { "translations": { "the search returned {total} results in {time} ms" : "Vyhľadávanie našlo {total} výsledkov za {time} ms", + "the search in {title} for \"{search}\" returned {total} results in {time} ms" : "Vyhľadávanie \"{search}\" v {title} našlo {total} výsledkov za {time} ms", "Search" : "Hľadať", "Index not found" : "Index nenájdený", "Process timed out" : "Spracovanie expirovalo",