diff options
Diffstat (limited to 'core/l10n/sk.js')
-rw-r--r-- | core/l10n/sk.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/l10n/sk.js b/core/l10n/sk.js index d804d52d647..493593c2940 100644 --- a/core/l10n/sk.js +++ b/core/l10n/sk.js @@ -216,7 +216,6 @@ OC.L10N.register( "Search in" : "Hľadať v", "Filter in current view" : "Filter v aktuálnom zobrazení", "Searching …" : "Hľadá sa…", - "Start typing in search" : "Začnite písať do vyhľadávania", "No matching results" : "Žiadne zhodujúce výsledky", "This browser is not supported" : "Tento prehliadač nie je podporovaný", "Your browser is not supported. Please upgrade to a newer version or a supported one." : "Váš prehliadač nie je podporovaný. Inovujte na novšiu alebo podporovanú verziu.", @@ -450,6 +449,7 @@ OC.L10N.register( "The page could not be found on the server." : "Stránka nebola nájdená na serveri.", "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Vaša vzdialená adresa bola identifikovaná ako \"{remoteAddress}\" a rýchlosť vybavovania požiadaviek z nej je v tejto chvíli obmedzovaná kvôli ochrane proti útokom heslom (bruteforce). Ak vzdialená adresa nie je vaša, môže to znamenať, že nie je správna nastavená proxy. Podrobnosti sú k dispozícii v {linkstart}dokumentácii ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Databáza sa používa pre transakčné zamykanie súborov. Ak chcete zvýšiť výkon, nastavte memcache, ak je k dispozícií. Ďalšie informácie nájdete v {linkstart}dokumentácií ↗{linkend}.", - "Avatar of {fullName}" : "Avatar užívateľa {fullName}" + "Avatar of {fullName}" : "Avatar užívateľa {fullName}", + "Start typing in search" : "Začnite písať do vyhľadávania" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); |