summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/l10n/de.js1
-rw-r--r--core/l10n/de.json1
-rw-r--r--core/l10n/de_DE.js1
-rw-r--r--core/l10n/de_DE.json1
-rw-r--r--core/l10n/es.js1
-rw-r--r--core/l10n/es.json1
-rw-r--r--core/l10n/fr.js1
-rw-r--r--core/l10n/fr.json1
-rw-r--r--core/l10n/hu_HU.js1
-rw-r--r--core/l10n/hu_HU.json1
-rw-r--r--core/l10n/sk_SK.js15
-rw-r--r--core/l10n/sk_SK.json15
-rw-r--r--core/l10n/sq.js53
-rw-r--r--core/l10n/sq.json53
14 files changed, 144 insertions, 2 deletions
diff --git a/core/l10n/de.js b/core/l10n/de.js
index 3b1c349a813..225b7863006 100644
--- a/core/l10n/de.js
+++ b/core/l10n/de.js
@@ -230,6 +230,7 @@ OC.L10N.register(
"Database name" : "Datenbank-Name",
"Database tablespace" : "Datenbank-Tablespace",
"Database host" : "Datenbank-Host",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "Bitte die Portnummer mit der Hostadresse zusammen angeben (z.B. localhost:5432)",
"Performance warning" : "Leistungswarnung",
"SQLite will be used as database." : "SQLite wird als Datenbank benutzt.",
"For larger installations we recommend to choose a different database backend." : "Bei größeren Installationen wird die Wahl eines anderen Datenbank-Backends empfohlen.",
diff --git a/core/l10n/de.json b/core/l10n/de.json
index d29670b2fd2..6db3d72feb5 100644
--- a/core/l10n/de.json
+++ b/core/l10n/de.json
@@ -228,6 +228,7 @@
"Database name" : "Datenbank-Name",
"Database tablespace" : "Datenbank-Tablespace",
"Database host" : "Datenbank-Host",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "Bitte die Portnummer mit der Hostadresse zusammen angeben (z.B. localhost:5432)",
"Performance warning" : "Leistungswarnung",
"SQLite will be used as database." : "SQLite wird als Datenbank benutzt.",
"For larger installations we recommend to choose a different database backend." : "Bei größeren Installationen wird die Wahl eines anderen Datenbank-Backends empfohlen.",
diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js
index 412dce04f5f..1080d9eda49 100644
--- a/core/l10n/de_DE.js
+++ b/core/l10n/de_DE.js
@@ -230,6 +230,7 @@ OC.L10N.register(
"Database name" : "Datenbank-Name",
"Database tablespace" : "Datenbank-Tablespace",
"Database host" : "Datenbank-Host",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "Bitte die Portnummer mit der Hostadresse zusammen angeben (z.B. localhost:5432)",
"Performance warning" : "Leistungswarnung",
"SQLite will be used as database." : "SQLite wird als Datenbank benutzt.",
"For larger installations we recommend to choose a different database backend." : "Bei größeren Installationen wird die Wahl eines anderen Datenbank-Backends empfohlen.",
diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json
index be497782d91..b747333e912 100644
--- a/core/l10n/de_DE.json
+++ b/core/l10n/de_DE.json
@@ -228,6 +228,7 @@
"Database name" : "Datenbank-Name",
"Database tablespace" : "Datenbank-Tablespace",
"Database host" : "Datenbank-Host",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "Bitte die Portnummer mit der Hostadresse zusammen angeben (z.B. localhost:5432)",
"Performance warning" : "Leistungswarnung",
"SQLite will be used as database." : "SQLite wird als Datenbank benutzt.",
"For larger installations we recommend to choose a different database backend." : "Bei größeren Installationen wird die Wahl eines anderen Datenbank-Backends empfohlen.",
diff --git a/core/l10n/es.js b/core/l10n/es.js
index daf22c92ed8..64fe3afd8fa 100644
--- a/core/l10n/es.js
+++ b/core/l10n/es.js
@@ -230,6 +230,7 @@ OC.L10N.register(
"Database name" : "Nombre de la base de datos",
"Database tablespace" : "Espacio de tablas de la base de datos",
"Database host" : "Host de la base de datos",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "Por favor especifique el numero del puerto junto al nombre del anfitrión (p.e., localhost:5432).",
"Performance warning" : "Advertencia de rendimiento",
"SQLite will be used as database." : "Se utilizará SQLite como base de datos.",
"For larger installations we recommend to choose a different database backend." : "Para grandes instalaciones recomendamos seleccionar una base de datos diferente",
diff --git a/core/l10n/es.json b/core/l10n/es.json
index 3ea58ccd39d..d4f1f460277 100644
--- a/core/l10n/es.json
+++ b/core/l10n/es.json
@@ -228,6 +228,7 @@
"Database name" : "Nombre de la base de datos",
"Database tablespace" : "Espacio de tablas de la base de datos",
"Database host" : "Host de la base de datos",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "Por favor especifique el numero del puerto junto al nombre del anfitrión (p.e., localhost:5432).",
"Performance warning" : "Advertencia de rendimiento",
"SQLite will be used as database." : "Se utilizará SQLite como base de datos.",
"For larger installations we recommend to choose a different database backend." : "Para grandes instalaciones recomendamos seleccionar una base de datos diferente",
diff --git a/core/l10n/fr.js b/core/l10n/fr.js
index 22e3b5a649e..1d8b24af00b 100644
--- a/core/l10n/fr.js
+++ b/core/l10n/fr.js
@@ -230,6 +230,7 @@ OC.L10N.register(
"Database name" : "Nom de la base de données",
"Database tablespace" : "Tablespace de la base de données",
"Database host" : "Hôte de la base de données",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "Veuillez spécifier le numéro du port avec le nom de l'hôte (ex: localhost:5432).",
"Performance warning" : "Avertissement à propos des performances",
"SQLite will be used as database." : "SQLite sera utilisé comme gestionnaire de base de données.",
"For larger installations we recommend to choose a different database backend." : "Pour des installations plus volumineuses, nous vous conseillons d'utiliser un autre gestionnaire de base de données.",
diff --git a/core/l10n/fr.json b/core/l10n/fr.json
index 1c0726d8a97..64db993fa58 100644
--- a/core/l10n/fr.json
+++ b/core/l10n/fr.json
@@ -228,6 +228,7 @@
"Database name" : "Nom de la base de données",
"Database tablespace" : "Tablespace de la base de données",
"Database host" : "Hôte de la base de données",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "Veuillez spécifier le numéro du port avec le nom de l'hôte (ex: localhost:5432).",
"Performance warning" : "Avertissement à propos des performances",
"SQLite will be used as database." : "SQLite sera utilisé comme gestionnaire de base de données.",
"For larger installations we recommend to choose a different database backend." : "Pour des installations plus volumineuses, nous vous conseillons d'utiliser un autre gestionnaire de base de données.",
diff --git a/core/l10n/hu_HU.js b/core/l10n/hu_HU.js
index 71f8a307d94..53f60ffe974 100644
--- a/core/l10n/hu_HU.js
+++ b/core/l10n/hu_HU.js
@@ -230,6 +230,7 @@ OC.L10N.register(
"Database name" : "Az adatbázis neve",
"Database tablespace" : "Az adatbázis táblázattér (tablespace)",
"Database host" : "Adatbázis szerver",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "Kérlek add meg a port számát a kiszolgáló neve után (pl: localhost:5432).",
"Performance warning" : "Teljesítménybeli figyelmeztetés",
"SQLite will be used as database." : "SQLite lesz adatbázisként használva.",
"For larger installations we recommend to choose a different database backend." : "Nagyobb telepítésekhez ajánlott egy másik adatbázis háttérkiszolgáló használata.",
diff --git a/core/l10n/hu_HU.json b/core/l10n/hu_HU.json
index e431e8e0c0b..210c0bc4f75 100644
--- a/core/l10n/hu_HU.json
+++ b/core/l10n/hu_HU.json
@@ -228,6 +228,7 @@
"Database name" : "Az adatbázis neve",
"Database tablespace" : "Az adatbázis táblázattér (tablespace)",
"Database host" : "Adatbázis szerver",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "Kérlek add meg a port számát a kiszolgáló neve után (pl: localhost:5432).",
"Performance warning" : "Teljesítménybeli figyelmeztetés",
"SQLite will be used as database." : "SQLite lesz adatbázisként használva.",
"For larger installations we recommend to choose a different database backend." : "Nagyobb telepítésekhez ajánlott egy másik adatbázis háttérkiszolgáló használata.",
diff --git a/core/l10n/sk_SK.js b/core/l10n/sk_SK.js
index c91b7618e30..5897a8b804b 100644
--- a/core/l10n/sk_SK.js
+++ b/core/l10n/sk_SK.js
@@ -4,6 +4,7 @@ OC.L10N.register(
"Please select a file." : "Prosím, vyberte súbor.",
"File is too big" : "Súbor je príliš veľký",
"The selected file is not an image." : "Vybraný súbor nie je obrázok.",
+ "The selected file cannot be read." : "Vybraný súbor nie je možné čítať.",
"Invalid file provided" : "Zadaný neplatný súbor",
"No image or file provided" : "Obrázok alebo súbor nebol zadaný",
"Unknown filetype" : "Neznámy typ súboru",
@@ -16,11 +17,13 @@ OC.L10N.register(
"Couldn't reset password because the token is invalid" : "Nemožno zmeniť heslo pre neplatnosť tokenu.",
"Couldn't reset password because the token is expired" : "Nepodarilo sa obnoviť heslo, pretože platnosť tokenu uplynula.",
"Couldn't send reset email. Please make sure your username is correct." : "Nemožno poslať email pre obnovu. Uistite sa, či vkladáte správne používateľské meno.",
+ "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Nemožno poslať email pre obnovu, lebo pre zadaného používateľa neexistuje emailová adresa. Kontaktujte prosím vášho administrátora.",
"%s password reset" : "reset hesla %s",
"Couldn't send reset email. Please contact your administrator." : "Nemožno poslať email pre obnovu. Kontaktujte prosím vášho administrátora.",
"Preparing update" : "Pripravuje sa aktualizácia",
"Repair warning: " : "Oznámenie opravy:",
"Repair error: " : "Chyba opravy:",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Automatická aktualizácia je zakázaná v config.php, použite prosím aktualizáciu cez príkazový riadok.",
"[%d / %d]: Checking table %s" : "[%d / %d]: Kontrola tabuľky %s",
"Turned on maintenance mode" : "Mód údržby je zapnutý",
"Turned off maintenance mode" : "Mód údržby je vypnutý",
@@ -54,6 +57,7 @@ OC.L10N.register(
"Confirm" : "Potvrdiť",
"Failed to authenticate, try again" : "Nastal problém pri overení, skúste znova",
"seconds ago" : "pred sekundami",
+ "Logging in …" : "Prihlasujem ...",
"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Odkaz na obnovu hesla bol odoslaný na váš email. Pokiaľ ho neobdržíte v primeranom čase, skontrolujte spam / priečinok nevyžiadanej pošty. <br> Ak tam nie je, kontaktujte svojho administrátora.",
"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Súbory sú zašifrované. Ak ste nepovolili kľúč pre obnovenie, neexistuje žiadny spôsob, ako obnoviť vaše dáta po obnovení vášho hesla. <br /> Ak si nie ste istí čo urobiť, prosím skôr než budete pokračovať, obráťte sa na administrátora. <br /> Naozaj chcete pokračovať?",
"I know what I'm doing" : "Viem, čo robím",
@@ -129,6 +133,7 @@ OC.L10N.register(
"Share with users, groups or remote users..." : "Sprístupniť používateľom, skupinám alebo vzdialeným používateľom...",
"Share with users..." : "Sprístupniť používateľom...",
"Error removing share" : "Chyba pri rušení sprístupnenia",
+ "restricted" : "obmedzený",
"invisible" : "neviditeľný",
"Delete" : "Zmazať",
"Rename" : "Premenovať",
@@ -146,9 +151,12 @@ OC.L10N.register(
"Hello {name}" : "Vitaj {name}",
"new" : "nový",
"_download %n file_::_download %n files_" : ["stiahnuť %n súbor","stiahnuť %n súbory","stiahnuť %n súborov"],
+ "Update to {version}" : "Aktualizuj na {version}",
"An error occurred." : "Vyskytla sa chyba.",
"Please reload the page." : "Obnovte prosím stránku.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Aktualizácia neprebehla úspešne. Pre viac informácií <a href=\"{url}\">navštívte príspevok na našom fóre</a>, ktorý pokrýva tento problém.",
+ "Continue to Nextcloud" : "Pokračovať na Nextcloud",
+ "The update was successful. Redirecting you to Nextcloud now." : "Aktualizácia bola úspešná. Presmerovávam na Nextcloud.",
"Searching other places" : "Prehľadanie ostatných umiestnení",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} výsledok vyhľadávania v ostatných priečinkoch","{count} výsledky vyhľadávania v ostatných priečinkoch","{count} výsledkov vyhľadávania v ostatných priečinkoch"],
"Personal" : "Osobné",
@@ -232,6 +240,8 @@ OC.L10N.register(
"Start update" : "Spustiť aktualizáciu",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Aby nedošlo k vypršaniu časového limitu vo väčších inštaláciách, môžete namiesto toho použiť nasledujúci príkaz z inštalačného priečinka:",
"Detailed logs" : "Podrobné záznamy",
+ "Update needed" : "Aktualizácia je potrebná",
+ "Please use the command line updater because you have a big instance." : "Vaša inštancia je veľká, použite prosím aktualizáciu cez príkazový riadok.",
"This %s instance is currently in maintenance mode, which may take a while." : "Táto %s inštancia je v súčasnej dobe v režime údržby. Počkajte prosím.",
"This page will refresh itself when the %s instance is available again." : "Táto stránka sa obnoví sama hneď ako bude %s inštancia znovu dostupná.",
"Error loading tags" : "Chyba pri načítaní štítkov",
@@ -303,6 +313,9 @@ OC.L10N.register(
"Share with users or remote users…" : "Sprístupniť používateľom alebo vzdialeným používateľom...",
"Warning" : "Varovanie",
"Error while sending notification" : "Chyba pri posielaní oznámenia",
- "No search results in other folders" : "Žiadne výsledky vyhľadávania v ostatných priečinkoch"
+ "Updating to {version}" : "Aktualizuje sa na {version}",
+ "The update was successful. There were warnings." : "Aktualizácia bola úspešná. Vyskytli sa upozornenia.",
+ "No search results in other folders" : "Žiadne výsledky vyhľadávania v ostatných priečinkoch",
+ "Cancel login" : "Zruš prihlasovanie"
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
diff --git a/core/l10n/sk_SK.json b/core/l10n/sk_SK.json
index 3b912ec9a28..89015de6393 100644
--- a/core/l10n/sk_SK.json
+++ b/core/l10n/sk_SK.json
@@ -2,6 +2,7 @@
"Please select a file." : "Prosím, vyberte súbor.",
"File is too big" : "Súbor je príliš veľký",
"The selected file is not an image." : "Vybraný súbor nie je obrázok.",
+ "The selected file cannot be read." : "Vybraný súbor nie je možné čítať.",
"Invalid file provided" : "Zadaný neplatný súbor",
"No image or file provided" : "Obrázok alebo súbor nebol zadaný",
"Unknown filetype" : "Neznámy typ súboru",
@@ -14,11 +15,13 @@
"Couldn't reset password because the token is invalid" : "Nemožno zmeniť heslo pre neplatnosť tokenu.",
"Couldn't reset password because the token is expired" : "Nepodarilo sa obnoviť heslo, pretože platnosť tokenu uplynula.",
"Couldn't send reset email. Please make sure your username is correct." : "Nemožno poslať email pre obnovu. Uistite sa, či vkladáte správne používateľské meno.",
+ "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Nemožno poslať email pre obnovu, lebo pre zadaného používateľa neexistuje emailová adresa. Kontaktujte prosím vášho administrátora.",
"%s password reset" : "reset hesla %s",
"Couldn't send reset email. Please contact your administrator." : "Nemožno poslať email pre obnovu. Kontaktujte prosím vášho administrátora.",
"Preparing update" : "Pripravuje sa aktualizácia",
"Repair warning: " : "Oznámenie opravy:",
"Repair error: " : "Chyba opravy:",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Automatická aktualizácia je zakázaná v config.php, použite prosím aktualizáciu cez príkazový riadok.",
"[%d / %d]: Checking table %s" : "[%d / %d]: Kontrola tabuľky %s",
"Turned on maintenance mode" : "Mód údržby je zapnutý",
"Turned off maintenance mode" : "Mód údržby je vypnutý",
@@ -52,6 +55,7 @@
"Confirm" : "Potvrdiť",
"Failed to authenticate, try again" : "Nastal problém pri overení, skúste znova",
"seconds ago" : "pred sekundami",
+ "Logging in …" : "Prihlasujem ...",
"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Odkaz na obnovu hesla bol odoslaný na váš email. Pokiaľ ho neobdržíte v primeranom čase, skontrolujte spam / priečinok nevyžiadanej pošty. <br> Ak tam nie je, kontaktujte svojho administrátora.",
"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Súbory sú zašifrované. Ak ste nepovolili kľúč pre obnovenie, neexistuje žiadny spôsob, ako obnoviť vaše dáta po obnovení vášho hesla. <br /> Ak si nie ste istí čo urobiť, prosím skôr než budete pokračovať, obráťte sa na administrátora. <br /> Naozaj chcete pokračovať?",
"I know what I'm doing" : "Viem, čo robím",
@@ -127,6 +131,7 @@
"Share with users, groups or remote users..." : "Sprístupniť používateľom, skupinám alebo vzdialeným používateľom...",
"Share with users..." : "Sprístupniť používateľom...",
"Error removing share" : "Chyba pri rušení sprístupnenia",
+ "restricted" : "obmedzený",
"invisible" : "neviditeľný",
"Delete" : "Zmazať",
"Rename" : "Premenovať",
@@ -144,9 +149,12 @@
"Hello {name}" : "Vitaj {name}",
"new" : "nový",
"_download %n file_::_download %n files_" : ["stiahnuť %n súbor","stiahnuť %n súbory","stiahnuť %n súborov"],
+ "Update to {version}" : "Aktualizuj na {version}",
"An error occurred." : "Vyskytla sa chyba.",
"Please reload the page." : "Obnovte prosím stránku.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Aktualizácia neprebehla úspešne. Pre viac informácií <a href=\"{url}\">navštívte príspevok na našom fóre</a>, ktorý pokrýva tento problém.",
+ "Continue to Nextcloud" : "Pokračovať na Nextcloud",
+ "The update was successful. Redirecting you to Nextcloud now." : "Aktualizácia bola úspešná. Presmerovávam na Nextcloud.",
"Searching other places" : "Prehľadanie ostatných umiestnení",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} výsledok vyhľadávania v ostatných priečinkoch","{count} výsledky vyhľadávania v ostatných priečinkoch","{count} výsledkov vyhľadávania v ostatných priečinkoch"],
"Personal" : "Osobné",
@@ -230,6 +238,8 @@
"Start update" : "Spustiť aktualizáciu",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Aby nedošlo k vypršaniu časového limitu vo väčších inštaláciách, môžete namiesto toho použiť nasledujúci príkaz z inštalačného priečinka:",
"Detailed logs" : "Podrobné záznamy",
+ "Update needed" : "Aktualizácia je potrebná",
+ "Please use the command line updater because you have a big instance." : "Vaša inštancia je veľká, použite prosím aktualizáciu cez príkazový riadok.",
"This %s instance is currently in maintenance mode, which may take a while." : "Táto %s inštancia je v súčasnej dobe v režime údržby. Počkajte prosím.",
"This page will refresh itself when the %s instance is available again." : "Táto stránka sa obnoví sama hneď ako bude %s inštancia znovu dostupná.",
"Error loading tags" : "Chyba pri načítaní štítkov",
@@ -301,6 +311,9 @@
"Share with users or remote users…" : "Sprístupniť používateľom alebo vzdialeným používateľom...",
"Warning" : "Varovanie",
"Error while sending notification" : "Chyba pri posielaní oznámenia",
- "No search results in other folders" : "Žiadne výsledky vyhľadávania v ostatných priečinkoch"
+ "Updating to {version}" : "Aktualizuje sa na {version}",
+ "The update was successful. There were warnings." : "Aktualizácia bola úspešná. Vyskytli sa upozornenia.",
+ "No search results in other folders" : "Žiadne výsledky vyhľadávania v ostatných priečinkoch",
+ "Cancel login" : "Zruš prihlasovanie"
},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
} \ No newline at end of file
diff --git a/core/l10n/sq.js b/core/l10n/sq.js
index 19d8165ea4a..6d4d5d932a1 100644
--- a/core/l10n/sq.js
+++ b/core/l10n/sq.js
@@ -47,18 +47,25 @@ OC.L10N.register(
"Already up to date" : "Tashmë e përditësuar",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Pati probleme me kontrollin e integritetit të kodit. Më tepër të dhëna…</a>",
"Settings" : "Rregullime",
+ "Connection to server lost" : "Lidhja me serverin u shkëput",
"Problem loading page, reloading in 5 seconds" : "Gabim në ngarkimin e faqes, do të ringarkohet pas 5 sekondash",
"Saving..." : "Po ruhet …",
"Dismiss" : "Mos e merr parasysh",
+ "This action requires you to confirm your password" : "Ky veprim kërkon që të konfirmoni fjalëkalimin tuaj.",
+ "Authentication required" : "Verifikim i kërkuar",
"Password" : "Fjalëkalim",
"Cancel" : "Anuloje",
+ "Confirm" : "Konfirmo",
+ "Failed to authenticate, try again" : "Dështoi në verifikim, provo përsëri",
"seconds ago" : "sekonda më parë",
+ "Logging in …" : "Duke u loguar ...",
"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Lidhja për ricaktimin e fjalëkalimi tuaj u dërgua tek email-i juaj. Nëse nuk e merrni brenda një kohe të arsyeshme, kontrolloni dosjet e postës së padëshirueshme/postës së pavlerë.<br>Nëse s’është as aty, pyetni përgjegjësin tuaj lokal.",
"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Kartelat tuaja janë të fshehtëzuara. Nëse s’keni aktivizuar kyçin e rimarrjeve, nuk do të ketë ndonjë rrugë për të marrë sërish të dhënat tuaja pasi të jetë ricaktuar fjalëkalimi juaj.<br />Nëse s’jeni i sigurt se ç’duhet bërë, ju lutemi, përpara se të vazhdoni, lidhuni me përgjegjësin tuaj. <br />Doni vërtet të vazhdoni?",
"I know what I'm doing" : "E di se ç’bëj",
"Password can not be changed. Please contact your administrator." : "Fjalëkalimi nuk mund të ndryshohet. Ju lutemi, lidhuni me përgjegjësin tuaj.",
"No" : "Jo",
"Yes" : "Po",
+ "No files in here" : "Jo skedar këtu",
"Choose" : "Zgjidhni",
"Error loading file picker template: {error}" : "Gabim në ngarkimin e gjedhes së marrësit të kartelave: {error}",
"Ok" : "Në rregull",
@@ -74,6 +81,7 @@ OC.L10N.register(
"(all selected)" : "(krejt të përzgjedhurat)",
"({count} selected)" : "({count} të përzgjedhura)",
"Error loading file exists template" : "Gabim në ngarkimin e gjedhes kartela ekziston",
+ "Pending" : "Në pritje",
"Very weak password" : "Fjalëkalim shumë i dobët",
"Weak password" : "Fjalëkalim i dobët",
"So-so password" : "Fjalëkalim çka",
@@ -81,9 +89,11 @@ OC.L10N.register(
"Strong password" : "Fjalëkalim i fortë",
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Shërbyesi juaj web ende s’është rregulluar për të lejuar njëkohësim kartelash, ngaqë ndërfaqja WebDAV duket se është e dëmtuar.",
"Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Shërbyesi juaj s’është rregulluar si duhet për të kuptuar \"{url}\". Të dhëna të mëtejshme mund të gjenden te <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentimi</a> ynë.",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Ky shërbyes nuk ka lidhje Internet funksionale. Kjo do të thotë që disa nga karakteristikat e lidhjes së ngarkesës së jashtme, njoftimet rreth përditësimit ose instalimit të aplikacioneve të palës së tretë nuk do të punojnë. Duke aksesuar skedarët në distancë dhe duke dërguar njoftimin me postë elektronike mund të mos punojë. Ne sygjerojmë të aktivizoni lidhjen e Internet për këtë shërbyes nëse doni të keni të gjitha karakteristikat.",
"No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "S’ka të formësuar fshehtinë kujtese. Që të përmirësoni punimin, ju lutemi formësoni një të tillë, në pastë. Më tepër të dhëna mund të gjeni te <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentimi</a> ynë.",
"/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "/dev/urandom s’lexohet dot nga PHP-ja, çka shkëshillohet me forcë, për arsye sigurie. Më tepër të dhëna mund të gjenden te <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentimi</a> ynë.",
"You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Po xhironi PHP {version}. Ju nxisim të përmirësoni versionin e PHP-së që të përfitoni <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">nga përditësimet e punimit dhe sigurisë të ofruara PHP Group</a>, sapo të mbulohet nga shpërndarja juaj.",
+ "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "E anasjellta e konfigurimit të kryeve proxy është e pasaktë, ose ju po aksesoni Nextcloud nga një proxy i besuar. Nëse nuk jeni duke aksesuar Nextcloud nga një proxy i besuar, kjo është një çështje sigurie dhe mund të lejoj një sulmues të manipuloj adresën e tyre IP si të dukshme nga Nextcloud. Informacione të mëtejshme mund të gjendet në <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.",
"Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached është formësuar si fshehtinë e shpërndarë, por është instaluar moduli i gabuar PHP \"memcache\". \\OC\\Memcache\\Memcached mbulon vetëm \"memcached\" dhe jo \"memcache\". Shihni <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">wiki-n mbi memcached rreth të dy moduleve</a>.",
"Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Disa kartela s’e kaluan dot kontrollin e pacenueshmërisë. Më tepër të dhëna se si të zgjidhet ky problem mund të gjeni te <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentimi</a> ynë. (<a href=\"{codeIntegrityDownloadEndpoint}\">Listë e kartelave të pavlefshme…</a> / <a href=\"{rescanEndpoint}\">Rikontrollojini…</a>)",
"Error occurred while checking server setup" : "Ndodhi një gabim gjatë kontrollit të rregullimit të shërbyesit",
@@ -102,18 +112,31 @@ OC.L10N.register(
"Expiration" : "Skadim",
"Expiration date" : "Datë skadimi",
"Choose a password for the public link" : "Zgjidhni një fjalëkalim për lidhjen publike",
+ "Copied!" : "U kopjua!",
+ "Copy" : "Kopjo",
+ "Not supported!" : "Jo i përshtatshëm!",
+ "Press ⌘-C to copy." : "Shtyp ⌘-C për të kopjuar.",
+ "Press Ctrl-C to copy." : "Shtypni Ctrl-C për të kopjuar.",
"Resharing is not allowed" : "Nuk lejohen rindarjet",
"Share link" : "Lidhje ndarjeje",
"Link" : "Lidhje",
"Password protect" : "Mbroje me fjalëkalim",
+ "Allow upload and editing" : "Lejo ngarkim dhe editim",
+ "File drop (upload only)" : "Lësho skedar (vetëm ngarkim)",
"Email link to person" : "Dërgoja personit lidhjen me email",
"Send" : "Dërgoje",
"Shared with you and the group {group} by {owner}" : "Ndarë me ju dhe me grupin {group} nga {owner}",
"Shared with you by {owner}" : "Ndarë me ju nga {owner}",
+ "{{shareInitiatorDisplayName}} shared via link" : "{{shpërndaEmrinEShfaqurTëNismëtarit}} shpërnda nëpërmjet linkut",
"group" : "grup",
"remote" : "i largët",
+ "email" : "postë elektronike",
"Unshare" : "Hiqe ndarjen",
+ "can reshare" : "mund të rishpërndahet",
"can edit" : "mund të përpunojnë",
+ "can create" : "mund të krijohet",
+ "can change" : "mund të ndryshohet",
+ "can delete" : "mund të fshihet",
"access control" : "kontroll hyrjesh",
"Could not unshare" : "S’e shndau dot",
"Share details could not be loaded for this item." : "Për këtë objekt s’u ngarkuan dot hollësi ndarjeje.",
@@ -122,7 +145,17 @@ OC.L10N.register(
"An error occurred. Please try again" : "Ndodhi një gabim. Ju lutemi, riprovoni",
"{sharee} (group)" : "{sharee} (grup)",
"{sharee} (remote)" : "{sharee} (i largët)",
+ "{sharee} (email)" : "{shpërnda} (postë elektronike)",
"Share" : "Ndaje",
+ "Share with people on other servers using their Federated Cloud ID username@example.com/nextcloud" : "Shpërnda me njerëzit në serverat e tjerë duke përdorur ID e tyre të Cloud-it të Federuar\nusername@example.com/nextcloud",
+ "Share with users or by mail..." : "Shpërnda me përdoruesit ose nga posta elektronike",
+ "Share with users or remote users..." : "Shpërnda me përdoruesit ose me përdoruesit në distancë...",
+ "Share with users, remote users or by mail..." : "Shpërnda me përdoruesit, përdoruesit në distancë ose nga posta elektronike...",
+ "Share with users or groups..." : "Shpërnda me përdoruesit ose grupet...",
+ "Share with users, groups or by mail..." : "Shpërnda me përdoruesit, grupet ose nga posta elektronike...",
+ "Share with users, groups or remote users..." : "Shpërnda me përdoruesit, grupet ose përdoruesit në distancë...",
+ "Share with users, groups, remote users or by mail..." : "Shpërnda me përdoruesit, grupet, përdoruesit në distancë ose nga posta elektronike...",
+ "Share with users..." : "Shpërnda me përdoruesit...",
"Error removing share" : "Gabim në heqjen e ndarjes",
"Non-existing tag #{tag}" : "Etiketë #{tag} që s’ekziston",
"restricted" : "e kufizuar",
@@ -131,6 +164,7 @@ OC.L10N.register(
"Delete" : "Fshije",
"Rename" : "Riemërtoje",
"Collaborative tags" : "Etiketa bashkëpunimi",
+ "No tags found" : "Jo etiketime të gjetura",
"The object type is not specified." : "S’është specifikuar lloji i objektit.",
"Enter new" : "Jep të ri",
"Add" : "Shtoni",
@@ -144,10 +178,16 @@ OC.L10N.register(
"Hello {name}" : "Tungjatjeta {name}",
"new" : "re",
"_download %n file_::_download %n files_" : ["shkarko %n kartelë","shkarko %n kartela"],
+ "The update is in progress, leaving this page might interrupt the process in some environments." : "Përditësimi është në zhvillim, largimi nga faqja mund të ndërpres procesin në disa mjedise.",
+ "Update to {version}" : "Përditëso në {version}",
"An error occurred." : "Ndodhi një gabim.",
"Please reload the page." : "Ju lutemi, ringarkoni faqen.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Përditësimi qe i pasuksesshëm. Për më tepër të dhëna <a href=\"{url}\">shihni postimin te forumi ynë</a> lidhur me këtë çështje.",
+ "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Përditësimi ishte i pasuksesshëm. Ju lutem raportoni këtë problem në <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>.",
+ "Continue to Nextcloud" : "Vazhdoni tek Nextcloud",
+ "The update was successful. Redirecting you to Nextcloud now." : "Përditësimi ishte i suksesshëm. Ju ridrejtojmë në Nextcloud tani.",
"Searching other places" : "Po kërkohet në vende të tjera",
+ "No search results in other folders for '{tag}{filter}{endtag}'" : "Jo rezultate nga kërkimi në dosjet e tjera për '{etiketim}{filtrim}{përfundoetiketimin}'",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} përfundim kërkimi në një tjetër dosje","{count} përfundime kërkimi në dosje të tjera"],
"Personal" : "Personale",
"Users" : "Përdorues",
@@ -190,6 +230,7 @@ OC.L10N.register(
"Database name" : "Emër baze të dhënash",
"Database tablespace" : "Tablespace-i i database-it",
"Database host" : "Strehë baze të dhënash",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "Ju lutem specifikoni numrin e portës së bashku me një emër hosti (p.sh. localhost:5432).",
"Performance warning" : "Sinjalizim funksionimi",
"SQLite will be used as database." : "Si bazë të dhënash do të përdoret SQLite.",
"For larger installations we recommend to choose a different database backend." : "Për instalime më të mëdha këshillojmë të zgjidhni një tjetër program shërbyesi baze të dhënash.",
@@ -201,6 +242,8 @@ OC.L10N.register(
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Ky aplikacion lyp JavaScript për punim të saktë. Ju lutemi, {linkstart}aktivizoni JavaScript-in{linkend} dhe ringarkoni faqen.",
"Log out" : "Dilni",
"Search" : "Kërko",
+ "This action requires you to confirm your password:" : "Ky veprim kërkon të konfirmoni fjalëkalimin tuaj:",
+ "Confirm your password" : "Konfrimoni fjalëkalimin tuaj",
"Server side authentication failed!" : "Mirëfilltësimi më anë të shërbyesit dështoi!",
"Please contact your administrator." : "Ju lutemi, lidhuni me përgjegjësin tuaj.",
"An internal error occurred." : "Ndodhi një gabim i brendshëm.",
@@ -220,6 +263,11 @@ OC.L10N.register(
"This means only administrators can use the instance." : "Kjo do të thotë që instancën mund ta përdorin vetëm administratorët.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Nëse ky mesazh shfaqet vazhdimisht ose u shfaq papritmas, lidhuni me përgjegjësin e sistemit.",
"Thank you for your patience." : "Ju faleminderit për durimin.",
+ "Two-factor authentication" : "Verifikim dy-element",
+ "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Rrit sigurinë për llogarin tuaj. Ju lutem bëni verifikimin duke përdorur një element të dytë.",
+ "Cancel log in" : "Anuloni identifikimin",
+ "Use backup code" : "Përdorni kodin e kopjes rezervë",
+ "Error while validating your second factor" : "Gabim gjatë verifikimit të elementit të dytë",
"You are accessing the server from an untrusted domain." : "Po hyni në shërbyes nga një përkatësi jo e besuar.",
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Ju lutemi, lidhuni me përgjegjësin tuaj. Nëse jeni një përgjegjës në këtë instancë, formësoni rregullimin \"trusted_domains\" te config/config.php. Një formësim shembull jepet te config/config.sample.php.",
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Në varësi të formësimit tuaj, si administrator mundet gjithashtu të jeni në gjendje të përdorni butonin më poshtë për ta besuar këtë përkatësi.",
@@ -291,8 +339,10 @@ OC.L10N.register(
"Oct." : "Tet.",
"Nov." : "Nën.",
"Dec." : "Dhj.",
+ "This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Ky shërbyes nuk ka lidhje Internet funksionale. Kjo do të thotë që disa nga karakteristikat e lidhjes së ngarkesës së jashtme, njoftimet rreth përditësimit ose instalimit të aplikacioneve të palës së tretë nuk do të punojnë. Duke aksesuar skedarët në distancë dhe duke dërguar njoftimin me postë elektronike mund të mos punojë. Ne sygjerojmë të aktivizoni lidhjen e Internet për këtë shërbyes nëse doni të keni të gjitha karakteristikat.",
"The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Formësimi për krye ndërmjetësi prapësor është i pasaktë, ose jeni duke hyrë në ownCloud prej një ndërmjetësi të besuar. Nëse s’jeni duke hyrë në ownCloud prej një ndërmjetësi të besuar, ky është një problem sigurie dhe mund t’i lejojë një agresori të maskojë adresën e vet IP si një të pranueshme nga ownCloud-i. Të dhëna të mëtejshme mund të gjeni te <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentimi</a> ynë.",
"Allow editing" : "Lejo përpunim",
+ "Hide file listing" : "Fshih skedarin e listimit",
"Sending ..." : "Po dërgohet …",
"Email sent" : "Email-i u dërgua",
"Send link via email" : "Dërgojeni lidhjen me email",
@@ -308,6 +358,9 @@ OC.L10N.register(
"Share with users or remote users…" : "Ndajeni me përdorues ose përdorues të largët…",
"Warning" : "Kujdes",
"Error while sending notification" : "Gabim gjatë dërgimit të njoftimit",
+ "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Përmirësimi është në progres, largimi nga faqja mund të ndërpres procesin në disa mjedise.",
+ "Updating to {version}" : "Përditësim në {version}",
+ "The update was successful. There were warnings." : "Përditësimi ishte i suksesshëm. Ka paralajmërime..",
"No search results in other folders" : "S’u gjetën përfundime në dosje të tjera",
"Two-step verification" : "Verifikim dyhapësh",
"Enhanced security has been enabled for your account. Please authenticate using a second factor." : "Siguria e zgjeruar është aktivizuar për llogarinë tuaj. Ju lutemi, bëni mirëfilltësimin duke përdorur një faktor të dytë.",
diff --git a/core/l10n/sq.json b/core/l10n/sq.json
index 4b5891d79c8..3bdfb50f065 100644
--- a/core/l10n/sq.json
+++ b/core/l10n/sq.json
@@ -45,18 +45,25 @@
"Already up to date" : "Tashmë e përditësuar",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Pati probleme me kontrollin e integritetit të kodit. Më tepër të dhëna…</a>",
"Settings" : "Rregullime",
+ "Connection to server lost" : "Lidhja me serverin u shkëput",
"Problem loading page, reloading in 5 seconds" : "Gabim në ngarkimin e faqes, do të ringarkohet pas 5 sekondash",
"Saving..." : "Po ruhet …",
"Dismiss" : "Mos e merr parasysh",
+ "This action requires you to confirm your password" : "Ky veprim kërkon që të konfirmoni fjalëkalimin tuaj.",
+ "Authentication required" : "Verifikim i kërkuar",
"Password" : "Fjalëkalim",
"Cancel" : "Anuloje",
+ "Confirm" : "Konfirmo",
+ "Failed to authenticate, try again" : "Dështoi në verifikim, provo përsëri",
"seconds ago" : "sekonda më parë",
+ "Logging in …" : "Duke u loguar ...",
"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Lidhja për ricaktimin e fjalëkalimi tuaj u dërgua tek email-i juaj. Nëse nuk e merrni brenda një kohe të arsyeshme, kontrolloni dosjet e postës së padëshirueshme/postës së pavlerë.<br>Nëse s’është as aty, pyetni përgjegjësin tuaj lokal.",
"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Kartelat tuaja janë të fshehtëzuara. Nëse s’keni aktivizuar kyçin e rimarrjeve, nuk do të ketë ndonjë rrugë për të marrë sërish të dhënat tuaja pasi të jetë ricaktuar fjalëkalimi juaj.<br />Nëse s’jeni i sigurt se ç’duhet bërë, ju lutemi, përpara se të vazhdoni, lidhuni me përgjegjësin tuaj. <br />Doni vërtet të vazhdoni?",
"I know what I'm doing" : "E di se ç’bëj",
"Password can not be changed. Please contact your administrator." : "Fjalëkalimi nuk mund të ndryshohet. Ju lutemi, lidhuni me përgjegjësin tuaj.",
"No" : "Jo",
"Yes" : "Po",
+ "No files in here" : "Jo skedar këtu",
"Choose" : "Zgjidhni",
"Error loading file picker template: {error}" : "Gabim në ngarkimin e gjedhes së marrësit të kartelave: {error}",
"Ok" : "Në rregull",
@@ -72,6 +79,7 @@
"(all selected)" : "(krejt të përzgjedhurat)",
"({count} selected)" : "({count} të përzgjedhura)",
"Error loading file exists template" : "Gabim në ngarkimin e gjedhes kartela ekziston",
+ "Pending" : "Në pritje",
"Very weak password" : "Fjalëkalim shumë i dobët",
"Weak password" : "Fjalëkalim i dobët",
"So-so password" : "Fjalëkalim çka",
@@ -79,9 +87,11 @@
"Strong password" : "Fjalëkalim i fortë",
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Shërbyesi juaj web ende s’është rregulluar për të lejuar njëkohësim kartelash, ngaqë ndërfaqja WebDAV duket se është e dëmtuar.",
"Your web server is not set up properly to resolve \"{url}\". Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Shërbyesi juaj s’është rregulluar si duhet për të kuptuar \"{url}\". Të dhëna të mëtejshme mund të gjenden te <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentimi</a> ynë.",
+ "This server has no working Internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Ky shërbyes nuk ka lidhje Internet funksionale. Kjo do të thotë që disa nga karakteristikat e lidhjes së ngarkesës së jashtme, njoftimet rreth përditësimit ose instalimit të aplikacioneve të palës së tretë nuk do të punojnë. Duke aksesuar skedarët në distancë dhe duke dërguar njoftimin me postë elektronike mund të mos punojë. Ne sygjerojmë të aktivizoni lidhjen e Internet për këtë shërbyes nëse doni të keni të gjitha karakteristikat.",
"No memory cache has been configured. To enhance your performance please configure a memcache if available. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "S’ka të formësuar fshehtinë kujtese. Që të përmirësoni punimin, ju lutemi formësoni një të tillë, në pastë. Më tepër të dhëna mund të gjeni te <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentimi</a> ynë.",
"/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "/dev/urandom s’lexohet dot nga PHP-ja, çka shkëshillohet me forcë, për arsye sigurie. Më tepër të dhëna mund të gjenden te <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentimi</a> ynë.",
"You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Po xhironi PHP {version}. Ju nxisim të përmirësoni versionin e PHP-së që të përfitoni <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">nga përditësimet e punimit dhe sigurisë të ofruara PHP Group</a>, sapo të mbulohet nga shpërndarja juaj.",
+ "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "E anasjellta e konfigurimit të kryeve proxy është e pasaktë, ose ju po aksesoni Nextcloud nga një proxy i besuar. Nëse nuk jeni duke aksesuar Nextcloud nga një proxy i besuar, kjo është një çështje sigurie dhe mund të lejoj një sulmues të manipuloj adresën e tyre IP si të dukshme nga Nextcloud. Informacione të mëtejshme mund të gjendet në <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>.",
"Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached është formësuar si fshehtinë e shpërndarë, por është instaluar moduli i gabuar PHP \"memcache\". \\OC\\Memcache\\Memcached mbulon vetëm \"memcached\" dhe jo \"memcache\". Shihni <a target=\"_blank\" rel=\"noreferrer\" href=\"{wikiLink}\">wiki-n mbi memcached rreth të dy moduleve</a>.",
"Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Disa kartela s’e kaluan dot kontrollin e pacenueshmërisë. Më tepër të dhëna se si të zgjidhet ky problem mund të gjeni te <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentimi</a> ynë. (<a href=\"{codeIntegrityDownloadEndpoint}\">Listë e kartelave të pavlefshme…</a> / <a href=\"{rescanEndpoint}\">Rikontrollojini…</a>)",
"Error occurred while checking server setup" : "Ndodhi një gabim gjatë kontrollit të rregullimit të shërbyesit",
@@ -100,18 +110,31 @@
"Expiration" : "Skadim",
"Expiration date" : "Datë skadimi",
"Choose a password for the public link" : "Zgjidhni një fjalëkalim për lidhjen publike",
+ "Copied!" : "U kopjua!",
+ "Copy" : "Kopjo",
+ "Not supported!" : "Jo i përshtatshëm!",
+ "Press ⌘-C to copy." : "Shtyp ⌘-C për të kopjuar.",
+ "Press Ctrl-C to copy." : "Shtypni Ctrl-C për të kopjuar.",
"Resharing is not allowed" : "Nuk lejohen rindarjet",
"Share link" : "Lidhje ndarjeje",
"Link" : "Lidhje",
"Password protect" : "Mbroje me fjalëkalim",
+ "Allow upload and editing" : "Lejo ngarkim dhe editim",
+ "File drop (upload only)" : "Lësho skedar (vetëm ngarkim)",
"Email link to person" : "Dërgoja personit lidhjen me email",
"Send" : "Dërgoje",
"Shared with you and the group {group} by {owner}" : "Ndarë me ju dhe me grupin {group} nga {owner}",
"Shared with you by {owner}" : "Ndarë me ju nga {owner}",
+ "{{shareInitiatorDisplayName}} shared via link" : "{{shpërndaEmrinEShfaqurTëNismëtarit}} shpërnda nëpërmjet linkut",
"group" : "grup",
"remote" : "i largët",
+ "email" : "postë elektronike",
"Unshare" : "Hiqe ndarjen",
+ "can reshare" : "mund të rishpërndahet",
"can edit" : "mund të përpunojnë",
+ "can create" : "mund të krijohet",
+ "can change" : "mund të ndryshohet",
+ "can delete" : "mund të fshihet",
"access control" : "kontroll hyrjesh",
"Could not unshare" : "S’e shndau dot",
"Share details could not be loaded for this item." : "Për këtë objekt s’u ngarkuan dot hollësi ndarjeje.",
@@ -120,7 +143,17 @@
"An error occurred. Please try again" : "Ndodhi një gabim. Ju lutemi, riprovoni",
"{sharee} (group)" : "{sharee} (grup)",
"{sharee} (remote)" : "{sharee} (i largët)",
+ "{sharee} (email)" : "{shpërnda} (postë elektronike)",
"Share" : "Ndaje",
+ "Share with people on other servers using their Federated Cloud ID username@example.com/nextcloud" : "Shpërnda me njerëzit në serverat e tjerë duke përdorur ID e tyre të Cloud-it të Federuar\nusername@example.com/nextcloud",
+ "Share with users or by mail..." : "Shpërnda me përdoruesit ose nga posta elektronike",
+ "Share with users or remote users..." : "Shpërnda me përdoruesit ose me përdoruesit në distancë...",
+ "Share with users, remote users or by mail..." : "Shpërnda me përdoruesit, përdoruesit në distancë ose nga posta elektronike...",
+ "Share with users or groups..." : "Shpërnda me përdoruesit ose grupet...",
+ "Share with users, groups or by mail..." : "Shpërnda me përdoruesit, grupet ose nga posta elektronike...",
+ "Share with users, groups or remote users..." : "Shpërnda me përdoruesit, grupet ose përdoruesit në distancë...",
+ "Share with users, groups, remote users or by mail..." : "Shpërnda me përdoruesit, grupet, përdoruesit në distancë ose nga posta elektronike...",
+ "Share with users..." : "Shpërnda me përdoruesit...",
"Error removing share" : "Gabim në heqjen e ndarjes",
"Non-existing tag #{tag}" : "Etiketë #{tag} që s’ekziston",
"restricted" : "e kufizuar",
@@ -129,6 +162,7 @@
"Delete" : "Fshije",
"Rename" : "Riemërtoje",
"Collaborative tags" : "Etiketa bashkëpunimi",
+ "No tags found" : "Jo etiketime të gjetura",
"The object type is not specified." : "S’është specifikuar lloji i objektit.",
"Enter new" : "Jep të ri",
"Add" : "Shtoni",
@@ -142,10 +176,16 @@
"Hello {name}" : "Tungjatjeta {name}",
"new" : "re",
"_download %n file_::_download %n files_" : ["shkarko %n kartelë","shkarko %n kartela"],
+ "The update is in progress, leaving this page might interrupt the process in some environments." : "Përditësimi është në zhvillim, largimi nga faqja mund të ndërpres procesin në disa mjedise.",
+ "Update to {version}" : "Përditëso në {version}",
"An error occurred." : "Ndodhi një gabim.",
"Please reload the page." : "Ju lutemi, ringarkoni faqen.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Përditësimi qe i pasuksesshëm. Për më tepër të dhëna <a href=\"{url}\">shihni postimin te forumi ynë</a> lidhur me këtë çështje.",
+ "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Përditësimi ishte i pasuksesshëm. Ju lutem raportoni këtë problem në <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>.",
+ "Continue to Nextcloud" : "Vazhdoni tek Nextcloud",
+ "The update was successful. Redirecting you to Nextcloud now." : "Përditësimi ishte i suksesshëm. Ju ridrejtojmë në Nextcloud tani.",
"Searching other places" : "Po kërkohet në vende të tjera",
+ "No search results in other folders for '{tag}{filter}{endtag}'" : "Jo rezultate nga kërkimi në dosjet e tjera për '{etiketim}{filtrim}{përfundoetiketimin}'",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} përfundim kërkimi në një tjetër dosje","{count} përfundime kërkimi në dosje të tjera"],
"Personal" : "Personale",
"Users" : "Përdorues",
@@ -188,6 +228,7 @@
"Database name" : "Emër baze të dhënash",
"Database tablespace" : "Tablespace-i i database-it",
"Database host" : "Strehë baze të dhënash",
+ "Please specify the port number along with the host name (e.g., localhost:5432)." : "Ju lutem specifikoni numrin e portës së bashku me një emër hosti (p.sh. localhost:5432).",
"Performance warning" : "Sinjalizim funksionimi",
"SQLite will be used as database." : "Si bazë të dhënash do të përdoret SQLite.",
"For larger installations we recommend to choose a different database backend." : "Për instalime më të mëdha këshillojmë të zgjidhni një tjetër program shërbyesi baze të dhënash.",
@@ -199,6 +240,8 @@
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Ky aplikacion lyp JavaScript për punim të saktë. Ju lutemi, {linkstart}aktivizoni JavaScript-in{linkend} dhe ringarkoni faqen.",
"Log out" : "Dilni",
"Search" : "Kërko",
+ "This action requires you to confirm your password:" : "Ky veprim kërkon të konfirmoni fjalëkalimin tuaj:",
+ "Confirm your password" : "Konfrimoni fjalëkalimin tuaj",
"Server side authentication failed!" : "Mirëfilltësimi më anë të shërbyesit dështoi!",
"Please contact your administrator." : "Ju lutemi, lidhuni me përgjegjësin tuaj.",
"An internal error occurred." : "Ndodhi një gabim i brendshëm.",
@@ -218,6 +261,11 @@
"This means only administrators can use the instance." : "Kjo do të thotë që instancën mund ta përdorin vetëm administratorët.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Nëse ky mesazh shfaqet vazhdimisht ose u shfaq papritmas, lidhuni me përgjegjësin e sistemit.",
"Thank you for your patience." : "Ju faleminderit për durimin.",
+ "Two-factor authentication" : "Verifikim dy-element",
+ "Enhanced security is enabled for your account. Please authenticate using a second factor." : "Rrit sigurinë për llogarin tuaj. Ju lutem bëni verifikimin duke përdorur një element të dytë.",
+ "Cancel log in" : "Anuloni identifikimin",
+ "Use backup code" : "Përdorni kodin e kopjes rezervë",
+ "Error while validating your second factor" : "Gabim gjatë verifikimit të elementit të dytë",
"You are accessing the server from an untrusted domain." : "Po hyni në shërbyes nga një përkatësi jo e besuar.",
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Ju lutemi, lidhuni me përgjegjësin tuaj. Nëse jeni një përgjegjës në këtë instancë, formësoni rregullimin \"trusted_domains\" te config/config.php. Një formësim shembull jepet te config/config.sample.php.",
"Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "Në varësi të formësimit tuaj, si administrator mundet gjithashtu të jeni në gjendje të përdorni butonin më poshtë për ta besuar këtë përkatësi.",
@@ -289,8 +337,10 @@
"Oct." : "Tet.",
"Nov." : "Nën.",
"Dec." : "Dhj.",
+ "This server has no working Internet connection. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. We suggest to enable Internet connection for this server if you want to have all features." : "Ky shërbyes nuk ka lidhje Internet funksionale. Kjo do të thotë që disa nga karakteristikat e lidhjes së ngarkesës së jashtme, njoftimet rreth përditësimit ose instalimit të aplikacioneve të palës së tretë nuk do të punojnë. Duke aksesuar skedarët në distancë dhe duke dërguar njoftimin me postë elektronike mund të mos punojë. Ne sygjerojmë të aktivizoni lidhjen e Internet për këtë shërbyes nëse doni të keni të gjitha karakteristikat.",
"The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>." : "Formësimi për krye ndërmjetësi prapësor është i pasaktë, ose jeni duke hyrë në ownCloud prej një ndërmjetësi të besuar. Nëse s’jeni duke hyrë në ownCloud prej një ndërmjetësi të besuar, ky është një problem sigurie dhe mund t’i lejojë një agresori të maskojë adresën e vet IP si një të pranueshme nga ownCloud-i. Të dhëna të mëtejshme mund të gjeni te <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">dokumentimi</a> ynë.",
"Allow editing" : "Lejo përpunim",
+ "Hide file listing" : "Fshih skedarin e listimit",
"Sending ..." : "Po dërgohet …",
"Email sent" : "Email-i u dërgua",
"Send link via email" : "Dërgojeni lidhjen me email",
@@ -306,6 +356,9 @@
"Share with users or remote users…" : "Ndajeni me përdorues ose përdorues të largët…",
"Warning" : "Kujdes",
"Error while sending notification" : "Gabim gjatë dërgimit të njoftimit",
+ "The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Përmirësimi është në progres, largimi nga faqja mund të ndërpres procesin në disa mjedise.",
+ "Updating to {version}" : "Përditësim në {version}",
+ "The update was successful. There were warnings." : "Përditësimi ishte i suksesshëm. Ka paralajmërime..",
"No search results in other folders" : "S’u gjetën përfundime në dosje të tjera",
"Two-step verification" : "Verifikim dyhapësh",
"Enhanced security has been enabled for your account. Please authenticate using a second factor." : "Siguria e zgjeruar është aktivizuar për llogarinë tuaj. Ju lutemi, bëni mirëfilltësimin duke përdorur një faktor të dytë.",