summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/l10n/et_EE.js4
-rw-r--r--core/l10n/et_EE.json4
-rw-r--r--core/l10n/sk_SK.js17
-rw-r--r--core/l10n/sk_SK.json17
4 files changed, 38 insertions, 4 deletions
diff --git a/core/l10n/et_EE.js b/core/l10n/et_EE.js
index 79303820ad8..7325c6478d8 100644
--- a/core/l10n/et_EE.js
+++ b/core/l10n/et_EE.js
@@ -110,9 +110,11 @@ OC.L10N.register(
"Edit tags" : "Muuda silte",
"Error loading dialog template: {error}" : "Viga dialoogi malli laadimisel: {error}",
"No tags selected for deletion." : "Kustutamiseks pole ühtegi silti valitud.",
+ "unknown text" : "tundmatu tekst",
+ "Hello world!" : "Tere maailm!",
"sunny" : "päikeseline",
"Hello {name}, the weather is {weather}" : "Tere {name}, ilm on {weather}",
- "_download %n file_::_download %n files_" : ["",""],
+ "_download %n file_::_download %n files_" : ["laadi alla %n fail","laadi alla %n faili"],
"Updating {productName} to version {version}, this may take a while." : "Uuendan {productName} versioonile {version}, see võtab veidi aega.",
"Please reload the page." : "Palun laadi see uuesti.",
"The update was unsuccessful." : "Uuendus ebaõnnestus.",
diff --git a/core/l10n/et_EE.json b/core/l10n/et_EE.json
index 3a438678aee..56ede97196a 100644
--- a/core/l10n/et_EE.json
+++ b/core/l10n/et_EE.json
@@ -108,9 +108,11 @@
"Edit tags" : "Muuda silte",
"Error loading dialog template: {error}" : "Viga dialoogi malli laadimisel: {error}",
"No tags selected for deletion." : "Kustutamiseks pole ühtegi silti valitud.",
+ "unknown text" : "tundmatu tekst",
+ "Hello world!" : "Tere maailm!",
"sunny" : "päikeseline",
"Hello {name}, the weather is {weather}" : "Tere {name}, ilm on {weather}",
- "_download %n file_::_download %n files_" : ["",""],
+ "_download %n file_::_download %n files_" : ["laadi alla %n fail","laadi alla %n faili"],
"Updating {productName} to version {version}, this may take a while." : "Uuendan {productName} versioonile {version}, see võtab veidi aega.",
"Please reload the page." : "Palun laadi see uuesti.",
"The update was unsuccessful." : "Uuendus ebaõnnestus.",
diff --git a/core/l10n/sk_SK.js b/core/l10n/sk_SK.js
index e4648f78151..2954e513327 100644
--- a/core/l10n/sk_SK.js
+++ b/core/l10n/sk_SK.js
@@ -84,6 +84,7 @@ OC.L10N.register(
"Send" : "Odoslať",
"Set expiration date" : "Nastaviť dátum expirácie",
"Expiration date" : "Dátum expirácie",
+ "Adding user..." : "Pridávam používateľa...",
"group" : "skupina",
"Resharing is not allowed" : "Zdieľanie už zdieľanej položky nie je povolené",
"Shared in {item} with {user}" : "Zdieľané v {item} s {user}",
@@ -108,7 +109,10 @@ OC.L10N.register(
"Edit tags" : "Upraviť štítky",
"Error loading dialog template: {error}" : "Chyba pri načítaní šablóny dialógu: {error}",
"No tags selected for deletion." : "Nie sú vybraté štítky na zmazanie.",
- "_download %n file_::_download %n files_" : ["","",""],
+ "unknown text" : "neznámy text",
+ "Hello world!" : "Ahoj svet!",
+ "sunny" : "slnečno",
+ "_download %n file_::_download %n files_" : ["stiahnuť %n súbor","stiahnuť %n súbory","stiahnuť %n súborov"],
"Updating {productName} to version {version}, this may take a while." : "Aktualizujem {productName} na verziu {version}, chvíľu to môže trvať.",
"Please reload the page." : "Obnovte prosím stránku.",
"The update was unsuccessful." : "Aktualizácia zlyhala.",
@@ -140,9 +144,20 @@ OC.L10N.register(
"Error favoriting" : "Chyba pri pridaní do obľúbených",
"Error unfavoriting" : "Chyba pri odobratí z obľúbených",
"Access forbidden" : "Prístup odmietnutý",
+ "File not found" : "Súbor nenájdený",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Dobrý deň,\n\nPoužívateľ %s zdieľa s vami súbor, alebo priečinok s názvom %s.\nPre zobrazenie kliknite na túto linku: %s\n",
"The share will expire on %s." : "Zdieľanie vyprší %s.",
"Cheers!" : "Pekný deň!",
+ "Internal Server Error" : "Vnútorná chyba servera",
+ "More details can be found in the server log." : "Viac nájdete v logu servera.",
+ "Technical details" : "Technické podrobnosti",
+ "Remote Address: %s" : "Vzdialená adresa: %s",
+ "Request ID: %s" : "ID požiadavky: %s",
+ "Code: %s" : "Kód: %s",
+ "Message: %s" : "Správa: %s",
+ "File: %s" : "Súbor: %s",
+ "Line: %s" : "Riadok: %s",
+ "Trace" : "Trasa",
"Security Warning" : "Bezpečnostné varovanie",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Verzia Vášho PHP je napadnuteľná pomocou techniky \"NULL Byte\" (CVE-2006-7243)",
"Please update your PHP installation to use %s securely." : "Aktualizujte prosím vašu inštanciu PHP pre bezpečné používanie %s.",
diff --git a/core/l10n/sk_SK.json b/core/l10n/sk_SK.json
index a5c883a0bb3..fa6ed266564 100644
--- a/core/l10n/sk_SK.json
+++ b/core/l10n/sk_SK.json
@@ -82,6 +82,7 @@
"Send" : "Odoslať",
"Set expiration date" : "Nastaviť dátum expirácie",
"Expiration date" : "Dátum expirácie",
+ "Adding user..." : "Pridávam používateľa...",
"group" : "skupina",
"Resharing is not allowed" : "Zdieľanie už zdieľanej položky nie je povolené",
"Shared in {item} with {user}" : "Zdieľané v {item} s {user}",
@@ -106,7 +107,10 @@
"Edit tags" : "Upraviť štítky",
"Error loading dialog template: {error}" : "Chyba pri načítaní šablóny dialógu: {error}",
"No tags selected for deletion." : "Nie sú vybraté štítky na zmazanie.",
- "_download %n file_::_download %n files_" : ["","",""],
+ "unknown text" : "neznámy text",
+ "Hello world!" : "Ahoj svet!",
+ "sunny" : "slnečno",
+ "_download %n file_::_download %n files_" : ["stiahnuť %n súbor","stiahnuť %n súbory","stiahnuť %n súborov"],
"Updating {productName} to version {version}, this may take a while." : "Aktualizujem {productName} na verziu {version}, chvíľu to môže trvať.",
"Please reload the page." : "Obnovte prosím stránku.",
"The update was unsuccessful." : "Aktualizácia zlyhala.",
@@ -138,9 +142,20 @@
"Error favoriting" : "Chyba pri pridaní do obľúbených",
"Error unfavoriting" : "Chyba pri odobratí z obľúbených",
"Access forbidden" : "Prístup odmietnutý",
+ "File not found" : "Súbor nenájdený",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Dobrý deň,\n\nPoužívateľ %s zdieľa s vami súbor, alebo priečinok s názvom %s.\nPre zobrazenie kliknite na túto linku: %s\n",
"The share will expire on %s." : "Zdieľanie vyprší %s.",
"Cheers!" : "Pekný deň!",
+ "Internal Server Error" : "Vnútorná chyba servera",
+ "More details can be found in the server log." : "Viac nájdete v logu servera.",
+ "Technical details" : "Technické podrobnosti",
+ "Remote Address: %s" : "Vzdialená adresa: %s",
+ "Request ID: %s" : "ID požiadavky: %s",
+ "Code: %s" : "Kód: %s",
+ "Message: %s" : "Správa: %s",
+ "File: %s" : "Súbor: %s",
+ "Line: %s" : "Riadok: %s",
+ "Trace" : "Trasa",
"Security Warning" : "Bezpečnostné varovanie",
"Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Verzia Vášho PHP je napadnuteľná pomocou techniky \"NULL Byte\" (CVE-2006-7243)",
"Please update your PHP installation to use %s securely." : "Aktualizujte prosím vašu inštanciu PHP pre bezpečné používanie %s.",