summaryrefslogtreecommitdiffstats
path: root/core/l10n
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n')
-rw-r--r--core/l10n/cs_CZ.js1
-rw-r--r--core/l10n/cs_CZ.json1
-rw-r--r--core/l10n/da.js1
-rw-r--r--core/l10n/da.json1
-rw-r--r--core/l10n/es.js1
-rw-r--r--core/l10n/es.json1
-rw-r--r--core/l10n/fi_FI.js1
-rw-r--r--core/l10n/fi_FI.json1
-rw-r--r--core/l10n/gl.js1
-rw-r--r--core/l10n/gl.json1
-rw-r--r--core/l10n/it.js1
-rw-r--r--core/l10n/it.json1
-rw-r--r--core/l10n/lt_LT.js13
-rw-r--r--core/l10n/lt_LT.json13
-rw-r--r--core/l10n/pt_BR.js1
-rw-r--r--core/l10n/pt_BR.json1
-rw-r--r--core/l10n/sr.js2
-rw-r--r--core/l10n/sr.json2
-rw-r--r--core/l10n/th_TH.js3
-rw-r--r--core/l10n/th_TH.json3
20 files changed, 48 insertions, 2 deletions
diff --git a/core/l10n/cs_CZ.js b/core/l10n/cs_CZ.js
index df8c8036a13..3e24ec26330 100644
--- a/core/l10n/cs_CZ.js
+++ b/core/l10n/cs_CZ.js
@@ -13,6 +13,7 @@ OC.L10N.register(
"Repair error: " : "Chyba opravy:",
"Following incompatible apps have been disabled: %s" : "Následující nekompatibilní aplikace byly zakázány: %s",
"Following apps have been disabled: %s" : "Následující aplikace byly vypnuty: %s",
+ "File is too big" : "Soubor je příliš velký",
"Invalid file provided" : "Zadán neplatný soubor",
"No image or file provided" : "Soubor nebo obrázek nebyl zadán",
"Unknown filetype" : "Neznámý typ souboru",
diff --git a/core/l10n/cs_CZ.json b/core/l10n/cs_CZ.json
index c4d112e44b6..4069b611b5c 100644
--- a/core/l10n/cs_CZ.json
+++ b/core/l10n/cs_CZ.json
@@ -11,6 +11,7 @@
"Repair error: " : "Chyba opravy:",
"Following incompatible apps have been disabled: %s" : "Následující nekompatibilní aplikace byly zakázány: %s",
"Following apps have been disabled: %s" : "Následující aplikace byly vypnuty: %s",
+ "File is too big" : "Soubor je příliš velký",
"Invalid file provided" : "Zadán neplatný soubor",
"No image or file provided" : "Soubor nebo obrázek nebyl zadán",
"Unknown filetype" : "Neznámý typ souboru",
diff --git a/core/l10n/da.js b/core/l10n/da.js
index c6f27c7124a..8c244641c34 100644
--- a/core/l10n/da.js
+++ b/core/l10n/da.js
@@ -13,6 +13,7 @@ OC.L10N.register(
"Repair error: " : "Reparationsfejl:",
"Following incompatible apps have been disabled: %s" : "Følgende inkompatible apps er blevet deaktiveret: %s",
"Following apps have been disabled: %s" : "Følgende apps er blevet deaktiveret: %s",
+ "File is too big" : "Filen er for stor",
"Invalid file provided" : "Der er angivet en ugyldig fil",
"No image or file provided" : "Ingen fil eller billede givet",
"Unknown filetype" : "Ukendt filtype",
diff --git a/core/l10n/da.json b/core/l10n/da.json
index 9688cb28ed7..0b79a2731b4 100644
--- a/core/l10n/da.json
+++ b/core/l10n/da.json
@@ -11,6 +11,7 @@
"Repair error: " : "Reparationsfejl:",
"Following incompatible apps have been disabled: %s" : "Følgende inkompatible apps er blevet deaktiveret: %s",
"Following apps have been disabled: %s" : "Følgende apps er blevet deaktiveret: %s",
+ "File is too big" : "Filen er for stor",
"Invalid file provided" : "Der er angivet en ugyldig fil",
"No image or file provided" : "Ingen fil eller billede givet",
"Unknown filetype" : "Ukendt filtype",
diff --git a/core/l10n/es.js b/core/l10n/es.js
index 6b206f8bb96..982e5383f07 100644
--- a/core/l10n/es.js
+++ b/core/l10n/es.js
@@ -13,6 +13,7 @@ OC.L10N.register(
"Repair error: " : "Error que reparar:",
"Following incompatible apps have been disabled: %s" : "Las siguientes apps incompatibles se han deshabilitado: %s",
"Following apps have been disabled: %s" : "Siguiendo aplicaciones ha sido deshabilitado: %s",
+ "File is too big" : "El archivo es demasiado grande",
"Invalid file provided" : "Archivo inválido",
"No image or file provided" : "No se especificó ningún archivo o imagen",
"Unknown filetype" : "Tipo de archivo desconocido",
diff --git a/core/l10n/es.json b/core/l10n/es.json
index ce593dac652..bf73857e4e9 100644
--- a/core/l10n/es.json
+++ b/core/l10n/es.json
@@ -11,6 +11,7 @@
"Repair error: " : "Error que reparar:",
"Following incompatible apps have been disabled: %s" : "Las siguientes apps incompatibles se han deshabilitado: %s",
"Following apps have been disabled: %s" : "Siguiendo aplicaciones ha sido deshabilitado: %s",
+ "File is too big" : "El archivo es demasiado grande",
"Invalid file provided" : "Archivo inválido",
"No image or file provided" : "No se especificó ningún archivo o imagen",
"Unknown filetype" : "Tipo de archivo desconocido",
diff --git a/core/l10n/fi_FI.js b/core/l10n/fi_FI.js
index 52d8364c747..fbb7098a9c3 100644
--- a/core/l10n/fi_FI.js
+++ b/core/l10n/fi_FI.js
@@ -13,6 +13,7 @@ OC.L10N.register(
"Repair error: " : "Korjausvirhe:",
"Following incompatible apps have been disabled: %s" : "Seuraavat yhteensopimattomat sovellukset on poistettu käytöstä: %s",
"Following apps have been disabled: %s" : "Seuraavat sovellukset on poistettu käytöstä: %s",
+ "File is too big" : "Tiedosto on liian suuri",
"Invalid file provided" : "Määritetty virheellinen tiedosto",
"No image or file provided" : "Kuvaa tai tiedostoa ei määritelty",
"Unknown filetype" : "Tuntematon tiedostotyyppi",
diff --git a/core/l10n/fi_FI.json b/core/l10n/fi_FI.json
index 1738aeed31f..4dc72a9bef1 100644
--- a/core/l10n/fi_FI.json
+++ b/core/l10n/fi_FI.json
@@ -11,6 +11,7 @@
"Repair error: " : "Korjausvirhe:",
"Following incompatible apps have been disabled: %s" : "Seuraavat yhteensopimattomat sovellukset on poistettu käytöstä: %s",
"Following apps have been disabled: %s" : "Seuraavat sovellukset on poistettu käytöstä: %s",
+ "File is too big" : "Tiedosto on liian suuri",
"Invalid file provided" : "Määritetty virheellinen tiedosto",
"No image or file provided" : "Kuvaa tai tiedostoa ei määritelty",
"Unknown filetype" : "Tuntematon tiedostotyyppi",
diff --git a/core/l10n/gl.js b/core/l10n/gl.js
index 0d37512f4f5..5bf08ff8613 100644
--- a/core/l10n/gl.js
+++ b/core/l10n/gl.js
@@ -13,6 +13,7 @@ OC.L10N.register(
"Repair error: " : "Arranxar o erro:",
"Following incompatible apps have been disabled: %s" : "As seguintes aplicacións incompatíbeis foron desactivadas: %s",
"Following apps have been disabled: %s" : "As seguintes aplicacións foron desactivadas: %s",
+ "File is too big" : "O ficheiro é grande de máis",
"Invalid file provided" : "O ficheiro fornecido non é válido",
"No image or file provided" : "Non forneceu ningunha imaxe ou ficheiro",
"Unknown filetype" : "Tipo de ficheiro descoñecido",
diff --git a/core/l10n/gl.json b/core/l10n/gl.json
index b32d636ecd2..fc303761900 100644
--- a/core/l10n/gl.json
+++ b/core/l10n/gl.json
@@ -11,6 +11,7 @@
"Repair error: " : "Arranxar o erro:",
"Following incompatible apps have been disabled: %s" : "As seguintes aplicacións incompatíbeis foron desactivadas: %s",
"Following apps have been disabled: %s" : "As seguintes aplicacións foron desactivadas: %s",
+ "File is too big" : "O ficheiro é grande de máis",
"Invalid file provided" : "O ficheiro fornecido non é válido",
"No image or file provided" : "Non forneceu ningunha imaxe ou ficheiro",
"Unknown filetype" : "Tipo de ficheiro descoñecido",
diff --git a/core/l10n/it.js b/core/l10n/it.js
index 0651fca572a..67438dc4c98 100644
--- a/core/l10n/it.js
+++ b/core/l10n/it.js
@@ -13,6 +13,7 @@ OC.L10N.register(
"Repair error: " : "Errore di riparazione:",
"Following incompatible apps have been disabled: %s" : "Le seguenti applicazioni incompatibili sono state disabilitate: %s",
"Following apps have been disabled: %s" : "Le seguenti applicazioni sono state disabilitate: %s",
+ "File is too big" : "Il file è troppo grande",
"Invalid file provided" : "File non valido fornito",
"No image or file provided" : "Non è stata fornita alcun immagine o file",
"Unknown filetype" : "Tipo di file sconosciuto",
diff --git a/core/l10n/it.json b/core/l10n/it.json
index e89883fbedf..05f260041d8 100644
--- a/core/l10n/it.json
+++ b/core/l10n/it.json
@@ -11,6 +11,7 @@
"Repair error: " : "Errore di riparazione:",
"Following incompatible apps have been disabled: %s" : "Le seguenti applicazioni incompatibili sono state disabilitate: %s",
"Following apps have been disabled: %s" : "Le seguenti applicazioni sono state disabilitate: %s",
+ "File is too big" : "Il file è troppo grande",
"Invalid file provided" : "File non valido fornito",
"No image or file provided" : "Non è stata fornita alcun immagine o file",
"Unknown filetype" : "Tipo di file sconosciuto",
diff --git a/core/l10n/lt_LT.js b/core/l10n/lt_LT.js
index 7c27d780e38..64f62a8762b 100644
--- a/core/l10n/lt_LT.js
+++ b/core/l10n/lt_LT.js
@@ -4,6 +4,7 @@ OC.L10N.register(
"Couldn't send mail to following users: %s " : "Nepavyko nusiųsti el. pašto šiems naudotojams: %s ",
"Turned on maintenance mode" : "Įjungta priežiūros veiksena",
"Turned off maintenance mode" : "Išjungta priežiūros veiksena",
+ "Maintenance mode is kept active" : "Priežiūros veiksena yra aktyvi",
"Updated database" : "Atnaujinta duomenų bazė",
"No image or file provided" : "Nenurodytas paveikslėlis ar failas",
"Unknown filetype" : "Nežinomas failo tipas",
@@ -37,6 +38,7 @@ OC.L10N.register(
"Error loading file picker template: {error}" : "Klaida įkeliant failo parinkimo ruošinį: {error}",
"Ok" : "Gerai",
"Error loading message template: {error}" : "Klaida įkeliant žinutės ruošinį: {error}",
+ "read-only" : "tik skaitymui",
"_{count} file conflict_::_{count} file conflicts_" : ["{count} failas konfliktuoja","{count} failai konfliktuoja","{count} failų konfliktų"],
"One file conflict" : "Vienas failo konfliktas",
"Which files do you want to keep?" : "Kuriuos failus norite laikyti?",
@@ -55,6 +57,7 @@ OC.L10N.register(
"Shared with you and the group {group} by {owner}" : "Pasidalino su Jumis ir {group} grupe {owner}",
"Shared with you by {owner}" : "Pasidalino su Jumis {owner}",
"Share link" : "Dalintis nuoroda",
+ "Link" : "Nuoroda",
"Password protect" : "Apsaugotas slaptažodžiu",
"Password" : "Slaptažodis",
"Email link to person" : "Nusiųsti nuorodą paštu",
@@ -63,6 +66,7 @@ OC.L10N.register(
"Expiration" : "Galiojimo laikas",
"Expiration date" : "Galiojimo laikas",
"group" : "grupė",
+ "remote" : "nutolęs",
"Resharing is not allowed" : "Dalijinasis išnaujo negalimas",
"Shared in {item} with {user}" : "Pasidalino {item} su {user}",
"Unshare" : "Nebesidalinti",
@@ -71,6 +75,7 @@ OC.L10N.register(
"can edit" : "gali redaguoti",
"access control" : "priėjimo kontrolė",
"create" : "sukurti",
+ "change" : "keisti",
"delete" : "ištrinti",
"Password protected" : "Apsaugota slaptažodžiu",
"Error unsetting expiration date" : "Klaida nuimant galiojimo laiką",
@@ -85,11 +90,14 @@ OC.L10N.register(
"Edit tags" : "Redaguoti žymes",
"Error loading dialog template: {error}" : "Klaida įkeliant dialogo ruošinį: {error}",
"No tags selected for deletion." : "Trynimui nepasirinkta jokia žymė.",
+ "Hello world!" : "Sveikas pasauli!",
+ "sunny" : "saulėta",
"Please reload the page." : "Prašome perkrauti puslapį.",
"The update was successful. Redirecting you to ownCloud now." : "Atnaujinimas buvo sėkmingas. Nukreipiame į jūsų ownCloud.",
"%s password reset" : "%s slaptažodžio atnaujinimas",
"Use the following link to reset your password: {link}" : "Slaptažodio atkūrimui naudokite šią nuorodą: {link}",
"New password" : "Naujas slaptažodis",
+ "New Password" : "Naujas slaptažodis",
"Reset password" : "Atkurti slaptažodį",
"Personal" : "Asmeniniai",
"Users" : "Vartotojai",
@@ -104,9 +112,14 @@ OC.L10N.register(
"Error favoriting" : "Klaida įtraukiant į mėgstamus.",
"Error unfavoriting" : "Klaida pašalinant iš mėgstamų.",
"Access forbidden" : "Priėjimas draudžiamas",
+ "File not found" : "Failas nerastas",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Labas,\n\nInformuojame, kad %s pasidalino su Jumis %s.\nPažiūrėti tai: %s\n",
"The share will expire on %s." : "Bendrinimo laikas baigsis %s.",
"Cheers!" : "Sveikinimai!",
+ "Internal Server Error" : "Vidinė serverio klaida",
+ "Technical details" : "Techniniai duomenys",
+ "Trace" : "Sekti",
+ "Security warning" : "Saugumo perspėjimas",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Jūsų failai yra tikriausiai prieinami per internetą nes .htaccess failas neveikia.",
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\">documentation</a>." : "Kad gauti informaciją apie tai kaip tinkamai sukonfigūruoti savo serverį, prašome skaityti <a href=\"%s\" target=\"_blank\">dokumentaciją</a>.",
"Create an <strong>admin account</strong>" : "Sukurti <strong>administratoriaus paskyrą</strong>",
diff --git a/core/l10n/lt_LT.json b/core/l10n/lt_LT.json
index 79184dfdb27..0dae47445c6 100644
--- a/core/l10n/lt_LT.json
+++ b/core/l10n/lt_LT.json
@@ -2,6 +2,7 @@
"Couldn't send mail to following users: %s " : "Nepavyko nusiųsti el. pašto šiems naudotojams: %s ",
"Turned on maintenance mode" : "Įjungta priežiūros veiksena",
"Turned off maintenance mode" : "Išjungta priežiūros veiksena",
+ "Maintenance mode is kept active" : "Priežiūros veiksena yra aktyvi",
"Updated database" : "Atnaujinta duomenų bazė",
"No image or file provided" : "Nenurodytas paveikslėlis ar failas",
"Unknown filetype" : "Nežinomas failo tipas",
@@ -35,6 +36,7 @@
"Error loading file picker template: {error}" : "Klaida įkeliant failo parinkimo ruošinį: {error}",
"Ok" : "Gerai",
"Error loading message template: {error}" : "Klaida įkeliant žinutės ruošinį: {error}",
+ "read-only" : "tik skaitymui",
"_{count} file conflict_::_{count} file conflicts_" : ["{count} failas konfliktuoja","{count} failai konfliktuoja","{count} failų konfliktų"],
"One file conflict" : "Vienas failo konfliktas",
"Which files do you want to keep?" : "Kuriuos failus norite laikyti?",
@@ -53,6 +55,7 @@
"Shared with you and the group {group} by {owner}" : "Pasidalino su Jumis ir {group} grupe {owner}",
"Shared with you by {owner}" : "Pasidalino su Jumis {owner}",
"Share link" : "Dalintis nuoroda",
+ "Link" : "Nuoroda",
"Password protect" : "Apsaugotas slaptažodžiu",
"Password" : "Slaptažodis",
"Email link to person" : "Nusiųsti nuorodą paštu",
@@ -61,6 +64,7 @@
"Expiration" : "Galiojimo laikas",
"Expiration date" : "Galiojimo laikas",
"group" : "grupė",
+ "remote" : "nutolęs",
"Resharing is not allowed" : "Dalijinasis išnaujo negalimas",
"Shared in {item} with {user}" : "Pasidalino {item} su {user}",
"Unshare" : "Nebesidalinti",
@@ -69,6 +73,7 @@
"can edit" : "gali redaguoti",
"access control" : "priėjimo kontrolė",
"create" : "sukurti",
+ "change" : "keisti",
"delete" : "ištrinti",
"Password protected" : "Apsaugota slaptažodžiu",
"Error unsetting expiration date" : "Klaida nuimant galiojimo laiką",
@@ -83,11 +88,14 @@
"Edit tags" : "Redaguoti žymes",
"Error loading dialog template: {error}" : "Klaida įkeliant dialogo ruošinį: {error}",
"No tags selected for deletion." : "Trynimui nepasirinkta jokia žymė.",
+ "Hello world!" : "Sveikas pasauli!",
+ "sunny" : "saulėta",
"Please reload the page." : "Prašome perkrauti puslapį.",
"The update was successful. Redirecting you to ownCloud now." : "Atnaujinimas buvo sėkmingas. Nukreipiame į jūsų ownCloud.",
"%s password reset" : "%s slaptažodžio atnaujinimas",
"Use the following link to reset your password: {link}" : "Slaptažodio atkūrimui naudokite šią nuorodą: {link}",
"New password" : "Naujas slaptažodis",
+ "New Password" : "Naujas slaptažodis",
"Reset password" : "Atkurti slaptažodį",
"Personal" : "Asmeniniai",
"Users" : "Vartotojai",
@@ -102,9 +110,14 @@
"Error favoriting" : "Klaida įtraukiant į mėgstamus.",
"Error unfavoriting" : "Klaida pašalinant iš mėgstamų.",
"Access forbidden" : "Priėjimas draudžiamas",
+ "File not found" : "Failas nerastas",
"Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Labas,\n\nInformuojame, kad %s pasidalino su Jumis %s.\nPažiūrėti tai: %s\n",
"The share will expire on %s." : "Bendrinimo laikas baigsis %s.",
"Cheers!" : "Sveikinimai!",
+ "Internal Server Error" : "Vidinė serverio klaida",
+ "Technical details" : "Techniniai duomenys",
+ "Trace" : "Sekti",
+ "Security warning" : "Saugumo perspėjimas",
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Jūsų failai yra tikriausiai prieinami per internetą nes .htaccess failas neveikia.",
"For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\">documentation</a>." : "Kad gauti informaciją apie tai kaip tinkamai sukonfigūruoti savo serverį, prašome skaityti <a href=\"%s\" target=\"_blank\">dokumentaciją</a>.",
"Create an <strong>admin account</strong>" : "Sukurti <strong>administratoriaus paskyrą</strong>",
diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js
index 08cda274ab7..3d4843bcb81 100644
--- a/core/l10n/pt_BR.js
+++ b/core/l10n/pt_BR.js
@@ -13,6 +13,7 @@ OC.L10N.register(
"Repair error: " : "Reparação de erro:",
"Following incompatible apps have been disabled: %s" : "Seguir aplicativos incompatíveis foi desativado: %s",
"Following apps have been disabled: %s" : "Os seguintes aplicativos foram desabilitados: %s",
+ "File is too big" : "O arquivo é muito grande",
"Invalid file provided" : "Arquivo fornecido inválido",
"No image or file provided" : "Nenhuma imagem ou arquivo fornecido",
"Unknown filetype" : "Tipo de arquivo desconhecido",
diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json
index ddce0d164c1..d4e2fe1fd3f 100644
--- a/core/l10n/pt_BR.json
+++ b/core/l10n/pt_BR.json
@@ -11,6 +11,7 @@
"Repair error: " : "Reparação de erro:",
"Following incompatible apps have been disabled: %s" : "Seguir aplicativos incompatíveis foi desativado: %s",
"Following apps have been disabled: %s" : "Os seguintes aplicativos foram desabilitados: %s",
+ "File is too big" : "O arquivo é muito grande",
"Invalid file provided" : "Arquivo fornecido inválido",
"No image or file provided" : "Nenhuma imagem ou arquivo fornecido",
"Unknown filetype" : "Tipo de arquivo desconhecido",
diff --git a/core/l10n/sr.js b/core/l10n/sr.js
index 4a645b1f1dd..50603a4caa2 100644
--- a/core/l10n/sr.js
+++ b/core/l10n/sr.js
@@ -12,6 +12,7 @@ OC.L10N.register(
"Repair warning: " : "Упозорење о поправци :",
"Repair error: " : "Грешка поправке:",
"Following incompatible apps have been disabled: %s" : "Следеће неусаглашене апликације су искључене: %s",
+ "Following apps have been disabled: %s" : "Следеће апликације су искључене: %s",
"Invalid file provided" : "Понуђени фајл је неисправан",
"No image or file provided" : "Није дата ни слика ни фајл",
"Unknown filetype" : "Непознат тип фајла",
@@ -137,6 +138,7 @@ OC.L10N.register(
"Updating {productName} to version {version}, this may take a while." : "Надограђујем {productName} на издање {version}. Ово би могло да потраје.",
"Please reload the page." : "Поново учитајте страницу.",
"The update was unsuccessful. " : "Ажурирање није успело.",
+ "The update was successful. There were warnings." : "Ажурирање је успело. Било је упозорења.",
"The update was successful. Redirecting you to ownCloud now." : "Ажурирање је успело. Преусмеравам вас на оунКлауд.",
"Couldn't reset password because the token is invalid" : "Није могуће ресетовати лозинку јер je токен неважећи",
"Couldn't send reset email. Please make sure your username is correct." : "Не могу да пошаљем поруку за ресетовање лозинке. Проверите да ли је корисничко име исправно.",
diff --git a/core/l10n/sr.json b/core/l10n/sr.json
index a788d7633f3..ead0e061b96 100644
--- a/core/l10n/sr.json
+++ b/core/l10n/sr.json
@@ -10,6 +10,7 @@
"Repair warning: " : "Упозорење о поправци :",
"Repair error: " : "Грешка поправке:",
"Following incompatible apps have been disabled: %s" : "Следеће неусаглашене апликације су искључене: %s",
+ "Following apps have been disabled: %s" : "Следеће апликације су искључене: %s",
"Invalid file provided" : "Понуђени фајл је неисправан",
"No image or file provided" : "Није дата ни слика ни фајл",
"Unknown filetype" : "Непознат тип фајла",
@@ -135,6 +136,7 @@
"Updating {productName} to version {version}, this may take a while." : "Надограђујем {productName} на издање {version}. Ово би могло да потраје.",
"Please reload the page." : "Поново учитајте страницу.",
"The update was unsuccessful. " : "Ажурирање није успело.",
+ "The update was successful. There were warnings." : "Ажурирање је успело. Било је упозорења.",
"The update was successful. Redirecting you to ownCloud now." : "Ажурирање је успело. Преусмеравам вас на оунКлауд.",
"Couldn't reset password because the token is invalid" : "Није могуће ресетовати лозинку јер je токен неважећи",
"Couldn't send reset email. Please make sure your username is correct." : "Не могу да пошаљем поруку за ресетовање лозинке. Проверите да ли је корисничко име исправно.",
diff --git a/core/l10n/th_TH.js b/core/l10n/th_TH.js
index d40f2890fbc..9e56c2e84d1 100644
--- a/core/l10n/th_TH.js
+++ b/core/l10n/th_TH.js
@@ -13,6 +13,7 @@ OC.L10N.register(
"Repair error: " : "เกิดข้อผิดพลาดในการซ่อมแซม:",
"Following incompatible apps have been disabled: %s" : "แอพพลิเคชันต่อไปนี้เข้ากันไม่ได้มันจะถูกปิดการใช้งาน: %s",
"Following apps have been disabled: %s" : "แอพฯดังต่อไปนี้ถูกปิดการใช้งาน: %s",
+ "File is too big" : "ไฟล์มีขนาดใหญ่เกินไป",
"Invalid file provided" : "ระบุไฟล์ไม่ถูกต้อง",
"No image or file provided" : "ไม่มีรูปภาพหรือไฟล์ที่ระบุ",
"Unknown filetype" : "ไม่รู้จักชนิดของไฟล์",
@@ -217,7 +218,7 @@ OC.L10N.register(
"An internal error occured." : "เกิดข้อผิดพลาดภายใน",
"Please try again or contact your administrator." : "โปรดลองอีกครั้งหรือติดต่อผู้ดูแลระบบ",
"Forgot your password? Reset it!" : "ลืมรหัสผ่าน?",
- "remember" : "จำรหัสผ่าน",
+ "remember" : "จดจำฉัน",
"Log in" : "เข้าสู่ระบบ",
"Alternative Logins" : "ทางเลือกการเข้าสู่ระบบ",
"Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" : "นี่คุณ,<br><br>อยากให้คุณทราบว่า %s ได้แชร์ <strong>%s</strong> กับคุณ <br><a href=\"%s\">คลิกดูที่นี่</a><br><br>",
diff --git a/core/l10n/th_TH.json b/core/l10n/th_TH.json
index f5a93c5a335..8dc55d8f0e7 100644
--- a/core/l10n/th_TH.json
+++ b/core/l10n/th_TH.json
@@ -11,6 +11,7 @@
"Repair error: " : "เกิดข้อผิดพลาดในการซ่อมแซม:",
"Following incompatible apps have been disabled: %s" : "แอพพลิเคชันต่อไปนี้เข้ากันไม่ได้มันจะถูกปิดการใช้งาน: %s",
"Following apps have been disabled: %s" : "แอพฯดังต่อไปนี้ถูกปิดการใช้งาน: %s",
+ "File is too big" : "ไฟล์มีขนาดใหญ่เกินไป",
"Invalid file provided" : "ระบุไฟล์ไม่ถูกต้อง",
"No image or file provided" : "ไม่มีรูปภาพหรือไฟล์ที่ระบุ",
"Unknown filetype" : "ไม่รู้จักชนิดของไฟล์",
@@ -215,7 +216,7 @@
"An internal error occured." : "เกิดข้อผิดพลาดภายใน",
"Please try again or contact your administrator." : "โปรดลองอีกครั้งหรือติดต่อผู้ดูแลระบบ",
"Forgot your password? Reset it!" : "ลืมรหัสผ่าน?",
- "remember" : "จำรหัสผ่าน",
+ "remember" : "จดจำฉัน",
"Log in" : "เข้าสู่ระบบ",
"Alternative Logins" : "ทางเลือกการเข้าสู่ระบบ",
"Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" : "นี่คุณ,<br><br>อยากให้คุณทราบว่า %s ได้แชร์ <strong>%s</strong> กับคุณ <br><a href=\"%s\">คลิกดูที่นี่</a><br><br>",