Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--l10n/de.js3
-rw-r--r--l10n/de.json3
-rw-r--r--l10n/de.php3
-rw-r--r--l10n/de_DE.js1
-rw-r--r--l10n/de_DE.json1
-rw-r--r--l10n/de_DE.php1
-rw-r--r--l10n/es.js1
-rw-r--r--l10n/es.json1
-rw-r--r--l10n/es.php1
-rw-r--r--l10n/fi_FI.js1
-rw-r--r--l10n/fi_FI.json1
-rw-r--r--l10n/fi_FI.php1
-rw-r--r--l10n/gl.js1
-rw-r--r--l10n/gl.json1
-rw-r--r--l10n/gl.php1
-rw-r--r--l10n/it.js1
-rw-r--r--l10n/it.json1
-rw-r--r--l10n/it.php1
-rw-r--r--l10n/nb_NO.js1
-rw-r--r--l10n/nb_NO.json1
-rw-r--r--l10n/nb_NO.php1
-rw-r--r--l10n/nl.js1
-rw-r--r--l10n/nl.json1
-rw-r--r--l10n/nl.php1
-rw-r--r--l10n/pt_BR.js1
-rw-r--r--l10n/pt_BR.json1
-rw-r--r--l10n/pt_BR.php1
-rw-r--r--l10n/th_TH.js18
-rw-r--r--l10n/th_TH.json16
-rw-r--r--l10n/th_TH.php12
30 files changed, 73 insertions, 6 deletions
diff --git a/l10n/de.js b/l10n/de.js
index 8539260..8750d2f 100644
--- a/l10n/de.js
+++ b/l10n/de.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"files_texteditor",
{
+ "Invalid file path supplied." : "Ungültiger Dateipfad angegeben.",
"Cannot save file as it has been modified since opening" : "Die Datei konnte nicht gespeichert werden, weil sie seit dem Öffnen verändert worden ist",
"Insufficient permissions" : "Nicht ausreichende Berechtigungen",
"File path not supplied" : "Dateipfad nicht angegeben",
@@ -10,7 +11,7 @@ OC.L10N.register(
"Next" : "Weiter",
"Clear" : "Leeren",
"Saving..." : "Speichern…",
- "An error occurred!" : "Ein Fehler ist aufgetreten!",
+ "An error occurred!" : "Es ist ein Fehler aufgetreten!",
"There are unsaved changes in the text editor" : "Einige Änderungen im Texteditor wurden noch nicht gespeichert",
"There were unsaved changes, click here to go back" : "Einige Änderungen wurde noch nicht gespeichert. Klicke hier, um zurückzugehen."
},
diff --git a/l10n/de.json b/l10n/de.json
index 7490007..7c6926b 100644
--- a/l10n/de.json
+++ b/l10n/de.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Invalid file path supplied." : "Ungültiger Dateipfad angegeben.",
"Cannot save file as it has been modified since opening" : "Die Datei konnte nicht gespeichert werden, weil sie seit dem Öffnen verändert worden ist",
"Insufficient permissions" : "Nicht ausreichende Berechtigungen",
"File path not supplied" : "Dateipfad nicht angegeben",
@@ -8,7 +9,7 @@
"Next" : "Weiter",
"Clear" : "Leeren",
"Saving..." : "Speichern…",
- "An error occurred!" : "Ein Fehler ist aufgetreten!",
+ "An error occurred!" : "Es ist ein Fehler aufgetreten!",
"There are unsaved changes in the text editor" : "Einige Änderungen im Texteditor wurden noch nicht gespeichert",
"There were unsaved changes, click here to go back" : "Einige Änderungen wurde noch nicht gespeichert. Klicke hier, um zurückzugehen."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/l10n/de.php b/l10n/de.php
index f265d7a..b02cc8f 100644
--- a/l10n/de.php
+++ b/l10n/de.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"Invalid file path supplied." => "Ungültiger Dateipfad angegeben.",
"Cannot save file as it has been modified since opening" => "Die Datei konnte nicht gespeichert werden, weil sie seit dem Öffnen verändert worden ist",
"Insufficient permissions" => "Nicht ausreichende Berechtigungen",
"File path not supplied" => "Dateipfad nicht angegeben",
@@ -9,7 +10,7 @@ $TRANSLATIONS = array(
"Next" => "Weiter",
"Clear" => "Leeren",
"Saving..." => "Speichern…",
-"An error occurred!" => "Ein Fehler ist aufgetreten!",
+"An error occurred!" => "Es ist ein Fehler aufgetreten!",
"There are unsaved changes in the text editor" => "Einige Änderungen im Texteditor wurden noch nicht gespeichert",
"There were unsaved changes, click here to go back" => "Einige Änderungen wurde noch nicht gespeichert. Klicke hier, um zurückzugehen."
);
diff --git a/l10n/de_DE.js b/l10n/de_DE.js
index 6290126..d3ac5c1 100644
--- a/l10n/de_DE.js
+++ b/l10n/de_DE.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"files_texteditor",
{
+ "Invalid file path supplied." : "Ungültiger Dateipfad angegeben.",
"Cannot save file as it has been modified since opening" : "Die Datei konnte nicht gespeichert werden, weil sie seit dem Öffnen verändert worden ist",
"Insufficient permissions" : "Nicht ausreichende Berechtigungen",
"File path not supplied" : "Dateipfad nicht angegeben",
diff --git a/l10n/de_DE.json b/l10n/de_DE.json
index d8f3376..84e715f 100644
--- a/l10n/de_DE.json
+++ b/l10n/de_DE.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Invalid file path supplied." : "Ungültiger Dateipfad angegeben.",
"Cannot save file as it has been modified since opening" : "Die Datei konnte nicht gespeichert werden, weil sie seit dem Öffnen verändert worden ist",
"Insufficient permissions" : "Nicht ausreichende Berechtigungen",
"File path not supplied" : "Dateipfad nicht angegeben",
diff --git a/l10n/de_DE.php b/l10n/de_DE.php
index 726d960..228ac4b 100644
--- a/l10n/de_DE.php
+++ b/l10n/de_DE.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"Invalid file path supplied." => "Ungültiger Dateipfad angegeben.",
"Cannot save file as it has been modified since opening" => "Die Datei konnte nicht gespeichert werden, weil sie seit dem Öffnen verändert worden ist",
"Insufficient permissions" => "Nicht ausreichende Berechtigungen",
"File path not supplied" => "Dateipfad nicht angegeben",
diff --git a/l10n/es.js b/l10n/es.js
index ecb8251..4e60d69 100644
--- a/l10n/es.js
+++ b/l10n/es.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"files_texteditor",
{
+ "Invalid file path supplied." : "Ruta de archivo inválida.",
"Cannot save file as it has been modified since opening" : "No es posible guardar el archivo; pues ha sido modificado",
"Insufficient permissions" : "Permisos insuficientes",
"File path not supplied" : "No se ha proporcionado la ruta del archivo",
diff --git a/l10n/es.json b/l10n/es.json
index 40bb4a8..52fc682 100644
--- a/l10n/es.json
+++ b/l10n/es.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Invalid file path supplied." : "Ruta de archivo inválida.",
"Cannot save file as it has been modified since opening" : "No es posible guardar el archivo; pues ha sido modificado",
"Insufficient permissions" : "Permisos insuficientes",
"File path not supplied" : "No se ha proporcionado la ruta del archivo",
diff --git a/l10n/es.php b/l10n/es.php
index abbdd96..bef3ae3 100644
--- a/l10n/es.php
+++ b/l10n/es.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"Invalid file path supplied." => "Ruta de archivo inválida.",
"Cannot save file as it has been modified since opening" => "No es posible guardar el archivo; pues ha sido modificado",
"Insufficient permissions" => "Permisos insuficientes",
"File path not supplied" => "No se ha proporcionado la ruta del archivo",
diff --git a/l10n/fi_FI.js b/l10n/fi_FI.js
index 0ead1f3..fbc00ad 100644
--- a/l10n/fi_FI.js
+++ b/l10n/fi_FI.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"files_texteditor",
{
+ "Invalid file path supplied." : "Virheellinen tiedostopolku.",
"Cannot save file as it has been modified since opening" : "Tiedostoa ei voi tallentaa, koska sitä on muokattu avaamisen jälkeen",
"Insufficient permissions" : "Oikeudet eivät riitä",
"File path not supplied" : "TIedoston polkua ei annettu",
diff --git a/l10n/fi_FI.json b/l10n/fi_FI.json
index 127d090..23581fa 100644
--- a/l10n/fi_FI.json
+++ b/l10n/fi_FI.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Invalid file path supplied." : "Virheellinen tiedostopolku.",
"Cannot save file as it has been modified since opening" : "Tiedostoa ei voi tallentaa, koska sitä on muokattu avaamisen jälkeen",
"Insufficient permissions" : "Oikeudet eivät riitä",
"File path not supplied" : "TIedoston polkua ei annettu",
diff --git a/l10n/fi_FI.php b/l10n/fi_FI.php
index 9e8641a..a0e2564 100644
--- a/l10n/fi_FI.php
+++ b/l10n/fi_FI.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"Invalid file path supplied." => "Virheellinen tiedostopolku.",
"Cannot save file as it has been modified since opening" => "Tiedostoa ei voi tallentaa, koska sitä on muokattu avaamisen jälkeen",
"Insufficient permissions" => "Oikeudet eivät riitä",
"File path not supplied" => "TIedoston polkua ei annettu",
diff --git a/l10n/gl.js b/l10n/gl.js
index 0816ffb..cec9d0b 100644
--- a/l10n/gl.js
+++ b/l10n/gl.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"files_texteditor",
{
+ "Invalid file path supplied." : "Forneceu unha ruta incorrecta.",
"Cannot save file as it has been modified since opening" : "Non é posíbel gardar o ficheiro, xa que foi modificado trala súa apertura",
"Insufficient permissions" : "Non ten permisos abondo",
"File path not supplied" : "Non forneceu unha ruta de ficheiro",
diff --git a/l10n/gl.json b/l10n/gl.json
index 86ce29c..4d6658a 100644
--- a/l10n/gl.json
+++ b/l10n/gl.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Invalid file path supplied." : "Forneceu unha ruta incorrecta.",
"Cannot save file as it has been modified since opening" : "Non é posíbel gardar o ficheiro, xa que foi modificado trala súa apertura",
"Insufficient permissions" : "Non ten permisos abondo",
"File path not supplied" : "Non forneceu unha ruta de ficheiro",
diff --git a/l10n/gl.php b/l10n/gl.php
index 7dbf295..43873bd 100644
--- a/l10n/gl.php
+++ b/l10n/gl.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"Invalid file path supplied." => "Forneceu unha ruta incorrecta.",
"Cannot save file as it has been modified since opening" => "Non é posíbel gardar o ficheiro, xa que foi modificado trala súa apertura",
"Insufficient permissions" => "Non ten permisos abondo",
"File path not supplied" => "Non forneceu unha ruta de ficheiro",
diff --git a/l10n/it.js b/l10n/it.js
index 4be0f7e..6189dc7 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"files_texteditor",
{
+ "Invalid file path supplied." : "Fornito un percorso del file non valido.",
"Cannot save file as it has been modified since opening" : "Impossibile salvare il file poiché è stato modificato dopo la sua apertura",
"Insufficient permissions" : "Permessi insufficienti",
"File path not supplied" : "Percorso del file non fornito",
diff --git a/l10n/it.json b/l10n/it.json
index 88483e5..fde3179 100644
--- a/l10n/it.json
+++ b/l10n/it.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Invalid file path supplied." : "Fornito un percorso del file non valido.",
"Cannot save file as it has been modified since opening" : "Impossibile salvare il file poiché è stato modificato dopo la sua apertura",
"Insufficient permissions" : "Permessi insufficienti",
"File path not supplied" : "Percorso del file non fornito",
diff --git a/l10n/it.php b/l10n/it.php
index a75973c..336e4e4 100644
--- a/l10n/it.php
+++ b/l10n/it.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"Invalid file path supplied." => "Fornito un percorso del file non valido.",
"Cannot save file as it has been modified since opening" => "Impossibile salvare il file poiché è stato modificato dopo la sua apertura",
"Insufficient permissions" => "Permessi insufficienti",
"File path not supplied" => "Percorso del file non fornito",
diff --git a/l10n/nb_NO.js b/l10n/nb_NO.js
index 51c5279..30a6cbd 100644
--- a/l10n/nb_NO.js
+++ b/l10n/nb_NO.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"files_texteditor",
{
+ "Invalid file path supplied." : "Ugyldig sti angitt.",
"Cannot save file as it has been modified since opening" : "Kan ikke lagre filen siden den har blitt endret.",
"Insufficient permissions" : "Ikke rettigheter",
"File path not supplied" : "Filbane ikke angitt",
diff --git a/l10n/nb_NO.json b/l10n/nb_NO.json
index 9088844..ea81bd5 100644
--- a/l10n/nb_NO.json
+++ b/l10n/nb_NO.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Invalid file path supplied." : "Ugyldig sti angitt.",
"Cannot save file as it has been modified since opening" : "Kan ikke lagre filen siden den har blitt endret.",
"Insufficient permissions" : "Ikke rettigheter",
"File path not supplied" : "Filbane ikke angitt",
diff --git a/l10n/nb_NO.php b/l10n/nb_NO.php
index 5d14c48..f39c2ce 100644
--- a/l10n/nb_NO.php
+++ b/l10n/nb_NO.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"Invalid file path supplied." => "Ugyldig sti angitt.",
"Cannot save file as it has been modified since opening" => "Kan ikke lagre filen siden den har blitt endret.",
"Insufficient permissions" => "Ikke rettigheter",
"File path not supplied" => "Filbane ikke angitt",
diff --git a/l10n/nl.js b/l10n/nl.js
index 91ad422..5884da1 100644
--- a/l10n/nl.js
+++ b/l10n/nl.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"files_texteditor",
{
+ "Invalid file path supplied." : "Ongeldig pad opgegeven.",
"Cannot save file as it has been modified since opening" : "Kan het bestand niet opslaan omdat het is gewijzigd na het openen",
"Insufficient permissions" : "Onvoldoende rechten",
"File path not supplied" : "Bestandspad niet opgegeven",
diff --git a/l10n/nl.json b/l10n/nl.json
index 1173af8..f6700bb 100644
--- a/l10n/nl.json
+++ b/l10n/nl.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Invalid file path supplied." : "Ongeldig pad opgegeven.",
"Cannot save file as it has been modified since opening" : "Kan het bestand niet opslaan omdat het is gewijzigd na het openen",
"Insufficient permissions" : "Onvoldoende rechten",
"File path not supplied" : "Bestandspad niet opgegeven",
diff --git a/l10n/nl.php b/l10n/nl.php
index 3bb0302..b77f756 100644
--- a/l10n/nl.php
+++ b/l10n/nl.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"Invalid file path supplied." => "Ongeldig pad opgegeven.",
"Cannot save file as it has been modified since opening" => "Kan het bestand niet opslaan omdat het is gewijzigd na het openen",
"Insufficient permissions" => "Onvoldoende rechten",
"File path not supplied" => "Bestandspad niet opgegeven",
diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js
index fd1e78c..916e3ef 100644
--- a/l10n/pt_BR.js
+++ b/l10n/pt_BR.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"files_texteditor",
{
+ "Invalid file path supplied." : "O caminho do arquivo que foi fornecido é inválido.",
"Cannot save file as it has been modified since opening" : "Não é possível salvar arquivo como ele foi modificado desde a abertura",
"Insufficient permissions" : "Permissões insuficientes",
"File path not supplied" : "Caminho do arquivo não fornecido",
diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json
index 1435153..a7716aa 100644
--- a/l10n/pt_BR.json
+++ b/l10n/pt_BR.json
@@ -1,4 +1,5 @@
{ "translations": {
+ "Invalid file path supplied." : "O caminho do arquivo que foi fornecido é inválido.",
"Cannot save file as it has been modified since opening" : "Não é possível salvar arquivo como ele foi modificado desde a abertura",
"Insufficient permissions" : "Permissões insuficientes",
"File path not supplied" : "Caminho do arquivo não fornecido",
diff --git a/l10n/pt_BR.php b/l10n/pt_BR.php
index a1b13a5..378ffce 100644
--- a/l10n/pt_BR.php
+++ b/l10n/pt_BR.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"Invalid file path supplied." => "O caminho do arquivo que foi fornecido é inválido.",
"Cannot save file as it has been modified since opening" => "Não é possível salvar arquivo como ele foi modificado desde a abertura",
"Insufficient permissions" => "Permissões insuficientes",
"File path not supplied" => "Caminho do arquivo não fornecido",
diff --git a/l10n/th_TH.js b/l10n/th_TH.js
new file mode 100644
index 0000000..504811a
--- /dev/null
+++ b/l10n/th_TH.js
@@ -0,0 +1,18 @@
+OC.L10N.register(
+ "files_texteditor",
+ {
+ "Invalid file path supplied." : "เส้นทางของไฟล์ที่ให้มาไม่ถูกต้อง",
+ "Cannot save file as it has been modified since opening" : "ไม่สามารถบันทึกไฟล์ในขณะที่มันถูกเปิดและแก้ไขอยู่",
+ "Insufficient permissions" : "สิทธิ์ไม่เพียงพอ",
+ "File path not supplied" : "ไม่ได้ระบุเส้นทางของไฟล์",
+ "File mtime not supplied" : "ไม่ได้ให้ไฟล์ mtime มาด้วย",
+ "Save" : "บันทึก",
+ "Search" : "ค้นหา",
+ "Next" : "ถัดไป",
+ "Clear" : "ล้างข้อมูล",
+ "Saving..." : "กำลังบันทึกข้อมูล...",
+ "An error occurred!" : "เกิดข้อผิดพลาดบางประการ!",
+ "There are unsaved changes in the text editor" : "มีการเปลี่ยนแปลงที่ไม่ถูกบันทึกในโปรแกรมแก้ไขข้อความ",
+ "There were unsaved changes, click here to go back" : "มีค่าเปลี่ยนแปลงที่ยังไม่ได้รับการบันทึกข้อมูล, คลิกเพื่อย้อนกลับไป"
+},
+"nplurals=1; plural=0;");
diff --git a/l10n/th_TH.json b/l10n/th_TH.json
new file mode 100644
index 0000000..1b3adcb
--- /dev/null
+++ b/l10n/th_TH.json
@@ -0,0 +1,16 @@
+{ "translations": {
+ "Invalid file path supplied." : "เส้นทางของไฟล์ที่ให้มาไม่ถูกต้อง",
+ "Cannot save file as it has been modified since opening" : "ไม่สามารถบันทึกไฟล์ในขณะที่มันถูกเปิดและแก้ไขอยู่",
+ "Insufficient permissions" : "สิทธิ์ไม่เพียงพอ",
+ "File path not supplied" : "ไม่ได้ระบุเส้นทางของไฟล์",
+ "File mtime not supplied" : "ไม่ได้ให้ไฟล์ mtime มาด้วย",
+ "Save" : "บันทึก",
+ "Search" : "ค้นหา",
+ "Next" : "ถัดไป",
+ "Clear" : "ล้างข้อมูล",
+ "Saving..." : "กำลังบันทึกข้อมูล...",
+ "An error occurred!" : "เกิดข้อผิดพลาดบางประการ!",
+ "There are unsaved changes in the text editor" : "มีการเปลี่ยนแปลงที่ไม่ถูกบันทึกในโปรแกรมแก้ไขข้อความ",
+ "There were unsaved changes, click here to go back" : "มีค่าเปลี่ยนแปลงที่ยังไม่ได้รับการบันทึกข้อมูล, คลิกเพื่อย้อนกลับไป"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file
diff --git a/l10n/th_TH.php b/l10n/th_TH.php
index 9f13169..96f4525 100644
--- a/l10n/th_TH.php
+++ b/l10n/th_TH.php
@@ -1,11 +1,17 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
+"Invalid file path supplied." => "เส้นทางของไฟล์ที่ให้มาไม่ถูกต้อง",
+"Cannot save file as it has been modified since opening" => "ไม่สามารถบันทึกไฟล์ในขณะที่มันถูกเปิดและแก้ไขอยู่",
+"Insufficient permissions" => "สิทธิ์ไม่เพียงพอ",
+"File path not supplied" => "ไม่ได้ระบุเส้นทางของไฟล์",
+"File mtime not supplied" => "ไม่ได้ให้ไฟล์ mtime มาด้วย",
"Save" => "บันทึก",
"Search" => "ค้นหา",
-"Close" => "ปิด",
"Next" => "ถัดไป",
"Clear" => "ล้างข้อมูล",
"Saving..." => "กำลังบันทึกข้อมูล...",
-"Failed to save file" => "บันทึกไฟล์ล้มเหลว",
"An error occurred!" => "เกิดข้อผิดพลาดบางประการ!",
+"There are unsaved changes in the text editor" => "มีการเปลี่ยนแปลงที่ไม่ถูกบันทึกในโปรแกรมแก้ไขข้อความ",
"There were unsaved changes, click here to go back" => "มีค่าเปลี่ยนแปลงที่ยังไม่ได้รับการบันทึกข้อมูล, คลิกเพื่อย้อนกลับไป"
);
+$PLURAL_FORMS = "nplurals=1; plural=0;";