diff --git a/apps/comments/l10n/sk.js b/apps/comments/l10n/sk.js index 7209f6bcd6..76fa18388d 100644 --- a/apps/comments/l10n/sk.js +++ b/apps/comments/l10n/sk.js @@ -12,6 +12,7 @@ OC.L10N.register( "More comments …" : "Ďalšie komentáre ...", "Save" : "Uložiť", "Allowed characters {count} of {max}" : "Počet povolených znakov {count} z {max}", + "Error occurred while retrieving comment with ID {id}" : "Pri načítavaní komentára s id {id} nastala chyba", "Error occurred while updating comment with id {id}" : "Pri aktualizovaní komentára s id {id} nastala chyba", "Error occurred while posting comment" : "Pri odosielaní komentára nastala chyba", "_%n unread comment_::_%n unread comments_" : ["%n neprečítaný komentár","%n neprečítaných komentárov","%n neprečítaných komentárov"], diff --git a/apps/comments/l10n/sk.json b/apps/comments/l10n/sk.json index 38934ebac1..d91cc48825 100644 --- a/apps/comments/l10n/sk.json +++ b/apps/comments/l10n/sk.json @@ -10,6 +10,7 @@ "More comments …" : "Ďalšie komentáre ...", "Save" : "Uložiť", "Allowed characters {count} of {max}" : "Počet povolených znakov {count} z {max}", + "Error occurred while retrieving comment with ID {id}" : "Pri načítavaní komentára s id {id} nastala chyba", "Error occurred while updating comment with id {id}" : "Pri aktualizovaní komentára s id {id} nastala chyba", "Error occurred while posting comment" : "Pri odosielaní komentára nastala chyba", "_%n unread comment_::_%n unread comments_" : ["%n neprečítaný komentár","%n neprečítaných komentárov","%n neprečítaných komentárov"], diff --git a/apps/dav/l10n/sk.js b/apps/dav/l10n/sk.js index 46199bdd4f..f5eae86c26 100644 --- a/apps/dav/l10n/sk.js +++ b/apps/dav/l10n/sk.js @@ -10,6 +10,8 @@ OC.L10N.register( "You deleted calendar {calendar}" : "Zmazali ste kalendár [calendar]", "{actor} updated calendar {calendar}" : "[actor] upravil kalendár [calendar]", "You updated calendar {calendar}" : "Upravili ste kalendár [calendar]", + "You shared calendar {calendar} as public link" : "Sprístupnili ste kalendár {calendar} ako verejný odkaz", + "You removed public link for calendar {calendar}" : "Odstránili ste verejný odkaz pre kalendár {calendar}", "{actor} shared calendar {calendar} with you" : "{actor} vám sprístupnil kalendár {calendar}", "You shared calendar {calendar} with {user}" : "Sprístupnili ste kalendár {calendar} s {user}", "{actor} shared calendar {calendar} with {user}" : "{actor} sprístupnil kalendár {calendar} s {user}", diff --git a/apps/dav/l10n/sk.json b/apps/dav/l10n/sk.json index 6455aa505b..9a256bad70 100644 --- a/apps/dav/l10n/sk.json +++ b/apps/dav/l10n/sk.json @@ -8,6 +8,8 @@ "You deleted calendar {calendar}" : "Zmazali ste kalendár [calendar]", "{actor} updated calendar {calendar}" : "[actor] upravil kalendár [calendar]", "You updated calendar {calendar}" : "Upravili ste kalendár [calendar]", + "You shared calendar {calendar} as public link" : "Sprístupnili ste kalendár {calendar} ako verejný odkaz", + "You removed public link for calendar {calendar}" : "Odstránili ste verejný odkaz pre kalendár {calendar}", "{actor} shared calendar {calendar} with you" : "{actor} vám sprístupnil kalendár {calendar}", "You shared calendar {calendar} with {user}" : "Sprístupnili ste kalendár {calendar} s {user}", "{actor} shared calendar {calendar} with {user}" : "{actor} sprístupnil kalendár {calendar} s {user}", diff --git a/apps/theming/l10n/sk.js b/apps/theming/l10n/sk.js index c07c3bd673..ef0c289d7a 100644 --- a/apps/theming/l10n/sk.js +++ b/apps/theming/l10n/sk.js @@ -13,8 +13,11 @@ OC.L10N.register( "The file was uploaded" : "Súbor bol nahraný", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Nahraný súbor prekročil limit nastavený v upload_max_filesize v súbore php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Ukladaný súbor prekračuje nastavenie MAX_FILE_SIZE z volieb HTML formulára.", + "The file was only partially uploaded" : "Súbor sa nahral len čiastočne", "No file was uploaded" : "Nenahral sa žiadny súbor", "Missing a temporary folder" : "Chýba priečinok pre dočasné súbory", + "Could not write file to disk" : "Nepodarilo sa zapísať súbor na disk.", + "A PHP extension stopped the file upload" : "rozšírenie PHP zastavilo nahrávanie súboru.", "No file uploaded" : "Žiadny súbor nebol nahraný", "Unsupported image type" : "Typ obrázka nie je podporovaný", "Theming" : "Zmena vzhľadu", diff --git a/apps/theming/l10n/sk.json b/apps/theming/l10n/sk.json index 649c93010e..335ecfcc81 100644 --- a/apps/theming/l10n/sk.json +++ b/apps/theming/l10n/sk.json @@ -11,8 +11,11 @@ "The file was uploaded" : "Súbor bol nahraný", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Nahraný súbor prekročil limit nastavený v upload_max_filesize v súbore php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Ukladaný súbor prekračuje nastavenie MAX_FILE_SIZE z volieb HTML formulára.", + "The file was only partially uploaded" : "Súbor sa nahral len čiastočne", "No file was uploaded" : "Nenahral sa žiadny súbor", "Missing a temporary folder" : "Chýba priečinok pre dočasné súbory", + "Could not write file to disk" : "Nepodarilo sa zapísať súbor na disk.", + "A PHP extension stopped the file upload" : "rozšírenie PHP zastavilo nahrávanie súboru.", "No file uploaded" : "Žiadny súbor nebol nahraný", "Unsupported image type" : "Typ obrázka nie je podporovaný", "Theming" : "Zmena vzhľadu", diff --git a/apps/updatenotification/l10n/nl.js b/apps/updatenotification/l10n/nl.js index ed58bf7ed0..0478f9137e 100644 --- a/apps/updatenotification/l10n/nl.js +++ b/apps/updatenotification/l10n/nl.js @@ -19,6 +19,9 @@ OC.L10N.register( "Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Kan niet verbinden met de appstore of de appstore gaf geen updates terug. Zoek handmatig naar updates of verifieer dat je server internettoegang heeft en kan verbinden met de appstore.", "All apps have an update for this version available" : "Alle apps hebben een update voor deze versie beschikbaar", "_%n app has no update for this version available_::_%n apps have no update for this version available_" : ["%n app heeft geen update voor deze versie beschikbaar","%n apps hebben geen update voor deze versie beschikbaar"], + "production will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2)." : "productie heeft altijd de laatste patches, maar de update naar de volgende grote release nog niet onmiddellijk. Die update gebeurt meestal bij de tweede kleine release (x.0.2).", + "stable is the most recent stable version. It is suited for production use and will always update to the latest major version." : "stable is de recentste stabiele versie. Het is geschikt voor gebruik in productie en zal altijd bijwerken naar de laatste grote versie.", + "beta is a pre-release version only for testing new features, not for production environments." : "bèta is een versie om nieuwe functies uit te testen, niet om te gebruiken in een productieomgeving.", "Could not start updater, please try the manual update" : "Kon de updater niet starten, probeer alsjeblieft de handmatige update", "Update notifications" : "Bijwerken meldingen", "Channel updated" : "Kanaal bijgewerkt", diff --git a/apps/updatenotification/l10n/nl.json b/apps/updatenotification/l10n/nl.json index 719f15a39c..b024a853d5 100644 --- a/apps/updatenotification/l10n/nl.json +++ b/apps/updatenotification/l10n/nl.json @@ -17,6 +17,9 @@ "Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Kan niet verbinden met de appstore of de appstore gaf geen updates terug. Zoek handmatig naar updates of verifieer dat je server internettoegang heeft en kan verbinden met de appstore.", "All apps have an update for this version available" : "Alle apps hebben een update voor deze versie beschikbaar", "_%n app has no update for this version available_::_%n apps have no update for this version available_" : ["%n app heeft geen update voor deze versie beschikbaar","%n apps hebben geen update voor deze versie beschikbaar"], + "production will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2)." : "productie heeft altijd de laatste patches, maar de update naar de volgende grote release nog niet onmiddellijk. Die update gebeurt meestal bij de tweede kleine release (x.0.2).", + "stable is the most recent stable version. It is suited for production use and will always update to the latest major version." : "stable is de recentste stabiele versie. Het is geschikt voor gebruik in productie en zal altijd bijwerken naar de laatste grote versie.", + "beta is a pre-release version only for testing new features, not for production environments." : "bèta is een versie om nieuwe functies uit te testen, niet om te gebruiken in een productieomgeving.", "Could not start updater, please try the manual update" : "Kon de updater niet starten, probeer alsjeblieft de handmatige update", "Update notifications" : "Bijwerken meldingen", "Channel updated" : "Kanaal bijgewerkt", diff --git a/core/l10n/sk.js b/core/l10n/sk.js index 2126e2f699..80a0579a21 100644 --- a/core/l10n/sk.js +++ b/core/l10n/sk.js @@ -304,9 +304,13 @@ OC.L10N.register( "Share with other people by entering a user or group, a federated cloud ID or an email address." : "Sprístupniť iným ľuďom zadaním používateľa alebo skupiny, federatívneho cloud ID alebo e-mailovej adresy.", "Share with other people by entering a user or group or a federated cloud ID." : "Sprístupniť iným ľuďom zadaním používateľa alebo skupiny, federatívneho cloud ID.", "Share with other people by entering a user or group or an email address." : "Sprístupniť iným ľuďom zadaním používateľa, skupiny alebo e-mailovej adresy.", + "This action requires you to confirm your password:" : "Táto akcia vyžaduje potvrdenie vášho hesla:", "Wrong password. Reset it?" : "Chybné heslo. Chcete ho obnoviť?", "Stay logged in" : "Zostať prihlásený", "Alternative Logins" : "Alternatívne prihlásenie", - "Alternative login using app token" : "Alternatívne prihlásenie pomocou tokenu aplikácie" + "Alternative login using app token" : "Alternatívne prihlásenie pomocou tokenu aplikácie", + "You are accessing the server from an untrusted domain." : "Pristupujete na server v nedôveryhodnej doméne.", + "For help, see the documentation." : "Pomoc nájdete v dokumentácii.", + "Back to log in" : "Späť na prihlásenie" }, "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/core/l10n/sk.json b/core/l10n/sk.json index e52c2f8181..4fb30ca973 100644 --- a/core/l10n/sk.json +++ b/core/l10n/sk.json @@ -302,9 +302,13 @@ "Share with other people by entering a user or group, a federated cloud ID or an email address." : "Sprístupniť iným ľuďom zadaním používateľa alebo skupiny, federatívneho cloud ID alebo e-mailovej adresy.", "Share with other people by entering a user or group or a federated cloud ID." : "Sprístupniť iným ľuďom zadaním používateľa alebo skupiny, federatívneho cloud ID.", "Share with other people by entering a user or group or an email address." : "Sprístupniť iným ľuďom zadaním používateľa, skupiny alebo e-mailovej adresy.", + "This action requires you to confirm your password:" : "Táto akcia vyžaduje potvrdenie vášho hesla:", "Wrong password. Reset it?" : "Chybné heslo. Chcete ho obnoviť?", "Stay logged in" : "Zostať prihlásený", "Alternative Logins" : "Alternatívne prihlásenie", - "Alternative login using app token" : "Alternatívne prihlásenie pomocou tokenu aplikácie" + "Alternative login using app token" : "Alternatívne prihlásenie pomocou tokenu aplikácie", + "You are accessing the server from an untrusted domain." : "Pristupujete na server v nedôveryhodnej doméne.", + "For help, see the documentation." : "Pomoc nájdete v dokumentácii.", + "Back to log in" : "Späť na prihlásenie" },"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" } \ No newline at end of file diff --git a/settings/l10n/sk.js b/settings/l10n/sk.js index 8e70c315ad..fb6fa46432 100644 --- a/settings/l10n/sk.js +++ b/settings/l10n/sk.js @@ -104,6 +104,7 @@ OC.L10N.register( "Error while disabling broken app" : "Nastala chyba počas zakazovania poškodenej aplikácie", "App up to date" : "Aplikácia je aktuálna", "Updating …" : "Aktualizuje sa...", + "Could not update app" : "Nemožno aktualizovať aplikáciu.", "Updated" : "Aktualizované", "Removing …" : "Odstraňujem ...", "Could not remove app" : "Aplikáciu nie je možné zmazať", @@ -374,14 +375,20 @@ OC.L10N.register( "Personal info" : "Osobné informácie", "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Ticks section and the documentation for more information." : "Z hľadiska bezpečnosti a výkonu Vašej inštalácie je dôležité, že všetko je správne nastavené. Robíme automatickú kontrolu, ktorá Vám s tým pomáha. Pre ďalšie informácie nahliadnite do sekcie Tipy a triky a do dokumentácie.", "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP nie je správne nastavené pre zobrazovanie systémových premenných. Príkaz getenv(\"PATH\") vracia iba prázdnu odpoveď.", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php je zaregistrovaná v službe WebCron a zavolá cron.php každých 15 minút cez http.", + "Desktop client" : "Desktopový klient", "Android app" : "Android aplikácia", "iOS app" : "iOS aplikácia", "Show First Run Wizard again" : "Znova zobraz Sprievodcu prvým spustením", "App passwords" : "Heslá aplikácie", "Follow us on Google+!" : "Sledujte nás na Google+!", + "Like our facebook page!" : "Sleduj nás na Facebook-u", "Follow us on Twitter!" : "Sledujte nás na Twitteri!", + "Check out our blog!" : "Pozri si náš blog!", + "Subscribe to our newsletter!" : "Prihlás sa na odber noviniek emailom!", "Show email address" : "Zobraziť emailovú adresu", "Send email to new user" : "Odoslať email novému používateľovi", - "Create" : "Vytvoriť" + "Create" : "Vytvoriť", + "Group name" : "Názov skupiny" }, "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/settings/l10n/sk.json b/settings/l10n/sk.json index 715a8b44a4..5b19816cef 100644 --- a/settings/l10n/sk.json +++ b/settings/l10n/sk.json @@ -102,6 +102,7 @@ "Error while disabling broken app" : "Nastala chyba počas zakazovania poškodenej aplikácie", "App up to date" : "Aplikácia je aktuálna", "Updating …" : "Aktualizuje sa...", + "Could not update app" : "Nemožno aktualizovať aplikáciu.", "Updated" : "Aktualizované", "Removing …" : "Odstraňujem ...", "Could not remove app" : "Aplikáciu nie je možné zmazať", @@ -372,14 +373,20 @@ "Personal info" : "Osobné informácie", "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Ticks section and the documentation for more information." : "Z hľadiska bezpečnosti a výkonu Vašej inštalácie je dôležité, že všetko je správne nastavené. Robíme automatickú kontrolu, ktorá Vám s tým pomáha. Pre ďalšie informácie nahliadnite do sekcie Tipy a triky a do dokumentácie.", "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP nie je správne nastavené pre zobrazovanie systémových premenných. Príkaz getenv(\"PATH\") vracia iba prázdnu odpoveď.", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php je zaregistrovaná v službe WebCron a zavolá cron.php každých 15 minút cez http.", + "Desktop client" : "Desktopový klient", "Android app" : "Android aplikácia", "iOS app" : "iOS aplikácia", "Show First Run Wizard again" : "Znova zobraz Sprievodcu prvým spustením", "App passwords" : "Heslá aplikácie", "Follow us on Google+!" : "Sledujte nás na Google+!", + "Like our facebook page!" : "Sleduj nás na Facebook-u", "Follow us on Twitter!" : "Sledujte nás na Twitteri!", + "Check out our blog!" : "Pozri si náš blog!", + "Subscribe to our newsletter!" : "Prihlás sa na odber noviniek emailom!", "Show email address" : "Zobraziť emailovú adresu", "Send email to new user" : "Odoslať email novému používateľovi", - "Create" : "Vytvoriť" + "Create" : "Vytvoriť", + "Group name" : "Názov skupiny" },"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" } \ No newline at end of file