diff --git a/l10n/sk.js b/l10n/sk.js index 3d99f06..ba52812 100644 --- a/l10n/sk.js +++ b/l10n/sk.js @@ -42,6 +42,7 @@ OC.L10N.register( "Extract Office" : "Extrahovať kancelárske", "Index the content of office files." : "Indexovať obsah kancelárskych súborov ( napr. dokumenty, tabuľky alebo prezentácie).", "Results" : "Výsledky", - "Open Files" : "Otvoriť Súbory" + "Open Files" : "Otvoriť Súbory", + "Directly from search results." : "Priamo z výsledkov hľadania." }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/l10n/sk.json b/l10n/sk.json index 4feac30..0239600 100644 --- a/l10n/sk.json +++ b/l10n/sk.json @@ -40,6 +40,7 @@ "Extract Office" : "Extrahovať kancelárske", "Index the content of office files." : "Indexovať obsah kancelárskych súborov ( napr. dokumenty, tabuľky alebo prezentácie).", "Results" : "Výsledky", - "Open Files" : "Otvoriť Súbory" + "Open Files" : "Otvoriť Súbory", + "Directly from search results." : "Priamo z výsledkov hľadania." },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file