diff --git a/l10n/af.js b/l10n/af.js index cdbe81d..09619e4 100644 --- a/l10n/af.js +++ b/l10n/af.js @@ -1,8 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "Argief", - "File name" : "Lêernaam", - "Cancel" : "Kanselleer" + "Archive" : "Argief" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/af.json b/l10n/af.json index fb6b914..1d58231 100644 --- a/l10n/af.json +++ b/l10n/af.json @@ -1,6 +1,4 @@ { "translations": { - "Archive" : "Argief", - "File name" : "Lêernaam", - "Cancel" : "Kanselleer" + "Archive" : "Argief" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/an.js b/l10n/an.js deleted file mode 100644 index cb65f84..0000000 --- a/l10n/an.js +++ /dev/null @@ -1,6 +0,0 @@ -OC.L10N.register( - "files_zip", - { - "Cancel" : "Canzelar" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/l10n/an.json b/l10n/an.json deleted file mode 100644 index 95bf0d7..0000000 --- a/l10n/an.json +++ /dev/null @@ -1,4 +0,0 @@ -{ "translations": { - "Cancel" : "Canzelar" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/l10n/ar.js b/l10n/ar.js index 9ef7804..396dc61 100644 --- a/l10n/ar.js +++ b/l10n/ar.js @@ -7,16 +7,11 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "فشل في إنشاء ملف الأرشيف Zip ـ {path}.", "Zip files in your Nextcloud" : "ملفات أرشيف Zip على نكست كلاود", "Allow zipping files directly in your Nextcloud!" : "السماح بضغط الملفات مُباشرةً على نكست كلاود!", + "Compress files" : "ضغط الملفات", "Compress to Zip" : "الضغط إلى Zip", - "Only files up to {maxSize} can be compressed." : "يُمكن ضغط ملفات بحجم أقصى {maxSize}.", "Archive" : "الأرشيف", - "Select a name for the Zip archive" : "إختر اسماً لأرشيف Zip", - "_Compress {files} file_::_Compress {files} files_" : ["ضغط {files} ملفات ","ضغط {files} ملف","ضغط {files} ملفات ","ضغط {files} ملفات ","ضغط {files} ملفات ","ضغط {files} ملفات"], - "The name selected is invalid." : "الاسم الذي تمّ اختياره غير مقبول.", - "File name" : "اسم الملف", "Creating Zip archive started. We will notify you as soon as the archive is available." : "بدأ تكوين الأرشيف المضغوط. سيتم إعلامك بمجرد انتهاء العملية.", "An error happened when trying to compress the file." : "حدث خطأٌ أثناء محاولة ضغط الملف.", - "Cancel" : "إلغاء", - "Compress files" : "ضغط الملفات" + "Only files up to {maxSize} can be compressed." : "يُمكن ضغط ملفات بحجم أقصى {maxSize}." }, "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/l10n/ar.json b/l10n/ar.json index 1d9ee5a..a5e8ef0 100644 --- a/l10n/ar.json +++ b/l10n/ar.json @@ -5,16 +5,11 @@ "Creating the Zip file {path} failed." : "فشل في إنشاء ملف الأرشيف Zip ـ {path}.", "Zip files in your Nextcloud" : "ملفات أرشيف Zip على نكست كلاود", "Allow zipping files directly in your Nextcloud!" : "السماح بضغط الملفات مُباشرةً على نكست كلاود!", + "Compress files" : "ضغط الملفات", "Compress to Zip" : "الضغط إلى Zip", - "Only files up to {maxSize} can be compressed." : "يُمكن ضغط ملفات بحجم أقصى {maxSize}.", "Archive" : "الأرشيف", - "Select a name for the Zip archive" : "إختر اسماً لأرشيف Zip", - "_Compress {files} file_::_Compress {files} files_" : ["ضغط {files} ملفات ","ضغط {files} ملف","ضغط {files} ملفات ","ضغط {files} ملفات ","ضغط {files} ملفات ","ضغط {files} ملفات"], - "The name selected is invalid." : "الاسم الذي تمّ اختياره غير مقبول.", - "File name" : "اسم الملف", "Creating Zip archive started. We will notify you as soon as the archive is available." : "بدأ تكوين الأرشيف المضغوط. سيتم إعلامك بمجرد انتهاء العملية.", "An error happened when trying to compress the file." : "حدث خطأٌ أثناء محاولة ضغط الملف.", - "Cancel" : "إلغاء", - "Compress files" : "ضغط الملفات" + "Only files up to {maxSize} can be compressed." : "يُمكن ضغط ملفات بحجم أقصى {maxSize}." },"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" } \ No newline at end of file diff --git a/l10n/ast.js b/l10n/ast.js deleted file mode 100644 index dc8b93a..0000000 --- a/l10n/ast.js +++ /dev/null @@ -1,6 +0,0 @@ -OC.L10N.register( - "files_zip", - { - "Cancel" : "Encaboxar" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ast.json b/l10n/ast.json deleted file mode 100644 index 92d5d76..0000000 --- a/l10n/ast.json +++ /dev/null @@ -1,4 +0,0 @@ -{ "translations": { - "Cancel" : "Encaboxar" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/l10n/az.js b/l10n/az.js index 53cfee9..b26b8ef 100644 --- a/l10n/az.js +++ b/l10n/az.js @@ -1,7 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "Arxiv", - "Cancel" : "Dayandır" + "Archive" : "Arxiv" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/az.json b/l10n/az.json index a045353..974c03d 100644 --- a/l10n/az.json +++ b/l10n/az.json @@ -1,5 +1,4 @@ { "translations": { - "Archive" : "Arxiv", - "Cancel" : "Dayandır" + "Archive" : "Arxiv" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/be.js b/l10n/be.js deleted file mode 100644 index a7e8bd8..0000000 --- a/l10n/be.js +++ /dev/null @@ -1,6 +0,0 @@ -OC.L10N.register( - "files_zip", - { - "Cancel" : "Cancel" -}, -"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/l10n/be.json b/l10n/be.json deleted file mode 100644 index d2805ac..0000000 --- a/l10n/be.json +++ /dev/null @@ -1,4 +0,0 @@ -{ "translations": { - "Cancel" : "Cancel" -},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" -} \ No newline at end of file diff --git a/l10n/bg.js b/l10n/bg.js index ec293ee..06feca6 100644 --- a/l10n/bg.js +++ b/l10n/bg.js @@ -7,16 +7,11 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "Създаването на Zip файл {path} не беше успешно.", "Zip files in your Nextcloud" : "Zip файлове във вашия Nextcloud", "Allow zipping files directly in your Nextcloud!" : "Позволете компресирането на файлове директно във вашият Nextcloud!", + "Compress files" : "Компресиране на файлове", "Compress to Zip" : "Компресиране в Zip", - "Only files up to {maxSize} can be compressed." : "Могат да бъдат компресирани само файлове с големина до {maxSize} .", "Archive" : "Архив", - "Select a name for the Zip archive" : "Избор на име за Zip архив", - "_Compress {files} file_::_Compress {files} files_" : ["Компресиране на {files} файлове","Компресиране на {files} файлове"], - "The name selected is invalid." : "Избраното име е невалидно.", - "File name" : "Име на файл", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Започна създаването на Zip архив. Ще ви уведомим веднага, щом архивът бъде наличен.", "An error happened when trying to compress the file." : "Възникна грешка при опит за компресиране на файла.", - "Cancel" : "Отказ", - "Compress files" : "Компресиране на файлове" + "Only files up to {maxSize} can be compressed." : "Могат да бъдат компресирани само файлове с големина до {maxSize} ." }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/bg.json b/l10n/bg.json index 67f983f..74674f8 100644 --- a/l10n/bg.json +++ b/l10n/bg.json @@ -5,16 +5,11 @@ "Creating the Zip file {path} failed." : "Създаването на Zip файл {path} не беше успешно.", "Zip files in your Nextcloud" : "Zip файлове във вашия Nextcloud", "Allow zipping files directly in your Nextcloud!" : "Позволете компресирането на файлове директно във вашият Nextcloud!", + "Compress files" : "Компресиране на файлове", "Compress to Zip" : "Компресиране в Zip", - "Only files up to {maxSize} can be compressed." : "Могат да бъдат компресирани само файлове с големина до {maxSize} .", "Archive" : "Архив", - "Select a name for the Zip archive" : "Избор на име за Zip архив", - "_Compress {files} file_::_Compress {files} files_" : ["Компресиране на {files} файлове","Компресиране на {files} файлове"], - "The name selected is invalid." : "Избраното име е невалидно.", - "File name" : "Име на файл", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Започна създаването на Zip архив. Ще ви уведомим веднага, щом архивът бъде наличен.", "An error happened when trying to compress the file." : "Възникна грешка при опит за компресиране на файла.", - "Cancel" : "Отказ", - "Compress files" : "Компресиране на файлове" + "Only files up to {maxSize} can be compressed." : "Могат да бъдат компресирани само файлове с големина до {maxSize} ." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/bn_BD.js b/l10n/bn_BD.js deleted file mode 100644 index ea0144c..0000000 --- a/l10n/bn_BD.js +++ /dev/null @@ -1,6 +0,0 @@ -OC.L10N.register( - "files_zip", - { - "Cancel" : "বাতির" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/l10n/bn_BD.json b/l10n/bn_BD.json deleted file mode 100644 index adfcbc4..0000000 --- a/l10n/bn_BD.json +++ /dev/null @@ -1,4 +0,0 @@ -{ "translations": { - "Cancel" : "বাতির" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/l10n/br.js b/l10n/br.js deleted file mode 100644 index e0ce618..0000000 --- a/l10n/br.js +++ /dev/null @@ -1,6 +0,0 @@ -OC.L10N.register( - "files_zip", - { - "Cancel" : "Arrest" -}, -"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);"); diff --git a/l10n/br.json b/l10n/br.json deleted file mode 100644 index 719782f..0000000 --- a/l10n/br.json +++ /dev/null @@ -1,4 +0,0 @@ -{ "translations": { - "Cancel" : "Arrest" -},"pluralForm" :"nplurals=5; plural=((n%10 == 1) && (n%100 != 11) && (n%100 !=71) && (n%100 !=91) ? 0 :(n%10 == 2) && (n%100 != 12) && (n%100 !=72) && (n%100 !=92) ? 1 :(n%10 ==3 || n%10==4 || n%10==9) && (n%100 < 10 || n% 100 > 19) && (n%100 < 70 || n%100 > 79) && (n%100 < 90 || n%100 > 99) ? 2 :(n != 0 && n % 1000000 == 0) ? 3 : 4);" -} \ No newline at end of file diff --git a/l10n/bs.js b/l10n/bs.js deleted file mode 100644 index dd5461c..0000000 --- a/l10n/bs.js +++ /dev/null @@ -1,6 +0,0 @@ -OC.L10N.register( - "files_zip", - { - "Cancel" : "Otkaži" -}, -"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/l10n/bs.json b/l10n/bs.json deleted file mode 100644 index 14a6962..0000000 --- a/l10n/bs.json +++ /dev/null @@ -1,4 +0,0 @@ -{ "translations": { - "Cancel" : "Otkaži" -},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" -} \ No newline at end of file diff --git a/l10n/ca.js b/l10n/ca.js index 4d27377..75ca9ab 100644 --- a/l10n/ca.js +++ b/l10n/ca.js @@ -7,16 +7,11 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "No s'ha pogut crear l'arxiu ZIP {path}.", "Zip files in your Nextcloud" : "Comprimiu fitxers en el Nextcloud", "Allow zipping files directly in your Nextcloud!" : "Permetre comprimir fitxers directament en el Nextcloud!", + "Compress files" : "Comprimeix els fitxers", "Compress to Zip" : "Comprimeix a un arxiu ZIP", - "Only files up to {maxSize} can be compressed." : "Només es poden comprimir fitxers de fins a {maxSize}.", "Archive" : "Arxiu", - "Select a name for the Zip archive" : "Seleccioneu un nom per a l'arxiu ZIP", - "_Compress {files} file_::_Compress {files} files_" : ["Comprimeix {files} fitxer","Comprimeix {files} fitxers"], - "The name selected is invalid." : "El nom seleccionat no és vàlid.", - "File name" : "Nom del fitxer", "Creating Zip archive started. We will notify you as soon as the archive is available." : "S'ha iniciat la creació de l'arxiu ZIP. Rebreu una notificació quan l'arxiu estigui disponible.", "An error happened when trying to compress the file." : "S'ha produït un error en intentar comprimir el fitxer.", - "Cancel" : "Cancel·la", - "Compress files" : "Comprimeix els fitxers" + "Only files up to {maxSize} can be compressed." : "Només es poden comprimir fitxers de fins a {maxSize}." }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/ca.json b/l10n/ca.json index fb1283e..0f46930 100644 --- a/l10n/ca.json +++ b/l10n/ca.json @@ -5,16 +5,11 @@ "Creating the Zip file {path} failed." : "No s'ha pogut crear l'arxiu ZIP {path}.", "Zip files in your Nextcloud" : "Comprimiu fitxers en el Nextcloud", "Allow zipping files directly in your Nextcloud!" : "Permetre comprimir fitxers directament en el Nextcloud!", + "Compress files" : "Comprimeix els fitxers", "Compress to Zip" : "Comprimeix a un arxiu ZIP", - "Only files up to {maxSize} can be compressed." : "Només es poden comprimir fitxers de fins a {maxSize}.", "Archive" : "Arxiu", - "Select a name for the Zip archive" : "Seleccioneu un nom per a l'arxiu ZIP", - "_Compress {files} file_::_Compress {files} files_" : ["Comprimeix {files} fitxer","Comprimeix {files} fitxers"], - "The name selected is invalid." : "El nom seleccionat no és vàlid.", - "File name" : "Nom del fitxer", "Creating Zip archive started. We will notify you as soon as the archive is available." : "S'ha iniciat la creació de l'arxiu ZIP. Rebreu una notificació quan l'arxiu estigui disponible.", "An error happened when trying to compress the file." : "S'ha produït un error en intentar comprimir el fitxer.", - "Cancel" : "Cancel·la", - "Compress files" : "Comprimeix els fitxers" + "Only files up to {maxSize} can be compressed." : "Només es poden comprimir fitxers de fins a {maxSize}." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/cs.js b/l10n/cs.js index be6c319..b207535 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -7,16 +7,11 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "Vytváření Zip souboru {path} se nezdařilo.", "Zip files in your Nextcloud" : "Zip soubory v rámci Nextcloud", "Allow zipping files directly in your Nextcloud!" : "Umožňuje komprimování souborů do zip archivů přímo v rámci Nextcloud!", + "Compress files" : "Zkomprimovat soubory", "Compress to Zip" : "Zkomprimovat do Zip", - "Only files up to {maxSize} can be compressed." : "Komprimovat soubory je možné pouze do velikosti {maxSize}.", "Archive" : "Archiv", - "Select a name for the Zip archive" : "Vyberte název pro Zip archiv", - "_Compress {files} file_::_Compress {files} files_" : ["Zkomprimovat {files} soubor","Zkomprimovat {files} soubory","Zkomprimovat {files} souborů","Zkomprimovat {files} soubory"], - "The name selected is invalid." : "Zvolený název není platný.", - "File name" : "Název souboru", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Vytváření Zip archivu zahájeno. Jakmile bude archiv k dispozici, budete upozorněni.", "An error happened when trying to compress the file." : "Došlo k chybě při pokusu o zkomprimování souboru.", - "Cancel" : "Storno", - "Compress files" : "Zkomprimovat soubory" + "Only files up to {maxSize} can be compressed." : "Komprimovat soubory je možné pouze do velikosti {maxSize}." }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/l10n/cs.json b/l10n/cs.json index a31f53b..67afadc 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -5,16 +5,11 @@ "Creating the Zip file {path} failed." : "Vytváření Zip souboru {path} se nezdařilo.", "Zip files in your Nextcloud" : "Zip soubory v rámci Nextcloud", "Allow zipping files directly in your Nextcloud!" : "Umožňuje komprimování souborů do zip archivů přímo v rámci Nextcloud!", + "Compress files" : "Zkomprimovat soubory", "Compress to Zip" : "Zkomprimovat do Zip", - "Only files up to {maxSize} can be compressed." : "Komprimovat soubory je možné pouze do velikosti {maxSize}.", "Archive" : "Archiv", - "Select a name for the Zip archive" : "Vyberte název pro Zip archiv", - "_Compress {files} file_::_Compress {files} files_" : ["Zkomprimovat {files} soubor","Zkomprimovat {files} soubory","Zkomprimovat {files} souborů","Zkomprimovat {files} soubory"], - "The name selected is invalid." : "Zvolený název není platný.", - "File name" : "Název souboru", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Vytváření Zip archivu zahájeno. Jakmile bude archiv k dispozici, budete upozorněni.", "An error happened when trying to compress the file." : "Došlo k chybě při pokusu o zkomprimování souboru.", - "Cancel" : "Storno", - "Compress files" : "Zkomprimovat soubory" + "Only files up to {maxSize} can be compressed." : "Komprimovat soubory je možné pouze do velikosti {maxSize}." },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" } \ No newline at end of file diff --git a/l10n/cy_GB.js b/l10n/cy_GB.js index e9c1449..abe753b 100644 --- a/l10n/cy_GB.js +++ b/l10n/cy_GB.js @@ -1,7 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "Archif", - "Cancel" : "Diddymu" + "Archive" : "Archif" }, "nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"); diff --git a/l10n/cy_GB.json b/l10n/cy_GB.json index 1dd6dc2..8f00310 100644 --- a/l10n/cy_GB.json +++ b/l10n/cy_GB.json @@ -1,5 +1,4 @@ { "translations": { - "Archive" : "Archif", - "Cancel" : "Diddymu" + "Archive" : "Archif" },"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;" } \ No newline at end of file diff --git a/l10n/da.js b/l10n/da.js index dca24bd..c027254 100644 --- a/l10n/da.js +++ b/l10n/da.js @@ -7,16 +7,11 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "Oprettelse af zip-filen {path} mislykkedes.", "Zip files in your Nextcloud" : "Zip filer i din Nextcloud", "Allow zipping files directly in your Nextcloud!" : "Tillad zipning af filer direkte i din Nextcloud!", + "Compress files" : "Komprimer filer", "Compress to Zip" : "Komprimer til Zip", - "Only files up to {maxSize} can be compressed." : "Kun filer op til {maxSize} kan komprimeres.", "Archive" : "Arkivér", - "Select a name for the Zip archive" : "Vælg et navn til Zip-arkivet", - "_Compress {files} file_::_Compress {files} files_" : ["Komprimer {files} fil","Komprimer {files} filer"], - "The name selected is invalid." : "Det valgte navn er ugyldigt.", - "File name" : "Filnavn", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Oprettelse af Zip-arkiv startede. Vi giver dig besked, så snart arkivet er tilgængeligt.", "An error happened when trying to compress the file." : "Der opstod en fejl under forsøget på at komprimere filen.", - "Cancel" : "Annuller", - "Compress files" : "Komprimer filer" + "Only files up to {maxSize} can be compressed." : "Kun filer op til {maxSize} kan komprimeres." }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/da.json b/l10n/da.json index d0cd83f..de19818 100644 --- a/l10n/da.json +++ b/l10n/da.json @@ -5,16 +5,11 @@ "Creating the Zip file {path} failed." : "Oprettelse af zip-filen {path} mislykkedes.", "Zip files in your Nextcloud" : "Zip filer i din Nextcloud", "Allow zipping files directly in your Nextcloud!" : "Tillad zipning af filer direkte i din Nextcloud!", + "Compress files" : "Komprimer filer", "Compress to Zip" : "Komprimer til Zip", - "Only files up to {maxSize} can be compressed." : "Kun filer op til {maxSize} kan komprimeres.", "Archive" : "Arkivér", - "Select a name for the Zip archive" : "Vælg et navn til Zip-arkivet", - "_Compress {files} file_::_Compress {files} files_" : ["Komprimer {files} fil","Komprimer {files} filer"], - "The name selected is invalid." : "Det valgte navn er ugyldigt.", - "File name" : "Filnavn", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Oprettelse af Zip-arkiv startede. Vi giver dig besked, så snart arkivet er tilgængeligt.", "An error happened when trying to compress the file." : "Der opstod en fejl under forsøget på at komprimere filen.", - "Cancel" : "Annuller", - "Compress files" : "Komprimer filer" + "Only files up to {maxSize} can be compressed." : "Kun filer op til {maxSize} kan komprimeres." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/de.js b/l10n/de.js index 1919a95..ee0304b 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -7,16 +7,11 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "Erstellen der Zip-Datei {path} fehlgeschlagen", "Zip files in your Nextcloud" : "Zip-Dateien in deiner Nextcloud", "Allow zipping files directly in your Nextcloud!" : "Erlaubt das Zippen von Dateien direkt in deiner Nextcloud", + "Compress files" : "Dateien komprimieren", "Compress to Zip" : "Als Zip komprimieren", - "Only files up to {maxSize} can be compressed." : "Nur Dateien bis zu {maxSize} können komprimiert werden.", "Archive" : "Archiv", - "Select a name for the Zip archive" : "Wähle einen Namen für das Zip-Archiv", - "_Compress {files} file_::_Compress {files} files_" : ["{files} Datei komprimieren","{files} Dateien komprimieren"], - "The name selected is invalid." : "Der ausgewählte Name ist ungültig", - "File name" : "Dateiname", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Das Zip-Archiv wird erstellt. Du wirst benachrichtigt, sobald das Archiv verfügbar ist.", "An error happened when trying to compress the file." : "Es ist ein Fehler beim Versuch aufgetreten, die Datei zu komprimieren.", - "Cancel" : "Abbrechen", - "Compress files" : "Dateien komprimieren" + "Only files up to {maxSize} can be compressed." : "Nur Dateien bis zu {maxSize} können komprimiert werden." }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/de.json b/l10n/de.json index 69c6dbd..ca74ce1 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -5,16 +5,11 @@ "Creating the Zip file {path} failed." : "Erstellen der Zip-Datei {path} fehlgeschlagen", "Zip files in your Nextcloud" : "Zip-Dateien in deiner Nextcloud", "Allow zipping files directly in your Nextcloud!" : "Erlaubt das Zippen von Dateien direkt in deiner Nextcloud", + "Compress files" : "Dateien komprimieren", "Compress to Zip" : "Als Zip komprimieren", - "Only files up to {maxSize} can be compressed." : "Nur Dateien bis zu {maxSize} können komprimiert werden.", "Archive" : "Archiv", - "Select a name for the Zip archive" : "Wähle einen Namen für das Zip-Archiv", - "_Compress {files} file_::_Compress {files} files_" : ["{files} Datei komprimieren","{files} Dateien komprimieren"], - "The name selected is invalid." : "Der ausgewählte Name ist ungültig", - "File name" : "Dateiname", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Das Zip-Archiv wird erstellt. Du wirst benachrichtigt, sobald das Archiv verfügbar ist.", "An error happened when trying to compress the file." : "Es ist ein Fehler beim Versuch aufgetreten, die Datei zu komprimieren.", - "Cancel" : "Abbrechen", - "Compress files" : "Dateien komprimieren" + "Only files up to {maxSize} can be compressed." : "Nur Dateien bis zu {maxSize} können komprimiert werden." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/de_DE.js b/l10n/de_DE.js index 1e5885b..759af59 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -7,16 +7,11 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "Erstellen der Zip-Datei {path} fehlgeschlagen.", "Zip files in your Nextcloud" : "Zip-Dateien in ihrer Nextcloud", "Allow zipping files directly in your Nextcloud!" : "Erlaubt das Zippen von Dateien direkt in Ihrer Nextcloud!", + "Compress files" : "Dateien komprimieren", "Compress to Zip" : "Als Zip komprimieren", - "Only files up to {maxSize} can be compressed." : "Nur Dateien bis zu {maxSize} können komprimiert werden.", "Archive" : "Archiv", - "Select a name for the Zip archive" : "Wählen Sie einen Namen für das Zip-Archiv", - "_Compress {files} file_::_Compress {files} files_" : ["{files} Datei komprimieren","{files} Dateien komprimieren"], - "The name selected is invalid." : "Der ausgewählte Name ist ungültig.", - "File name" : "Dateiname", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Das Zip-Archiv wird erstellt. Sie werden benachrichtigt, sobald das Archiv verfügbar ist.", "An error happened when trying to compress the file." : "Es ist ein Fehler beim Versuch aufgetreten, die Datei zu komprimieren.", - "Cancel" : "Abbrechen", - "Compress files" : "Dateien komprimieren" + "Only files up to {maxSize} can be compressed." : "Nur Dateien bis zu {maxSize} können komprimiert werden." }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/de_DE.json b/l10n/de_DE.json index c67bd8f..d417ccc 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -5,16 +5,11 @@ "Creating the Zip file {path} failed." : "Erstellen der Zip-Datei {path} fehlgeschlagen.", "Zip files in your Nextcloud" : "Zip-Dateien in ihrer Nextcloud", "Allow zipping files directly in your Nextcloud!" : "Erlaubt das Zippen von Dateien direkt in Ihrer Nextcloud!", + "Compress files" : "Dateien komprimieren", "Compress to Zip" : "Als Zip komprimieren", - "Only files up to {maxSize} can be compressed." : "Nur Dateien bis zu {maxSize} können komprimiert werden.", "Archive" : "Archiv", - "Select a name for the Zip archive" : "Wählen Sie einen Namen für das Zip-Archiv", - "_Compress {files} file_::_Compress {files} files_" : ["{files} Datei komprimieren","{files} Dateien komprimieren"], - "The name selected is invalid." : "Der ausgewählte Name ist ungültig.", - "File name" : "Dateiname", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Das Zip-Archiv wird erstellt. Sie werden benachrichtigt, sobald das Archiv verfügbar ist.", "An error happened when trying to compress the file." : "Es ist ein Fehler beim Versuch aufgetreten, die Datei zu komprimieren.", - "Cancel" : "Abbrechen", - "Compress files" : "Dateien komprimieren" + "Only files up to {maxSize} can be compressed." : "Nur Dateien bis zu {maxSize} können komprimiert werden." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/el.js b/l10n/el.js index 3855360..7a793bd 100644 --- a/l10n/el.js +++ b/l10n/el.js @@ -7,15 +7,10 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "Η δημιουργία του αρχείου Zip {path} απέτυχε.", "Zip files in your Nextcloud" : "Αρχεία Zip στο Nextcloud σας", "Allow zipping files directly in your Nextcloud!" : "Επιτρέψτε τη συμπίεση αρχείων στο Nextcloud σας!", + "Compress files" : "Συμπίεση αρχείων", "Compress to Zip" : "Συμπίεση σε Zip", "Archive" : "Αρχειοθέτηση", - "Select a name for the Zip archive" : "Επιλέξτε όνομα για το αρχείο Zip", - "_Compress {files} file_::_Compress {files} files_" : ["Συμπίεση {files} αρχείου","Συμπίεση {files} αρχείων"], - "The name selected is invalid." : "Το όνομα που επιλέχθηκε δεν είναι έγκυρο.", - "File name" : "Όνομα αρχείου", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Η δημιουργία του αρχείου Zip ξεκίνησε. Θα σας ειδοποιήσουμε μόλις το αρχείο είναι διαθέσιμο.", - "An error happened when trying to compress the file." : "Παρουσιάστηκε σφάλμα κατά τη συμπίεση του αρχείου.", - "Cancel" : "Ακύρωση", - "Compress files" : "Συμπίεση αρχείων" + "An error happened when trying to compress the file." : "Παρουσιάστηκε σφάλμα κατά τη συμπίεση του αρχείου." }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/el.json b/l10n/el.json index 355efb7..9636a5a 100644 --- a/l10n/el.json +++ b/l10n/el.json @@ -5,15 +5,10 @@ "Creating the Zip file {path} failed." : "Η δημιουργία του αρχείου Zip {path} απέτυχε.", "Zip files in your Nextcloud" : "Αρχεία Zip στο Nextcloud σας", "Allow zipping files directly in your Nextcloud!" : "Επιτρέψτε τη συμπίεση αρχείων στο Nextcloud σας!", + "Compress files" : "Συμπίεση αρχείων", "Compress to Zip" : "Συμπίεση σε Zip", "Archive" : "Αρχειοθέτηση", - "Select a name for the Zip archive" : "Επιλέξτε όνομα για το αρχείο Zip", - "_Compress {files} file_::_Compress {files} files_" : ["Συμπίεση {files} αρχείου","Συμπίεση {files} αρχείων"], - "The name selected is invalid." : "Το όνομα που επιλέχθηκε δεν είναι έγκυρο.", - "File name" : "Όνομα αρχείου", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Η δημιουργία του αρχείου Zip ξεκίνησε. Θα σας ειδοποιήσουμε μόλις το αρχείο είναι διαθέσιμο.", - "An error happened when trying to compress the file." : "Παρουσιάστηκε σφάλμα κατά τη συμπίεση του αρχείου.", - "Cancel" : "Ακύρωση", - "Compress files" : "Συμπίεση αρχείων" + "An error happened when trying to compress the file." : "Παρουσιάστηκε σφάλμα κατά τη συμπίεση του αρχείου." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/en_GB.js b/l10n/en_GB.js index 85d4b03..683b991 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -7,16 +7,11 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "Creating the Zip file {path} failed.", "Zip files in your Nextcloud" : "Zip files in your Nextcloud", "Allow zipping files directly in your Nextcloud!" : "Allow zipping files directly in your Nextcloud!", + "Compress files" : "Compress files", "Compress to Zip" : "Compress to Zip", - "Only files up to {maxSize} can be compressed." : "Only files up to {maxSize} can be compressed.", "Archive" : "Archive", - "Select a name for the Zip archive" : "Select a name for the Zip archive", - "_Compress {files} file_::_Compress {files} files_" : ["Compress {files} file","Compress {files} files"], - "The name selected is invalid." : "The name selected is invalid.", - "File name" : "File name", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Creating Zip archive started. We will notify you as soon as the archive is available.", "An error happened when trying to compress the file." : "An error happened when trying to compress the file.", - "Cancel" : "Cancel", - "Compress files" : "Compress files" + "Only files up to {maxSize} can be compressed." : "Only files up to {maxSize} can be compressed." }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/en_GB.json b/l10n/en_GB.json index d486780..7e94bb6 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -5,16 +5,11 @@ "Creating the Zip file {path} failed." : "Creating the Zip file {path} failed.", "Zip files in your Nextcloud" : "Zip files in your Nextcloud", "Allow zipping files directly in your Nextcloud!" : "Allow zipping files directly in your Nextcloud!", + "Compress files" : "Compress files", "Compress to Zip" : "Compress to Zip", - "Only files up to {maxSize} can be compressed." : "Only files up to {maxSize} can be compressed.", "Archive" : "Archive", - "Select a name for the Zip archive" : "Select a name for the Zip archive", - "_Compress {files} file_::_Compress {files} files_" : ["Compress {files} file","Compress {files} files"], - "The name selected is invalid." : "The name selected is invalid.", - "File name" : "File name", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Creating Zip archive started. We will notify you as soon as the archive is available.", "An error happened when trying to compress the file." : "An error happened when trying to compress the file.", - "Cancel" : "Cancel", - "Compress files" : "Compress files" + "Only files up to {maxSize} can be compressed." : "Only files up to {maxSize} can be compressed." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/eo.js b/l10n/eo.js index 916f31f..3eea1d4 100644 --- a/l10n/eo.js +++ b/l10n/eo.js @@ -1,8 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "Arĥivujo", - "File name" : "Dosiernomo", - "Cancel" : "Nuligi" + "Archive" : "Arĥivujo" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/eo.json b/l10n/eo.json index 597d395..b2f37ba 100644 --- a/l10n/eo.json +++ b/l10n/eo.json @@ -1,6 +1,4 @@ { "translations": { - "Archive" : "Arĥivujo", - "File name" : "Dosiernomo", - "Cancel" : "Nuligi" + "Archive" : "Arĥivujo" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/es.js b/l10n/es.js index d4abffa..12fc758 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -7,16 +7,11 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "Error al crear el archivo Zip {path}.", "Zip files in your Nextcloud" : "Archivos Zip en tu Nextcloud", "Allow zipping files directly in your Nextcloud!" : "¡Permite comprimir archivos directamente en tu Nextcloud!", + "Compress files" : "Comprimir archivos", "Compress to Zip" : "Comprimir a Zip", - "Only files up to {maxSize} can be compressed." : "Solo se puede comprimir archivos de hasta {maxSize}", "Archive" : "Archivo", - "Select a name for the Zip archive" : "Selecciona un nombre para el archivo Zip", - "_Compress {files} file_::_Compress {files} files_" : ["Comprimir {files} archivo","Comprimir {files} archivos","Comprimir {files} archivos"], - "The name selected is invalid." : "El nombre elegido es inválido.", - "File name" : "Nombre del archivo", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Hemos empezado a crear el fichero Zip. Te notificaremos en cuanto esté disponible.", "An error happened when trying to compress the file." : "Ha ocurrido un error al intentar comprimir el archivo.", - "Cancel" : "Cancelar", - "Compress files" : "Comprimir archivos" + "Only files up to {maxSize} can be compressed." : "Solo se puede comprimir archivos de hasta {maxSize}" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es.json b/l10n/es.json index 87db5c6..3ee199a 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -5,16 +5,11 @@ "Creating the Zip file {path} failed." : "Error al crear el archivo Zip {path}.", "Zip files in your Nextcloud" : "Archivos Zip en tu Nextcloud", "Allow zipping files directly in your Nextcloud!" : "¡Permite comprimir archivos directamente en tu Nextcloud!", + "Compress files" : "Comprimir archivos", "Compress to Zip" : "Comprimir a Zip", - "Only files up to {maxSize} can be compressed." : "Solo se puede comprimir archivos de hasta {maxSize}", "Archive" : "Archivo", - "Select a name for the Zip archive" : "Selecciona un nombre para el archivo Zip", - "_Compress {files} file_::_Compress {files} files_" : ["Comprimir {files} archivo","Comprimir {files} archivos","Comprimir {files} archivos"], - "The name selected is invalid." : "El nombre elegido es inválido.", - "File name" : "Nombre del archivo", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Hemos empezado a crear el fichero Zip. Te notificaremos en cuanto esté disponible.", "An error happened when trying to compress the file." : "Ha ocurrido un error al intentar comprimir el archivo.", - "Cancel" : "Cancelar", - "Compress files" : "Comprimir archivos" + "Only files up to {maxSize} can be compressed." : "Solo se puede comprimir archivos de hasta {maxSize}" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_419.js b/l10n/es_419.js index 42d135c..963ad9d 100644 --- a/l10n/es_419.js +++ b/l10n/es_419.js @@ -1,7 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "Archivar", - "Cancel" : "Cancelar" + "Archive" : "Archivar" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_419.json b/l10n/es_419.json index 16190cc..eaee118 100644 --- a/l10n/es_419.json +++ b/l10n/es_419.json @@ -1,5 +1,4 @@ { "translations": { - "Archive" : "Archivar", - "Cancel" : "Cancelar" + "Archive" : "Archivar" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_AR.js b/l10n/es_AR.js index 9ff450b..963ad9d 100644 --- a/l10n/es_AR.js +++ b/l10n/es_AR.js @@ -1,8 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "Archivar", - "File name" : "Nombre", - "Cancel" : "Cancelar" + "Archive" : "Archivar" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_AR.json b/l10n/es_AR.json index 87bf2bc..eaee118 100644 --- a/l10n/es_AR.json +++ b/l10n/es_AR.json @@ -1,6 +1,4 @@ { "translations": { - "Archive" : "Archivar", - "File name" : "Nombre", - "Cancel" : "Cancelar" + "Archive" : "Archivar" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_CL.js b/l10n/es_CL.js index 42d135c..963ad9d 100644 --- a/l10n/es_CL.js +++ b/l10n/es_CL.js @@ -1,7 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "Archivar", - "Cancel" : "Cancelar" + "Archive" : "Archivar" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_CL.json b/l10n/es_CL.json index 16190cc..eaee118 100644 --- a/l10n/es_CL.json +++ b/l10n/es_CL.json @@ -1,5 +1,4 @@ { "translations": { - "Archive" : "Archivar", - "Cancel" : "Cancelar" + "Archive" : "Archivar" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_CO.js b/l10n/es_CO.js index 42d135c..963ad9d 100644 --- a/l10n/es_CO.js +++ b/l10n/es_CO.js @@ -1,7 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "Archivar", - "Cancel" : "Cancelar" + "Archive" : "Archivar" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_CO.json b/l10n/es_CO.json index 16190cc..eaee118 100644 --- a/l10n/es_CO.json +++ b/l10n/es_CO.json @@ -1,5 +1,4 @@ { "translations": { - "Archive" : "Archivar", - "Cancel" : "Cancelar" + "Archive" : "Archivar" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_CR.js b/l10n/es_CR.js index 42d135c..963ad9d 100644 --- a/l10n/es_CR.js +++ b/l10n/es_CR.js @@ -1,7 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "Archivar", - "Cancel" : "Cancelar" + "Archive" : "Archivar" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_CR.json b/l10n/es_CR.json index 16190cc..eaee118 100644 --- a/l10n/es_CR.json +++ b/l10n/es_CR.json @@ -1,5 +1,4 @@ { "translations": { - "Archive" : "Archivar", - "Cancel" : "Cancelar" + "Archive" : "Archivar" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_DO.js b/l10n/es_DO.js index 42d135c..963ad9d 100644 --- a/l10n/es_DO.js +++ b/l10n/es_DO.js @@ -1,7 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "Archivar", - "Cancel" : "Cancelar" + "Archive" : "Archivar" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_DO.json b/l10n/es_DO.json index 16190cc..eaee118 100644 --- a/l10n/es_DO.json +++ b/l10n/es_DO.json @@ -1,5 +1,4 @@ { "translations": { - "Archive" : "Archivar", - "Cancel" : "Cancelar" + "Archive" : "Archivar" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_EC.js b/l10n/es_EC.js index 10ea1fe..24b5075 100644 --- a/l10n/es_EC.js +++ b/l10n/es_EC.js @@ -7,16 +7,11 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "La creación del archivo Zip {path} ha fallado.", "Zip files in your Nextcloud" : "Archivos Zip en tu Nextcloud", "Allow zipping files directly in your Nextcloud!" : "¡Permite comprimir archivos directamente en tu Nextcloud!", + "Compress files" : "Comprimir archivos", "Compress to Zip" : "Comprimir a Zip", - "Only files up to {maxSize} can be compressed." : "Solo se pueden comprimir archivos de hasta {maxSize}.", "Archive" : "Archivar", - "Select a name for the Zip archive" : "Selecciona un nombre para el archivo Zip", - "_Compress {files} file_::_Compress {files} files_" : ["Comprimir {files} archivo","Comprimir {files} archivos","Comprimir {files} archivos"], - "The name selected is invalid." : "El nombre seleccionado no es válido.", - "File name" : "Nombre de archivo.", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Se ha iniciado la creación del archivo Zip. Te notificaremos en cuanto esté disponible el archivo.", "An error happened when trying to compress the file." : "Ha ocurrido un error al intentar comprimir el archivo.", - "Cancel" : "Cancelar", - "Compress files" : "Comprimir archivos" + "Only files up to {maxSize} can be compressed." : "Solo se pueden comprimir archivos de hasta {maxSize}." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_EC.json b/l10n/es_EC.json index 4f419e9..9df2833 100644 --- a/l10n/es_EC.json +++ b/l10n/es_EC.json @@ -5,16 +5,11 @@ "Creating the Zip file {path} failed." : "La creación del archivo Zip {path} ha fallado.", "Zip files in your Nextcloud" : "Archivos Zip en tu Nextcloud", "Allow zipping files directly in your Nextcloud!" : "¡Permite comprimir archivos directamente en tu Nextcloud!", + "Compress files" : "Comprimir archivos", "Compress to Zip" : "Comprimir a Zip", - "Only files up to {maxSize} can be compressed." : "Solo se pueden comprimir archivos de hasta {maxSize}.", "Archive" : "Archivar", - "Select a name for the Zip archive" : "Selecciona un nombre para el archivo Zip", - "_Compress {files} file_::_Compress {files} files_" : ["Comprimir {files} archivo","Comprimir {files} archivos","Comprimir {files} archivos"], - "The name selected is invalid." : "El nombre seleccionado no es válido.", - "File name" : "Nombre de archivo.", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Se ha iniciado la creación del archivo Zip. Te notificaremos en cuanto esté disponible el archivo.", "An error happened when trying to compress the file." : "Ha ocurrido un error al intentar comprimir el archivo.", - "Cancel" : "Cancelar", - "Compress files" : "Comprimir archivos" + "Only files up to {maxSize} can be compressed." : "Solo se pueden comprimir archivos de hasta {maxSize}." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_GT.js b/l10n/es_GT.js index 42d135c..963ad9d 100644 --- a/l10n/es_GT.js +++ b/l10n/es_GT.js @@ -1,7 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "Archivar", - "Cancel" : "Cancelar" + "Archive" : "Archivar" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_GT.json b/l10n/es_GT.json index 16190cc..eaee118 100644 --- a/l10n/es_GT.json +++ b/l10n/es_GT.json @@ -1,5 +1,4 @@ { "translations": { - "Archive" : "Archivar", - "Cancel" : "Cancelar" + "Archive" : "Archivar" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_HN.js b/l10n/es_HN.js index 42d135c..963ad9d 100644 --- a/l10n/es_HN.js +++ b/l10n/es_HN.js @@ -1,7 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "Archivar", - "Cancel" : "Cancelar" + "Archive" : "Archivar" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_HN.json b/l10n/es_HN.json index 16190cc..eaee118 100644 --- a/l10n/es_HN.json +++ b/l10n/es_HN.json @@ -1,5 +1,4 @@ { "translations": { - "Archive" : "Archivar", - "Cancel" : "Cancelar" + "Archive" : "Archivar" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_MX.js b/l10n/es_MX.js index 9ff450b..963ad9d 100644 --- a/l10n/es_MX.js +++ b/l10n/es_MX.js @@ -1,8 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "Archivar", - "File name" : "Nombre", - "Cancel" : "Cancelar" + "Archive" : "Archivar" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_MX.json b/l10n/es_MX.json index 87bf2bc..eaee118 100644 --- a/l10n/es_MX.json +++ b/l10n/es_MX.json @@ -1,6 +1,4 @@ { "translations": { - "Archive" : "Archivar", - "File name" : "Nombre", - "Cancel" : "Cancelar" + "Archive" : "Archivar" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_NI.js b/l10n/es_NI.js index 42d135c..963ad9d 100644 --- a/l10n/es_NI.js +++ b/l10n/es_NI.js @@ -1,7 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "Archivar", - "Cancel" : "Cancelar" + "Archive" : "Archivar" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_NI.json b/l10n/es_NI.json index 16190cc..eaee118 100644 --- a/l10n/es_NI.json +++ b/l10n/es_NI.json @@ -1,5 +1,4 @@ { "translations": { - "Archive" : "Archivar", - "Cancel" : "Cancelar" + "Archive" : "Archivar" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_PA.js b/l10n/es_PA.js index 42d135c..963ad9d 100644 --- a/l10n/es_PA.js +++ b/l10n/es_PA.js @@ -1,7 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "Archivar", - "Cancel" : "Cancelar" + "Archive" : "Archivar" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_PA.json b/l10n/es_PA.json index 16190cc..eaee118 100644 --- a/l10n/es_PA.json +++ b/l10n/es_PA.json @@ -1,5 +1,4 @@ { "translations": { - "Archive" : "Archivar", - "Cancel" : "Cancelar" + "Archive" : "Archivar" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_PE.js b/l10n/es_PE.js index 42d135c..963ad9d 100644 --- a/l10n/es_PE.js +++ b/l10n/es_PE.js @@ -1,7 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "Archivar", - "Cancel" : "Cancelar" + "Archive" : "Archivar" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_PE.json b/l10n/es_PE.json index 16190cc..eaee118 100644 --- a/l10n/es_PE.json +++ b/l10n/es_PE.json @@ -1,5 +1,4 @@ { "translations": { - "Archive" : "Archivar", - "Cancel" : "Cancelar" + "Archive" : "Archivar" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_PR.js b/l10n/es_PR.js index 42d135c..963ad9d 100644 --- a/l10n/es_PR.js +++ b/l10n/es_PR.js @@ -1,7 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "Archivar", - "Cancel" : "Cancelar" + "Archive" : "Archivar" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_PR.json b/l10n/es_PR.json index 16190cc..eaee118 100644 --- a/l10n/es_PR.json +++ b/l10n/es_PR.json @@ -1,5 +1,4 @@ { "translations": { - "Archive" : "Archivar", - "Cancel" : "Cancelar" + "Archive" : "Archivar" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_PY.js b/l10n/es_PY.js index 42d135c..963ad9d 100644 --- a/l10n/es_PY.js +++ b/l10n/es_PY.js @@ -1,7 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "Archivar", - "Cancel" : "Cancelar" + "Archive" : "Archivar" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_PY.json b/l10n/es_PY.json index 16190cc..eaee118 100644 --- a/l10n/es_PY.json +++ b/l10n/es_PY.json @@ -1,5 +1,4 @@ { "translations": { - "Archive" : "Archivar", - "Cancel" : "Cancelar" + "Archive" : "Archivar" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_SV.js b/l10n/es_SV.js index 42d135c..963ad9d 100644 --- a/l10n/es_SV.js +++ b/l10n/es_SV.js @@ -1,7 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "Archivar", - "Cancel" : "Cancelar" + "Archive" : "Archivar" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_SV.json b/l10n/es_SV.json index 16190cc..eaee118 100644 --- a/l10n/es_SV.json +++ b/l10n/es_SV.json @@ -1,5 +1,4 @@ { "translations": { - "Archive" : "Archivar", - "Cancel" : "Cancelar" + "Archive" : "Archivar" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/es_UY.js b/l10n/es_UY.js index 42d135c..963ad9d 100644 --- a/l10n/es_UY.js +++ b/l10n/es_UY.js @@ -1,7 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "Archivar", - "Cancel" : "Cancelar" + "Archive" : "Archivar" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_UY.json b/l10n/es_UY.json index 16190cc..eaee118 100644 --- a/l10n/es_UY.json +++ b/l10n/es_UY.json @@ -1,5 +1,4 @@ { "translations": { - "Archive" : "Archivar", - "Cancel" : "Cancelar" + "Archive" : "Archivar" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/et_EE.js b/l10n/et_EE.js index 8c2da1c..35f8fa2 100644 --- a/l10n/et_EE.js +++ b/l10n/et_EE.js @@ -1,7 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "Arhiiv", - "Cancel" : "Loobu" + "Archive" : "Arhiiv" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/et_EE.json b/l10n/et_EE.json index 3414108..f7ae139 100644 --- a/l10n/et_EE.json +++ b/l10n/et_EE.json @@ -1,5 +1,4 @@ { "translations": { - "Archive" : "Arhiiv", - "Cancel" : "Loobu" + "Archive" : "Arhiiv" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/eu.js b/l10n/eu.js index c14a9a1..5f53731 100644 --- a/l10n/eu.js +++ b/l10n/eu.js @@ -7,16 +7,11 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "Ezin izan da sortu {path} zip fitxategia.", "Zip files in your Nextcloud" : "Zip fitxategiak zure Nextcloudean", "Allow zipping files directly in your Nextcloud!" : "Baimendu fitxategiak zuzenean konprimitzea zure Nextcloud-en!", + "Compress files" : "Fitxategiak konprimitu", "Compress to Zip" : "Konprimitu Zip-era", - "Only files up to {maxSize} can be compressed." : "{maxSize} arterako fitxategiak konprimatu daitezke.", "Archive" : "Artxibatu", - "Select a name for the Zip archive" : "Hautatu izena Zip fitxategiarentzat", - "_Compress {files} file_::_Compress {files} files_" : ["Konprimitu fitxategi {files}","Konprimitu {files} fitxategiak"], - "The name selected is invalid." : "Hautatutako izena ez da baliozkoa.", - "File name" : "Fitxategi izena", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Zip artxiboa sortzen hasi da. Artxiboa eskuragarri egon bezain laster jakinaraziko dizugu.", "An error happened when trying to compress the file." : "Errore bat gertatu da fitxategia konprimitzen saiatzean.", - "Cancel" : "Utzi", - "Compress files" : "Fitxategiak konprimitu" + "Only files up to {maxSize} can be compressed." : "{maxSize} arterako fitxategiak konprimatu daitezke." }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/eu.json b/l10n/eu.json index 2cc4c5a..79bebdf 100644 --- a/l10n/eu.json +++ b/l10n/eu.json @@ -5,16 +5,11 @@ "Creating the Zip file {path} failed." : "Ezin izan da sortu {path} zip fitxategia.", "Zip files in your Nextcloud" : "Zip fitxategiak zure Nextcloudean", "Allow zipping files directly in your Nextcloud!" : "Baimendu fitxategiak zuzenean konprimitzea zure Nextcloud-en!", + "Compress files" : "Fitxategiak konprimitu", "Compress to Zip" : "Konprimitu Zip-era", - "Only files up to {maxSize} can be compressed." : "{maxSize} arterako fitxategiak konprimatu daitezke.", "Archive" : "Artxibatu", - "Select a name for the Zip archive" : "Hautatu izena Zip fitxategiarentzat", - "_Compress {files} file_::_Compress {files} files_" : ["Konprimitu fitxategi {files}","Konprimitu {files} fitxategiak"], - "The name selected is invalid." : "Hautatutako izena ez da baliozkoa.", - "File name" : "Fitxategi izena", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Zip artxiboa sortzen hasi da. Artxiboa eskuragarri egon bezain laster jakinaraziko dizugu.", "An error happened when trying to compress the file." : "Errore bat gertatu da fitxategia konprimitzen saiatzean.", - "Cancel" : "Utzi", - "Compress files" : "Fitxategiak konprimitu" + "Only files up to {maxSize} can be compressed." : "{maxSize} arterako fitxategiak konprimatu daitezke." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/fa.js b/l10n/fa.js index 16f55c2..ef2215f 100644 --- a/l10n/fa.js +++ b/l10n/fa.js @@ -7,16 +7,11 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "Creating the Zip file {path} failed.", "Zip files in your Nextcloud" : "Zip files in your Nextcloud", "Allow zipping files directly in your Nextcloud!" : "Allow zipping files directly in your Nextcloud!", + "Compress files" : "Compress files", "Compress to Zip" : "Compress to Zip", - "Only files up to {maxSize} can be compressed." : "Only files up to {maxSize} can be compressed.", "Archive" : "بایگانی", - "Select a name for the Zip archive" : "Select a name for the Zip archive", - "_Compress {files} file_::_Compress {files} files_" : ["Compress {files} file","Compress {files} files"], - "The name selected is invalid." : "The name selected is invalid.", - "File name" : "نام فایل", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Creating Zip archive started. We will notify you as soon as the archive is available.", "An error happened when trying to compress the file." : "An error happened when trying to compress the file.", - "Cancel" : "لغو", - "Compress files" : "Compress files" + "Only files up to {maxSize} can be compressed." : "Only files up to {maxSize} can be compressed." }, "nplurals=2; plural=(n > 1);"); diff --git a/l10n/fa.json b/l10n/fa.json index 5d23439..6a2bd40 100644 --- a/l10n/fa.json +++ b/l10n/fa.json @@ -5,16 +5,11 @@ "Creating the Zip file {path} failed." : "Creating the Zip file {path} failed.", "Zip files in your Nextcloud" : "Zip files in your Nextcloud", "Allow zipping files directly in your Nextcloud!" : "Allow zipping files directly in your Nextcloud!", + "Compress files" : "Compress files", "Compress to Zip" : "Compress to Zip", - "Only files up to {maxSize} can be compressed." : "Only files up to {maxSize} can be compressed.", "Archive" : "بایگانی", - "Select a name for the Zip archive" : "Select a name for the Zip archive", - "_Compress {files} file_::_Compress {files} files_" : ["Compress {files} file","Compress {files} files"], - "The name selected is invalid." : "The name selected is invalid.", - "File name" : "نام فایل", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Creating Zip archive started. We will notify you as soon as the archive is available.", "An error happened when trying to compress the file." : "An error happened when trying to compress the file.", - "Cancel" : "لغو", - "Compress files" : "Compress files" + "Only files up to {maxSize} can be compressed." : "Only files up to {maxSize} can be compressed." },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/l10n/fi.js b/l10n/fi.js index cd0c1ea..7c7c246 100644 --- a/l10n/fi.js +++ b/l10n/fi.js @@ -7,16 +7,11 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "Zip-tiedoston {path} luominen epäonnistui.", "Zip files in your Nextcloud" : "Zip-tiedostot Nextcloudissasi", "Allow zipping files directly in your Nextcloud!" : "Mahdollista tiedostojen Zip-pakkaaminen suoraan Nextcloudissa!", + "Compress files" : "Tiivistä tiedostot", "Compress to Zip" : "Pakkaa Zip-muotoon", - "Only files up to {maxSize} can be compressed." : "Vain tiedostot, joiden koko on enintään {maxSize}, on mahdollista tiivistää.", "Archive" : "Arkisto", - "Select a name for the Zip archive" : "Valitse nimi Zip-arkistolle", - "_Compress {files} file_::_Compress {files} files_" : ["Tiivistä {files} tiedosto","Tiivistä {files} tiedostoa"], - "The name selected is invalid." : "Valittu nimi ei ole kelvollinen.", - "File name" : "Tiedostonimi", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Zip-arkiston luominen käynnistyi. Ilmoitamme sinulle, kun arkisto on saatavilla.", "An error happened when trying to compress the file." : "Tiedostoa tiivistäessä tapahtui virhe.", - "Cancel" : "Peruuta", - "Compress files" : "Tiivistä tiedostot" + "Only files up to {maxSize} can be compressed." : "Vain tiedostot, joiden koko on enintään {maxSize}, on mahdollista tiivistää." }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/fi.json b/l10n/fi.json index d0098fa..b9d9433 100644 --- a/l10n/fi.json +++ b/l10n/fi.json @@ -5,16 +5,11 @@ "Creating the Zip file {path} failed." : "Zip-tiedoston {path} luominen epäonnistui.", "Zip files in your Nextcloud" : "Zip-tiedostot Nextcloudissasi", "Allow zipping files directly in your Nextcloud!" : "Mahdollista tiedostojen Zip-pakkaaminen suoraan Nextcloudissa!", + "Compress files" : "Tiivistä tiedostot", "Compress to Zip" : "Pakkaa Zip-muotoon", - "Only files up to {maxSize} can be compressed." : "Vain tiedostot, joiden koko on enintään {maxSize}, on mahdollista tiivistää.", "Archive" : "Arkisto", - "Select a name for the Zip archive" : "Valitse nimi Zip-arkistolle", - "_Compress {files} file_::_Compress {files} files_" : ["Tiivistä {files} tiedosto","Tiivistä {files} tiedostoa"], - "The name selected is invalid." : "Valittu nimi ei ole kelvollinen.", - "File name" : "Tiedostonimi", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Zip-arkiston luominen käynnistyi. Ilmoitamme sinulle, kun arkisto on saatavilla.", "An error happened when trying to compress the file." : "Tiedostoa tiivistäessä tapahtui virhe.", - "Cancel" : "Peruuta", - "Compress files" : "Tiivistä tiedostot" + "Only files up to {maxSize} can be compressed." : "Vain tiedostot, joiden koko on enintään {maxSize}, on mahdollista tiivistää." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/fo.js b/l10n/fo.js deleted file mode 100644 index ec7c710..0000000 --- a/l10n/fo.js +++ /dev/null @@ -1,6 +0,0 @@ -OC.L10N.register( - "files_zip", - { - "Cancel" : "strika" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/l10n/fo.json b/l10n/fo.json deleted file mode 100644 index 9ed5ebf..0000000 --- a/l10n/fo.json +++ /dev/null @@ -1,4 +0,0 @@ -{ "translations": { - "Cancel" : "strika" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/l10n/fr.js b/l10n/fr.js index b92c567..8fd22aa 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -7,16 +7,11 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "Échec de la création d'une archive Zip sous {path} .", "Zip files in your Nextcloud" : "Enregistrer des fichiers dans une archive Zip sur votre Nextcloud ", "Allow zipping files directly in your Nextcloud!" : "Permettre de zipper des fichiers directement dans votre Nextcloud !", + "Compress files" : "Compresser les fichiers", "Compress to Zip" : "Compresser dans une archive Zip", - "Only files up to {maxSize} can be compressed." : "Seuls les fichiers d'une taille maximale de {maxSize} peuvent être compressés.", "Archive" : "Archive", - "Select a name for the Zip archive" : "Sélectionner un nom pour l'archive Zip", - "_Compress {files} file_::_Compress {files} files_" : ["Compresser {files} fichier","Compresser les fichiers {files}","Compresser les fichiers {files}"], - "The name selected is invalid." : "Le nom sélectionné est invalide.", - "File name" : "Nom du fichier", "Creating Zip archive started. We will notify you as soon as the archive is available." : "La création de l'archive Zip a commencé. Nous vous notifierons dès que l'archive sera disponible.", "An error happened when trying to compress the file." : "Une erreur est survenue lors de la compression du fichier.", - "Cancel" : "Annuler", - "Compress files" : "Compresser les fichiers" + "Only files up to {maxSize} can be compressed." : "Seuls les fichiers d'une taille maximale de {maxSize} peuvent être compressés." }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/fr.json b/l10n/fr.json index a0029ea..e49b2fb 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -5,16 +5,11 @@ "Creating the Zip file {path} failed." : "Échec de la création d'une archive Zip sous {path} .", "Zip files in your Nextcloud" : "Enregistrer des fichiers dans une archive Zip sur votre Nextcloud ", "Allow zipping files directly in your Nextcloud!" : "Permettre de zipper des fichiers directement dans votre Nextcloud !", + "Compress files" : "Compresser les fichiers", "Compress to Zip" : "Compresser dans une archive Zip", - "Only files up to {maxSize} can be compressed." : "Seuls les fichiers d'une taille maximale de {maxSize} peuvent être compressés.", "Archive" : "Archive", - "Select a name for the Zip archive" : "Sélectionner un nom pour l'archive Zip", - "_Compress {files} file_::_Compress {files} files_" : ["Compresser {files} fichier","Compresser les fichiers {files}","Compresser les fichiers {files}"], - "The name selected is invalid." : "Le nom sélectionné est invalide.", - "File name" : "Nom du fichier", "Creating Zip archive started. We will notify you as soon as the archive is available." : "La création de l'archive Zip a commencé. Nous vous notifierons dès que l'archive sera disponible.", "An error happened when trying to compress the file." : "Une erreur est survenue lors de la compression du fichier.", - "Cancel" : "Annuler", - "Compress files" : "Compresser les fichiers" + "Only files up to {maxSize} can be compressed." : "Seuls les fichiers d'une taille maximale de {maxSize} peuvent être compressés." },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/gd.js b/l10n/gd.js deleted file mode 100644 index 883fc07..0000000 --- a/l10n/gd.js +++ /dev/null @@ -1,6 +0,0 @@ -OC.L10N.register( - "files_zip", - { - "Cancel" : "Sguir dheth" -}, -"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;"); diff --git a/l10n/gd.json b/l10n/gd.json deleted file mode 100644 index e966ac5..0000000 --- a/l10n/gd.json +++ /dev/null @@ -1,4 +0,0 @@ -{ "translations": { - "Cancel" : "Sguir dheth" -},"pluralForm" :"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;" -} \ No newline at end of file diff --git a/l10n/gl.js b/l10n/gl.js index 1bf5d91..55f3f1d 100644 --- a/l10n/gl.js +++ b/l10n/gl.js @@ -7,16 +7,11 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "Produciuse un erro ao crear o ficheiro Zip {path}.", "Zip files in your Nextcloud" : "Ficheiros zip no seu Nextcloud", "Allow zipping files directly in your Nextcloud!" : "Permite comprimir ficheiros (con zip) directamente no seu Nextcloud!", + "Compress files" : "Ficheiros comprimidos", "Compress to Zip" : "Comprimir a Zip", - "Only files up to {maxSize} can be compressed." : "Só se poden comprimir ficheiros ata {maxSize}.", "Archive" : "Arquivar", - "Select a name for the Zip archive" : "Seleccione un nome para o arquivo Zip", - "_Compress {files} file_::_Compress {files} files_" : ["Comprimir {files} file","Comprimir {files} ficheiros"], - "The name selected is invalid." : "O nome seleccionado é incorrecto.", - "File name" : "Nome de ficheiro", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Comezou a creación do arquivo Zip. Avisarémolo en canto o arquivo estea dispoñíbel.", "An error happened when trying to compress the file." : "Produciuse un erro ao tentar comprimir o ficheiro.", - "Cancel" : "Cancelar", - "Compress files" : "Ficheiros comprimidos" + "Only files up to {maxSize} can be compressed." : "Só se poden comprimir ficheiros ata {maxSize}." }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/gl.json b/l10n/gl.json index f31e99b..6469a2e 100644 --- a/l10n/gl.json +++ b/l10n/gl.json @@ -5,16 +5,11 @@ "Creating the Zip file {path} failed." : "Produciuse un erro ao crear o ficheiro Zip {path}.", "Zip files in your Nextcloud" : "Ficheiros zip no seu Nextcloud", "Allow zipping files directly in your Nextcloud!" : "Permite comprimir ficheiros (con zip) directamente no seu Nextcloud!", + "Compress files" : "Ficheiros comprimidos", "Compress to Zip" : "Comprimir a Zip", - "Only files up to {maxSize} can be compressed." : "Só se poden comprimir ficheiros ata {maxSize}.", "Archive" : "Arquivar", - "Select a name for the Zip archive" : "Seleccione un nome para o arquivo Zip", - "_Compress {files} file_::_Compress {files} files_" : ["Comprimir {files} file","Comprimir {files} ficheiros"], - "The name selected is invalid." : "O nome seleccionado é incorrecto.", - "File name" : "Nome de ficheiro", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Comezou a creación do arquivo Zip. Avisarémolo en canto o arquivo estea dispoñíbel.", "An error happened when trying to compress the file." : "Produciuse un erro ao tentar comprimir o ficheiro.", - "Cancel" : "Cancelar", - "Compress files" : "Ficheiros comprimidos" + "Only files up to {maxSize} can be compressed." : "Só se poden comprimir ficheiros ata {maxSize}." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/he.js b/l10n/he.js index 592c492..c9ae6d8 100644 --- a/l10n/he.js +++ b/l10n/he.js @@ -1,8 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "לארכיון", - "File name" : "שם קובץ", - "Cancel" : "ביטול" + "Archive" : "לארכיון" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"); diff --git a/l10n/he.json b/l10n/he.json index 23cc96b..f6ac4aa 100644 --- a/l10n/he.json +++ b/l10n/he.json @@ -1,6 +1,4 @@ { "translations": { - "Archive" : "לארכיון", - "File name" : "שם קובץ", - "Cancel" : "ביטול" + "Archive" : "לארכיון" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;" } \ No newline at end of file diff --git a/l10n/hr.js b/l10n/hr.js index 28e36fb..77d919f 100644 --- a/l10n/hr.js +++ b/l10n/hr.js @@ -1,8 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "Arhiva", - "File name" : "Naziv datoteke", - "Cancel" : "Odustani" + "Archive" : "Arhiva" }, "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"); diff --git a/l10n/hr.json b/l10n/hr.json index c965ef5..a573dee 100644 --- a/l10n/hr.json +++ b/l10n/hr.json @@ -1,6 +1,4 @@ { "translations": { - "Archive" : "Arhiva", - "File name" : "Naziv datoteke", - "Cancel" : "Odustani" + "Archive" : "Arhiva" },"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/hu.js b/l10n/hu.js index 9969edb..bc91576 100644 --- a/l10n/hu.js +++ b/l10n/hu.js @@ -7,16 +7,11 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "A(z) {path} ZIP-fájl létrehozása sikertelen", "Zip files in your Nextcloud" : "Fájlok zippelése a Nextcloudjában", "Allow zipping files directly in your Nextcloud!" : "Fájlok zippelése közvetlenül a Nextcloudban.", + "Compress files" : "Fájlok tömörítése", "Compress to Zip" : "Tömörítés ZIP-be", - "Only files up to {maxSize} can be compressed." : "Legfeljebb {maxSize} méretű fájlok tömöríthetők.", "Archive" : "Archívum", - "Select a name for the Zip archive" : "Válasszon egy nevet a ZIP-archívumhoz", - "_Compress {files} file_::_Compress {files} files_" : ["{files} fájl tömörítése","{files} fájl tömörítése"], - "The name selected is invalid." : "A kiválasztott név érvénytelen", - "File name" : "Fájlnév", "Creating Zip archive started. We will notify you as soon as the archive is available." : "A ZIP-archívum létrehozása elindult. Értesítjük, amint az archívum elérhető.", "An error happened when trying to compress the file." : "Hiba történt a fájl tömörítése során.", - "Cancel" : "Mégse", - "Compress files" : "Fájlok tömörítése" + "Only files up to {maxSize} can be compressed." : "Legfeljebb {maxSize} méretű fájlok tömöríthetők." }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/hu.json b/l10n/hu.json index 6cc50d5..fc3c6e7 100644 --- a/l10n/hu.json +++ b/l10n/hu.json @@ -5,16 +5,11 @@ "Creating the Zip file {path} failed." : "A(z) {path} ZIP-fájl létrehozása sikertelen", "Zip files in your Nextcloud" : "Fájlok zippelése a Nextcloudjában", "Allow zipping files directly in your Nextcloud!" : "Fájlok zippelése közvetlenül a Nextcloudban.", + "Compress files" : "Fájlok tömörítése", "Compress to Zip" : "Tömörítés ZIP-be", - "Only files up to {maxSize} can be compressed." : "Legfeljebb {maxSize} méretű fájlok tömöríthetők.", "Archive" : "Archívum", - "Select a name for the Zip archive" : "Válasszon egy nevet a ZIP-archívumhoz", - "_Compress {files} file_::_Compress {files} files_" : ["{files} fájl tömörítése","{files} fájl tömörítése"], - "The name selected is invalid." : "A kiválasztott név érvénytelen", - "File name" : "Fájlnév", "Creating Zip archive started. We will notify you as soon as the archive is available." : "A ZIP-archívum létrehozása elindult. Értesítjük, amint az archívum elérhető.", "An error happened when trying to compress the file." : "Hiba történt a fájl tömörítése során.", - "Cancel" : "Mégse", - "Compress files" : "Fájlok tömörítése" + "Only files up to {maxSize} can be compressed." : "Legfeljebb {maxSize} méretű fájlok tömöríthetők." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/hy.js b/l10n/hy.js deleted file mode 100644 index 2eadb25..0000000 --- a/l10n/hy.js +++ /dev/null @@ -1,6 +0,0 @@ -OC.L10N.register( - "files_zip", - { - "Cancel" : "ընդհատել" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/l10n/hy.json b/l10n/hy.json deleted file mode 100644 index fefd307..0000000 --- a/l10n/hy.json +++ /dev/null @@ -1,4 +0,0 @@ -{ "translations": { - "Cancel" : "ընդհատել" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/l10n/ia.js b/l10n/ia.js deleted file mode 100644 index 654f01b..0000000 --- a/l10n/ia.js +++ /dev/null @@ -1,6 +0,0 @@ -OC.L10N.register( - "files_zip", - { - "Cancel" : "Cancellar" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ia.json b/l10n/ia.json deleted file mode 100644 index 90c7b8c..0000000 --- a/l10n/ia.json +++ /dev/null @@ -1,4 +0,0 @@ -{ "translations": { - "Cancel" : "Cancellar" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/l10n/id.js b/l10n/id.js index 12c25cd..a8a84e1 100644 --- a/l10n/id.js +++ b/l10n/id.js @@ -1,7 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "Arsip", - "Cancel" : "Membatalkan" + "Archive" : "Arsip" }, "nplurals=1; plural=0;"); diff --git a/l10n/id.json b/l10n/id.json index ba3f304..158cdae 100644 --- a/l10n/id.json +++ b/l10n/id.json @@ -1,5 +1,4 @@ { "translations": { - "Archive" : "Arsip", - "Cancel" : "Membatalkan" + "Archive" : "Arsip" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/l10n/is.js b/l10n/is.js index bd9f0d2..f82aac3 100644 --- a/l10n/is.js +++ b/l10n/is.js @@ -1,8 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "Safn", - "File name" : "Skráarheiti", - "Cancel" : "Hætta við" + "Archive" : "Safn" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/l10n/is.json b/l10n/is.json index 89bf631..e25a59f 100644 --- a/l10n/is.json +++ b/l10n/is.json @@ -1,6 +1,4 @@ { "translations": { - "Archive" : "Safn", - "File name" : "Skráarheiti", - "Cancel" : "Hætta við" + "Archive" : "Safn" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" } \ No newline at end of file diff --git a/l10n/it.js b/l10n/it.js index 07475cf..f4d830e 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -7,15 +7,10 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "Creazione del file Zip {path} non riuscita.", "Zip files in your Nextcloud" : "Crea file ZIP nel tuo Nextcloud", "Allow zipping files directly in your Nextcloud!" : "Consenti la compressione di file direttamente nel tuo Nextcloud!", + "Compress files" : "Comprimi file", "Compress to Zip" : "Comprimi in Zip", "Archive" : "Archivio", - "Select a name for the Zip archive" : "Seleziona un nome per l'archivio Zip", - "_Compress {files} file_::_Compress {files} files_" : ["Comprimi {files} file","Comprimi {files} file","Comprimi {files} file"], - "The name selected is invalid." : "Il nome selezionato non è valido.", - "File name" : "Nome file", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Creazione dell'archivio Zip in corso. Riceverai una notifica appena l'archivio sarà disponibile.", - "An error happened when trying to compress the file." : "Si è verificato un errore durante la compressione del file.", - "Cancel" : "Annulla", - "Compress files" : "Comprimi file" + "An error happened when trying to compress the file." : "Si è verificato un errore durante la compressione del file." }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/it.json b/l10n/it.json index 5fac9eb..9882c70 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -5,15 +5,10 @@ "Creating the Zip file {path} failed." : "Creazione del file Zip {path} non riuscita.", "Zip files in your Nextcloud" : "Crea file ZIP nel tuo Nextcloud", "Allow zipping files directly in your Nextcloud!" : "Consenti la compressione di file direttamente nel tuo Nextcloud!", + "Compress files" : "Comprimi file", "Compress to Zip" : "Comprimi in Zip", "Archive" : "Archivio", - "Select a name for the Zip archive" : "Seleziona un nome per l'archivio Zip", - "_Compress {files} file_::_Compress {files} files_" : ["Comprimi {files} file","Comprimi {files} file","Comprimi {files} file"], - "The name selected is invalid." : "Il nome selezionato non è valido.", - "File name" : "Nome file", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Creazione dell'archivio Zip in corso. Riceverai una notifica appena l'archivio sarà disponibile.", - "An error happened when trying to compress the file." : "Si è verificato un errore durante la compressione del file.", - "Cancel" : "Annulla", - "Compress files" : "Comprimi file" + "An error happened when trying to compress the file." : "Si è verificato un errore durante la compressione del file." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/ja.js b/l10n/ja.js index 764aba1..088a76e 100644 --- a/l10n/ja.js +++ b/l10n/ja.js @@ -7,16 +7,11 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "zipファイルを {path} に作成できませんでした。", "Zip files in your Nextcloud" : "Nextcloud上で直接Zip圧縮", "Allow zipping files directly in your Nextcloud!" : "nextcloud上のファイルを直接圧縮することができます!", + "Compress files" : "ファイルを圧縮", "Compress to Zip" : "Zipに圧縮", - "Only files up to {maxSize} can be compressed." : "ファイル圧縮できるのは、最大{maxSize} までです", "Archive" : "アーカイブ", - "Select a name for the Zip archive" : "Zip圧縮したいファイルを選択", - "_Compress {files} file_::_Compress {files} files_" : ["{files} ファイルを圧縮"], - "The name selected is invalid." : "選択された名前は無効です。", - "File name" : "ファイル名", "Creating Zip archive started. We will notify you as soon as the archive is available." : "zipアーカイブの作成を開始しました。アーカイブが利用できるようになればすぐにお知らせします。", "An error happened when trying to compress the file." : "ファイルの圧縮中にエラーが発生しました。", - "Cancel" : "キャンセル", - "Compress files" : "ファイルを圧縮" + "Only files up to {maxSize} can be compressed." : "ファイル圧縮できるのは、最大{maxSize} までです" }, "nplurals=1; plural=0;"); diff --git a/l10n/ja.json b/l10n/ja.json index a025dab..88f6e06 100644 --- a/l10n/ja.json +++ b/l10n/ja.json @@ -5,16 +5,11 @@ "Creating the Zip file {path} failed." : "zipファイルを {path} に作成できませんでした。", "Zip files in your Nextcloud" : "Nextcloud上で直接Zip圧縮", "Allow zipping files directly in your Nextcloud!" : "nextcloud上のファイルを直接圧縮することができます!", + "Compress files" : "ファイルを圧縮", "Compress to Zip" : "Zipに圧縮", - "Only files up to {maxSize} can be compressed." : "ファイル圧縮できるのは、最大{maxSize} までです", "Archive" : "アーカイブ", - "Select a name for the Zip archive" : "Zip圧縮したいファイルを選択", - "_Compress {files} file_::_Compress {files} files_" : ["{files} ファイルを圧縮"], - "The name selected is invalid." : "選択された名前は無効です。", - "File name" : "ファイル名", "Creating Zip archive started. We will notify you as soon as the archive is available." : "zipアーカイブの作成を開始しました。アーカイブが利用できるようになればすぐにお知らせします。", "An error happened when trying to compress the file." : "ファイルの圧縮中にエラーが発生しました。", - "Cancel" : "キャンセル", - "Compress files" : "ファイルを圧縮" + "Only files up to {maxSize} can be compressed." : "ファイル圧縮できるのは、最大{maxSize} までです" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/l10n/ka_GE.js b/l10n/ka_GE.js index 7978a5f..da5c63d 100644 --- a/l10n/ka_GE.js +++ b/l10n/ka_GE.js @@ -1,7 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "არქივი", - "Cancel" : "უარყოფა" + "Archive" : "არქივი" }, "nplurals=2; plural=(n!=1);"); diff --git a/l10n/ka_GE.json b/l10n/ka_GE.json index d588831..695475d 100644 --- a/l10n/ka_GE.json +++ b/l10n/ka_GE.json @@ -1,5 +1,4 @@ { "translations": { - "Archive" : "არქივი", - "Cancel" : "უარყოფა" + "Archive" : "არქივი" },"pluralForm" :"nplurals=2; plural=(n!=1);" } \ No newline at end of file diff --git a/l10n/kab.js b/l10n/kab.js deleted file mode 100644 index b3aa1a0..0000000 --- a/l10n/kab.js +++ /dev/null @@ -1,6 +0,0 @@ -OC.L10N.register( - "files_zip", - { - "Cancel" : "Sefsex" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/l10n/kab.json b/l10n/kab.json deleted file mode 100644 index 97d1f58..0000000 --- a/l10n/kab.json +++ /dev/null @@ -1,4 +0,0 @@ -{ "translations": { - "Cancel" : "Sefsex" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/l10n/km.js b/l10n/km.js deleted file mode 100644 index bbd0e08..0000000 --- a/l10n/km.js +++ /dev/null @@ -1,6 +0,0 @@ -OC.L10N.register( - "files_zip", - { - "Cancel" : "បោះបង់" -}, -"nplurals=1; plural=0;"); diff --git a/l10n/km.json b/l10n/km.json deleted file mode 100644 index cc4e45f..0000000 --- a/l10n/km.json +++ /dev/null @@ -1,4 +0,0 @@ -{ "translations": { - "Cancel" : "បោះបង់" -},"pluralForm" :"nplurals=1; plural=0;" -} \ No newline at end of file diff --git a/l10n/kn.js b/l10n/kn.js deleted file mode 100644 index 59539c3..0000000 --- a/l10n/kn.js +++ /dev/null @@ -1,6 +0,0 @@ -OC.L10N.register( - "files_zip", - { - "Cancel" : "ರದ್ದು" -}, -"nplurals=2; plural=(n > 1);"); diff --git a/l10n/kn.json b/l10n/kn.json deleted file mode 100644 index d4da271..0000000 --- a/l10n/kn.json +++ /dev/null @@ -1,4 +0,0 @@ -{ "translations": { - "Cancel" : "ರದ್ದು" -},"pluralForm" :"nplurals=2; plural=(n > 1);" -} \ No newline at end of file diff --git a/l10n/ko.js b/l10n/ko.js index 2796e26..ccb5378 100644 --- a/l10n/ko.js +++ b/l10n/ko.js @@ -1,8 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "보관", - "File name" : "파일 이름", - "Cancel" : "취소" + "Archive" : "보관" }, "nplurals=1; plural=0;"); diff --git a/l10n/ko.json b/l10n/ko.json index 1526500..e7202a0 100644 --- a/l10n/ko.json +++ b/l10n/ko.json @@ -1,6 +1,4 @@ { "translations": { - "Archive" : "보관", - "File name" : "파일 이름", - "Cancel" : "취소" + "Archive" : "보관" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/l10n/lb.js b/l10n/lb.js deleted file mode 100644 index 602ba79..0000000 --- a/l10n/lb.js +++ /dev/null @@ -1,6 +0,0 @@ -OC.L10N.register( - "files_zip", - { - "Cancel" : "Ofbriechen" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/l10n/lb.json b/l10n/lb.json deleted file mode 100644 index 94e6d3f..0000000 --- a/l10n/lb.json +++ /dev/null @@ -1,4 +0,0 @@ -{ "translations": { - "Cancel" : "Ofbriechen" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/l10n/lo.js b/l10n/lo.js deleted file mode 100644 index 512fca3..0000000 --- a/l10n/lo.js +++ /dev/null @@ -1,6 +0,0 @@ -OC.L10N.register( - "files_zip", - { - "Cancel" : "ຍົກເລີກ" -}, -"nplurals=1; plural=0;"); diff --git a/l10n/lo.json b/l10n/lo.json deleted file mode 100644 index a266059..0000000 --- a/l10n/lo.json +++ /dev/null @@ -1,4 +0,0 @@ -{ "translations": { - "Cancel" : "ຍົກເລີກ" -},"pluralForm" :"nplurals=1; plural=0;" -} \ No newline at end of file diff --git a/l10n/lt_LT.js b/l10n/lt_LT.js index f780fd0..27d0352 100644 --- a/l10n/lt_LT.js +++ b/l10n/lt_LT.js @@ -7,15 +7,10 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "Nepavyko sukurti Zip failo {path} vietoje.", "Zip files in your Nextcloud" : "Zip failai jūsų Nextcloud'e", "Allow zipping files directly in your Nextcloud!" : "Leiskite Zip'inti failus tiesiogiai Nextcloud'e!", + "Compress files" : "Suglaudinti failus", "Compress to Zip" : "Suglaudinti Zip formatu", "Archive" : "Archyvuoti", - "Select a name for the Zip archive" : "Įrašykite Zip archyvo pavadinimą", - "_Compress {files} file_::_Compress {files} files_" : ["Suglaudinti {files} failą","Suglaudinti {files} failų","Suglaudinti {files} failų","Suglaudinti {files} failų"], - "The name selected is invalid." : "Neteisingas pasirinktas vardas.", - "File name" : "Failo pavadinimas", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Vyksta glaudinimas Zip formatu. Pranešima iš karto, kai tik procesas bus užbaigtas.", - "An error happened when trying to compress the file." : "Įvyko klaida glaudinant failus.", - "Cancel" : "Atšaukti", - "Compress files" : "Suglaudinti failus" + "An error happened when trying to compress the file." : "Įvyko klaida glaudinant failus." }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/l10n/lt_LT.json b/l10n/lt_LT.json index 992527b..d7662b8 100644 --- a/l10n/lt_LT.json +++ b/l10n/lt_LT.json @@ -5,15 +5,10 @@ "Creating the Zip file {path} failed." : "Nepavyko sukurti Zip failo {path} vietoje.", "Zip files in your Nextcloud" : "Zip failai jūsų Nextcloud'e", "Allow zipping files directly in your Nextcloud!" : "Leiskite Zip'inti failus tiesiogiai Nextcloud'e!", + "Compress files" : "Suglaudinti failus", "Compress to Zip" : "Suglaudinti Zip formatu", "Archive" : "Archyvuoti", - "Select a name for the Zip archive" : "Įrašykite Zip archyvo pavadinimą", - "_Compress {files} file_::_Compress {files} files_" : ["Suglaudinti {files} failą","Suglaudinti {files} failų","Suglaudinti {files} failų","Suglaudinti {files} failų"], - "The name selected is invalid." : "Neteisingas pasirinktas vardas.", - "File name" : "Failo pavadinimas", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Vyksta glaudinimas Zip formatu. Pranešima iš karto, kai tik procesas bus užbaigtas.", - "An error happened when trying to compress the file." : "Įvyko klaida glaudinant failus.", - "Cancel" : "Atšaukti", - "Compress files" : "Suglaudinti failus" + "An error happened when trying to compress the file." : "Įvyko klaida glaudinant failus." },"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/l10n/lv.js b/l10n/lv.js index e4ad4d8..3565d94 100644 --- a/l10n/lv.js +++ b/l10n/lv.js @@ -1,8 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "Arhīvi", - "File name" : "Faila nosaukums", - "Cancel" : "Atcelt" + "Archive" : "Arhīvi" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); diff --git a/l10n/lv.json b/l10n/lv.json index 5085c88..3bc05bc 100644 --- a/l10n/lv.json +++ b/l10n/lv.json @@ -1,6 +1,4 @@ { "translations": { - "Archive" : "Arhīvi", - "File name" : "Faila nosaukums", - "Cancel" : "Atcelt" + "Archive" : "Arhīvi" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);" } \ No newline at end of file diff --git a/l10n/mk.js b/l10n/mk.js index 2a5d2b2..4c53ed3 100644 --- a/l10n/mk.js +++ b/l10n/mk.js @@ -1,8 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "Архива", - "File name" : "Име на датотека", - "Cancel" : "Откажи" + "Archive" : "Архива" }, "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/l10n/mk.json b/l10n/mk.json index 2633570..fe45d3a 100644 --- a/l10n/mk.json +++ b/l10n/mk.json @@ -1,6 +1,4 @@ { "translations": { - "Archive" : "Архива", - "File name" : "Име на датотека", - "Cancel" : "Откажи" + "Archive" : "Архива" },"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" } \ No newline at end of file diff --git a/l10n/mn.js b/l10n/mn.js index b406bf7..3d13041 100644 --- a/l10n/mn.js +++ b/l10n/mn.js @@ -1,7 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "архив", - "Cancel" : "болиулах" + "Archive" : "архив" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/mn.json b/l10n/mn.json index 34141b9..507bf4c 100644 --- a/l10n/mn.json +++ b/l10n/mn.json @@ -1,5 +1,4 @@ { "translations": { - "Archive" : "архив", - "Cancel" : "болиулах" + "Archive" : "архив" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/ms_MY.js b/l10n/ms_MY.js deleted file mode 100644 index 0399412..0000000 --- a/l10n/ms_MY.js +++ /dev/null @@ -1,6 +0,0 @@ -OC.L10N.register( - "files_zip", - { - "Cancel" : "Batal" -}, -"nplurals=1; plural=0;"); diff --git a/l10n/ms_MY.json b/l10n/ms_MY.json deleted file mode 100644 index 991a43b..0000000 --- a/l10n/ms_MY.json +++ /dev/null @@ -1,4 +0,0 @@ -{ "translations": { - "Cancel" : "Batal" -},"pluralForm" :"nplurals=1; plural=0;" -} \ No newline at end of file diff --git a/l10n/nb.js b/l10n/nb.js index 016563a..6294947 100644 --- a/l10n/nb.js +++ b/l10n/nb.js @@ -1,8 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "Arkiv", - "File name" : "Filnavn", - "Cancel" : "Avbryt" + "Archive" : "Arkiv" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/nb.json b/l10n/nb.json index c7e7cb3..dadf6d5 100644 --- a/l10n/nb.json +++ b/l10n/nb.json @@ -1,6 +1,4 @@ { "translations": { - "Archive" : "Arkiv", - "File name" : "Filnavn", - "Cancel" : "Avbryt" + "Archive" : "Arkiv" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/nl.js b/l10n/nl.js index 98c5c60..3a04e82 100644 --- a/l10n/nl.js +++ b/l10n/nl.js @@ -7,15 +7,10 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "Het maken van het Zip-bestand {pad} is mislukt.", "Zip files in your Nextcloud" : "Zip-bestanden in je Nextcloud", "Allow zipping files directly in your Nextcloud!" : "Sta direct comprimeren van bestanden in je Nextcloud toe!", + "Compress files" : "Comprimeer bestanden", "Compress to Zip" : "Comprimeer naar Zip", "Archive" : "Archiveren", - "Select a name for the Zip archive" : "Kies een naam voor het Zip archief", - "_Compress {files} file_::_Compress {files} files_" : ["Comprimeer {files} bestand","Comprimeer {files} bestanden"], - "The name selected is invalid." : "De opgegeven naam is ongeldig.", - "File name" : "Bestandsnaam", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Het maken van Zip-archief is gestart. We laten je weten zodra het archief beschikbaar is.", - "An error happened when trying to compress the file." : "Er is een fout opgetreden bij het comprimeren van het bestand.", - "Cancel" : "Annuleren", - "Compress files" : "Comprimeer bestanden" + "An error happened when trying to compress the file." : "Er is een fout opgetreden bij het comprimeren van het bestand." }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/nl.json b/l10n/nl.json index fa7b6d8..a5965c8 100644 --- a/l10n/nl.json +++ b/l10n/nl.json @@ -5,15 +5,10 @@ "Creating the Zip file {path} failed." : "Het maken van het Zip-bestand {pad} is mislukt.", "Zip files in your Nextcloud" : "Zip-bestanden in je Nextcloud", "Allow zipping files directly in your Nextcloud!" : "Sta direct comprimeren van bestanden in je Nextcloud toe!", + "Compress files" : "Comprimeer bestanden", "Compress to Zip" : "Comprimeer naar Zip", "Archive" : "Archiveren", - "Select a name for the Zip archive" : "Kies een naam voor het Zip archief", - "_Compress {files} file_::_Compress {files} files_" : ["Comprimeer {files} bestand","Comprimeer {files} bestanden"], - "The name selected is invalid." : "De opgegeven naam is ongeldig.", - "File name" : "Bestandsnaam", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Het maken van Zip-archief is gestart. We laten je weten zodra het archief beschikbaar is.", - "An error happened when trying to compress the file." : "Er is een fout opgetreden bij het comprimeren van het bestand.", - "Cancel" : "Annuleren", - "Compress files" : "Comprimeer bestanden" + "An error happened when trying to compress the file." : "Er is een fout opgetreden bij het comprimeren van het bestand." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/nn_NO.js b/l10n/nn_NO.js deleted file mode 100644 index c087a21..0000000 --- a/l10n/nn_NO.js +++ /dev/null @@ -1,6 +0,0 @@ -OC.L10N.register( - "files_zip", - { - "Cancel" : "Avbryt" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/l10n/nn_NO.json b/l10n/nn_NO.json deleted file mode 100644 index 0ff0513..0000000 --- a/l10n/nn_NO.json +++ /dev/null @@ -1,4 +0,0 @@ -{ "translations": { - "Cancel" : "Avbryt" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/l10n/oc.js b/l10n/oc.js index 285deed..e84ee16 100644 --- a/l10n/oc.js +++ b/l10n/oc.js @@ -7,15 +7,10 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "La creacion del fichièr Zip {path} a pas reüssit.", "Zip files in your Nextcloud" : "Zipatz fichièrs dins vòstre Nextcloud", "Allow zipping files directly in your Nextcloud!" : "Permet de zipar fichièrs e dossièr dins vòstre Nextcloud !", + "Compress files" : "Compressar los fichièrs", "Compress to Zip" : "Compressar en Zip", "Archive" : "Archiu", - "Select a name for the Zip archive" : "Causissètz un nom per l’archiu Zip", - "_Compress {files} file_::_Compress {files} files_" : ["Compressar {files} fichièr","Compressar {files} fichièrs"], - "The name selected is invalid." : "Lo nom causit es invalid.", - "File name" : "Nom de fichièr", "Creating Zip archive started. We will notify you as soon as the archive is available." : "La creacion de l’archiu Zip a començat. Vos assabentarem tre que l’archiu es disponible.", - "An error happened when trying to compress the file." : "Una error s’es producha en ensajant de compressar lo fichièr.", - "Cancel" : "Anullar", - "Compress files" : "Compressar los fichièrs" + "An error happened when trying to compress the file." : "Una error s’es producha en ensajant de compressar lo fichièr." }, "nplurals=2; plural=(n > 1);"); diff --git a/l10n/oc.json b/l10n/oc.json index ce68d08..dce0fc8 100644 --- a/l10n/oc.json +++ b/l10n/oc.json @@ -5,15 +5,10 @@ "Creating the Zip file {path} failed." : "La creacion del fichièr Zip {path} a pas reüssit.", "Zip files in your Nextcloud" : "Zipatz fichièrs dins vòstre Nextcloud", "Allow zipping files directly in your Nextcloud!" : "Permet de zipar fichièrs e dossièr dins vòstre Nextcloud !", + "Compress files" : "Compressar los fichièrs", "Compress to Zip" : "Compressar en Zip", "Archive" : "Archiu", - "Select a name for the Zip archive" : "Causissètz un nom per l’archiu Zip", - "_Compress {files} file_::_Compress {files} files_" : ["Compressar {files} fichièr","Compressar {files} fichièrs"], - "The name selected is invalid." : "Lo nom causit es invalid.", - "File name" : "Nom de fichièr", "Creating Zip archive started. We will notify you as soon as the archive is available." : "La creacion de l’archiu Zip a començat. Vos assabentarem tre que l’archiu es disponible.", - "An error happened when trying to compress the file." : "Una error s’es producha en ensajant de compressar lo fichièr.", - "Cancel" : "Anullar", - "Compress files" : "Compressar los fichièrs" + "An error happened when trying to compress the file." : "Una error s’es producha en ensajant de compressar lo fichièr." },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/l10n/pl.js b/l10n/pl.js index 5cb98bc..2c935d2 100644 --- a/l10n/pl.js +++ b/l10n/pl.js @@ -7,16 +7,11 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "Utworzenie pliku Zip {path} nie powiodło się.", "Zip files in your Nextcloud" : "Pliki Zip w Twoim Nextcloud", "Allow zipping files directly in your Nextcloud!" : "Zezwala na zipowanie plików bezpośrednio w Twoim Nextcloud!", + "Compress files" : "Kompresuj pliki", "Compress to Zip" : "Skompresuj do Zip", - "Only files up to {maxSize} can be compressed." : "Można skompresować tylko pliki do {maxSize}.", "Archive" : "Archiwizuj", - "Select a name for the Zip archive" : "Wybierz nazwę archiwum Zip", - "_Compress {files} file_::_Compress {files} files_" : ["Skompresuj {files} plik","Skompresuj {files} pliki","Skompresuj {files} plików","Skompresuj {files} plików"], - "The name selected is invalid." : "Wybrana nazwa jest nieprawidłowa.", - "File name" : "Nazwa pliku", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Rozpoczęto tworzenie archiwum Zip. Powiadomimy Ciebie, gdy tylko archiwum będzie dostępne.", "An error happened when trying to compress the file." : "Wystąpił błąd podczas próby skompresowania pliku.", - "Cancel" : "Anuluj", - "Compress files" : "Kompresuj pliki" + "Only files up to {maxSize} can be compressed." : "Można skompresować tylko pliki do {maxSize}." }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/l10n/pl.json b/l10n/pl.json index dbdeda3..050190f 100644 --- a/l10n/pl.json +++ b/l10n/pl.json @@ -5,16 +5,11 @@ "Creating the Zip file {path} failed." : "Utworzenie pliku Zip {path} nie powiodło się.", "Zip files in your Nextcloud" : "Pliki Zip w Twoim Nextcloud", "Allow zipping files directly in your Nextcloud!" : "Zezwala na zipowanie plików bezpośrednio w Twoim Nextcloud!", + "Compress files" : "Kompresuj pliki", "Compress to Zip" : "Skompresuj do Zip", - "Only files up to {maxSize} can be compressed." : "Można skompresować tylko pliki do {maxSize}.", "Archive" : "Archiwizuj", - "Select a name for the Zip archive" : "Wybierz nazwę archiwum Zip", - "_Compress {files} file_::_Compress {files} files_" : ["Skompresuj {files} plik","Skompresuj {files} pliki","Skompresuj {files} plików","Skompresuj {files} plików"], - "The name selected is invalid." : "Wybrana nazwa jest nieprawidłowa.", - "File name" : "Nazwa pliku", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Rozpoczęto tworzenie archiwum Zip. Powiadomimy Ciebie, gdy tylko archiwum będzie dostępne.", "An error happened when trying to compress the file." : "Wystąpił błąd podczas próby skompresowania pliku.", - "Cancel" : "Anuluj", - "Compress files" : "Kompresuj pliki" + "Only files up to {maxSize} can be compressed." : "Można skompresować tylko pliki do {maxSize}." },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" } \ No newline at end of file diff --git a/l10n/ps.js b/l10n/ps.js deleted file mode 100644 index 681ec0e..0000000 --- a/l10n/ps.js +++ /dev/null @@ -1,6 +0,0 @@ -OC.L10N.register( - "files_zip", - { - "Cancel" : "پرېښول" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ps.json b/l10n/ps.json deleted file mode 100644 index 8875167..0000000 --- a/l10n/ps.json +++ /dev/null @@ -1,4 +0,0 @@ -{ "translations": { - "Cancel" : "پرېښول" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js index 4592b00..787f5fb 100644 --- a/l10n/pt_BR.js +++ b/l10n/pt_BR.js @@ -7,16 +7,11 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "Falha ao criar o arquivo zip {path}.", "Zip files in your Nextcloud" : "Compactar arquivos em seu nextcloud", "Allow zipping files directly in your Nextcloud!" : "Permite compactar arquivos diretamente em seu nextcloud!", + "Compress files" : "Compactar arquivos", "Compress to Zip" : "Compactar para Zip", - "Only files up to {maxSize} can be compressed." : "Somente arquivos de até {maxSize} podem ser compactados.", "Archive" : "Arquivo", - "Select a name for the Zip archive" : "Escolha um nome para o arquivo zip", - "_Compress {files} file_::_Compress {files} files_" : ["Compactar {files} arquivo","Compactar {files} arquivos ","Compactar {files} arquivos "], - "The name selected is invalid." : "O nome selecionado é inválido.", - "File name" : "Nome do arquivo", "Creating Zip archive started. We will notify you as soon as the archive is available." : "A criação do arquivo zip foi iniciada. Iremos notificá-lo assim que o arquivo estiver disponível.", "An error happened when trying to compress the file." : "Ocorreu um erro ao tentar compactar o arquivo.", - "Cancel" : "Cancelar", - "Compress files" : "Compactar arquivos" + "Only files up to {maxSize} can be compressed." : "Somente arquivos de até {maxSize} podem ser compactados." }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json index 4535b4b..931aab8 100644 --- a/l10n/pt_BR.json +++ b/l10n/pt_BR.json @@ -5,16 +5,11 @@ "Creating the Zip file {path} failed." : "Falha ao criar o arquivo zip {path}.", "Zip files in your Nextcloud" : "Compactar arquivos em seu nextcloud", "Allow zipping files directly in your Nextcloud!" : "Permite compactar arquivos diretamente em seu nextcloud!", + "Compress files" : "Compactar arquivos", "Compress to Zip" : "Compactar para Zip", - "Only files up to {maxSize} can be compressed." : "Somente arquivos de até {maxSize} podem ser compactados.", "Archive" : "Arquivo", - "Select a name for the Zip archive" : "Escolha um nome para o arquivo zip", - "_Compress {files} file_::_Compress {files} files_" : ["Compactar {files} arquivo","Compactar {files} arquivos ","Compactar {files} arquivos "], - "The name selected is invalid." : "O nome selecionado é inválido.", - "File name" : "Nome do arquivo", "Creating Zip archive started. We will notify you as soon as the archive is available." : "A criação do arquivo zip foi iniciada. Iremos notificá-lo assim que o arquivo estiver disponível.", "An error happened when trying to compress the file." : "Ocorreu um erro ao tentar compactar o arquivo.", - "Cancel" : "Cancelar", - "Compress files" : "Compactar arquivos" + "Only files up to {maxSize} can be compressed." : "Somente arquivos de até {maxSize} podem ser compactados." },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/pt_PT.js b/l10n/pt_PT.js index d05faed..6e0ebb6 100644 --- a/l10n/pt_PT.js +++ b/l10n/pt_PT.js @@ -1,8 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "Arquivar", - "File name" : "Nome do ficheiro", - "Cancel" : "Cancelar" + "Archive" : "Arquivar" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/pt_PT.json b/l10n/pt_PT.json index fcaf14b..c308788 100644 --- a/l10n/pt_PT.json +++ b/l10n/pt_PT.json @@ -1,6 +1,4 @@ { "translations": { - "Archive" : "Arquivar", - "File name" : "Nome do ficheiro", - "Cancel" : "Cancelar" + "Archive" : "Arquivar" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/ro.js b/l10n/ro.js index 197868a..fc01db2 100644 --- a/l10n/ro.js +++ b/l10n/ro.js @@ -1,8 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "Arhivă", - "File name" : "Nume fișier", - "Cancel" : "Anulare" + "Archive" : "Arhivă" }, "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/l10n/ro.json b/l10n/ro.json index 26a4fea..b9f2411 100644 --- a/l10n/ro.json +++ b/l10n/ro.json @@ -1,6 +1,4 @@ { "translations": { - "Archive" : "Arhivă", - "File name" : "Nume fișier", - "Cancel" : "Anulare" + "Archive" : "Arhivă" },"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" } \ No newline at end of file diff --git a/l10n/ru.js b/l10n/ru.js index 204e887..66b7621 100644 --- a/l10n/ru.js +++ b/l10n/ru.js @@ -7,16 +7,11 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "Не удалось создать Zip-файл {path}.", "Zip files in your Nextcloud" : "Zip-файлы в вашем Nextcloud", "Allow zipping files directly in your Nextcloud!" : "Позволяет архивировать файлы прямо в вашем Nextcloud!", + "Compress files" : "Сжатие файлов", "Compress to Zip" : "Сжать в Zip", - "Only files up to {maxSize} can be compressed." : "Сжимать можно только файлы размером до {maxSize}.", "Archive" : "Архив", - "Select a name for the Zip archive" : "Выбрать имя для Zip-архива", - "_Compress {files} file_::_Compress {files} files_" : ["Сжать {files} файл","Сжать {files} файлов","Сжать {files} файлов","Сжать {files} файлов"], - "The name selected is invalid." : "Выбранное имя недействительно.", - "File name" : "Имя файла", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Началось создание Zip-архива. Мы уведомим вас, как только архив будет доступен.", "An error happened when trying to compress the file." : "При попытке сжать файл произошла ошибка.", - "Cancel" : "Отмена", - "Compress files" : "Сжатие файлов" + "Only files up to {maxSize} can be compressed." : "Сжимать можно только файлы размером до {maxSize}." }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/l10n/ru.json b/l10n/ru.json index eb97ca9..0b33a10 100644 --- a/l10n/ru.json +++ b/l10n/ru.json @@ -5,16 +5,11 @@ "Creating the Zip file {path} failed." : "Не удалось создать Zip-файл {path}.", "Zip files in your Nextcloud" : "Zip-файлы в вашем Nextcloud", "Allow zipping files directly in your Nextcloud!" : "Позволяет архивировать файлы прямо в вашем Nextcloud!", + "Compress files" : "Сжатие файлов", "Compress to Zip" : "Сжать в Zip", - "Only files up to {maxSize} can be compressed." : "Сжимать можно только файлы размером до {maxSize}.", "Archive" : "Архив", - "Select a name for the Zip archive" : "Выбрать имя для Zip-архива", - "_Compress {files} file_::_Compress {files} files_" : ["Сжать {files} файл","Сжать {files} файлов","Сжать {files} файлов","Сжать {files} файлов"], - "The name selected is invalid." : "Выбранное имя недействительно.", - "File name" : "Имя файла", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Началось создание Zip-архива. Мы уведомим вас, как только архив будет доступен.", "An error happened when trying to compress the file." : "При попытке сжать файл произошла ошибка.", - "Cancel" : "Отмена", - "Compress files" : "Сжатие файлов" + "Only files up to {maxSize} can be compressed." : "Сжимать можно только файлы размером до {maxSize}." },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" } \ No newline at end of file diff --git a/l10n/sc.js b/l10n/sc.js index ae2e688..4b463ce 100644 --- a/l10n/sc.js +++ b/l10n/sc.js @@ -1,8 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "Cartella", - "File name" : "Nùmene de archìviu", - "Cancel" : "Annulla" + "Archive" : "Cartella" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/sc.json b/l10n/sc.json index e483320..bf776b3 100644 --- a/l10n/sc.json +++ b/l10n/sc.json @@ -1,6 +1,4 @@ { "translations": { - "Archive" : "Cartella", - "File name" : "Nùmene de archìviu", - "Cancel" : "Annulla" + "Archive" : "Cartella" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/si.js b/l10n/si.js index 78a5ea0..b071e45 100644 --- a/l10n/si.js +++ b/l10n/si.js @@ -1,8 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "සංරක්ෂණය", - "File name" : "ගොනුවේ නම", - "Cancel" : "අවලංගු කරන්න" + "Archive" : "සංරක්ෂණය" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/si.json b/l10n/si.json index c0611fc..9944c1e 100644 --- a/l10n/si.json +++ b/l10n/si.json @@ -1,6 +1,4 @@ { "translations": { - "Archive" : "සංරක්ෂණය", - "File name" : "ගොනුවේ නම", - "Cancel" : "අවලංගු කරන්න" + "Archive" : "සංරක්ෂණය" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/sk.js b/l10n/sk.js index e1b9aea..9b99213 100644 --- a/l10n/sk.js +++ b/l10n/sk.js @@ -7,16 +7,11 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "Vytváranie Zip súboru {path} zlyhalo.", "Zip files in your Nextcloud" : "Zip súbory vo vašom Nextcloude", "Allow zipping files directly in your Nextcloud!" : "Povoliť zipovanie súborov priamo vo vašom Nextcloude!", + "Compress files" : "Komprimovať súbory", "Compress to Zip" : "Komprimovať do Zip", - "Only files up to {maxSize} can be compressed." : "Iba súbory do veľkosti {maxSize} môžu byť komprimované.", "Archive" : "Archív", - "Select a name for the Zip archive" : "Vyberte názov archívu ZIP", - "_Compress {files} file_::_Compress {files} files_" : ["Komprimovať {files} súbor","Komprimovať {files} súbory","Komprimovať {files} súbory","Komprimovať {files} súbory"], - "The name selected is invalid." : "Vybratý názov je neplatný.", - "File name" : "Názov súboru", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Začalo sa vytváranie archívu Zip. Hneď, ako bude archív dostupný, vás budeme informovať.", "An error happened when trying to compress the file." : "Pri pokuse o komprimáciu súboru sa vyskytla chyba.", - "Cancel" : "Zrušiť", - "Compress files" : "Komprimovať súbory" + "Only files up to {maxSize} can be compressed." : "Iba súbory do veľkosti {maxSize} môžu byť komprimované." }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/l10n/sk.json b/l10n/sk.json index 7f9a6ce..84683da 100644 --- a/l10n/sk.json +++ b/l10n/sk.json @@ -5,16 +5,11 @@ "Creating the Zip file {path} failed." : "Vytváranie Zip súboru {path} zlyhalo.", "Zip files in your Nextcloud" : "Zip súbory vo vašom Nextcloude", "Allow zipping files directly in your Nextcloud!" : "Povoliť zipovanie súborov priamo vo vašom Nextcloude!", + "Compress files" : "Komprimovať súbory", "Compress to Zip" : "Komprimovať do Zip", - "Only files up to {maxSize} can be compressed." : "Iba súbory do veľkosti {maxSize} môžu byť komprimované.", "Archive" : "Archív", - "Select a name for the Zip archive" : "Vyberte názov archívu ZIP", - "_Compress {files} file_::_Compress {files} files_" : ["Komprimovať {files} súbor","Komprimovať {files} súbory","Komprimovať {files} súbory","Komprimovať {files} súbory"], - "The name selected is invalid." : "Vybratý názov je neplatný.", - "File name" : "Názov súboru", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Začalo sa vytváranie archívu Zip. Hneď, ako bude archív dostupný, vás budeme informovať.", "An error happened when trying to compress the file." : "Pri pokuse o komprimáciu súboru sa vyskytla chyba.", - "Cancel" : "Zrušiť", - "Compress files" : "Komprimovať súbory" + "Only files up to {maxSize} can be compressed." : "Iba súbory do veľkosti {maxSize} môžu byť komprimované." },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/l10n/sl.js b/l10n/sl.js index 153c041..82dcb7f 100644 --- a/l10n/sl.js +++ b/l10n/sl.js @@ -7,15 +7,10 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "Ustvarjanje arhiva na mestu {path} je spodletelo.", "Zip files in your Nextcloud" : "Datoteke zip v Nextcloud", "Allow zipping files directly in your Nextcloud!" : "Omogoča shranjevanje datotek v arhiv zip neposredno v oblak Nextcloud!", + "Compress files" : "Stisni datoteke", "Compress to Zip" : "Skrči v zip", "Archive" : "Arhiv", - "Select a name for the Zip archive" : "Izbor imena arhiva zip", - "_Compress {files} file_::_Compress {files} files_" : ["Stisni {files} datoteko","Stisni {files} datoteki","Stisni {files} datoteke","Stisni {files} datotek"], - "The name selected is invalid." : "Izbrano ime ni veljavno.", - "File name" : "Ime datoteke", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Ustvarjanje arhiva zip je začeto. Po koncu stiskanja bo prikazano obvestilo.", - "An error happened when trying to compress the file." : "Prišlo je do napake med stiskanjem datoteke.", - "Cancel" : "Prekliči", - "Compress files" : "Stisni datoteke" + "An error happened when trying to compress the file." : "Prišlo je do napake med stiskanjem datoteke." }, "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/l10n/sl.json b/l10n/sl.json index 6b452ee..8c8b238 100644 --- a/l10n/sl.json +++ b/l10n/sl.json @@ -5,15 +5,10 @@ "Creating the Zip file {path} failed." : "Ustvarjanje arhiva na mestu {path} je spodletelo.", "Zip files in your Nextcloud" : "Datoteke zip v Nextcloud", "Allow zipping files directly in your Nextcloud!" : "Omogoča shranjevanje datotek v arhiv zip neposredno v oblak Nextcloud!", + "Compress files" : "Stisni datoteke", "Compress to Zip" : "Skrči v zip", "Archive" : "Arhiv", - "Select a name for the Zip archive" : "Izbor imena arhiva zip", - "_Compress {files} file_::_Compress {files} files_" : ["Stisni {files} datoteko","Stisni {files} datoteki","Stisni {files} datoteke","Stisni {files} datotek"], - "The name selected is invalid." : "Izbrano ime ni veljavno.", - "File name" : "Ime datoteke", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Ustvarjanje arhiva zip je začeto. Po koncu stiskanja bo prikazano obvestilo.", - "An error happened when trying to compress the file." : "Prišlo je do napake med stiskanjem datoteke.", - "Cancel" : "Prekliči", - "Compress files" : "Stisni datoteke" + "An error happened when trying to compress the file." : "Prišlo je do napake med stiskanjem datoteke." },"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" } \ No newline at end of file diff --git a/l10n/sq.js b/l10n/sq.js index 8646612..b38e4ef 100644 --- a/l10n/sq.js +++ b/l10n/sq.js @@ -1,8 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "Arkiva", - "File name" : "Emri i skedarit", - "Cancel" : "Anullo" + "Archive" : "Arkiva" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/sq.json b/l10n/sq.json index 0087423..680559b 100644 --- a/l10n/sq.json +++ b/l10n/sq.json @@ -1,6 +1,4 @@ { "translations": { - "Archive" : "Arkiva", - "File name" : "Emri i skedarit", - "Cancel" : "Anullo" + "Archive" : "Arkiva" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/sr.js b/l10n/sr.js index bc805c2..502d08c 100644 --- a/l10n/sr.js +++ b/l10n/sr.js @@ -7,16 +7,11 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "Није успело креирање Зип фајла {path}.", "Zip files in your Nextcloud" : "Зипујте фајлове у свом Некстклауду", "Allow zipping files directly in your Nextcloud!" : "Омогућава директно зиповање фајлова у вашем Некстклауду!", + "Compress files" : "Компресује фајлове", "Compress to Zip" : "Компресуј у Зип", - "Only files up to {maxSize} can be compressed." : "Могу да се компресују само фајлови величине до {maxSize}.", "Archive" : "Архива", - "Select a name for the Zip archive" : "Изаберите назив Зип архиве", - "_Compress {files} file_::_Compress {files} files_" : ["Компресујем {files} фајл","Компресујем {files} фајла","Компресујем {files} фајлова"], - "The name selected is invalid." : "Изабрани назив није исправан.", - "File name" : "Име фајла", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Започето је креирање Зип архиве. Обавестићемо вас чим ваша архива буде доступна.", "An error happened when trying to compress the file." : "Дошло је до грешке током покушаја да се компресује фајл.", - "Cancel" : "Поништи", - "Compress files" : "Компресује фајлове" + "Only files up to {maxSize} can be compressed." : "Могу да се компресују само фајлови величине до {maxSize}." }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/l10n/sr.json b/l10n/sr.json index ef2d4f1..8350d42 100644 --- a/l10n/sr.json +++ b/l10n/sr.json @@ -5,16 +5,11 @@ "Creating the Zip file {path} failed." : "Није успело креирање Зип фајла {path}.", "Zip files in your Nextcloud" : "Зипујте фајлове у свом Некстклауду", "Allow zipping files directly in your Nextcloud!" : "Омогућава директно зиповање фајлова у вашем Некстклауду!", + "Compress files" : "Компресује фајлове", "Compress to Zip" : "Компресуј у Зип", - "Only files up to {maxSize} can be compressed." : "Могу да се компресују само фајлови величине до {maxSize}.", "Archive" : "Архива", - "Select a name for the Zip archive" : "Изаберите назив Зип архиве", - "_Compress {files} file_::_Compress {files} files_" : ["Компресујем {files} фајл","Компресујем {files} фајла","Компресујем {files} фајлова"], - "The name selected is invalid." : "Изабрани назив није исправан.", - "File name" : "Име фајла", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Започето је креирање Зип архиве. Обавестићемо вас чим ваша архива буде доступна.", "An error happened when trying to compress the file." : "Дошло је до грешке током покушаја да се компресује фајл.", - "Cancel" : "Поништи", - "Compress files" : "Компресује фајлове" + "Only files up to {maxSize} can be compressed." : "Могу да се компресују само фајлови величине до {maxSize}." },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" } \ No newline at end of file diff --git a/l10n/sr@latin.js b/l10n/sr@latin.js deleted file mode 100644 index dd5461c..0000000 --- a/l10n/sr@latin.js +++ /dev/null @@ -1,6 +0,0 @@ -OC.L10N.register( - "files_zip", - { - "Cancel" : "Otkaži" -}, -"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/l10n/sr@latin.json b/l10n/sr@latin.json deleted file mode 100644 index 14a6962..0000000 --- a/l10n/sr@latin.json +++ /dev/null @@ -1,4 +0,0 @@ -{ "translations": { - "Cancel" : "Otkaži" -},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" -} \ No newline at end of file diff --git a/l10n/sv.js b/l10n/sv.js index bcfc7cb..6f51579 100644 --- a/l10n/sv.js +++ b/l10n/sv.js @@ -2,11 +2,8 @@ OC.L10N.register( "files_zip", { "Zipper" : "Zippare", + "Compress files" : "Komprimera filer", "Archive" : "Arkivera", - "_Compress {files} file_::_Compress {files} files_" : ["Komprimera {files} filen","Komprimera {files} filer"], - "File name" : "Filnamn", - "An error happened when trying to compress the file." : "Ett fel inträffade när filen skulle komprimeras.", - "Cancel" : "Avbryt", - "Compress files" : "Komprimera filer" + "An error happened when trying to compress the file." : "Ett fel inträffade när filen skulle komprimeras." }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/sv.json b/l10n/sv.json index 3ceeb08..0f09b0e 100644 --- a/l10n/sv.json +++ b/l10n/sv.json @@ -1,10 +1,7 @@ { "translations": { "Zipper" : "Zippare", + "Compress files" : "Komprimera filer", "Archive" : "Arkivera", - "_Compress {files} file_::_Compress {files} files_" : ["Komprimera {files} filen","Komprimera {files} filer"], - "File name" : "Filnamn", - "An error happened when trying to compress the file." : "Ett fel inträffade när filen skulle komprimeras.", - "Cancel" : "Avbryt", - "Compress files" : "Komprimera filer" + "An error happened when trying to compress the file." : "Ett fel inträffade när filen skulle komprimeras." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/ta.js b/l10n/ta.js deleted file mode 100644 index 3cda88f..0000000 --- a/l10n/ta.js +++ /dev/null @@ -1,7 +0,0 @@ -OC.L10N.register( - "files_zip", - { - "File name" : "கோப்பு பெயரைக்", - "Cancel" : "இரத்து செய்க" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ta.json b/l10n/ta.json deleted file mode 100644 index 8388035..0000000 --- a/l10n/ta.json +++ /dev/null @@ -1,5 +0,0 @@ -{ "translations": { - "File name" : "கோப்பு பெயரைக்", - "Cancel" : "இரத்து செய்க" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/l10n/th.js b/l10n/th.js index a966114..97a9846 100644 --- a/l10n/th.js +++ b/l10n/th.js @@ -1,7 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "เก็บถาวร", - "Cancel" : "ยกเลิก" + "Archive" : "เก็บถาวร" }, "nplurals=1; plural=0;"); diff --git a/l10n/th.json b/l10n/th.json index f1ac672..1877ae2 100644 --- a/l10n/th.json +++ b/l10n/th.json @@ -1,5 +1,4 @@ { "translations": { - "Archive" : "เก็บถาวร", - "Cancel" : "ยกเลิก" + "Archive" : "เก็บถาวร" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/l10n/tk.js b/l10n/tk.js deleted file mode 100644 index 9e7655c..0000000 --- a/l10n/tk.js +++ /dev/null @@ -1,6 +0,0 @@ -OC.L10N.register( - "files_zip", - { - "Cancel" : "ýatyrmak" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/l10n/tk.json b/l10n/tk.json deleted file mode 100644 index 7e8b09c..0000000 --- a/l10n/tk.json +++ /dev/null @@ -1,4 +0,0 @@ -{ "translations": { - "Cancel" : "ýatyrmak" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/l10n/tr.js b/l10n/tr.js index b642ed3..f5e4fa4 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -7,16 +7,11 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "{path} Zip dosyası oluşturulamadı.", "Zip files in your Nextcloud" : "Nextcloud kopyanızdaki Zip dosyaları", "Allow zipping files directly in your Nextcloud!" : "Dosyalarınızı doğrudan Nextcloud üzerinde sıkıştırmanızı sağlar!", + "Compress files" : "Dosyaları sıkıştır", "Compress to Zip" : "Zip arşivine ekle", - "Only files up to {maxSize} can be compressed." : "Yalnızca {maxSize} boyutuna kadar olan dosyalar sıkıştırılabilir.", "Archive" : "Arşiv", - "Select a name for the Zip archive" : "Zip arşivi için bir ad yazın", - "_Compress {files} file_::_Compress {files} files_" : ["{files} dosyayı sıkıştırın","{files} dosyayı sıkıştırın"], - "The name selected is invalid." : "Yazdığınız ad geçersiz.", - "File name" : "Dosya adı", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Zip arşivi oluşturuluyor. Hazır olduğunda sizi bilgilendireceğiz.", "An error happened when trying to compress the file." : "Dosya sıkıştırılmaya çalışılırken bir sorun çıktı.", - "Cancel" : "İptal", - "Compress files" : "Dosyaları sıkıştır" + "Only files up to {maxSize} can be compressed." : "Yalnızca {maxSize} boyutuna kadar olan dosyalar sıkıştırılabilir." }, "nplurals=2; plural=(n > 1);"); diff --git a/l10n/tr.json b/l10n/tr.json index e434f3e..c4556e1 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -5,16 +5,11 @@ "Creating the Zip file {path} failed." : "{path} Zip dosyası oluşturulamadı.", "Zip files in your Nextcloud" : "Nextcloud kopyanızdaki Zip dosyaları", "Allow zipping files directly in your Nextcloud!" : "Dosyalarınızı doğrudan Nextcloud üzerinde sıkıştırmanızı sağlar!", + "Compress files" : "Dosyaları sıkıştır", "Compress to Zip" : "Zip arşivine ekle", - "Only files up to {maxSize} can be compressed." : "Yalnızca {maxSize} boyutuna kadar olan dosyalar sıkıştırılabilir.", "Archive" : "Arşiv", - "Select a name for the Zip archive" : "Zip arşivi için bir ad yazın", - "_Compress {files} file_::_Compress {files} files_" : ["{files} dosyayı sıkıştırın","{files} dosyayı sıkıştırın"], - "The name selected is invalid." : "Yazdığınız ad geçersiz.", - "File name" : "Dosya adı", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Zip arşivi oluşturuluyor. Hazır olduğunda sizi bilgilendireceğiz.", "An error happened when trying to compress the file." : "Dosya sıkıştırılmaya çalışılırken bir sorun çıktı.", - "Cancel" : "İptal", - "Compress files" : "Dosyaları sıkıştır" + "Only files up to {maxSize} can be compressed." : "Yalnızca {maxSize} boyutuna kadar olan dosyalar sıkıştırılabilir." },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/l10n/ug.js b/l10n/ug.js deleted file mode 100644 index 70fe904..0000000 --- a/l10n/ug.js +++ /dev/null @@ -1,6 +0,0 @@ -OC.L10N.register( - "files_zip", - { - "Cancel" : "ۋاز كەچ" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ug.json b/l10n/ug.json deleted file mode 100644 index 4a052af..0000000 --- a/l10n/ug.json +++ /dev/null @@ -1,4 +0,0 @@ -{ "translations": { - "Cancel" : "ۋاز كەچ" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/l10n/uk.js b/l10n/uk.js index 1b353c3..5aad95a 100644 --- a/l10n/uk.js +++ b/l10n/uk.js @@ -7,16 +7,11 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "Не вдалося створити файл ZIP {path}. ", "Zip files in your Nextcloud" : "Файли ZIP у вашій хмарі Nextcloud ", "Allow zipping files directly in your Nextcloud!" : "Архівуйте файли безпосередньо засобами Nextcloud! ", + "Compress files" : "Архівувати", "Compress to Zip" : "Архівувати у ZIP", - "Only files up to {maxSize} can be compressed." : "Лише файли розміром до {maxSize} дозволено архівувати. ", "Archive" : "Архів", - "Select a name for the Zip archive" : "Виберіть ім'я для архіву ZIP", - "_Compress {files} file_::_Compress {files} files_" : ["Архівувати {files} файл","Архівувати {files} файли","Архівувати {files} файлів","Архівувати {files} файлів"], - "The name selected is invalid." : "Недійсне ім'я.", - "File name" : "Ім'я файлу", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Розпочато архівування. Ви отримаєте сповіщення, щойно буде створено архів ZIP. ", "An error happened when trying to compress the file." : "При спробі архівування файлу сталася помилка. ", - "Cancel" : "Скасувати", - "Compress files" : "Архівувати" + "Only files up to {maxSize} can be compressed." : "Лише файли розміром до {maxSize} дозволено архівувати. " }, "nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"); diff --git a/l10n/uk.json b/l10n/uk.json index 7ba8cc5..42e7276 100644 --- a/l10n/uk.json +++ b/l10n/uk.json @@ -5,16 +5,11 @@ "Creating the Zip file {path} failed." : "Не вдалося створити файл ZIP {path}. ", "Zip files in your Nextcloud" : "Файли ZIP у вашій хмарі Nextcloud ", "Allow zipping files directly in your Nextcloud!" : "Архівуйте файли безпосередньо засобами Nextcloud! ", + "Compress files" : "Архівувати", "Compress to Zip" : "Архівувати у ZIP", - "Only files up to {maxSize} can be compressed." : "Лише файли розміром до {maxSize} дозволено архівувати. ", "Archive" : "Архів", - "Select a name for the Zip archive" : "Виберіть ім'я для архіву ZIP", - "_Compress {files} file_::_Compress {files} files_" : ["Архівувати {files} файл","Архівувати {files} файли","Архівувати {files} файлів","Архівувати {files} файлів"], - "The name selected is invalid." : "Недійсне ім'я.", - "File name" : "Ім'я файлу", "Creating Zip archive started. We will notify you as soon as the archive is available." : "Розпочато архівування. Ви отримаєте сповіщення, щойно буде створено архів ZIP. ", "An error happened when trying to compress the file." : "При спробі архівування файлу сталася помилка. ", - "Cancel" : "Скасувати", - "Compress files" : "Архівувати" + "Only files up to {maxSize} can be compressed." : "Лише файли розміром до {maxSize} дозволено архівувати. " },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" } \ No newline at end of file diff --git a/l10n/ur_PK.js b/l10n/ur_PK.js deleted file mode 100644 index e766754..0000000 --- a/l10n/ur_PK.js +++ /dev/null @@ -1,6 +0,0 @@ -OC.L10N.register( - "files_zip", - { - "Cancel" : "منسوخ کریں" -}, -"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ur_PK.json b/l10n/ur_PK.json deleted file mode 100644 index 66d1cdc..0000000 --- a/l10n/ur_PK.json +++ /dev/null @@ -1,4 +0,0 @@ -{ "translations": { - "Cancel" : "منسوخ کریں" -},"pluralForm" :"nplurals=2; plural=(n != 1);" -} \ No newline at end of file diff --git a/l10n/uz.js b/l10n/uz.js deleted file mode 100644 index ccc7f91..0000000 --- a/l10n/uz.js +++ /dev/null @@ -1,6 +0,0 @@ -OC.L10N.register( - "files_zip", - { - "Cancel" : "Cancel" -}, -"nplurals=1; plural=0;"); diff --git a/l10n/uz.json b/l10n/uz.json deleted file mode 100644 index 7828cbd..0000000 --- a/l10n/uz.json +++ /dev/null @@ -1,4 +0,0 @@ -{ "translations": { - "Cancel" : "Cancel" -},"pluralForm" :"nplurals=1; plural=0;" -} \ No newline at end of file diff --git a/l10n/vi.js b/l10n/vi.js index 6e05fcf..28bd4a3 100644 --- a/l10n/vi.js +++ b/l10n/vi.js @@ -1,8 +1,6 @@ OC.L10N.register( "files_zip", { - "Archive" : "Lưu trữ", - "File name" : "Tên tệp tin", - "Cancel" : "Hủy" + "Archive" : "Lưu trữ" }, "nplurals=1; plural=0;"); diff --git a/l10n/vi.json b/l10n/vi.json index 181a859..1ee99eb 100644 --- a/l10n/vi.json +++ b/l10n/vi.json @@ -1,6 +1,4 @@ { "translations": { - "Archive" : "Lưu trữ", - "File name" : "Tên tệp tin", - "Cancel" : "Hủy" + "Archive" : "Lưu trữ" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index 346b31e..01315e5 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -7,16 +7,11 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "在{path}创建Zip失败", "Zip files in your Nextcloud" : "在你Nextcloud中的Zip文件", "Allow zipping files directly in your Nextcloud!" : "允许在您的Nextcloud中直接打包文件!", + "Compress files" : "压缩文件", "Compress to Zip" : "压缩成Zip档", - "Only files up to {maxSize} can be compressed." : "只能压缩最大{maxSize}的文件。", "Archive" : "压缩档", - "Select a name for the Zip archive" : "给Zip档选择一个名字", - "_Compress {files} file_::_Compress {files} files_" : ["压缩{files}文件"], - "The name selected is invalid." : "所选名字不可用", - "File name" : "文件名", "Creating Zip archive started. We will notify you as soon as the archive is available." : "已开始创建Zip档。完成归档后我们将尽快通知您。", "An error happened when trying to compress the file." : "在压缩文件时发生了一个错误", - "Cancel" : "取消", - "Compress files" : "压缩文件" + "Only files up to {maxSize} can be compressed." : "只能压缩最大{maxSize}的文件。" }, "nplurals=1; plural=0;"); diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index 1a2393e..dbd517e 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -5,16 +5,11 @@ "Creating the Zip file {path} failed." : "在{path}创建Zip失败", "Zip files in your Nextcloud" : "在你Nextcloud中的Zip文件", "Allow zipping files directly in your Nextcloud!" : "允许在您的Nextcloud中直接打包文件!", + "Compress files" : "压缩文件", "Compress to Zip" : "压缩成Zip档", - "Only files up to {maxSize} can be compressed." : "只能压缩最大{maxSize}的文件。", "Archive" : "压缩档", - "Select a name for the Zip archive" : "给Zip档选择一个名字", - "_Compress {files} file_::_Compress {files} files_" : ["压缩{files}文件"], - "The name selected is invalid." : "所选名字不可用", - "File name" : "文件名", "Creating Zip archive started. We will notify you as soon as the archive is available." : "已开始创建Zip档。完成归档后我们将尽快通知您。", "An error happened when trying to compress the file." : "在压缩文件时发生了一个错误", - "Cancel" : "取消", - "Compress files" : "压缩文件" + "Only files up to {maxSize} can be compressed." : "只能压缩最大{maxSize}的文件。" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js index 3c4f8e7..f20e1af 100644 --- a/l10n/zh_HK.js +++ b/l10n/zh_HK.js @@ -7,16 +7,11 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "創建 Zip 檔案 {path} 失敗。", "Zip files in your Nextcloud" : "在 Nextcloud 中壓縮文件", "Allow zipping files directly in your Nextcloud!" : "直接在 Nextcloud 中壓縮檔案!", + "Compress files" : "壓縮檔案", "Compress to Zip" : "壓縮為 Zip", - "Only files up to {maxSize} can be compressed." : "只能壓縮最大為 {maxSize} 的檔案。", "Archive" : "存檔", - "Select a name for the Zip archive" : "選擇 Zip 存檔的名稱", - "_Compress {files} file_::_Compress {files} files_" : ["壓縮 {files} 檔案"], - "The name selected is invalid." : "指定的名稱無效", - "File name" : "檔案名稱", "Creating Zip archive started. We will notify you as soon as the archive is available." : "開始創建 Zip 存檔。 一旦存檔可用,我們將立即通知您。", "An error happened when trying to compress the file." : "嘗試壓縮檔案時發生錯誤。", - "Cancel" : "取消", - "Compress files" : "壓縮檔案" + "Only files up to {maxSize} can be compressed." : "只能壓縮最大為 {maxSize} 的檔案。" }, "nplurals=1; plural=0;"); diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json index 35a6609..d38d6fa 100644 --- a/l10n/zh_HK.json +++ b/l10n/zh_HK.json @@ -5,16 +5,11 @@ "Creating the Zip file {path} failed." : "創建 Zip 檔案 {path} 失敗。", "Zip files in your Nextcloud" : "在 Nextcloud 中壓縮文件", "Allow zipping files directly in your Nextcloud!" : "直接在 Nextcloud 中壓縮檔案!", + "Compress files" : "壓縮檔案", "Compress to Zip" : "壓縮為 Zip", - "Only files up to {maxSize} can be compressed." : "只能壓縮最大為 {maxSize} 的檔案。", "Archive" : "存檔", - "Select a name for the Zip archive" : "選擇 Zip 存檔的名稱", - "_Compress {files} file_::_Compress {files} files_" : ["壓縮 {files} 檔案"], - "The name selected is invalid." : "指定的名稱無效", - "File name" : "檔案名稱", "Creating Zip archive started. We will notify you as soon as the archive is available." : "開始創建 Zip 存檔。 一旦存檔可用,我們將立即通知您。", "An error happened when trying to compress the file." : "嘗試壓縮檔案時發生錯誤。", - "Cancel" : "取消", - "Compress files" : "壓縮檔案" + "Only files up to {maxSize} can be compressed." : "只能壓縮最大為 {maxSize} 的檔案。" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index 94c90aa..fa677b9 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -7,16 +7,11 @@ OC.L10N.register( "Creating the Zip file {path} failed." : "建立 Zip 檔案 {path} 失敗。", "Zip files in your Nextcloud" : "在您的 Nextcloud 中壓縮檔案", "Allow zipping files directly in your Nextcloud!" : "直接在您的 Nextcloud 中壓縮檔案!", + "Compress files" : "壓縮檔案", "Compress to Zip" : "壓縮為 Zip", - "Only files up to {maxSize} can be compressed." : "只能壓縮最大 {maxSize} 的檔案。", "Archive" : "壓縮檔", - "Select a name for the Zip archive" : "選取 Zip 壓縮檔的名稱", - "_Compress {files} file_::_Compress {files} files_" : ["壓縮 {files} 檔案"], - "The name selected is invalid." : "選定的名稱無效。", - "File name" : "檔案名稱", "Creating Zip archive started. We will notify you as soon as the archive is available." : "開始建立 Zip 壓縮檔。一旦壓縮檔可用,我們會盡快通知您。", "An error happened when trying to compress the file." : "嘗試壓縮檔案時發生錯誤。", - "Cancel" : "取消", - "Compress files" : "壓縮檔案" + "Only files up to {maxSize} can be compressed." : "只能壓縮最大 {maxSize} 的檔案。" }, "nplurals=1; plural=0;"); diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index b8ebead..73c57b2 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -5,16 +5,11 @@ "Creating the Zip file {path} failed." : "建立 Zip 檔案 {path} 失敗。", "Zip files in your Nextcloud" : "在您的 Nextcloud 中壓縮檔案", "Allow zipping files directly in your Nextcloud!" : "直接在您的 Nextcloud 中壓縮檔案!", + "Compress files" : "壓縮檔案", "Compress to Zip" : "壓縮為 Zip", - "Only files up to {maxSize} can be compressed." : "只能壓縮最大 {maxSize} 的檔案。", "Archive" : "壓縮檔", - "Select a name for the Zip archive" : "選取 Zip 壓縮檔的名稱", - "_Compress {files} file_::_Compress {files} files_" : ["壓縮 {files} 檔案"], - "The name selected is invalid." : "選定的名稱無效。", - "File name" : "檔案名稱", "Creating Zip archive started. We will notify you as soon as the archive is available." : "開始建立 Zip 壓縮檔。一旦壓縮檔可用,我們會盡快通知您。", "An error happened when trying to compress the file." : "嘗試壓縮檔案時發生錯誤。", - "Cancel" : "取消", - "Compress files" : "壓縮檔案" + "Only files up to {maxSize} can be compressed." : "只能壓縮最大 {maxSize} 的檔案。" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file