diff --git a/apps/files/l10n/ast.js b/apps/files/l10n/ast.js index dd53313b61..ae0b073157 100644 --- a/apps/files/l10n/ast.js +++ b/apps/files/l10n/ast.js @@ -6,6 +6,7 @@ OC.L10N.register( "Unknown error" : "Fallu desconocíu", "Could not move %s - File with this name already exists" : "Nun pudo movese %s - Yá existe un ficheru con esi nome.", "Could not move %s" : "Nun pudo movese %s", + "Permission denied" : "Permisu denegáu", "File name cannot be empty." : "El nome de ficheru nun pue quedar baleru.", "\"%s\" is an invalid file name." : "\"%s\" ye un nome de ficheru inválidu.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nome inválidu, los caráuteres \"\\\", \"/\", \"<\", \">\", \":\", \"\", \"|\" \"?\" y \"*\" nun tán permitíos.", @@ -71,6 +72,7 @@ OC.L10N.register( "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Clave privada non válida pa Encryption. Por favor, anueva la to contraseña de clave nos tos axustes personales pa recuperar l'accesu a los tos ficheros cifraos.", "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Deshabilitose'l cifráu pero los tos ficheros tovía tán cifraos. Por favor, vete a los axustes personales pa descrifrar los tos ficheros.", "{dirs} and {files}" : "{dirs} y {files}", + "%s could not be renamed as it has been deleted" : "%s nun pue renomase dempués de desaniciase", "%s could not be renamed" : "Nun se puede renomar %s ", "Upload (max. %s)" : "Xuba (máx. %s)", "File handling" : "Alministración de ficheros", diff --git a/apps/files/l10n/ast.json b/apps/files/l10n/ast.json index 33649aeae3..81d20a51c3 100644 --- a/apps/files/l10n/ast.json +++ b/apps/files/l10n/ast.json @@ -4,6 +4,7 @@ "Unknown error" : "Fallu desconocíu", "Could not move %s - File with this name already exists" : "Nun pudo movese %s - Yá existe un ficheru con esi nome.", "Could not move %s" : "Nun pudo movese %s", + "Permission denied" : "Permisu denegáu", "File name cannot be empty." : "El nome de ficheru nun pue quedar baleru.", "\"%s\" is an invalid file name." : "\"%s\" ye un nome de ficheru inválidu.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "Nome inválidu, los caráuteres \"\\\", \"/\", \"<\", \">\", \":\", \"\", \"|\" \"?\" y \"*\" nun tán permitíos.", @@ -69,6 +70,7 @@ "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Clave privada non válida pa Encryption. Por favor, anueva la to contraseña de clave nos tos axustes personales pa recuperar l'accesu a los tos ficheros cifraos.", "Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." : "Deshabilitose'l cifráu pero los tos ficheros tovía tán cifraos. Por favor, vete a los axustes personales pa descrifrar los tos ficheros.", "{dirs} and {files}" : "{dirs} y {files}", + "%s could not be renamed as it has been deleted" : "%s nun pue renomase dempués de desaniciase", "%s could not be renamed" : "Nun se puede renomar %s ", "Upload (max. %s)" : "Xuba (máx. %s)", "File handling" : "Alministración de ficheros", diff --git a/apps/files/l10n/eu.js b/apps/files/l10n/eu.js index c4da5e6cfa..5fb2ac32f7 100644 --- a/apps/files/l10n/eu.js +++ b/apps/files/l10n/eu.js @@ -6,6 +6,7 @@ OC.L10N.register( "Unknown error" : "Errore ezezaguna", "Could not move %s - File with this name already exists" : "Ezin da %s mugitu - Izen hau duen fitxategia dagoeneko existitzen da", "Could not move %s" : "Ezin dira fitxategiak mugitu %s", + "Permission denied" : "Baimena Ukatua", "File name cannot be empty." : "Fitxategi izena ezin da hutsa izan.", "\"%s\" is an invalid file name." : "\"%s\" ez da fitxategi izen baliogarria.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "IZen aliogabea, '\\', '/', '<', '>', ':', '\"', '|', '?' eta '*' ez daude baimenduta.", diff --git a/apps/files/l10n/eu.json b/apps/files/l10n/eu.json index 300bbc8917..fadc021847 100644 --- a/apps/files/l10n/eu.json +++ b/apps/files/l10n/eu.json @@ -4,6 +4,7 @@ "Unknown error" : "Errore ezezaguna", "Could not move %s - File with this name already exists" : "Ezin da %s mugitu - Izen hau duen fitxategia dagoeneko existitzen da", "Could not move %s" : "Ezin dira fitxategiak mugitu %s", + "Permission denied" : "Baimena Ukatua", "File name cannot be empty." : "Fitxategi izena ezin da hutsa izan.", "\"%s\" is an invalid file name." : "\"%s\" ez da fitxategi izen baliogarria.", "Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." : "IZen aliogabea, '\\', '/', '<', '>', ':', '\"', '|', '?' eta '*' ez daude baimenduta.", diff --git a/apps/files/l10n/hi_IN.js b/apps/files/l10n/hi_IN.js index 5bdf101699..329844854f 100644 --- a/apps/files/l10n/hi_IN.js +++ b/apps/files/l10n/hi_IN.js @@ -1,8 +1,8 @@ OC.L10N.register( "files", { - "_%n folder_::_%n folders_" : "[ ,]", - "_%n file_::_%n files_" : "[ ,]", - "_Uploading %n file_::_Uploading %n files_" : "[ ,]" + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""] }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/hi_IN.json b/apps/files/l10n/hi_IN.json index 26e5833738..37156658a8 100644 --- a/apps/files/l10n/hi_IN.json +++ b/apps/files/l10n/hi_IN.json @@ -1 +1,6 @@ -{"translations":{"_%n folder_::_%n folders_":["",""],"_%n file_::_%n files_":["",""],"_Uploading %n file_::_Uploading %n files_":["",""]},"pluralForm":"nplurals=2; plural=(n != 1);"} \ No newline at end of file +{ "translations": { + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""] +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/sk.js b/apps/files/l10n/sk.js index f2a2f49398..13c12b9496 100644 --- a/apps/files/l10n/sk.js +++ b/apps/files/l10n/sk.js @@ -3,9 +3,9 @@ OC.L10N.register( { "Share" : "Zdieľať", "Delete" : "Odstrániť", - "_%n folder_::_%n folders_" : "[ ,,]", - "_%n file_::_%n files_" : "[ ,,]", - "_Uploading %n file_::_Uploading %n files_" : "[ ,,]", + "_%n folder_::_%n folders_" : ["","",""], + "_%n file_::_%n files_" : ["","",""], + "_Uploading %n file_::_Uploading %n files_" : ["","",""], "Save" : "Uložiť", "Download" : "Stiahnuť" }, diff --git a/apps/files/l10n/sk.json b/apps/files/l10n/sk.json index 1ff4b9ce34..982ae3759b 100644 --- a/apps/files/l10n/sk.json +++ b/apps/files/l10n/sk.json @@ -1 +1,10 @@ -{"translations":{"Share":"Zdie\u013ea\u0165","Delete":"Odstr\u00e1ni\u0165","_%n folder_::_%n folders_":["","",""],"_%n file_::_%n files_":["","",""],"_Uploading %n file_::_Uploading %n files_":["","",""],"Save":"Ulo\u017ei\u0165","Download":"Stiahnu\u0165"},"pluralForm":"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"} \ No newline at end of file +{ "translations": { + "Share" : "Zdieľať", + "Delete" : "Odstrániť", + "_%n folder_::_%n folders_" : ["","",""], + "_%n file_::_%n files_" : ["","",""], + "_Uploading %n file_::_Uploading %n files_" : ["","",""], + "Save" : "Uložiť", + "Download" : "Stiahnuť" +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +} \ No newline at end of file diff --git a/apps/files/l10n/ur.js b/apps/files/l10n/ur.js index f04bfd7a6f..0700689b60 100644 --- a/apps/files/l10n/ur.js +++ b/apps/files/l10n/ur.js @@ -2,8 +2,8 @@ OC.L10N.register( "files", { "Error" : "خرابی", - "_%n folder_::_%n folders_" : "[ ,]", - "_%n file_::_%n files_" : "[ ,]", - "_Uploading %n file_::_Uploading %n files_" : "[ ,]" + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""] }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/ur.json b/apps/files/l10n/ur.json index cb374c0b15..c5fe11055d 100644 --- a/apps/files/l10n/ur.json +++ b/apps/files/l10n/ur.json @@ -1 +1,7 @@ -{"translations":{"Error":"\u062e\u0631\u0627\u0628\u06cc","_%n folder_::_%n folders_":["",""],"_%n file_::_%n files_":["",""],"_Uploading %n file_::_Uploading %n files_":["",""]},"pluralForm":"nplurals=2; plural=(n != 1);"} \ No newline at end of file +{ "translations": { + "Error" : "خرابی", + "_%n folder_::_%n folders_" : ["",""], + "_%n file_::_%n files_" : ["",""], + "_Uploading %n file_::_Uploading %n files_" : ["",""] +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files_encryption/l10n/eu.js b/apps/files_encryption/l10n/eu.js index 72c78ec31c..84d446313a 100644 --- a/apps/files_encryption/l10n/eu.js +++ b/apps/files_encryption/l10n/eu.js @@ -2,9 +2,15 @@ OC.L10N.register( "files_encryption", { "Unknown error" : "Errore ezezaguna", + "Missing recovery key password" : "Berreskurapen gakoaren pasahitza falta da", + "Please repeat the recovery key password" : "Mesedez errepikatu berreskuratze gakoaren pasahitza", + "Repeated recovery key password does not match the provided recovery key password" : "Errepikatutako berreskuratze gakoaren pasahitza ez dator bat berreskuratze gakoaren pasahitzarekin", "Recovery key successfully enabled" : "Berreskuratze gakoa behar bezala gaitua", "Could not disable recovery key. Please check your recovery key password!" : "Ezin da berreskuratze gako desgaitu. Egiaztatu berreskuratze gako pasahitza!", "Recovery key successfully disabled" : "Berreskuratze gakoa behar bezala desgaitu da", + "Please provide the old recovery password" : "Mesedez sartu berreskuratze pasahitz zaharra", + "Please provide a new recovery password" : "Mesedez sartu berreskuratze pasahitz berria", + "Please repeat the new recovery password" : "Mesedez errepikatu berreskuratze pasahitz berria", "Password successfully changed." : "Pasahitza behar bezala aldatu da.", "Could not change the password. Maybe the old password was not correct." : "Ezin izan da pasahitza aldatu. Agian pasahitz zaharra okerrekoa da.", "Private key password successfully updated." : "Gako pasahitz pribatu behar bezala eguneratu da.", diff --git a/apps/files_encryption/l10n/eu.json b/apps/files_encryption/l10n/eu.json index 16480dc93c..c18cebad99 100644 --- a/apps/files_encryption/l10n/eu.json +++ b/apps/files_encryption/l10n/eu.json @@ -1,8 +1,14 @@ { "translations": { "Unknown error" : "Errore ezezaguna", + "Missing recovery key password" : "Berreskurapen gakoaren pasahitza falta da", + "Please repeat the recovery key password" : "Mesedez errepikatu berreskuratze gakoaren pasahitza", + "Repeated recovery key password does not match the provided recovery key password" : "Errepikatutako berreskuratze gakoaren pasahitza ez dator bat berreskuratze gakoaren pasahitzarekin", "Recovery key successfully enabled" : "Berreskuratze gakoa behar bezala gaitua", "Could not disable recovery key. Please check your recovery key password!" : "Ezin da berreskuratze gako desgaitu. Egiaztatu berreskuratze gako pasahitza!", "Recovery key successfully disabled" : "Berreskuratze gakoa behar bezala desgaitu da", + "Please provide the old recovery password" : "Mesedez sartu berreskuratze pasahitz zaharra", + "Please provide a new recovery password" : "Mesedez sartu berreskuratze pasahitz berria", + "Please repeat the new recovery password" : "Mesedez errepikatu berreskuratze pasahitz berria", "Password successfully changed." : "Pasahitza behar bezala aldatu da.", "Could not change the password. Maybe the old password was not correct." : "Ezin izan da pasahitza aldatu. Agian pasahitz zaharra okerrekoa da.", "Private key password successfully updated." : "Gako pasahitz pribatu behar bezala eguneratu da.", diff --git a/apps/files_encryption/l10n/id.js b/apps/files_encryption/l10n/id.js index fcb3ffb9d3..7137d13cb9 100644 --- a/apps/files_encryption/l10n/id.js +++ b/apps/files_encryption/l10n/id.js @@ -1,20 +1,32 @@ OC.L10N.register( "files_encryption", { - "Unknown error" : "Galat tidak diketahui", + "Unknown error" : "Kesalahan tidak diketahui", + "Missing recovery key password" : "Sandi kunci pemuliahan hilang", + "Please repeat the recovery key password" : "Silakan ulangi sandi kunci pemulihan", + "Repeated recovery key password does not match the provided recovery key password" : "Sandi kunci pemulihan yang diulangi tidak cocok dengan sandi kunci pemulihan yang diberikan", "Recovery key successfully enabled" : "Kunci pemulihan berhasil diaktifkan", "Could not disable recovery key. Please check your recovery key password!" : "Tidak dapat menonaktifkan kunci pemulihan. Silakan periksa sandi kunci pemulihan Anda!", "Recovery key successfully disabled" : "Kunci pemulihan berhasil dinonaktifkan", + "Please provide the old recovery password" : "Mohon berikan sandi pemulihan lama", + "Please provide a new recovery password" : "Mohon berikan sandi pemulihan baru", + "Please repeat the new recovery password" : "Silakan ulangi sandi pemulihan baru", "Password successfully changed." : "Sandi berhasil diubah", "Could not change the password. Maybe the old password was not correct." : "Tidak dapat mengubah sandi. Kemungkinan sandi lama yang dimasukkan salah.", "Private key password successfully updated." : "Sandi kunci privat berhasil diperbarui.", "Could not update the private key password. Maybe the old password was not correct." : "Tidak dapat memperbarui sandi kunci privat. Kemungkinan sandi lama yang Anda masukkan salah.", "File recovery settings updated" : "Pengaturan pemulihan berkas diperbarui", "Could not update file recovery" : "Tidak dapat memperbarui pemulihan berkas", + "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." : "Aplikasi enkripsi tidak dimulai! Kemungkinan aplikasi enkripsi telah diaktifkan ulang saat sesi Anda. Silakan coba untuk keluar dan kembali lagi untuk memulai aplikasi enkripsi.", + "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." : "Kunci private Anda tidak sah! Nampaknya sandi Anda telah diubah diluar %s (misal direktori perusahaan Anda). Anda dapat memperbarui sandi kunci private untuk memulihakan akses ke berkas terenkripsi Anda.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Tidak dapat mendekripsi berkas ini, mungkin ini adalah berkas bersama. Silakan meminta pemilik berkas ini untuk membagikan kembali dengan Anda.", - "Missing requirements." : "Persyaratan yang hilang.", + "Unknown error. Please check your system settings or contact your administrator" : "Kesalahan tidak diketahui. Silakan periksa pengaturan sistem Anda atau hubungi administrator", + "Missing requirements." : "Persyaratan tidak terpenuhi.", + "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." : "Pastikan bahwa PHP 5.3.3 atau yang lebih baru telah diinstal dan OpenSSL bersama ekstensi PHP telah diaktifkan dan dikonfigurasi dengan benar. Untuk saat ini, aplikasi enkripsi akan dinonaktifkan.", "Following users are not set up for encryption:" : "Pengguna berikut belum diatur untuk enkripsi:", - "Initial encryption started... This can take some time. Please wait." : "Inisial enskripsi dijalankan... Ini dapat memakan waktu. Silakan tunggu.", + "Initial encryption started... This can take some time. Please wait." : "Enskripsi awal dijalankan... Ini dapat memakan waktu. Silakan tunggu.", + "Initial encryption running... Please try again later." : "Enkripsi awal sedang berjalan... Sialakn coba lagi nanti.", + "Go directly to your %spersonal settings%s." : "Langsung ke %spengaturan pribadi%s Anda.", "Encryption" : "Enkripsi", "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikasi Enskripsi telah diaktifkan tetapi kunci tidak diinisialisasi, silakan log-out dan log-in lagi", "Enable recovery key (allow to recover users files in case of password loss):" : "Aktifkan kunci pemulihan (memungkinkan pengguna untuk memulihkan berkas dalam kasus kehilangan sandi):", @@ -27,6 +39,8 @@ OC.L10N.register( "New Recovery key password" : "Sandi kunci Pemulihan Baru", "Repeat New Recovery key password" : "Ulangi sandi kunci Pemulihan baru", "Change Password" : "Ubah sandi", + "Your private key password no longer matches your log-in password." : "Sandi kunci private Anda tidak lagi cocok dengan sandi masuk Anda.", + "Set your old private key password to your current log-in password:" : "Setel sandi kunci private Anda untuk sandi masuk Anda saat ini:", " If you don't remember your old password you can ask your administrator to recover your files." : "Jika Anda tidak ingat sandi lama, Anda dapat meminta administrator Anda untuk memulihkan berkas.", "Old log-in password" : "Sandi masuk yang lama", "Current log-in password" : "Sandi masuk saat ini", diff --git a/apps/files_encryption/l10n/id.json b/apps/files_encryption/l10n/id.json index c0e5b43496..eb5361d4b6 100644 --- a/apps/files_encryption/l10n/id.json +++ b/apps/files_encryption/l10n/id.json @@ -1,18 +1,30 @@ { "translations": { - "Unknown error" : "Galat tidak diketahui", + "Unknown error" : "Kesalahan tidak diketahui", + "Missing recovery key password" : "Sandi kunci pemuliahan hilang", + "Please repeat the recovery key password" : "Silakan ulangi sandi kunci pemulihan", + "Repeated recovery key password does not match the provided recovery key password" : "Sandi kunci pemulihan yang diulangi tidak cocok dengan sandi kunci pemulihan yang diberikan", "Recovery key successfully enabled" : "Kunci pemulihan berhasil diaktifkan", "Could not disable recovery key. Please check your recovery key password!" : "Tidak dapat menonaktifkan kunci pemulihan. Silakan periksa sandi kunci pemulihan Anda!", "Recovery key successfully disabled" : "Kunci pemulihan berhasil dinonaktifkan", + "Please provide the old recovery password" : "Mohon berikan sandi pemulihan lama", + "Please provide a new recovery password" : "Mohon berikan sandi pemulihan baru", + "Please repeat the new recovery password" : "Silakan ulangi sandi pemulihan baru", "Password successfully changed." : "Sandi berhasil diubah", "Could not change the password. Maybe the old password was not correct." : "Tidak dapat mengubah sandi. Kemungkinan sandi lama yang dimasukkan salah.", "Private key password successfully updated." : "Sandi kunci privat berhasil diperbarui.", "Could not update the private key password. Maybe the old password was not correct." : "Tidak dapat memperbarui sandi kunci privat. Kemungkinan sandi lama yang Anda masukkan salah.", "File recovery settings updated" : "Pengaturan pemulihan berkas diperbarui", "Could not update file recovery" : "Tidak dapat memperbarui pemulihan berkas", + "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." : "Aplikasi enkripsi tidak dimulai! Kemungkinan aplikasi enkripsi telah diaktifkan ulang saat sesi Anda. Silakan coba untuk keluar dan kembali lagi untuk memulai aplikasi enkripsi.", + "Your private key is not valid! Likely your password was changed outside of %s (e.g. your corporate directory). You can update your private key password in your personal settings to recover access to your encrypted files." : "Kunci private Anda tidak sah! Nampaknya sandi Anda telah diubah diluar %s (misal direktori perusahaan Anda). Anda dapat memperbarui sandi kunci private untuk memulihakan akses ke berkas terenkripsi Anda.", "Can not decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Tidak dapat mendekripsi berkas ini, mungkin ini adalah berkas bersama. Silakan meminta pemilik berkas ini untuk membagikan kembali dengan Anda.", - "Missing requirements." : "Persyaratan yang hilang.", + "Unknown error. Please check your system settings or contact your administrator" : "Kesalahan tidak diketahui. Silakan periksa pengaturan sistem Anda atau hubungi administrator", + "Missing requirements." : "Persyaratan tidak terpenuhi.", + "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." : "Pastikan bahwa PHP 5.3.3 atau yang lebih baru telah diinstal dan OpenSSL bersama ekstensi PHP telah diaktifkan dan dikonfigurasi dengan benar. Untuk saat ini, aplikasi enkripsi akan dinonaktifkan.", "Following users are not set up for encryption:" : "Pengguna berikut belum diatur untuk enkripsi:", - "Initial encryption started... This can take some time. Please wait." : "Inisial enskripsi dijalankan... Ini dapat memakan waktu. Silakan tunggu.", + "Initial encryption started... This can take some time. Please wait." : "Enskripsi awal dijalankan... Ini dapat memakan waktu. Silakan tunggu.", + "Initial encryption running... Please try again later." : "Enkripsi awal sedang berjalan... Sialakn coba lagi nanti.", + "Go directly to your %spersonal settings%s." : "Langsung ke %spengaturan pribadi%s Anda.", "Encryption" : "Enkripsi", "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Aplikasi Enskripsi telah diaktifkan tetapi kunci tidak diinisialisasi, silakan log-out dan log-in lagi", "Enable recovery key (allow to recover users files in case of password loss):" : "Aktifkan kunci pemulihan (memungkinkan pengguna untuk memulihkan berkas dalam kasus kehilangan sandi):", @@ -25,6 +37,8 @@ "New Recovery key password" : "Sandi kunci Pemulihan Baru", "Repeat New Recovery key password" : "Ulangi sandi kunci Pemulihan baru", "Change Password" : "Ubah sandi", + "Your private key password no longer matches your log-in password." : "Sandi kunci private Anda tidak lagi cocok dengan sandi masuk Anda.", + "Set your old private key password to your current log-in password:" : "Setel sandi kunci private Anda untuk sandi masuk Anda saat ini:", " If you don't remember your old password you can ask your administrator to recover your files." : "Jika Anda tidak ingat sandi lama, Anda dapat meminta administrator Anda untuk memulihkan berkas.", "Old log-in password" : "Sandi masuk yang lama", "Current log-in password" : "Sandi masuk saat ini", diff --git a/apps/files_encryption/l10n/pl.js b/apps/files_encryption/l10n/pl.js index 027e933008..a0bccc8c9f 100644 --- a/apps/files_encryption/l10n/pl.js +++ b/apps/files_encryption/l10n/pl.js @@ -2,6 +2,7 @@ OC.L10N.register( "files_encryption", { "Unknown error" : "Nieznany błąd", + "Please repeat the recovery key password" : "Proszę powtórz nowe hasło klucza odzyskiwania", "Recovery key successfully enabled" : "Klucz odzyskiwania włączony", "Could not disable recovery key. Please check your recovery key password!" : "Nie można wyłączyć klucza odzyskiwania. Proszę sprawdzić swoje hasło odzyskiwania!", "Recovery key successfully disabled" : "Klucz odzyskiwania wyłączony", diff --git a/apps/files_encryption/l10n/pl.json b/apps/files_encryption/l10n/pl.json index 25e3842523..dd817a4054 100644 --- a/apps/files_encryption/l10n/pl.json +++ b/apps/files_encryption/l10n/pl.json @@ -1,5 +1,6 @@ { "translations": { "Unknown error" : "Nieznany błąd", + "Please repeat the recovery key password" : "Proszę powtórz nowe hasło klucza odzyskiwania", "Recovery key successfully enabled" : "Klucz odzyskiwania włączony", "Could not disable recovery key. Please check your recovery key password!" : "Nie można wyłączyć klucza odzyskiwania. Proszę sprawdzić swoje hasło odzyskiwania!", "Recovery key successfully disabled" : "Klucz odzyskiwania wyłączony", diff --git a/apps/files_external/l10n/ast.js b/apps/files_external/l10n/ast.js index ec5ff68ac6..d1d9f05b49 100644 --- a/apps/files_external/l10n/ast.js +++ b/apps/files_external/l10n/ast.js @@ -37,6 +37,7 @@ OC.L10N.register( "Password (required for OpenStack Object Storage)" : "Contraseña (necesaria pa OpenStack Object Storage)", "Service Name (required for OpenStack Object Storage)" : "Nome de Serviciu (necesariu pa OpenStack Object Storage)", "URL of identity endpoint (required for OpenStack Object Storage)" : "URL d'identidá de puntu final (necesariu pa OpenStack Object Storage)", + "Timeout of HTTP requests in seconds" : "Tiempu d'espera de peticiones HTTP en segundos", "Share" : "Compartir", "SMB / CIFS using OC login" : "SMB / CIFS usando accesu OC", "Username as share" : "Nome d'usuariu como Compartición", @@ -49,6 +50,7 @@ OC.L10N.register( "Error configuring Google Drive storage" : "Fallu configurando l'almacenamientu de Google Drive", "Personal" : "Personal", "System" : "Sistema", + "All users. Type to select user or group." : "Tolos usuarios. Escribe pa seleccionar usuariu o grupu.", "(group)" : "(grupu)", "Saved" : "Guardáu", "Note: " : "Nota: ", diff --git a/apps/files_external/l10n/ast.json b/apps/files_external/l10n/ast.json index 2177789697..eeca7714b3 100644 --- a/apps/files_external/l10n/ast.json +++ b/apps/files_external/l10n/ast.json @@ -35,6 +35,7 @@ "Password (required for OpenStack Object Storage)" : "Contraseña (necesaria pa OpenStack Object Storage)", "Service Name (required for OpenStack Object Storage)" : "Nome de Serviciu (necesariu pa OpenStack Object Storage)", "URL of identity endpoint (required for OpenStack Object Storage)" : "URL d'identidá de puntu final (necesariu pa OpenStack Object Storage)", + "Timeout of HTTP requests in seconds" : "Tiempu d'espera de peticiones HTTP en segundos", "Share" : "Compartir", "SMB / CIFS using OC login" : "SMB / CIFS usando accesu OC", "Username as share" : "Nome d'usuariu como Compartición", @@ -47,6 +48,7 @@ "Error configuring Google Drive storage" : "Fallu configurando l'almacenamientu de Google Drive", "Personal" : "Personal", "System" : "Sistema", + "All users. Type to select user or group." : "Tolos usuarios. Escribe pa seleccionar usuariu o grupu.", "(group)" : "(grupu)", "Saved" : "Guardáu", "Note: " : "Nota: ", diff --git a/apps/files_external/l10n/eu.js b/apps/files_external/l10n/eu.js index 4c8ce97c6f..db53535949 100644 --- a/apps/files_external/l10n/eu.js +++ b/apps/files_external/l10n/eu.js @@ -15,6 +15,7 @@ OC.L10N.register( "Amazon S3 and compliant" : "Amazon S3 eta baliokideak", "Access Key" : "Sarbide gakoa", "Secret Key" : "Giltza Sekretua", + "Hostname" : "Ostalari izena", "Port" : "Portua", "Region" : "Eskualdea", "Enable SSL" : "Gaitu SSL", @@ -35,6 +36,7 @@ OC.L10N.register( "Password (required for OpenStack Object Storage)" : "Pasahitza (beharrezkoa OpenStack Objektu Biltegiratzerako)", "Service Name (required for OpenStack Object Storage)" : "Zerbitzuaren Izena (beharrezkoa OpenStack Objektu Biltegiratzerako)", "URL of identity endpoint (required for OpenStack Object Storage)" : "Nortasun amaierako puntuaren URLa (beharrezkoa OpenStack Objektu Biltegiratzerako)", + "Timeout of HTTP requests in seconds" : "HTTP eskarien gehienezko denbora segundutan", "Share" : "Partekatu", "SMB / CIFS using OC login" : "SMB / CIFS saioa hasteko OC erabiliz", "Username as share" : "Erabiltzaile izena elkarbanaketa bezala", @@ -47,6 +49,8 @@ OC.L10N.register( "Error configuring Google Drive storage" : "Errore bat egon da Google Drive konfiguratzean", "Personal" : "Pertsonala", "System" : "Sistema", + "All users. Type to select user or group." : "Erabiltzaile guztiak. Idatzi erabiltzaile edo taldea hautatzeko.", + "(group)" : "(taldea)", "Saved" : "Gordeta", "Note: " : "Oharra:", " and " : "eta", diff --git a/apps/files_external/l10n/eu.json b/apps/files_external/l10n/eu.json index b74d207cc2..a5c642bd77 100644 --- a/apps/files_external/l10n/eu.json +++ b/apps/files_external/l10n/eu.json @@ -13,6 +13,7 @@ "Amazon S3 and compliant" : "Amazon S3 eta baliokideak", "Access Key" : "Sarbide gakoa", "Secret Key" : "Giltza Sekretua", + "Hostname" : "Ostalari izena", "Port" : "Portua", "Region" : "Eskualdea", "Enable SSL" : "Gaitu SSL", @@ -33,6 +34,7 @@ "Password (required for OpenStack Object Storage)" : "Pasahitza (beharrezkoa OpenStack Objektu Biltegiratzerako)", "Service Name (required for OpenStack Object Storage)" : "Zerbitzuaren Izena (beharrezkoa OpenStack Objektu Biltegiratzerako)", "URL of identity endpoint (required for OpenStack Object Storage)" : "Nortasun amaierako puntuaren URLa (beharrezkoa OpenStack Objektu Biltegiratzerako)", + "Timeout of HTTP requests in seconds" : "HTTP eskarien gehienezko denbora segundutan", "Share" : "Partekatu", "SMB / CIFS using OC login" : "SMB / CIFS saioa hasteko OC erabiliz", "Username as share" : "Erabiltzaile izena elkarbanaketa bezala", @@ -45,6 +47,8 @@ "Error configuring Google Drive storage" : "Errore bat egon da Google Drive konfiguratzean", "Personal" : "Pertsonala", "System" : "Sistema", + "All users. Type to select user or group." : "Erabiltzaile guztiak. Idatzi erabiltzaile edo taldea hautatzeko.", + "(group)" : "(taldea)", "Saved" : "Gordeta", "Note: " : "Oharra:", " and " : "eta", diff --git a/apps/files_external/l10n/fr.js b/apps/files_external/l10n/fr.js index 8f4b0bc11b..65ca0ac02d 100644 --- a/apps/files_external/l10n/fr.js +++ b/apps/files_external/l10n/fr.js @@ -1,7 +1,7 @@ OC.L10N.register( "files_external", { - "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "La récupération des jetons d’authentification a échoué. Veuillez vérifier votre clef Dropbox ainsi que le mot de passe.", + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "La récupération des jetons d’authentification a échoué. Veuillez vérifier votre clé d'application Dropbox ainsi que le mot de passe.", "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "La requête d’accès aux jetons d’authentification a échoué. Veuillez vérifier votre App-Key Dropbox ainsi que le mot de passe.", "Please provide a valid Dropbox app key and secret." : "Veuillez fournir une clé d'application (app key) ainsi qu'un mot de passe valides.", "Step 1 failed. Exception: %s" : "L’étape 1 a échoué. Erreur: %s", diff --git a/apps/files_external/l10n/fr.json b/apps/files_external/l10n/fr.json index b4b614e377..02abcba6dd 100644 --- a/apps/files_external/l10n/fr.json +++ b/apps/files_external/l10n/fr.json @@ -1,5 +1,5 @@ { "translations": { - "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "La récupération des jetons d’authentification a échoué. Veuillez vérifier votre clef Dropbox ainsi que le mot de passe.", + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "La récupération des jetons d’authentification a échoué. Veuillez vérifier votre clé d'application Dropbox ainsi que le mot de passe.", "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "La requête d’accès aux jetons d’authentification a échoué. Veuillez vérifier votre App-Key Dropbox ainsi que le mot de passe.", "Please provide a valid Dropbox app key and secret." : "Veuillez fournir une clé d'application (app key) ainsi qu'un mot de passe valides.", "Step 1 failed. Exception: %s" : "L’étape 1 a échoué. Erreur: %s", diff --git a/apps/files_external/l10n/ja.js b/apps/files_external/l10n/ja.js index 3edb2c44d8..d4ef634766 100644 --- a/apps/files_external/l10n/ja.js +++ b/apps/files_external/l10n/ja.js @@ -50,7 +50,7 @@ OC.L10N.register( "Error configuring Google Drive storage" : "Googleドライブストレージの設定エラー", "Personal" : "個人", "System" : "システム", - "All users. Type to select user or group." : "全てのユーザー.ユーザー、グループを追加", + "All users. Type to select user or group." : "すべてのユーザー.ユーザー、グループを追加", "(group)" : "(グループ)", "Saved" : "保存されました", "Note: " : "注意: ", diff --git a/apps/files_external/l10n/ja.json b/apps/files_external/l10n/ja.json index ee531405d7..d630e19904 100644 --- a/apps/files_external/l10n/ja.json +++ b/apps/files_external/l10n/ja.json @@ -48,7 +48,7 @@ "Error configuring Google Drive storage" : "Googleドライブストレージの設定エラー", "Personal" : "個人", "System" : "システム", - "All users. Type to select user or group." : "全てのユーザー.ユーザー、グループを追加", + "All users. Type to select user or group." : "すべてのユーザー.ユーザー、グループを追加", "(group)" : "(グループ)", "Saved" : "保存されました", "Note: " : "注意: ", diff --git a/apps/files_external/l10n/sk.js b/apps/files_external/l10n/sk.js new file mode 100644 index 0000000000..edae863703 --- /dev/null +++ b/apps/files_external/l10n/sk.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "files_external", + { + "Location" : "Poloha", + "Share" : "Zdieľať", + "Personal" : "Osobné", + "Delete" : "Odstrániť" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/files_external/l10n/sk.json b/apps/files_external/l10n/sk.json new file mode 100644 index 0000000000..4d6a95caf3 --- /dev/null +++ b/apps/files_external/l10n/sk.json @@ -0,0 +1,7 @@ +{ "translations": { + "Location" : "Poloha", + "Share" : "Zdieľať", + "Personal" : "Osobné", + "Delete" : "Odstrániť" +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +} \ No newline at end of file diff --git a/apps/files_sharing/l10n/ast.js b/apps/files_sharing/l10n/ast.js index c3df4e46fb..bd4aa1faf9 100644 --- a/apps/files_sharing/l10n/ast.js +++ b/apps/files_sharing/l10n/ast.js @@ -2,6 +2,7 @@ OC.L10N.register( "files_sharing", { "Server to server sharing is not enabled on this server" : "La compartición sirvidor a sirvidor nun ta habilitada nesti sirvidor", + "The mountpoint name contains invalid characters." : "El puntu de montax contien caracteres non válidos", "Invalid or untrusted SSL certificate" : "Certificáu SSL inválidu o ensín validar", "Couldn't add remote share" : "Nun pudo amestase una compartición remota", "Shared with you" : "Compartíos contigo", diff --git a/apps/files_sharing/l10n/ast.json b/apps/files_sharing/l10n/ast.json index 04fb75b450..c86d16aa90 100644 --- a/apps/files_sharing/l10n/ast.json +++ b/apps/files_sharing/l10n/ast.json @@ -1,5 +1,6 @@ { "translations": { "Server to server sharing is not enabled on this server" : "La compartición sirvidor a sirvidor nun ta habilitada nesti sirvidor", + "The mountpoint name contains invalid characters." : "El puntu de montax contien caracteres non válidos", "Invalid or untrusted SSL certificate" : "Certificáu SSL inválidu o ensín validar", "Couldn't add remote share" : "Nun pudo amestase una compartición remota", "Shared with you" : "Compartíos contigo", diff --git a/apps/files_sharing/l10n/eu.js b/apps/files_sharing/l10n/eu.js index e9b08e3166..753ca778ef 100644 --- a/apps/files_sharing/l10n/eu.js +++ b/apps/files_sharing/l10n/eu.js @@ -2,6 +2,8 @@ OC.L10N.register( "files_sharing", { "Server to server sharing is not enabled on this server" : "Zerbitzaritik zerbitzarirako elkarbanaketa ez dago gaituta zerbitzari honetan", + "The mountpoint name contains invalid characters." : "Montatze puntuaren izenak baliogabeko karaktereak ditu.", + "Invalid or untrusted SSL certificate" : "SSL ziurtagiri baliogabea edo fidagaitza", "Couldn't add remote share" : "Ezin izan da hurruneko elkarbanaketa gehitu", "Shared with you" : "Zurekin elkarbanatuta", "Shared with others" : "Beste batzuekin elkarbanatuta", diff --git a/apps/files_sharing/l10n/eu.json b/apps/files_sharing/l10n/eu.json index f991273372..7b12f0c430 100644 --- a/apps/files_sharing/l10n/eu.json +++ b/apps/files_sharing/l10n/eu.json @@ -1,5 +1,7 @@ { "translations": { "Server to server sharing is not enabled on this server" : "Zerbitzaritik zerbitzarirako elkarbanaketa ez dago gaituta zerbitzari honetan", + "The mountpoint name contains invalid characters." : "Montatze puntuaren izenak baliogabeko karaktereak ditu.", + "Invalid or untrusted SSL certificate" : "SSL ziurtagiri baliogabea edo fidagaitza", "Couldn't add remote share" : "Ezin izan da hurruneko elkarbanaketa gehitu", "Shared with you" : "Zurekin elkarbanatuta", "Shared with others" : "Beste batzuekin elkarbanatuta", diff --git a/apps/files_sharing/l10n/id.js b/apps/files_sharing/l10n/id.js index a86cf96bf7..0f8d5a1a3e 100644 --- a/apps/files_sharing/l10n/id.js +++ b/apps/files_sharing/l10n/id.js @@ -1,14 +1,21 @@ OC.L10N.register( "files_sharing", { - "Server to server sharing is not enabled on this server" : "Berbagi server ke server tidaj diaktifkan pada server ini", + "Server to server sharing is not enabled on this server" : "Berbagi server ke server tidak diaktifkan pada server ini", + "The mountpoint name contains invalid characters." : "Nama titik kait berisi karakter yang tidak sah.", + "Invalid or untrusted SSL certificate" : "Sertifikast SSL tidak sah atau tidak terpercaya", + "Couldn't add remote share" : "Tidak dapat menambahkan berbagi remote", "Shared with you" : "Dibagikan dengan Anda", "Shared with others" : "Dibagikan dengan lainnya", "Shared by link" : "Dibagikan dengan tautan", "No files have been shared with you yet." : "Tidak ada berkas yang dibagikan kepada Anda.", "You haven't shared any files yet." : "Anda belum berbagi berkas apapun.", "You haven't shared any files by link yet." : "Anda belum berbagi berkas dengan tautan satupun.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Apakah Anda ingin menambahkan berbagi remote {name} dari {owner}@{remote}?", + "Remote share" : "Berbagi remote", + "Remote share password" : "Sandi berbagi remote", "Cancel" : "Batal", + "Add remote share" : "Tambah berbagi remote", "No ownCloud installation found at {remote}" : "Tidak ada instalasi ownCloud yang ditemukan di {remote}", "Invalid ownCloud url" : "URL ownCloud tidak sah", "Shared by" : "Dibagikan oleh", @@ -18,14 +25,17 @@ OC.L10N.register( "Name" : "Nama", "Share time" : "Bagikan waktu", "Sorry, this link doesn’t seem to work anymore." : "Maaf, tautan ini tampaknya tidak berfungsi lagi.", - "Reasons might be:" : "Alasan mungkin:", + "Reasons might be:" : "Alasan yang mungkin:", "the item was removed" : "item telah dihapus", "the link expired" : "tautan telah kadaluarsa", "sharing is disabled" : "berbagi dinonaktifkan", "For more info, please ask the person who sent this link." : "Untuk info lebih lanjut, silakan tanyakan orang yang mengirim tautan ini.", + "Add to your ownCloud" : "Tambahkan ke ownCloud Anda", "Download" : "Unduh", "Download %s" : "Unduh %s", "Direct link" : "Tautan langsung", + "Remote Shares" : "Berbagi Remote", + "Allow other instances to mount public links shared from this server" : "Izinkan instansi lain untuk mengaitkan tautan publik untuk dibagikan dari server ini", "Allow users to mount public link shares" : "Izinkan pengguna untuk mengaitkan tautan berbagi publik" }, "nplurals=1; plural=0;"); diff --git a/apps/files_sharing/l10n/id.json b/apps/files_sharing/l10n/id.json index de4a8b7f92..beb4f4f34f 100644 --- a/apps/files_sharing/l10n/id.json +++ b/apps/files_sharing/l10n/id.json @@ -1,12 +1,19 @@ { "translations": { - "Server to server sharing is not enabled on this server" : "Berbagi server ke server tidaj diaktifkan pada server ini", + "Server to server sharing is not enabled on this server" : "Berbagi server ke server tidak diaktifkan pada server ini", + "The mountpoint name contains invalid characters." : "Nama titik kait berisi karakter yang tidak sah.", + "Invalid or untrusted SSL certificate" : "Sertifikast SSL tidak sah atau tidak terpercaya", + "Couldn't add remote share" : "Tidak dapat menambahkan berbagi remote", "Shared with you" : "Dibagikan dengan Anda", "Shared with others" : "Dibagikan dengan lainnya", "Shared by link" : "Dibagikan dengan tautan", "No files have been shared with you yet." : "Tidak ada berkas yang dibagikan kepada Anda.", "You haven't shared any files yet." : "Anda belum berbagi berkas apapun.", "You haven't shared any files by link yet." : "Anda belum berbagi berkas dengan tautan satupun.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Apakah Anda ingin menambahkan berbagi remote {name} dari {owner}@{remote}?", + "Remote share" : "Berbagi remote", + "Remote share password" : "Sandi berbagi remote", "Cancel" : "Batal", + "Add remote share" : "Tambah berbagi remote", "No ownCloud installation found at {remote}" : "Tidak ada instalasi ownCloud yang ditemukan di {remote}", "Invalid ownCloud url" : "URL ownCloud tidak sah", "Shared by" : "Dibagikan oleh", @@ -16,14 +23,17 @@ "Name" : "Nama", "Share time" : "Bagikan waktu", "Sorry, this link doesn’t seem to work anymore." : "Maaf, tautan ini tampaknya tidak berfungsi lagi.", - "Reasons might be:" : "Alasan mungkin:", + "Reasons might be:" : "Alasan yang mungkin:", "the item was removed" : "item telah dihapus", "the link expired" : "tautan telah kadaluarsa", "sharing is disabled" : "berbagi dinonaktifkan", "For more info, please ask the person who sent this link." : "Untuk info lebih lanjut, silakan tanyakan orang yang mengirim tautan ini.", + "Add to your ownCloud" : "Tambahkan ke ownCloud Anda", "Download" : "Unduh", "Download %s" : "Unduh %s", "Direct link" : "Tautan langsung", + "Remote Shares" : "Berbagi Remote", + "Allow other instances to mount public links shared from this server" : "Izinkan instansi lain untuk mengaitkan tautan publik untuk dibagikan dari server ini", "Allow users to mount public link shares" : "Izinkan pengguna untuk mengaitkan tautan berbagi publik" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/sk.js b/apps/files_sharing/l10n/sk.js new file mode 100644 index 0000000000..aa38585149 --- /dev/null +++ b/apps/files_sharing/l10n/sk.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "files_sharing", + { + "Cancel" : "Zrušiť", + "Download" : "Stiahnuť" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/files_sharing/l10n/sk.json b/apps/files_sharing/l10n/sk.json new file mode 100644 index 0000000000..65bbffa419 --- /dev/null +++ b/apps/files_sharing/l10n/sk.json @@ -0,0 +1,5 @@ +{ "translations": { + "Cancel" : "Zrušiť", + "Download" : "Stiahnuť" +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/sk.js b/apps/files_trashbin/l10n/sk.js new file mode 100644 index 0000000000..1b73b5f3af --- /dev/null +++ b/apps/files_trashbin/l10n/sk.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_trashbin", + { + "Delete" : "Odstrániť" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/files_trashbin/l10n/sk.json b/apps/files_trashbin/l10n/sk.json new file mode 100644 index 0000000000..418f8874a6 --- /dev/null +++ b/apps/files_trashbin/l10n/sk.json @@ -0,0 +1,4 @@ +{ "translations": { + "Delete" : "Odstrániť" +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +} \ No newline at end of file diff --git a/apps/files_trashbin/l10n/ur.js b/apps/files_trashbin/l10n/ur.js new file mode 100644 index 0000000000..cfdfd80274 --- /dev/null +++ b/apps/files_trashbin/l10n/ur.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_trashbin", + { + "Error" : "خرابی" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/files_trashbin/l10n/ur.json b/apps/files_trashbin/l10n/ur.json new file mode 100644 index 0000000000..1c1fc3d16c --- /dev/null +++ b/apps/files_trashbin/l10n/ur.json @@ -0,0 +1,4 @@ +{ "translations": { + "Error" : "خرابی" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/ar.js b/apps/user_ldap/l10n/ar.js index 11472f292d..c28875d7cd 100644 --- a/apps/user_ldap/l10n/ar.js +++ b/apps/user_ldap/l10n/ar.js @@ -1,13 +1,37 @@ OC.L10N.register( "user_ldap", { + "Failed to clear the mappings." : "فشل مسح الارتباطات (mappings)", "Failed to delete the server configuration" : "تعذر حذف ملف إعدادات الخادم", "The configuration is valid and the connection could be established!" : "الإعدادت صحيحة", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "الإعدادات صحيحة، لكن لم ينجح الارتباط. يرجى التأكد من إعدادات الخادم وبيانات التحقق من الدخول.", + "The configuration is invalid. Please have a look at the logs for further details." : "الإعدادات غير صحيحة. يرجى الاطلاع على سجلات المتابعة للمزيد من التفاصيل.", + "No action specified" : "لم يتم تحديد الإجراء", + "No configuration specified" : "لم يتم تحديد الإعدادات.", + "No data specified" : "لم يتم تحديد البيانات.", + " Could not set configuration %s" : "تعذر تنفيذ الإعداد %s", "Deletion failed" : "فشل الحذف", + "Take over settings from recent server configuration?" : "الحصول على الخصائص من آخر إعدادات في الخادم؟", + "Keep settings?" : "الاحتفاظ بالخصائص والإعدادات؟", + "{nthServer}. Server" : "الخادم {nthServer}.", + "Cannot add server configuration" : "تعذر إضافة الإعدادات للخادم.", + "mappings cleared" : "تم مسح الارتباطات (mappings)", "Success" : "نجاح", "Error" : "خطأ", + "Please specify a Base DN" : "يرجى تحديد اسم نطاق أساسي Base DN", + "Could not determine Base DN" : "تعذر التحقق من اسم النطاق الأساسي Base DN", + "Please specify the port" : "يرجى تحديد المنفذ", + "Configuration OK" : "الإعدادات صحيحة", + "Configuration incorrect" : "الإعدادات غير صحيحة", + "Configuration incomplete" : "الإعدادات غير مكتملة", "Select groups" : "إختر مجموعة", - "_%s group found_::_%s groups found_" : ["","","","","",""], + "Select object classes" : "اختر أصناف المكونات", + "Select attributes" : "اختر الخصائص", + "Connection test succeeded" : "تم اختبار الاتصال بنجاح", + "Connection test failed" : "فشل اختبار الاتصال", + "Do you really want to delete the current Server Configuration?" : "هل ترغب فعلاً في حذف إعدادات الخادم الحالي؟", + "Confirm Deletion" : "تأكيد الحذف", + "_%s group found_::_%s groups found_" : ["لا توجد مجموعات: %s","تم إيجاد %s مجموعة واحدة","تم إيجاد %s مجموعتين","تم إيجاد %s مجموعات","تم إيجاد %s مجموعة","تم إيجاد %s مجموعة/مجموعات"], "_%s user found_::_%s users found_" : ["","","","","",""], "Save" : "حفظ", "Help" : "المساعدة", diff --git a/apps/user_ldap/l10n/ar.json b/apps/user_ldap/l10n/ar.json index 1a3cfe03b4..b546eb3a5d 100644 --- a/apps/user_ldap/l10n/ar.json +++ b/apps/user_ldap/l10n/ar.json @@ -1,11 +1,35 @@ { "translations": { + "Failed to clear the mappings." : "فشل مسح الارتباطات (mappings)", "Failed to delete the server configuration" : "تعذر حذف ملف إعدادات الخادم", "The configuration is valid and the connection could be established!" : "الإعدادت صحيحة", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "الإعدادات صحيحة، لكن لم ينجح الارتباط. يرجى التأكد من إعدادات الخادم وبيانات التحقق من الدخول.", + "The configuration is invalid. Please have a look at the logs for further details." : "الإعدادات غير صحيحة. يرجى الاطلاع على سجلات المتابعة للمزيد من التفاصيل.", + "No action specified" : "لم يتم تحديد الإجراء", + "No configuration specified" : "لم يتم تحديد الإعدادات.", + "No data specified" : "لم يتم تحديد البيانات.", + " Could not set configuration %s" : "تعذر تنفيذ الإعداد %s", "Deletion failed" : "فشل الحذف", + "Take over settings from recent server configuration?" : "الحصول على الخصائص من آخر إعدادات في الخادم؟", + "Keep settings?" : "الاحتفاظ بالخصائص والإعدادات؟", + "{nthServer}. Server" : "الخادم {nthServer}.", + "Cannot add server configuration" : "تعذر إضافة الإعدادات للخادم.", + "mappings cleared" : "تم مسح الارتباطات (mappings)", "Success" : "نجاح", "Error" : "خطأ", + "Please specify a Base DN" : "يرجى تحديد اسم نطاق أساسي Base DN", + "Could not determine Base DN" : "تعذر التحقق من اسم النطاق الأساسي Base DN", + "Please specify the port" : "يرجى تحديد المنفذ", + "Configuration OK" : "الإعدادات صحيحة", + "Configuration incorrect" : "الإعدادات غير صحيحة", + "Configuration incomplete" : "الإعدادات غير مكتملة", "Select groups" : "إختر مجموعة", - "_%s group found_::_%s groups found_" : ["","","","","",""], + "Select object classes" : "اختر أصناف المكونات", + "Select attributes" : "اختر الخصائص", + "Connection test succeeded" : "تم اختبار الاتصال بنجاح", + "Connection test failed" : "فشل اختبار الاتصال", + "Do you really want to delete the current Server Configuration?" : "هل ترغب فعلاً في حذف إعدادات الخادم الحالي؟", + "Confirm Deletion" : "تأكيد الحذف", + "_%s group found_::_%s groups found_" : ["لا توجد مجموعات: %s","تم إيجاد %s مجموعة واحدة","تم إيجاد %s مجموعتين","تم إيجاد %s مجموعات","تم إيجاد %s مجموعة","تم إيجاد %s مجموعة/مجموعات"], "_%s user found_::_%s users found_" : ["","","","","",""], "Save" : "حفظ", "Help" : "المساعدة", diff --git a/apps/user_ldap/l10n/ast.js b/apps/user_ldap/l10n/ast.js index 9a1c765979..13fe91c4e3 100644 --- a/apps/user_ldap/l10n/ast.js +++ b/apps/user_ldap/l10n/ast.js @@ -48,6 +48,7 @@ OC.L10N.register( "Edit raw filter instead" : "Editar el filtru en brutu en so llugar", "Raw LDAP filter" : "Filtru LDAP en brutu", "The filter specifies which LDAP groups shall have access to the %s instance." : "El filtru especifica qué grupos LDAP van tener accesu a %s.", + "Test Filter" : "Filtru de preba", "groups found" : "grupos alcontraos", "Users login with this attribute:" : "Aniciu de sesión d'usuarios con esti atributu:", "LDAP Username:" : "Nome d'usuariu LDAP", @@ -67,9 +68,12 @@ OC.L10N.register( "For anonymous access, leave DN and Password empty." : "Pa un accesu anónimu, dexar el DN y la contraseña baleros.", "One Base DN per line" : "Un DN Base por llinia", "You can specify Base DN for users and groups in the Advanced tab" : "Pues especificar el DN base pa usuarios y grupos na llingüeta Avanzáu", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita peticiones automátiques de LDAP. Meyor pa grandes configuraciones, pero rique mayor conocimientu de LDAP.", + "Manually enter LDAP filters (recommended for large directories)" : "Inxerta manualmente los filtros de LDAP (recomendáu pa direutorios llargos)", "Limit %s access to users meeting these criteria:" : "Llendar l'accesu a %s a los usuarios que cumplan estos criterios:", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtru especifica qué usuarios LDAP puen tener accesu a %s.", "users found" : "usuarios alcontraos", + "Saving" : "Guardando", "Back" : "Atrás", "Continue" : "Continuar", "Expert" : "Espertu", diff --git a/apps/user_ldap/l10n/ast.json b/apps/user_ldap/l10n/ast.json index eb53ddad6d..a2f09ec00b 100644 --- a/apps/user_ldap/l10n/ast.json +++ b/apps/user_ldap/l10n/ast.json @@ -46,6 +46,7 @@ "Edit raw filter instead" : "Editar el filtru en brutu en so llugar", "Raw LDAP filter" : "Filtru LDAP en brutu", "The filter specifies which LDAP groups shall have access to the %s instance." : "El filtru especifica qué grupos LDAP van tener accesu a %s.", + "Test Filter" : "Filtru de preba", "groups found" : "grupos alcontraos", "Users login with this attribute:" : "Aniciu de sesión d'usuarios con esti atributu:", "LDAP Username:" : "Nome d'usuariu LDAP", @@ -65,9 +66,12 @@ "For anonymous access, leave DN and Password empty." : "Pa un accesu anónimu, dexar el DN y la contraseña baleros.", "One Base DN per line" : "Un DN Base por llinia", "You can specify Base DN for users and groups in the Advanced tab" : "Pues especificar el DN base pa usuarios y grupos na llingüeta Avanzáu", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita peticiones automátiques de LDAP. Meyor pa grandes configuraciones, pero rique mayor conocimientu de LDAP.", + "Manually enter LDAP filters (recommended for large directories)" : "Inxerta manualmente los filtros de LDAP (recomendáu pa direutorios llargos)", "Limit %s access to users meeting these criteria:" : "Llendar l'accesu a %s a los usuarios que cumplan estos criterios:", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtru especifica qué usuarios LDAP puen tener accesu a %s.", "users found" : "usuarios alcontraos", + "Saving" : "Guardando", "Back" : "Atrás", "Continue" : "Continuar", "Expert" : "Espertu", diff --git a/apps/user_ldap/l10n/eu.js b/apps/user_ldap/l10n/eu.js index 8c220d24bb..520c47a839 100644 --- a/apps/user_ldap/l10n/eu.js +++ b/apps/user_ldap/l10n/eu.js @@ -69,6 +69,7 @@ OC.L10N.register( "Limit %s access to users meeting these criteria:" : "Mugatu %s sarbidea baldintza horiek betetzen dituzten erabiltzaileei.", "The filter specifies which LDAP users shall have access to the %s instance." : "Iragazkiak zehazten du ze LDAP erabiltzailek izango duten sarrera %s instantziara:", "users found" : "erabiltzaile aurkituta", + "Saving" : "Gordetzen", "Back" : "Atzera", "Continue" : "Jarraitu", "Expert" : "Aditua", diff --git a/apps/user_ldap/l10n/eu.json b/apps/user_ldap/l10n/eu.json index ac0ba94100..67c8207086 100644 --- a/apps/user_ldap/l10n/eu.json +++ b/apps/user_ldap/l10n/eu.json @@ -67,6 +67,7 @@ "Limit %s access to users meeting these criteria:" : "Mugatu %s sarbidea baldintza horiek betetzen dituzten erabiltzaileei.", "The filter specifies which LDAP users shall have access to the %s instance." : "Iragazkiak zehazten du ze LDAP erabiltzailek izango duten sarrera %s instantziara:", "users found" : "erabiltzaile aurkituta", + "Saving" : "Gordetzen", "Back" : "Atzera", "Continue" : "Jarraitu", "Expert" : "Aditua", diff --git a/apps/user_ldap/l10n/hi_IN.js b/apps/user_ldap/l10n/hi_IN.js new file mode 100644 index 0000000000..37042a4f41 --- /dev/null +++ b/apps/user_ldap/l10n/hi_IN.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "user_ldap", + { + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""] +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/hi_IN.json b/apps/user_ldap/l10n/hi_IN.json new file mode 100644 index 0000000000..521de7ba1a --- /dev/null +++ b/apps/user_ldap/l10n/hi_IN.json @@ -0,0 +1,5 @@ +{ "translations": { + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""] +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/id.js b/apps/user_ldap/l10n/id.js index f6297a6f31..cf5f37c5ef 100644 --- a/apps/user_ldap/l10n/id.js +++ b/apps/user_ldap/l10n/id.js @@ -1,39 +1,78 @@ OC.L10N.register( "user_ldap", { + "Failed to clear the mappings." : "Gagal membersihkan pemetaan.", "Failed to delete the server configuration" : "Gagal menghapus konfigurasi server", "The configuration is valid and the connection could be established!" : "Konfigurasi valid dan koneksi dapat dilakukan!", - "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Konfigurasi valid, tetapi Bind gagal. Silakan cek pengaturan server dan keamanan.", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Konfigurasi valid, tetapi Bind gagal. Silakan periksa pengaturan server dan kredensial.", + "The configuration is invalid. Please have a look at the logs for further details." : "Konfigurasi tidak sah. Silakan lihat log untuk rincian lebh lanjut.", + "No action specified" : "Tidak ada tindakan yang ditetapkan", + "No configuration specified" : "Tidak ada konfigurasi yang ditetapkan", + "No data specified" : "Tidak ada data yang ditetapkan", + " Could not set configuration %s" : "Tidak dapat menyetel konfigurasi %s", "Deletion failed" : "Penghapusan gagal", - "Take over settings from recent server configuration?" : "Ambil alih pengaturan dari konfigurasi server saat ini?", + "Take over settings from recent server configuration?" : "Mengambil alih pengaturan dari konfigurasi server saat ini?", "Keep settings?" : "Biarkan pengaturan?", + "{nthServer}. Server" : "{nthServer}. Server", "Cannot add server configuration" : "Gagal menambah konfigurasi server", - "Success" : "Sukses", - "Error" : "Galat", + "mappings cleared" : "pemetaan dibersihkan", + "Success" : "Berhasil", + "Error" : "Kesalahan", + "Please specify a Base DN" : "Sialakan menetapkan Base DN", + "Could not determine Base DN" : "Tidak dapat menetakan Base DN", + "Please specify the port" : "Silakan tetapkan port", + "Configuration OK" : "Konfigurasi Oke", + "Configuration incorrect" : "Konfigurasi salah", + "Configuration incomplete" : "Konfigurasi tidak lengkap", "Select groups" : "Pilih grup", - "Connection test succeeded" : "Tes koneksi sukses", - "Connection test failed" : "Tes koneksi gagal", - "Do you really want to delete the current Server Configuration?" : "Anda ingin menghapus Konfigurasi Server saat ini?", + "Select object classes" : "Pilik kelas obyek", + "Select attributes" : "Pilih atribut", + "Connection test succeeded" : "Pemeriksaan koneksi berhasil", + "Connection test failed" : "Pemeriksaan koneksi gagal", + "Do you really want to delete the current Server Configuration?" : "Apakan Anda ingin menghapus Konfigurasi Server saat ini?", "Confirm Deletion" : "Konfirmasi Penghapusan", - "_%s group found_::_%s groups found_" : [""], - "_%s user found_::_%s users found_" : [""], + "_%s group found_::_%s groups found_" : ["%s grup ditemukan"], + "_%s user found_::_%s users found_" : ["%s pengguna ditemukan"], + "Could not find the desired feature" : "Tidak dapat menemukan fitur yang diinginkan", + "Invalid Host" : "Host tidak sah", "Server" : "Server", - "Group Filter" : "saringan grup", + "User Filter" : "Penyaring Pengguna", + "Login Filter" : "Penyaring Masuk", + "Group Filter" : "Penyaring grup", "Save" : "Simpan", "Test Configuration" : "Uji Konfigurasi", "Help" : "Bantuan", + "Groups meeting these criteria are available in %s:" : "Grup memenuhi kriteria ini tersedia di %s:", + "only those object classes:" : "hanya kelas objek:", + "only from those groups:" : "hanya dari kelompok:", + "Edit raw filter instead" : "Sunting penyaring raw", + "Raw LDAP filter" : "Penyaring LDAP raw", + "Test Filter" : "Uji Penyaring", + "groups found" : "grup ditemukan", + "Users login with this attribute:" : "Login pengguna dengan atribut ini:", + "LDAP Username:" : "Nama pengguna LDAP:", + "LDAP Email Address:" : "Alamat Email LDAP:", + "Other Attributes:" : "Atribut Lain:", + "1. Server" : "1. Server", + "%s. Server:" : "%s. Server:", "Add Server Configuration" : "Tambah Konfigurasi Server", + "Delete Configuration" : "Hapus Konfigurasi", "Host" : "Host", - "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Protokol dapat tidak ditulis, kecuali anda menggunakan SSL. Lalu jalankan dengan ldaps://", - "Port" : "port", - "User DN" : "User DN", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Protokol dapat tidak ditulis, kecuali Anda menggunakan SSL. Lalu jalankan dengan ldaps://", + "Port" : "Port", + "User DN" : "Pengguna DN", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN dari klien pengguna yang dengannya tautan akan diterapkan, mis. uid=agen,dc=contoh,dc=com. Untuk akses anonim, biarkan DN dan kata sandi kosong.", "Password" : "Sandi", "For anonymous access, leave DN and Password empty." : "Untuk akses anonim, biarkan DN dan Kata sandi kosong.", "One Base DN per line" : "Satu Base DN per baris", "You can specify Base DN for users and groups in the Advanced tab" : "Anda dapat menetapkan Base DN untuk pengguna dan grup dalam tab Lanjutan", + "Manually enter LDAP filters (recommended for large directories)" : "Masukkan penyaring LDAP secara manual (direkomendasikan untuk direktori yang besar)", + "Limit %s access to users meeting these criteria:" : "Batasi akses %s untuk pengguna yang sesuai dengan kriteria berikut:", + "users found" : "pengguna ditemukan", + "Saving" : "Menyimpan", "Back" : "Kembali", "Continue" : "Lanjutkan", + "Expert" : "Lanjutan", "Advanced" : "Lanjutan", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Peringatan: Modul LDAP PHP tidak terpasang, perangkat tidak akan bekerja. Silakan minta administrator sistem untuk memasangnya.", "Connection Settings" : "Pengaturan Koneksi", diff --git a/apps/user_ldap/l10n/id.json b/apps/user_ldap/l10n/id.json index 0fff37b80a..2395e7f2a5 100644 --- a/apps/user_ldap/l10n/id.json +++ b/apps/user_ldap/l10n/id.json @@ -1,37 +1,76 @@ { "translations": { + "Failed to clear the mappings." : "Gagal membersihkan pemetaan.", "Failed to delete the server configuration" : "Gagal menghapus konfigurasi server", "The configuration is valid and the connection could be established!" : "Konfigurasi valid dan koneksi dapat dilakukan!", - "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Konfigurasi valid, tetapi Bind gagal. Silakan cek pengaturan server dan keamanan.", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Konfigurasi valid, tetapi Bind gagal. Silakan periksa pengaturan server dan kredensial.", + "The configuration is invalid. Please have a look at the logs for further details." : "Konfigurasi tidak sah. Silakan lihat log untuk rincian lebh lanjut.", + "No action specified" : "Tidak ada tindakan yang ditetapkan", + "No configuration specified" : "Tidak ada konfigurasi yang ditetapkan", + "No data specified" : "Tidak ada data yang ditetapkan", + " Could not set configuration %s" : "Tidak dapat menyetel konfigurasi %s", "Deletion failed" : "Penghapusan gagal", - "Take over settings from recent server configuration?" : "Ambil alih pengaturan dari konfigurasi server saat ini?", + "Take over settings from recent server configuration?" : "Mengambil alih pengaturan dari konfigurasi server saat ini?", "Keep settings?" : "Biarkan pengaturan?", + "{nthServer}. Server" : "{nthServer}. Server", "Cannot add server configuration" : "Gagal menambah konfigurasi server", - "Success" : "Sukses", - "Error" : "Galat", + "mappings cleared" : "pemetaan dibersihkan", + "Success" : "Berhasil", + "Error" : "Kesalahan", + "Please specify a Base DN" : "Sialakan menetapkan Base DN", + "Could not determine Base DN" : "Tidak dapat menetakan Base DN", + "Please specify the port" : "Silakan tetapkan port", + "Configuration OK" : "Konfigurasi Oke", + "Configuration incorrect" : "Konfigurasi salah", + "Configuration incomplete" : "Konfigurasi tidak lengkap", "Select groups" : "Pilih grup", - "Connection test succeeded" : "Tes koneksi sukses", - "Connection test failed" : "Tes koneksi gagal", - "Do you really want to delete the current Server Configuration?" : "Anda ingin menghapus Konfigurasi Server saat ini?", + "Select object classes" : "Pilik kelas obyek", + "Select attributes" : "Pilih atribut", + "Connection test succeeded" : "Pemeriksaan koneksi berhasil", + "Connection test failed" : "Pemeriksaan koneksi gagal", + "Do you really want to delete the current Server Configuration?" : "Apakan Anda ingin menghapus Konfigurasi Server saat ini?", "Confirm Deletion" : "Konfirmasi Penghapusan", - "_%s group found_::_%s groups found_" : [""], - "_%s user found_::_%s users found_" : [""], + "_%s group found_::_%s groups found_" : ["%s grup ditemukan"], + "_%s user found_::_%s users found_" : ["%s pengguna ditemukan"], + "Could not find the desired feature" : "Tidak dapat menemukan fitur yang diinginkan", + "Invalid Host" : "Host tidak sah", "Server" : "Server", - "Group Filter" : "saringan grup", + "User Filter" : "Penyaring Pengguna", + "Login Filter" : "Penyaring Masuk", + "Group Filter" : "Penyaring grup", "Save" : "Simpan", "Test Configuration" : "Uji Konfigurasi", "Help" : "Bantuan", + "Groups meeting these criteria are available in %s:" : "Grup memenuhi kriteria ini tersedia di %s:", + "only those object classes:" : "hanya kelas objek:", + "only from those groups:" : "hanya dari kelompok:", + "Edit raw filter instead" : "Sunting penyaring raw", + "Raw LDAP filter" : "Penyaring LDAP raw", + "Test Filter" : "Uji Penyaring", + "groups found" : "grup ditemukan", + "Users login with this attribute:" : "Login pengguna dengan atribut ini:", + "LDAP Username:" : "Nama pengguna LDAP:", + "LDAP Email Address:" : "Alamat Email LDAP:", + "Other Attributes:" : "Atribut Lain:", + "1. Server" : "1. Server", + "%s. Server:" : "%s. Server:", "Add Server Configuration" : "Tambah Konfigurasi Server", + "Delete Configuration" : "Hapus Konfigurasi", "Host" : "Host", - "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Protokol dapat tidak ditulis, kecuali anda menggunakan SSL. Lalu jalankan dengan ldaps://", - "Port" : "port", - "User DN" : "User DN", + "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Protokol dapat tidak ditulis, kecuali Anda menggunakan SSL. Lalu jalankan dengan ldaps://", + "Port" : "Port", + "User DN" : "Pengguna DN", "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "DN dari klien pengguna yang dengannya tautan akan diterapkan, mis. uid=agen,dc=contoh,dc=com. Untuk akses anonim, biarkan DN dan kata sandi kosong.", "Password" : "Sandi", "For anonymous access, leave DN and Password empty." : "Untuk akses anonim, biarkan DN dan Kata sandi kosong.", "One Base DN per line" : "Satu Base DN per baris", "You can specify Base DN for users and groups in the Advanced tab" : "Anda dapat menetapkan Base DN untuk pengguna dan grup dalam tab Lanjutan", + "Manually enter LDAP filters (recommended for large directories)" : "Masukkan penyaring LDAP secara manual (direkomendasikan untuk direktori yang besar)", + "Limit %s access to users meeting these criteria:" : "Batasi akses %s untuk pengguna yang sesuai dengan kriteria berikut:", + "users found" : "pengguna ditemukan", + "Saving" : "Menyimpan", "Back" : "Kembali", "Continue" : "Lanjutkan", + "Expert" : "Lanjutan", "Advanced" : "Lanjutan", "Warning: The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Peringatan: Modul LDAP PHP tidak terpasang, perangkat tidak akan bekerja. Silakan minta administrator sistem untuk memasangnya.", "Connection Settings" : "Pengaturan Koneksi", diff --git a/apps/user_ldap/l10n/ja.js b/apps/user_ldap/l10n/ja.js index 53769711a4..e48417ca85 100644 --- a/apps/user_ldap/l10n/ja.js +++ b/apps/user_ldap/l10n/ja.js @@ -121,7 +121,7 @@ OC.L10N.register( "UUID Attribute for Users:" : "ユーザーのUUID属性:", "UUID Attribute for Groups:" : "グループの UUID 属性:", "Username-LDAP User Mapping" : "ユーザー名とLDAPユーザのマッピング", - "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have a internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "ユーザー名は(メタ)データの保存と割り当てに使用されます。ユーザーを正確に識別して認識するために、個々のLDAPユーザは内部ユーザ名を持っています。これは、ユーザー名からLDAPユーザーへのマッピングが必要であることを意味しています。この生成されたユーザ名は、LDAPユーザのUUIDにマッピングされます。加えて、DNがLDAPとのインタラクションを削減するためにキャッシュされますが、識別には利用されません。DNが変わった場合は、変更が検出されます。内部ユーザ名は全体に亘って利用されます。マッピングをクリアすると、いたるところに使われないままの物が残るでしょう。マッピングのクリアは設定に敏感ではありませんが、全てのLDAPの設定に影響を与えます!本番の環境では決してマッピングをクリアしないでください。テストもしくは実験の段階でのみマッピングのクリアを行なってください。", + "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have a internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "ユーザー名は(メタ)データの保存と割り当てに使用されます。ユーザーを正確に識別して認識するために、個々のLDAPユーザは内部ユーザ名を持っています。これは、ユーザー名からLDAPユーザーへのマッピングが必要であることを意味しています。この生成されたユーザ名は、LDAPユーザのUUIDにマッピングされます。加えて、DNがLDAPとのインタラクションを削減するためにキャッシュされますが、識別には利用されません。DNが変わった場合は、変更が検出されます。内部ユーザ名は全体に亘って利用されます。マッピングをクリアすると、いたるところに使われないままの物が残るでしょう。マッピングのクリアは設定に敏感ではありませんが、すべてのLDAPの設定に影響を与えます!本番の環境では決してマッピングをクリアしないでください。テストもしくは実験の段階でのみマッピングのクリアを行なってください。", "Clear Username-LDAP User Mapping" : "ユーザー名とLDAPユーザーのマッピングをクリアする", "Clear Groupname-LDAP Group Mapping" : "グループ名とLDAPグループのマッピングをクリアする" }, diff --git a/apps/user_ldap/l10n/ja.json b/apps/user_ldap/l10n/ja.json index 687301902f..0f8538d333 100644 --- a/apps/user_ldap/l10n/ja.json +++ b/apps/user_ldap/l10n/ja.json @@ -119,7 +119,7 @@ "UUID Attribute for Users:" : "ユーザーのUUID属性:", "UUID Attribute for Groups:" : "グループの UUID 属性:", "Username-LDAP User Mapping" : "ユーザー名とLDAPユーザのマッピング", - "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have a internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "ユーザー名は(メタ)データの保存と割り当てに使用されます。ユーザーを正確に識別して認識するために、個々のLDAPユーザは内部ユーザ名を持っています。これは、ユーザー名からLDAPユーザーへのマッピングが必要であることを意味しています。この生成されたユーザ名は、LDAPユーザのUUIDにマッピングされます。加えて、DNがLDAPとのインタラクションを削減するためにキャッシュされますが、識別には利用されません。DNが変わった場合は、変更が検出されます。内部ユーザ名は全体に亘って利用されます。マッピングをクリアすると、いたるところに使われないままの物が残るでしょう。マッピングのクリアは設定に敏感ではありませんが、全てのLDAPの設定に影響を与えます!本番の環境では決してマッピングをクリアしないでください。テストもしくは実験の段階でのみマッピングのクリアを行なってください。", + "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have a internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "ユーザー名は(メタ)データの保存と割り当てに使用されます。ユーザーを正確に識別して認識するために、個々のLDAPユーザは内部ユーザ名を持っています。これは、ユーザー名からLDAPユーザーへのマッピングが必要であることを意味しています。この生成されたユーザ名は、LDAPユーザのUUIDにマッピングされます。加えて、DNがLDAPとのインタラクションを削減するためにキャッシュされますが、識別には利用されません。DNが変わった場合は、変更が検出されます。内部ユーザ名は全体に亘って利用されます。マッピングをクリアすると、いたるところに使われないままの物が残るでしょう。マッピングのクリアは設定に敏感ではありませんが、すべてのLDAPの設定に影響を与えます!本番の環境では決してマッピングをクリアしないでください。テストもしくは実験の段階でのみマッピングのクリアを行なってください。", "Clear Username-LDAP User Mapping" : "ユーザー名とLDAPユーザーのマッピングをクリアする", "Clear Groupname-LDAP Group Mapping" : "グループ名とLDAPグループのマッピングをクリアする" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/apps/user_ldap/l10n/sk.js b/apps/user_ldap/l10n/sk.js new file mode 100644 index 0000000000..5060d7d416 --- /dev/null +++ b/apps/user_ldap/l10n/sk.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "user_ldap", + { + "_%s group found_::_%s groups found_" : ["","",""], + "_%s user found_::_%s users found_" : ["","",""], + "Save" : "Uložiť", + "Advanced" : "Pokročilé" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/user_ldap/l10n/sk.json b/apps/user_ldap/l10n/sk.json new file mode 100644 index 0000000000..4b98da63fc --- /dev/null +++ b/apps/user_ldap/l10n/sk.json @@ -0,0 +1,7 @@ +{ "translations": { + "_%s group found_::_%s groups found_" : ["","",""], + "_%s user found_::_%s users found_" : ["","",""], + "Save" : "Uložiť", + "Advanced" : "Pokročilé" +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +} \ No newline at end of file diff --git a/apps/user_ldap/l10n/sl.js b/apps/user_ldap/l10n/sl.js index 89b46edd43..f7fd2772fe 100644 --- a/apps/user_ldap/l10n/sl.js +++ b/apps/user_ldap/l10n/sl.js @@ -48,6 +48,7 @@ OC.L10N.register( "Edit raw filter instead" : "Uredi surov filter", "Raw LDAP filter" : "Surovi filter LDAP", "The filter specifies which LDAP groups shall have access to the %s instance." : "Filter določa, katere skupine LDAP bodo imele dostop do %s.", + "Test Filter" : "Preizkusi filter", "groups found" : "najdenih skupin", "Users login with this attribute:" : "Uporabniki se prijavijo z atributom:", "LDAP Username:" : "Uporabniško ime LDAP:", @@ -67,9 +68,12 @@ OC.L10N.register( "For anonymous access, leave DN and Password empty." : "Za brezimni dostop naj bosta polji imena in gesla prazni.", "One Base DN per line" : "Eno osnovno enolično ime na vrstico", "You can specify Base DN for users and groups in the Advanced tab" : "Osnovno enolično ime za uporabnike in skupine lahko določite v zavihku naprednih možnosti.", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Preusmeri samodejne zahteve LDAP. Nastavitev je priporočljiva za obsežnejše namestitve, vendar zahteva nekaj znanja o delu z LDAP.", + "Manually enter LDAP filters (recommended for large directories)" : "Ročno vstavi filtre za LDAP (priporočljivo za obsežnejše mape).", "Limit %s access to users meeting these criteria:" : "Omeji dostop do %s za uporabnike, ki zadostijo kriterijem:", "The filter specifies which LDAP users shall have access to the %s instance." : "Filter določa, kateri uporabniki LDAP bodo imeli dostop do %s.", "users found" : "najdenih uporabnikov", + "Saving" : "Poteka shranjevanje ...", "Back" : "Nazaj", "Continue" : "Nadaljuj", "Expert" : "Napredno", diff --git a/apps/user_ldap/l10n/sl.json b/apps/user_ldap/l10n/sl.json index 7d12c2c919..aa1c944465 100644 --- a/apps/user_ldap/l10n/sl.json +++ b/apps/user_ldap/l10n/sl.json @@ -46,6 +46,7 @@ "Edit raw filter instead" : "Uredi surov filter", "Raw LDAP filter" : "Surovi filter LDAP", "The filter specifies which LDAP groups shall have access to the %s instance." : "Filter določa, katere skupine LDAP bodo imele dostop do %s.", + "Test Filter" : "Preizkusi filter", "groups found" : "najdenih skupin", "Users login with this attribute:" : "Uporabniki se prijavijo z atributom:", "LDAP Username:" : "Uporabniško ime LDAP:", @@ -65,9 +66,12 @@ "For anonymous access, leave DN and Password empty." : "Za brezimni dostop naj bosta polji imena in gesla prazni.", "One Base DN per line" : "Eno osnovno enolično ime na vrstico", "You can specify Base DN for users and groups in the Advanced tab" : "Osnovno enolično ime za uporabnike in skupine lahko določite v zavihku naprednih možnosti.", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Preusmeri samodejne zahteve LDAP. Nastavitev je priporočljiva za obsežnejše namestitve, vendar zahteva nekaj znanja o delu z LDAP.", + "Manually enter LDAP filters (recommended for large directories)" : "Ročno vstavi filtre za LDAP (priporočljivo za obsežnejše mape).", "Limit %s access to users meeting these criteria:" : "Omeji dostop do %s za uporabnike, ki zadostijo kriterijem:", "The filter specifies which LDAP users shall have access to the %s instance." : "Filter določa, kateri uporabniki LDAP bodo imeli dostop do %s.", "users found" : "najdenih uporabnikov", + "Saving" : "Poteka shranjevanje ...", "Back" : "Nazaj", "Continue" : "Nadaljuj", "Expert" : "Napredno", diff --git a/apps/user_ldap/l10n/ur.js b/apps/user_ldap/l10n/ur.js new file mode 100644 index 0000000000..60c3f87f85 --- /dev/null +++ b/apps/user_ldap/l10n/ur.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "user_ldap", + { + "Error" : "خرابی", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""] +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/ur.json b/apps/user_ldap/l10n/ur.json new file mode 100644 index 0000000000..8e1b732acc --- /dev/null +++ b/apps/user_ldap/l10n/ur.json @@ -0,0 +1,6 @@ +{ "translations": { + "Error" : "خرابی", + "_%s group found_::_%s groups found_" : ["",""], + "_%s user found_::_%s users found_" : ["",""] +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/user_webdavauth/l10n/sk.js b/apps/user_webdavauth/l10n/sk.js new file mode 100644 index 0000000000..299b57be67 --- /dev/null +++ b/apps/user_webdavauth/l10n/sk.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "user_webdavauth", + { + "Save" : "Uložiť" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/user_webdavauth/l10n/sk.json b/apps/user_webdavauth/l10n/sk.json new file mode 100644 index 0000000000..48cd128194 --- /dev/null +++ b/apps/user_webdavauth/l10n/sk.json @@ -0,0 +1,4 @@ +{ "translations": { + "Save" : "Uložiť" +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +} \ No newline at end of file diff --git a/core/l10n/ach.js b/core/l10n/ach.js index bc4e6c6bc6..7aa65e3a52 100644 --- a/core/l10n/ach.js +++ b/core/l10n/ach.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=(n > 1);"); diff --git a/core/l10n/ach.json b/core/l10n/ach.json index 4ebc0d2d45..207d775376 100644 --- a/core/l10n/ach.json +++ b/core/l10n/ach.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/core/l10n/ady.js b/core/l10n/ady.js index c483b4ab65..5b92c594ac 100644 --- a/core/l10n/ady.js +++ b/core/l10n/ady.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/ady.json b/core/l10n/ady.json index 52ecaf565a..d2c1f43f96 100644 --- a/core/l10n/ady.json +++ b/core/l10n/ady.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/af_ZA.js b/core/l10n/af_ZA.js index c74d7112e6..bb9b876ae7 100644 --- a/core/l10n/af_ZA.js +++ b/core/l10n/af_ZA.js @@ -34,10 +34,6 @@ OC.L10N.register( "November" : "November", "December" : "Desember", "Settings" : "Instellings", - "File" : "Lêer", - "Folder" : "Omslag", - "Image" : "Prent", - "Audio" : "Audio", "Saving..." : "Stoor...", "Couldn't send reset email. Please contact your administrator." : "Die herstel epos kon nie gestuur word nie. Kontak asseblief die stelsel administrateur.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Die \"link\" vir die herstel van jou wagwoord is na jou epos gestuur. As jy dit nie binne 'n redelike tyd ontvang nie, soek deur jou \"spam/junk\" omslagte.
As dit nie daar is nie vra jou administrateur vir hulp.", @@ -90,6 +86,7 @@ OC.L10N.register( "Warning" : "Waarskuwing", "The object type is not specified." : "Hierdie objek tipe is nie gespesifiseer nie.", "Add" : "Voeg by", + "_download %n file_::_download %n files_" : ["",""], "The update was successful. Redirecting you to ownCloud now." : "Die opdatering was suksesvol. Jy word nou aan ownCloud terug gelei.", "%s password reset" : "%s wagwoord herstel", "Use the following link to reset your password: {link}" : "Gebruik die volgende skakel om jou wagwoord te herstel: {link}", diff --git a/core/l10n/af_ZA.json b/core/l10n/af_ZA.json index 2065555d7d..373d3dff8b 100644 --- a/core/l10n/af_ZA.json +++ b/core/l10n/af_ZA.json @@ -32,10 +32,6 @@ "November" : "November", "December" : "Desember", "Settings" : "Instellings", - "File" : "Lêer", - "Folder" : "Omslag", - "Image" : "Prent", - "Audio" : "Audio", "Saving..." : "Stoor...", "Couldn't send reset email. Please contact your administrator." : "Die herstel epos kon nie gestuur word nie. Kontak asseblief die stelsel administrateur.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Die \"link\" vir die herstel van jou wagwoord is na jou epos gestuur. As jy dit nie binne 'n redelike tyd ontvang nie, soek deur jou \"spam/junk\" omslagte.
As dit nie daar is nie vra jou administrateur vir hulp.", @@ -88,6 +84,7 @@ "Warning" : "Waarskuwing", "The object type is not specified." : "Hierdie objek tipe is nie gespesifiseer nie.", "Add" : "Voeg by", + "_download %n file_::_download %n files_" : ["",""], "The update was successful. Redirecting you to ownCloud now." : "Die opdatering was suksesvol. Jy word nou aan ownCloud terug gelei.", "%s password reset" : "%s wagwoord herstel", "Use the following link to reset your password: {link}" : "Gebruik die volgende skakel om jou wagwoord te herstel: {link}", diff --git a/core/l10n/ak.js b/core/l10n/ak.js index 8d5d332558..80daeefc00 100644 --- a/core/l10n/ak.js +++ b/core/l10n/ak.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=n > 1;"); diff --git a/core/l10n/ak.json b/core/l10n/ak.json index eda7891f2e..548e1edd1c 100644 --- a/core/l10n/ak.json +++ b/core/l10n/ak.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=n > 1;" } \ No newline at end of file diff --git a/core/l10n/am_ET.js b/core/l10n/am_ET.js index c483b4ab65..5b92c594ac 100644 --- a/core/l10n/am_ET.js +++ b/core/l10n/am_ET.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/am_ET.json b/core/l10n/am_ET.json index 52ecaf565a..d2c1f43f96 100644 --- a/core/l10n/am_ET.json +++ b/core/l10n/am_ET.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/ar.js b/core/l10n/ar.js index e7a2a1df35..2d7bcda939 100644 --- a/core/l10n/ar.js +++ b/core/l10n/ar.js @@ -24,8 +24,6 @@ OC.L10N.register( "November" : "تشرين الثاني", "December" : "كانون الاول", "Settings" : "إعدادات", - "File" : "ملف", - "Folder" : "مجلد", "Saving..." : "جاري الحفظ...", "Reset password" : "تعديل كلمة السر", "No" : "لا", @@ -74,6 +72,7 @@ OC.L10N.register( "The object type is not specified." : "نوع العنصر غير محدد.", "Delete" : "إلغاء", "Add" : "اضف", + "_download %n file_::_download %n files_" : ["","","","","",""], "The update was successful. Redirecting you to ownCloud now." : "تم التحديث بنجاح , يتم اعادة توجيهك الان الى Owncloud", "%s password reset" : "تمت إعادة ضبط كلمة مرور %s", "Use the following link to reset your password: {link}" : "استخدم هذه الوصلة لاسترجاع كلمة السر: {link}", diff --git a/core/l10n/ar.json b/core/l10n/ar.json index 7a26a719ce..fd5c1275e4 100644 --- a/core/l10n/ar.json +++ b/core/l10n/ar.json @@ -22,8 +22,6 @@ "November" : "تشرين الثاني", "December" : "كانون الاول", "Settings" : "إعدادات", - "File" : "ملف", - "Folder" : "مجلد", "Saving..." : "جاري الحفظ...", "Reset password" : "تعديل كلمة السر", "No" : "لا", @@ -72,6 +70,7 @@ "The object type is not specified." : "نوع العنصر غير محدد.", "Delete" : "إلغاء", "Add" : "اضف", + "_download %n file_::_download %n files_" : ["","","","","",""], "The update was successful. Redirecting you to ownCloud now." : "تم التحديث بنجاح , يتم اعادة توجيهك الان الى Owncloud", "%s password reset" : "تمت إعادة ضبط كلمة مرور %s", "Use the following link to reset your password: {link}" : "استخدم هذه الوصلة لاسترجاع كلمة السر: {link}", diff --git a/core/l10n/ast.js b/core/l10n/ast.js index 54be6e32d8..fbb0ba765b 100644 --- a/core/l10n/ast.js +++ b/core/l10n/ast.js @@ -33,10 +33,6 @@ OC.L10N.register( "November" : "Payares", "December" : "Avientu", "Settings" : "Axustes", - "File" : "Ficheru", - "Folder" : "Carpeta", - "Image" : "Imaxe", - "Audio" : "Audiu", "Saving..." : "Guardando...", "Couldn't send reset email. Please contact your administrator." : "Nun pudo unviase'l corréu de reaniciu. Por favor, contauta col alministrador.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Unviósete al corréu l'enllaz pa reaniciar la to contraseña. Si nun lu recibes nuna cantidá razonable de tiempu, comprueba les tos carpetes de corréu puxarra.
Si nun ta ehí, entruga al to alministrador llocal", @@ -111,6 +107,7 @@ OC.L10N.register( "Edit tags" : "Editar etiquetes", "Error loading dialog template: {error}" : "Fallu cargando plantía de diálogu: {error}", "No tags selected for deletion." : "Nun s'esbillaron etiquetes pa desaniciar.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Anovando {productName} a la versión {version}, esto pue llevar un tiempu.", "Please reload the page." : "Por favor, recarga la páxina", "The update was unsuccessful." : "L'anovamientu nun foi esitosu.", diff --git a/core/l10n/ast.json b/core/l10n/ast.json index f8e69885e0..e255cad177 100644 --- a/core/l10n/ast.json +++ b/core/l10n/ast.json @@ -31,10 +31,6 @@ "November" : "Payares", "December" : "Avientu", "Settings" : "Axustes", - "File" : "Ficheru", - "Folder" : "Carpeta", - "Image" : "Imaxe", - "Audio" : "Audiu", "Saving..." : "Guardando...", "Couldn't send reset email. Please contact your administrator." : "Nun pudo unviase'l corréu de reaniciu. Por favor, contauta col alministrador.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Unviósete al corréu l'enllaz pa reaniciar la to contraseña. Si nun lu recibes nuna cantidá razonable de tiempu, comprueba les tos carpetes de corréu puxarra.
Si nun ta ehí, entruga al to alministrador llocal", @@ -109,6 +105,7 @@ "Edit tags" : "Editar etiquetes", "Error loading dialog template: {error}" : "Fallu cargando plantía de diálogu: {error}", "No tags selected for deletion." : "Nun s'esbillaron etiquetes pa desaniciar.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Anovando {productName} a la versión {version}, esto pue llevar un tiempu.", "Please reload the page." : "Por favor, recarga la páxina", "The update was unsuccessful." : "L'anovamientu nun foi esitosu.", diff --git a/core/l10n/az.js b/core/l10n/az.js index c6221df7f2..f3a5b13864 100644 --- a/core/l10n/az.js +++ b/core/l10n/az.js @@ -12,7 +12,6 @@ OC.L10N.register( "Sunday" : "Bazar", "Monday" : "Bazar ertəsi", "Settings" : "Quraşdırmalar", - "Folder" : "Qovluq", "Saving..." : "Saxlama...", "No" : "Xeyir", "Yes" : "Bəli", @@ -35,6 +34,7 @@ OC.L10N.register( "Warning" : "Xəbərdarlıq", "Delete" : "Sil", "Add" : "Əlavə etmək", + "_download %n file_::_download %n files_" : ["",""], "Username" : "İstifadəçi adı", "Reset" : "Sıfırla", "Personal" : "Şəxsi", diff --git a/core/l10n/az.json b/core/l10n/az.json index 927cf0ec0b..7f4f7d8bb9 100644 --- a/core/l10n/az.json +++ b/core/l10n/az.json @@ -10,7 +10,6 @@ "Sunday" : "Bazar", "Monday" : "Bazar ertəsi", "Settings" : "Quraşdırmalar", - "Folder" : "Qovluq", "Saving..." : "Saxlama...", "No" : "Xeyir", "Yes" : "Bəli", @@ -33,6 +32,7 @@ "Warning" : "Xəbərdarlıq", "Delete" : "Sil", "Add" : "Əlavə etmək", + "_download %n file_::_download %n files_" : ["",""], "Username" : "İstifadəçi adı", "Reset" : "Sıfırla", "Personal" : "Şəxsi", diff --git a/core/l10n/be.js b/core/l10n/be.js index 4f00b1f6d7..414fff0603 100644 --- a/core/l10n/be.js +++ b/core/l10n/be.js @@ -28,6 +28,7 @@ OC.L10N.register( "_{count} file conflict_::_{count} file conflicts_" : ["","","",""], "Error" : "Памылка", "The object type is not specified." : "Тып аб'екта не ўдакладняецца.", + "_download %n file_::_download %n files_" : ["","","",""], "Finish setup" : "Завяршыць ўстаноўку." }, "nplurals=4; 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/core/l10n/be.json b/core/l10n/be.json index b055f53ad2..29618235aa 100644 --- a/core/l10n/be.json +++ b/core/l10n/be.json @@ -26,6 +26,7 @@ "_{count} file conflict_::_{count} file conflicts_" : ["","","",""], "Error" : "Памылка", "The object type is not specified." : "Тып аб'екта не ўдакладняецца.", + "_download %n file_::_download %n files_" : ["","","",""], "Finish setup" : "Завяршыць ўстаноўку." },"pluralForm" :"nplurals=4; 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/core/l10n/bg_BG.js b/core/l10n/bg_BG.js index e99c1be053..fc93aad24d 100644 --- a/core/l10n/bg_BG.js +++ b/core/l10n/bg_BG.js @@ -34,10 +34,6 @@ OC.L10N.register( "November" : "Ноември", "December" : "Декември", "Settings" : "Настройки", - "File" : "Файл", - "Folder" : "Папка", - "Image" : "Изображение", - "Audio" : "Аудио", "Saving..." : "Записване...", "Couldn't send reset email. Please contact your administrator." : "Неуспешено изпращане на имейл. Моля, свържи се с администратора.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Връзката за възстановяване на паролата е изпратена на твоя имейл. Ако не я получиш в разумен период от време, провери папката си за спам.
Ако не е там се свържи с администратора.", @@ -114,6 +110,7 @@ OC.L10N.register( "Edit tags" : "Промяна на етикетите", "Error loading dialog template: {error}" : "Грешка при зареждането на шаблоn за диалог: {error}.", "No tags selected for deletion." : "Не са избрани етикети за изтриване.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Обновява се {productName} на версия {version}, това може да отнеме време.", "Please reload the page." : "Моля, презареди страницата.", "The update was unsuccessful." : "Обновяването неуспешно.", diff --git a/core/l10n/bg_BG.json b/core/l10n/bg_BG.json index c918fe2061..7a74dfd6a2 100644 --- a/core/l10n/bg_BG.json +++ b/core/l10n/bg_BG.json @@ -32,10 +32,6 @@ "November" : "Ноември", "December" : "Декември", "Settings" : "Настройки", - "File" : "Файл", - "Folder" : "Папка", - "Image" : "Изображение", - "Audio" : "Аудио", "Saving..." : "Записване...", "Couldn't send reset email. Please contact your administrator." : "Неуспешено изпращане на имейл. Моля, свържи се с администратора.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Връзката за възстановяване на паролата е изпратена на твоя имейл. Ако не я получиш в разумен период от време, провери папката си за спам.
Ако не е там се свържи с администратора.", @@ -112,6 +108,7 @@ "Edit tags" : "Промяна на етикетите", "Error loading dialog template: {error}" : "Грешка при зареждането на шаблоn за диалог: {error}.", "No tags selected for deletion." : "Не са избрани етикети за изтриване.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Обновява се {productName} на версия {version}, това може да отнеме време.", "Please reload the page." : "Моля, презареди страницата.", "The update was unsuccessful." : "Обновяването неуспешно.", diff --git a/core/l10n/bn_BD.js b/core/l10n/bn_BD.js index 04d9864b5e..ac4ba29946 100644 --- a/core/l10n/bn_BD.js +++ b/core/l10n/bn_BD.js @@ -28,10 +28,6 @@ OC.L10N.register( "November" : "নভেম্বর", "December" : "ডিসেম্বর", "Settings" : "নিয়ামকসমূহ", - "File" : "ফাইল", - "Folder" : "ফোল্ডার", - "Image" : "চিত্র", - "Audio" : "অডিও", "Saving..." : "সংরক্ষণ করা হচ্ছে..", "Reset password" : "কূটশব্দ পূনঃনির্ধারণ কর", "No" : "না", @@ -81,6 +77,7 @@ OC.L10N.register( "Delete" : "মুছে", "Add" : "যোগ কর", "Edit tags" : "ট্যাগ সম্পাদনা", + "_download %n file_::_download %n files_" : ["",""], "Please reload the page." : "দয়া করে পৃষ্ঠাটি পূনরায় লোড করুন।", "Use the following link to reset your password: {link}" : "আপনার কূটশব্দটি পূনঃনির্ধারণ করার জন্য নিম্নোক্ত লিংকটি ব্যবহার করুনঃ {link}", "You will receive a link to reset your password via Email." : "কূটশব্দ পূনঃনির্ধারণের জন্য একটি টূনঃনির্ধারণ লিংকটি আপনাকে ই-মেইলে পাঠানো হয়েছে ।", diff --git a/core/l10n/bn_BD.json b/core/l10n/bn_BD.json index 95d0ce6fe8..9eee32ba3c 100644 --- a/core/l10n/bn_BD.json +++ b/core/l10n/bn_BD.json @@ -26,10 +26,6 @@ "November" : "নভেম্বর", "December" : "ডিসেম্বর", "Settings" : "নিয়ামকসমূহ", - "File" : "ফাইল", - "Folder" : "ফোল্ডার", - "Image" : "চিত্র", - "Audio" : "অডিও", "Saving..." : "সংরক্ষণ করা হচ্ছে..", "Reset password" : "কূটশব্দ পূনঃনির্ধারণ কর", "No" : "না", @@ -79,6 +75,7 @@ "Delete" : "মুছে", "Add" : "যোগ কর", "Edit tags" : "ট্যাগ সম্পাদনা", + "_download %n file_::_download %n files_" : ["",""], "Please reload the page." : "দয়া করে পৃষ্ঠাটি পূনরায় লোড করুন।", "Use the following link to reset your password: {link}" : "আপনার কূটশব্দটি পূনঃনির্ধারণ করার জন্য নিম্নোক্ত লিংকটি ব্যবহার করুনঃ {link}", "You will receive a link to reset your password via Email." : "কূটশব্দ পূনঃনির্ধারণের জন্য একটি টূনঃনির্ধারণ লিংকটি আপনাকে ই-মেইলে পাঠানো হয়েছে ।", diff --git a/core/l10n/bn_IN.js b/core/l10n/bn_IN.js index 675fbacc07..a72a91078a 100644 --- a/core/l10n/bn_IN.js +++ b/core/l10n/bn_IN.js @@ -2,7 +2,6 @@ OC.L10N.register( "core", { "Settings" : "সেটিংস", - "Folder" : "ফোল্ডার", "Saving..." : "সংরক্ষণ করা হচ্ছে ...", "_{count} file conflict_::_{count} file conflicts_" : ["",""], "Cancel" : "বাতিল করা", @@ -11,6 +10,7 @@ OC.L10N.register( "Warning" : "সতর্কীকরণ", "Delete" : "মুছে ফেলা", "Add" : "যোগ করা", + "_download %n file_::_download %n files_" : ["",""], "Username" : "ইউজারনেম", "Reset" : "রিসেট করুন" }, diff --git a/core/l10n/bn_IN.json b/core/l10n/bn_IN.json index e0234ccca6..4e29d0774f 100644 --- a/core/l10n/bn_IN.json +++ b/core/l10n/bn_IN.json @@ -1,6 +1,5 @@ { "translations": { "Settings" : "সেটিংস", - "Folder" : "ফোল্ডার", "Saving..." : "সংরক্ষণ করা হচ্ছে ...", "_{count} file conflict_::_{count} file conflicts_" : ["",""], "Cancel" : "বাতিল করা", @@ -9,6 +8,7 @@ "Warning" : "সতর্কীকরণ", "Delete" : "মুছে ফেলা", "Add" : "যোগ করা", + "_download %n file_::_download %n files_" : ["",""], "Username" : "ইউজারনেম", "Reset" : "রিসেট করুন" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/core/l10n/bs.js b/core/l10n/bs.js index 18766a747f..9a7f5526fd 100644 --- a/core/l10n/bs.js +++ b/core/l10n/bs.js @@ -1,10 +1,10 @@ OC.L10N.register( "core", { - "Folder" : "Fasikla", "Saving..." : "Spašavam...", "_{count} file conflict_::_{count} file conflicts_" : ["","",""], "Share" : "Podijeli", - "Add" : "Dodaj" + "Add" : "Dodaj", + "_download %n file_::_download %n files_" : ["","",""] }, "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/core/l10n/bs.json b/core/l10n/bs.json index a79d18e6ba..470d259820 100644 --- a/core/l10n/bs.json +++ b/core/l10n/bs.json @@ -1,8 +1,8 @@ { "translations": { - "Folder" : "Fasikla", "Saving..." : "Spašavam...", "_{count} file conflict_::_{count} file conflicts_" : ["","",""], "Share" : "Podijeli", - "Add" : "Dodaj" + "Add" : "Dodaj", + "_download %n file_::_download %n files_" : ["","",""] },"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/core/l10n/ca.js b/core/l10n/ca.js index 6702145e12..afa434d357 100644 --- a/core/l10n/ca.js +++ b/core/l10n/ca.js @@ -34,10 +34,6 @@ OC.L10N.register( "November" : "Novembre", "December" : "Desembre", "Settings" : "Configuració", - "File" : "Fitxer", - "Folder" : "Carpeta", - "Image" : "Imatge", - "Audio" : "Audio", "Saving..." : "Desant...", "Couldn't send reset email. Please contact your administrator." : "No s'ha pogut restablir el correu. Contacteu amb l'administrador.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "L'enllaç per reiniciar la vostra contrasenya s'ha enviat al vostre correu. Si no el rebeu en un temps raonable comproveu les carpetes de spam.
Si no és allà, pregunteu a l'administrador local.", @@ -114,6 +110,7 @@ OC.L10N.register( "Edit tags" : "Edita etiquetes", "Error loading dialog template: {error}" : "Error en carregar la plantilla de diàleg: {error}", "No tags selected for deletion." : "No heu seleccionat les etiquetes a eliminar.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Actualitzant {productName} a la versió {version}. Pot trigar una estona.", "Please reload the page." : "Carregueu la pàgina de nou.", "The update was unsuccessful." : "L'actualització no ha tingut èxit.", diff --git a/core/l10n/ca.json b/core/l10n/ca.json index fdebffb080..c1ea86b422 100644 --- a/core/l10n/ca.json +++ b/core/l10n/ca.json @@ -32,10 +32,6 @@ "November" : "Novembre", "December" : "Desembre", "Settings" : "Configuració", - "File" : "Fitxer", - "Folder" : "Carpeta", - "Image" : "Imatge", - "Audio" : "Audio", "Saving..." : "Desant...", "Couldn't send reset email. Please contact your administrator." : "No s'ha pogut restablir el correu. Contacteu amb l'administrador.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "L'enllaç per reiniciar la vostra contrasenya s'ha enviat al vostre correu. Si no el rebeu en un temps raonable comproveu les carpetes de spam.
Si no és allà, pregunteu a l'administrador local.", @@ -112,6 +108,7 @@ "Edit tags" : "Edita etiquetes", "Error loading dialog template: {error}" : "Error en carregar la plantilla de diàleg: {error}", "No tags selected for deletion." : "No heu seleccionat les etiquetes a eliminar.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Actualitzant {productName} a la versió {version}. Pot trigar una estona.", "Please reload the page." : "Carregueu la pàgina de nou.", "The update was unsuccessful." : "L'actualització no ha tingut èxit.", diff --git a/core/l10n/ca@valencia.js b/core/l10n/ca@valencia.js index c483b4ab65..5b92c594ac 100644 --- a/core/l10n/ca@valencia.js +++ b/core/l10n/ca@valencia.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/ca@valencia.json b/core/l10n/ca@valencia.json index 52ecaf565a..d2c1f43f96 100644 --- a/core/l10n/ca@valencia.json +++ b/core/l10n/ca@valencia.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/cs_CZ.js b/core/l10n/cs_CZ.js index 3ec5192562..2bc7040604 100644 --- a/core/l10n/cs_CZ.js +++ b/core/l10n/cs_CZ.js @@ -34,10 +34,6 @@ OC.L10N.register( "November" : "Listopad", "December" : "Prosinec", "Settings" : "Nastavení", - "File" : "Soubor", - "Folder" : "Složka", - "Image" : "Obrázek", - "Audio" : "Audio", "Saving..." : "Ukládám...", "Couldn't send reset email. Please contact your administrator." : "Nepodařilo se odeslat email pro změnu hesla. Kontaktujte vašeho administrátora.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Odkaz na obnovení hesla byl odeslán na vaši e-mailovou adresu. Pokud jej v krátké době neobdržíte, zkontrolujte složku nevyžádané pošty a koš.
Pokud jej nenaleznete, kontaktujte svého administrátora.", @@ -114,6 +110,7 @@ OC.L10N.register( "Edit tags" : "Editovat štítky", "Error loading dialog template: {error}" : "Chyba při načítání šablony dialogu: {error}", "No tags selected for deletion." : "Žádné štítky nebyly vybrány ke smazání.", + "_download %n file_::_download %n files_" : ["","",""], "Updating {productName} to version {version}, this may take a while." : "Aktualizuji {productName} na verzi {version}, může to chvíli trvat.", "Please reload the page." : "Načtěte stránku znovu, prosím.", "The update was unsuccessful." : "Aktualizace nebyla úspěšná.", diff --git a/core/l10n/cs_CZ.json b/core/l10n/cs_CZ.json index 2102050a97..12f0f52bcd 100644 --- a/core/l10n/cs_CZ.json +++ b/core/l10n/cs_CZ.json @@ -32,10 +32,6 @@ "November" : "Listopad", "December" : "Prosinec", "Settings" : "Nastavení", - "File" : "Soubor", - "Folder" : "Složka", - "Image" : "Obrázek", - "Audio" : "Audio", "Saving..." : "Ukládám...", "Couldn't send reset email. Please contact your administrator." : "Nepodařilo se odeslat email pro změnu hesla. Kontaktujte vašeho administrátora.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Odkaz na obnovení hesla byl odeslán na vaši e-mailovou adresu. Pokud jej v krátké době neobdržíte, zkontrolujte složku nevyžádané pošty a koš.
Pokud jej nenaleznete, kontaktujte svého administrátora.", @@ -112,6 +108,7 @@ "Edit tags" : "Editovat štítky", "Error loading dialog template: {error}" : "Chyba při načítání šablony dialogu: {error}", "No tags selected for deletion." : "Žádné štítky nebyly vybrány ke smazání.", + "_download %n file_::_download %n files_" : ["","",""], "Updating {productName} to version {version}, this may take a while." : "Aktualizuji {productName} na verzi {version}, může to chvíli trvat.", "Please reload the page." : "Načtěte stránku znovu, prosím.", "The update was unsuccessful." : "Aktualizace nebyla úspěšná.", diff --git a/core/l10n/cy_GB.js b/core/l10n/cy_GB.js index 6223197711..b5fbab1efb 100644 --- a/core/l10n/cy_GB.js +++ b/core/l10n/cy_GB.js @@ -21,7 +21,6 @@ OC.L10N.register( "November" : "Tachwedd", "December" : "Rhagfyr", "Settings" : "Gosodiadau", - "Folder" : "Plygell", "Saving..." : "Yn cadw...", "Reset password" : "Ailosod cyfrinair", "No" : "Na", @@ -62,6 +61,7 @@ OC.L10N.register( "The object type is not specified." : "Nid yw'r math o wrthrych wedi cael ei nodi.", "Delete" : "Dileu", "Add" : "Ychwanegu", + "_download %n file_::_download %n files_" : ["","","",""], "The update was successful. Redirecting you to ownCloud now." : "Roedd y diweddariad yn llwyddiannus. Cewch eich ailgyfeirio i ownCloud nawr.", "Use the following link to reset your password: {link}" : "Defnyddiwch y ddolen hon i ailosod eich cyfrinair: {link}", "You will receive a link to reset your password via Email." : "Byddwch yn derbyn dolen drwy e-bost i ailosod eich cyfrinair.", diff --git a/core/l10n/cy_GB.json b/core/l10n/cy_GB.json index fc9664a823..c3749e5246 100644 --- a/core/l10n/cy_GB.json +++ b/core/l10n/cy_GB.json @@ -19,7 +19,6 @@ "November" : "Tachwedd", "December" : "Rhagfyr", "Settings" : "Gosodiadau", - "Folder" : "Plygell", "Saving..." : "Yn cadw...", "Reset password" : "Ailosod cyfrinair", "No" : "Na", @@ -60,6 +59,7 @@ "The object type is not specified." : "Nid yw'r math o wrthrych wedi cael ei nodi.", "Delete" : "Dileu", "Add" : "Ychwanegu", + "_download %n file_::_download %n files_" : ["","","",""], "The update was successful. Redirecting you to ownCloud now." : "Roedd y diweddariad yn llwyddiannus. Cewch eich ailgyfeirio i ownCloud nawr.", "Use the following link to reset your password: {link}" : "Defnyddiwch y ddolen hon i ailosod eich cyfrinair: {link}", "You will receive a link to reset your password via Email." : "Byddwch yn derbyn dolen drwy e-bost i ailosod eich cyfrinair.", diff --git a/core/l10n/da.js b/core/l10n/da.js index c75c3d0dac..33b76eaefe 100644 --- a/core/l10n/da.js +++ b/core/l10n/da.js @@ -34,10 +34,6 @@ OC.L10N.register( "November" : "November", "December" : "December", "Settings" : "Indstillinger", - "File" : "Fil", - "Folder" : "Mappe", - "Image" : "Billede", - "Audio" : "Lyd", "Saving..." : "Gemmer...", "Couldn't send reset email. Please contact your administrator." : "Der opstod et problem under afsending af e-mailen til nulstilling. Kontakt venligst systemadministratoren.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Linket til at nulstille dit kodeord er blevet sendt til din e-post: hvis du ikke modtager den inden for en rimelig tid, så tjek dine spam/junk-mapper.
Hvis det ikke er der, så spørg din lokale administrator.", @@ -114,6 +110,7 @@ OC.L10N.register( "Edit tags" : "Rediger tags", "Error loading dialog template: {error}" : "Fejl ved indlæsning dialog skabelon: {error}", "No tags selected for deletion." : "Ingen tags markeret til sletning.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Opdaterer {productName} til version {version}, det kan tage et stykke tid.", "Please reload the page." : "Genindlæs venligst siden", "The update was unsuccessful." : "Opdateringen mislykkedes.", diff --git a/core/l10n/da.json b/core/l10n/da.json index 01d0933456..2e84cd5e4f 100644 --- a/core/l10n/da.json +++ b/core/l10n/da.json @@ -32,10 +32,6 @@ "November" : "November", "December" : "December", "Settings" : "Indstillinger", - "File" : "Fil", - "Folder" : "Mappe", - "Image" : "Billede", - "Audio" : "Lyd", "Saving..." : "Gemmer...", "Couldn't send reset email. Please contact your administrator." : "Der opstod et problem under afsending af e-mailen til nulstilling. Kontakt venligst systemadministratoren.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Linket til at nulstille dit kodeord er blevet sendt til din e-post: hvis du ikke modtager den inden for en rimelig tid, så tjek dine spam/junk-mapper.
Hvis det ikke er der, så spørg din lokale administrator.", @@ -112,6 +108,7 @@ "Edit tags" : "Rediger tags", "Error loading dialog template: {error}" : "Fejl ved indlæsning dialog skabelon: {error}", "No tags selected for deletion." : "Ingen tags markeret til sletning.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Opdaterer {productName} til version {version}, det kan tage et stykke tid.", "Please reload the page." : "Genindlæs venligst siden", "The update was unsuccessful." : "Opdateringen mislykkedes.", diff --git a/core/l10n/de.js b/core/l10n/de.js index 1fda0e1dea..96f55d1e99 100644 --- a/core/l10n/de.js +++ b/core/l10n/de.js @@ -34,10 +34,6 @@ OC.L10N.register( "November" : "November", "December" : "Dezember", "Settings" : "Einstellungen", - "File" : "Datei", - "Folder" : "Ordner", - "Image" : "Bild", - "Audio" : "Audio", "Saving..." : "Speichern...", "Couldn't send reset email. Please contact your administrator." : "Die E-Mail zum Zurücksetzen konnte nicht versendet werden. Bitte kontaktiere Deinen Administrator.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Der Link zum Rücksetzen Deines Passwort ist an Deine E-Mail-Adresse geschickt worden. Wenn Du ihn nicht innerhalb einer vernünftigen Zeit empfängst, prüfe Deine Spam-Verzeichnisse.
Wenn er nicht dort ist, frage Deinen lokalen Administrator.", @@ -114,6 +110,7 @@ OC.L10N.register( "Edit tags" : "Schlagwörter bearbeiten", "Error loading dialog template: {error}" : "Fehler beim Laden der Dialogvorlage: {error}", "No tags selected for deletion." : "Es wurden keine Schlagwörter zum Löschen ausgewählt.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Aktualisiere {productName} auf Version {version}. Dies könnte eine Weile dauern.", "Please reload the page." : "Bitte lade diese Seite neu.", "The update was unsuccessful." : "Die Aktualisierung war erfolgreich.", diff --git a/core/l10n/de.json b/core/l10n/de.json index 42f74fe126..78a4c79f5e 100644 --- a/core/l10n/de.json +++ b/core/l10n/de.json @@ -32,10 +32,6 @@ "November" : "November", "December" : "Dezember", "Settings" : "Einstellungen", - "File" : "Datei", - "Folder" : "Ordner", - "Image" : "Bild", - "Audio" : "Audio", "Saving..." : "Speichern...", "Couldn't send reset email. Please contact your administrator." : "Die E-Mail zum Zurücksetzen konnte nicht versendet werden. Bitte kontaktiere Deinen Administrator.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Der Link zum Rücksetzen Deines Passwort ist an Deine E-Mail-Adresse geschickt worden. Wenn Du ihn nicht innerhalb einer vernünftigen Zeit empfängst, prüfe Deine Spam-Verzeichnisse.
Wenn er nicht dort ist, frage Deinen lokalen Administrator.", @@ -112,6 +108,7 @@ "Edit tags" : "Schlagwörter bearbeiten", "Error loading dialog template: {error}" : "Fehler beim Laden der Dialogvorlage: {error}", "No tags selected for deletion." : "Es wurden keine Schlagwörter zum Löschen ausgewählt.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Aktualisiere {productName} auf Version {version}. Dies könnte eine Weile dauern.", "Please reload the page." : "Bitte lade diese Seite neu.", "The update was unsuccessful." : "Die Aktualisierung war erfolgreich.", diff --git a/core/l10n/de_AT.js b/core/l10n/de_AT.js index 98fb44e5d6..7ffe692029 100644 --- a/core/l10n/de_AT.js +++ b/core/l10n/de_AT.js @@ -31,6 +31,7 @@ OC.L10N.register( "can share" : "Kann teilen", "can edit" : "kann bearbeiten", "Delete" : "Löschen", + "_download %n file_::_download %n files_" : ["",""], "Personal" : "Persönlich", "Help" : "Hilfe", "Password" : "Passwort" diff --git a/core/l10n/de_AT.json b/core/l10n/de_AT.json index 2f44aaea3d..f82fc259f5 100644 --- a/core/l10n/de_AT.json +++ b/core/l10n/de_AT.json @@ -29,6 +29,7 @@ "can share" : "Kann teilen", "can edit" : "kann bearbeiten", "Delete" : "Löschen", + "_download %n file_::_download %n files_" : ["",""], "Personal" : "Persönlich", "Help" : "Hilfe", "Password" : "Passwort" diff --git a/core/l10n/de_CH.js b/core/l10n/de_CH.js index 514e2d6c19..5a383c104c 100644 --- a/core/l10n/de_CH.js +++ b/core/l10n/de_CH.js @@ -24,8 +24,6 @@ OC.L10N.register( "November" : "November", "December" : "Dezember", "Settings" : "Einstellungen", - "File" : "Datei", - "Folder" : "Ordner", "Saving..." : "Speichern...", "Reset password" : "Passwort zurücksetzen", "No" : "Nein", @@ -69,6 +67,7 @@ OC.L10N.register( "The object type is not specified." : "Der Objekttyp ist nicht angegeben.", "Delete" : "Löschen", "Add" : "Hinzufügen", + "_download %n file_::_download %n files_" : ["",""], "The update was successful. Redirecting you to ownCloud now." : "Das Update war erfolgreich. Sie werden nun zu ownCloud weitergeleitet.", "%s password reset" : "%s-Passwort zurücksetzen", "Use the following link to reset your password: {link}" : "Nutzen Sie den nachfolgenden Link, um Ihr Passwort zurückzusetzen: {link}", diff --git a/core/l10n/de_CH.json b/core/l10n/de_CH.json index b549592ed0..aa69c7355e 100644 --- a/core/l10n/de_CH.json +++ b/core/l10n/de_CH.json @@ -22,8 +22,6 @@ "November" : "November", "December" : "Dezember", "Settings" : "Einstellungen", - "File" : "Datei", - "Folder" : "Ordner", "Saving..." : "Speichern...", "Reset password" : "Passwort zurücksetzen", "No" : "Nein", @@ -67,6 +65,7 @@ "The object type is not specified." : "Der Objekttyp ist nicht angegeben.", "Delete" : "Löschen", "Add" : "Hinzufügen", + "_download %n file_::_download %n files_" : ["",""], "The update was successful. Redirecting you to ownCloud now." : "Das Update war erfolgreich. Sie werden nun zu ownCloud weitergeleitet.", "%s password reset" : "%s-Passwort zurücksetzen", "Use the following link to reset your password: {link}" : "Nutzen Sie den nachfolgenden Link, um Ihr Passwort zurückzusetzen: {link}", diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js index 7de8818152..fa804c9573 100644 --- a/core/l10n/de_DE.js +++ b/core/l10n/de_DE.js @@ -34,10 +34,6 @@ OC.L10N.register( "November" : "November", "December" : "Dezember", "Settings" : "Einstellungen", - "File" : "Datei", - "Folder" : "Ordner", - "Image" : "Bild", - "Audio" : "Audio", "Saving..." : "Speichervorgang …", "Couldn't send reset email. Please contact your administrator." : "Die E-Mail zum Zurücksetzen konnte nicht versendet werden. Bitte kontaktieren Sie Ihren Administrator.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Der Link, zum Zurücksetzen Ihres Passwortes, ist an Ihre E-Mail-Adresse geschickt worden. Wenn Sie ihn nicht innerhalb einer vernünftigen Zeit empfangen, überprüfen Sie bitte Ihre Spam-Ordner.
Wenn sie nicht dort ist, fragen Sie bitte Ihren lokalen Administrator.", @@ -114,6 +110,7 @@ OC.L10N.register( "Edit tags" : "Schlagwörter bearbeiten", "Error loading dialog template: {error}" : "Fehler beim Laden der Dialogvorlage: {error}", "No tags selected for deletion." : "Es wurden keine Schlagwörter zum Löschen ausgewählt.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "{productName} wird auf Version {version} aktualisiert. Das könnte eine Weile dauern.", "Please reload the page." : "Bitte laden Sie diese Seite neu.", "The update was unsuccessful." : "Die Aktualisierung war erfolgreich.", diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json index db643f834f..72d88ab96b 100644 --- a/core/l10n/de_DE.json +++ b/core/l10n/de_DE.json @@ -32,10 +32,6 @@ "November" : "November", "December" : "Dezember", "Settings" : "Einstellungen", - "File" : "Datei", - "Folder" : "Ordner", - "Image" : "Bild", - "Audio" : "Audio", "Saving..." : "Speichervorgang …", "Couldn't send reset email. Please contact your administrator." : "Die E-Mail zum Zurücksetzen konnte nicht versendet werden. Bitte kontaktieren Sie Ihren Administrator.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Der Link, zum Zurücksetzen Ihres Passwortes, ist an Ihre E-Mail-Adresse geschickt worden. Wenn Sie ihn nicht innerhalb einer vernünftigen Zeit empfangen, überprüfen Sie bitte Ihre Spam-Ordner.
Wenn sie nicht dort ist, fragen Sie bitte Ihren lokalen Administrator.", @@ -112,6 +108,7 @@ "Edit tags" : "Schlagwörter bearbeiten", "Error loading dialog template: {error}" : "Fehler beim Laden der Dialogvorlage: {error}", "No tags selected for deletion." : "Es wurden keine Schlagwörter zum Löschen ausgewählt.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "{productName} wird auf Version {version} aktualisiert. Das könnte eine Weile dauern.", "Please reload the page." : "Bitte laden Sie diese Seite neu.", "The update was unsuccessful." : "Die Aktualisierung war erfolgreich.", diff --git a/core/l10n/el.js b/core/l10n/el.js index 33bd00826b..9d54904faa 100644 --- a/core/l10n/el.js +++ b/core/l10n/el.js @@ -34,10 +34,6 @@ OC.L10N.register( "November" : "Νοέμβριος", "December" : "Δεκέμβριος", "Settings" : "Ρυθμίσεις", - "File" : "Αρχείο", - "Folder" : "Φάκελος", - "Image" : "Εικόνα", - "Audio" : "Ήχος", "Saving..." : "Γίνεται αποθήκευση...", "Couldn't send reset email. Please contact your administrator." : "Αδυναμία αποστολής ηλ. μηνύματος επαναφοράς. Παρακαλώ επικοινωνήστε με το διαχειριστή σας.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Ο σύνδεσμος για την επαναφορά του κωδικού πρόσβασής σας απεστάλη στο ηλ. ταχυδρομείο σας. Εάν δεν το παραλάβετε μέσα σε ένα εύλογο χρονικό διάστημα, ελέγξτε το φάκελο ανεπιθύμητων μηνυμάτων σας.
Εάν δεν βρίσκεται εκεί ρωτήστε τον τοπικό διαχειριστή σας.", @@ -114,6 +110,7 @@ OC.L10N.register( "Edit tags" : "Επεξεργασία ετικετών", "Error loading dialog template: {error}" : "Σφάλμα φόρτωσης προτύπου διαλόγων: {σφάλμα}", "No tags selected for deletion." : "Καμμία ετικέτα δεν επιλέχθηκε για διαγραφή.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Ενημέρωση του {productName} στην έκδοση {version}, αυτό μπορεί να διαρκέσει λίγη ώρα.", "Please reload the page." : "Παρακαλώ επαναφορτώστε τη σελίδα.", "The update was unsuccessful." : "Η ενημέρωση δεν ήταν επιτυχής.", diff --git a/core/l10n/el.json b/core/l10n/el.json index 5a35c89dfc..259ad68202 100644 --- a/core/l10n/el.json +++ b/core/l10n/el.json @@ -32,10 +32,6 @@ "November" : "Νοέμβριος", "December" : "Δεκέμβριος", "Settings" : "Ρυθμίσεις", - "File" : "Αρχείο", - "Folder" : "Φάκελος", - "Image" : "Εικόνα", - "Audio" : "Ήχος", "Saving..." : "Γίνεται αποθήκευση...", "Couldn't send reset email. Please contact your administrator." : "Αδυναμία αποστολής ηλ. μηνύματος επαναφοράς. Παρακαλώ επικοινωνήστε με το διαχειριστή σας.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Ο σύνδεσμος για την επαναφορά του κωδικού πρόσβασής σας απεστάλη στο ηλ. ταχυδρομείο σας. Εάν δεν το παραλάβετε μέσα σε ένα εύλογο χρονικό διάστημα, ελέγξτε το φάκελο ανεπιθύμητων μηνυμάτων σας.
Εάν δεν βρίσκεται εκεί ρωτήστε τον τοπικό διαχειριστή σας.", @@ -112,6 +108,7 @@ "Edit tags" : "Επεξεργασία ετικετών", "Error loading dialog template: {error}" : "Σφάλμα φόρτωσης προτύπου διαλόγων: {σφάλμα}", "No tags selected for deletion." : "Καμμία ετικέτα δεν επιλέχθηκε για διαγραφή.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Ενημέρωση του {productName} στην έκδοση {version}, αυτό μπορεί να διαρκέσει λίγη ώρα.", "Please reload the page." : "Παρακαλώ επαναφορτώστε τη σελίδα.", "The update was unsuccessful." : "Η ενημέρωση δεν ήταν επιτυχής.", diff --git a/core/l10n/en@pirate.js b/core/l10n/en@pirate.js index 0869bb9f0a..9db5e2cd3e 100644 --- a/core/l10n/en@pirate.js +++ b/core/l10n/en@pirate.js @@ -2,6 +2,7 @@ OC.L10N.register( "core", { "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""], "Password" : "Passcode" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/en@pirate.json b/core/l10n/en@pirate.json index 6a15bfb20b..63c33c612f 100644 --- a/core/l10n/en@pirate.json +++ b/core/l10n/en@pirate.json @@ -1,5 +1,6 @@ { "translations": { "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""], "Password" : "Passcode" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js index 9dc918f12e..b32e5768b2 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -34,10 +34,6 @@ OC.L10N.register( "November" : "November", "December" : "December", "Settings" : "Settings", - "File" : "File", - "Folder" : "Folder", - "Image" : "Image", - "Audio" : "Audio", "Saving..." : "Saving...", "Couldn't send reset email. Please contact your administrator." : "Couldn't send reset email. Please contact your administrator.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator.", @@ -114,6 +110,7 @@ OC.L10N.register( "Edit tags" : "Edit tags", "Error loading dialog template: {error}" : "Error loading dialog template: {error}", "No tags selected for deletion." : "No tags selected for deletion.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Updating {productName} to version {version}, this may take a while.", "Please reload the page." : "Please reload the page.", "The update was unsuccessful." : "The update was unsuccessful.", diff --git a/core/l10n/en_GB.json b/core/l10n/en_GB.json index a1768bcf0b..b902ec5886 100644 --- a/core/l10n/en_GB.json +++ b/core/l10n/en_GB.json @@ -32,10 +32,6 @@ "November" : "November", "December" : "December", "Settings" : "Settings", - "File" : "File", - "Folder" : "Folder", - "Image" : "Image", - "Audio" : "Audio", "Saving..." : "Saving...", "Couldn't send reset email. Please contact your administrator." : "Couldn't send reset email. Please contact your administrator.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator.", @@ -112,6 +108,7 @@ "Edit tags" : "Edit tags", "Error loading dialog template: {error}" : "Error loading dialog template: {error}", "No tags selected for deletion." : "No tags selected for deletion.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Updating {productName} to version {version}, this may take a while.", "Please reload the page." : "Please reload the page.", "The update was unsuccessful." : "The update was unsuccessful.", diff --git a/core/l10n/en_NZ.js b/core/l10n/en_NZ.js index c483b4ab65..5b92c594ac 100644 --- a/core/l10n/en_NZ.js +++ b/core/l10n/en_NZ.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/en_NZ.json b/core/l10n/en_NZ.json index 52ecaf565a..d2c1f43f96 100644 --- a/core/l10n/en_NZ.json +++ b/core/l10n/en_NZ.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/eo.js b/core/l10n/eo.js index 736d82c9f3..cc814c41e3 100644 --- a/core/l10n/eo.js +++ b/core/l10n/eo.js @@ -24,9 +24,6 @@ OC.L10N.register( "November" : "Novembro", "December" : "Decembro", "Settings" : "Agordo", - "File" : "Dosiero", - "Folder" : "Dosierujo", - "Image" : "Bildo", "Saving..." : "Konservante...", "Reset password" : "Rekomenci la pasvorton", "No" : "Ne", @@ -85,6 +82,7 @@ OC.L10N.register( "Add" : "Aldoni", "Edit tags" : "Redakti etikedojn", "No tags selected for deletion." : "Neniu etikedo elektitas por forigo.", + "_download %n file_::_download %n files_" : ["",""], "Please reload the page." : "Bonvolu reŝargi la paĝon.", "The update was successful. Redirecting you to ownCloud now." : "La ĝisdatigo estis sukcesa. Alidirektante nun al ownCloud.", "Use the following link to reset your password: {link}" : "Uzu la jenan ligilon por restarigi vian pasvorton: {link}", diff --git a/core/l10n/eo.json b/core/l10n/eo.json index 5520e2beb9..dc4d9d6eef 100644 --- a/core/l10n/eo.json +++ b/core/l10n/eo.json @@ -22,9 +22,6 @@ "November" : "Novembro", "December" : "Decembro", "Settings" : "Agordo", - "File" : "Dosiero", - "Folder" : "Dosierujo", - "Image" : "Bildo", "Saving..." : "Konservante...", "Reset password" : "Rekomenci la pasvorton", "No" : "Ne", @@ -83,6 +80,7 @@ "Add" : "Aldoni", "Edit tags" : "Redakti etikedojn", "No tags selected for deletion." : "Neniu etikedo elektitas por forigo.", + "_download %n file_::_download %n files_" : ["",""], "Please reload the page." : "Bonvolu reŝargi la paĝon.", "The update was successful. Redirecting you to ownCloud now." : "La ĝisdatigo estis sukcesa. Alidirektante nun al ownCloud.", "Use the following link to reset your password: {link}" : "Uzu la jenan ligilon por restarigi vian pasvorton: {link}", diff --git a/core/l10n/es.js b/core/l10n/es.js index 683e03cb70..4bd33bdd27 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -34,10 +34,6 @@ OC.L10N.register( "November" : "Noviembre", "December" : "Diciembre", "Settings" : "Ajustes", - "File" : "Archivo", - "Folder" : "Carpeta", - "Image" : "Imagen", - "Audio" : "Audio", "Saving..." : "Guardando...", "Couldn't send reset email. Please contact your administrator." : "La reiniciación de este correo electrónico no pudo ser enviada. Por favor, contacte a su administrador.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Un enlace para reiniciar su contraseña ha sido enviado a su correo electrónico. Si usted no lo recibe en un tiempo razonable, revise su carpeta para spam/chatarra.
Si no lo encuentra, pregunte a su administrador local.", @@ -114,6 +110,7 @@ OC.L10N.register( "Edit tags" : "Editar etiquetas", "Error loading dialog template: {error}" : "Error cargando plantilla de diálogo: {error}", "No tags selected for deletion." : "No hay etiquetas seleccionadas para borrar.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Actualizando {productName} a la versión {version}. Esto puede tardar un poco.", "Please reload the page." : "Recargue/Actualice la página", "The update was unsuccessful." : "Falló la actualización", diff --git a/core/l10n/es.json b/core/l10n/es.json index 3eaedab062..d479364834 100644 --- a/core/l10n/es.json +++ b/core/l10n/es.json @@ -32,10 +32,6 @@ "November" : "Noviembre", "December" : "Diciembre", "Settings" : "Ajustes", - "File" : "Archivo", - "Folder" : "Carpeta", - "Image" : "Imagen", - "Audio" : "Audio", "Saving..." : "Guardando...", "Couldn't send reset email. Please contact your administrator." : "La reiniciación de este correo electrónico no pudo ser enviada. Por favor, contacte a su administrador.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Un enlace para reiniciar su contraseña ha sido enviado a su correo electrónico. Si usted no lo recibe en un tiempo razonable, revise su carpeta para spam/chatarra.
Si no lo encuentra, pregunte a su administrador local.", @@ -112,6 +108,7 @@ "Edit tags" : "Editar etiquetas", "Error loading dialog template: {error}" : "Error cargando plantilla de diálogo: {error}", "No tags selected for deletion." : "No hay etiquetas seleccionadas para borrar.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Actualizando {productName} a la versión {version}. Esto puede tardar un poco.", "Please reload the page." : "Recargue/Actualice la página", "The update was unsuccessful." : "Falló la actualización", diff --git a/core/l10n/es_AR.js b/core/l10n/es_AR.js index f9b54cc8d8..f37377f465 100644 --- a/core/l10n/es_AR.js +++ b/core/l10n/es_AR.js @@ -30,9 +30,6 @@ OC.L10N.register( "November" : "noviembre", "December" : "diciembre", "Settings" : "Configuración", - "File" : "Archivo", - "Folder" : "Carpeta", - "Image" : "Imagen", "Saving..." : "Guardando...", "Reset password" : "Restablecer contraseña", "No" : "No", @@ -98,6 +95,7 @@ OC.L10N.register( "Edit tags" : "Editar etiquetas", "Error loading dialog template: {error}" : "Error cargando la plantilla de dialogo: {error}", "No tags selected for deletion." : "No se han seleccionado etiquetas para eliminar.", + "_download %n file_::_download %n files_" : ["",""], "Please reload the page." : "Por favor, recargue la página.", "The update was successful. Redirecting you to ownCloud now." : "La actualización fue exitosa. Estás siendo redirigido a ownCloud.", "%s password reset" : "%s restablecer contraseña", diff --git a/core/l10n/es_AR.json b/core/l10n/es_AR.json index 621626a366..219139245a 100644 --- a/core/l10n/es_AR.json +++ b/core/l10n/es_AR.json @@ -28,9 +28,6 @@ "November" : "noviembre", "December" : "diciembre", "Settings" : "Configuración", - "File" : "Archivo", - "Folder" : "Carpeta", - "Image" : "Imagen", "Saving..." : "Guardando...", "Reset password" : "Restablecer contraseña", "No" : "No", @@ -96,6 +93,7 @@ "Edit tags" : "Editar etiquetas", "Error loading dialog template: {error}" : "Error cargando la plantilla de dialogo: {error}", "No tags selected for deletion." : "No se han seleccionado etiquetas para eliminar.", + "_download %n file_::_download %n files_" : ["",""], "Please reload the page." : "Por favor, recargue la página.", "The update was successful. Redirecting you to ownCloud now." : "La actualización fue exitosa. Estás siendo redirigido a ownCloud.", "%s password reset" : "%s restablecer contraseña", diff --git a/core/l10n/es_BO.js b/core/l10n/es_BO.js index c483b4ab65..5b92c594ac 100644 --- a/core/l10n/es_BO.js +++ b/core/l10n/es_BO.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/es_BO.json b/core/l10n/es_BO.json index 52ecaf565a..d2c1f43f96 100644 --- a/core/l10n/es_BO.json +++ b/core/l10n/es_BO.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/es_CL.js b/core/l10n/es_CL.js index 64a8ed0c70..3808c2cb7c 100644 --- a/core/l10n/es_CL.js +++ b/core/l10n/es_CL.js @@ -36,6 +36,7 @@ OC.L10N.register( "Error while unsharing" : "Ocurrió un error mientras dejaba de compartir", "Error while changing permissions" : "Ocurrió un error mientras se cambiaban los permisos", "The object type is not specified." : "El tipo de objeto no está especificado.", + "_download %n file_::_download %n files_" : ["",""], "Username" : "Usuario", "Personal" : "Personal", "Users" : "Usuarios", diff --git a/core/l10n/es_CL.json b/core/l10n/es_CL.json index 22bab06112..1760e39c6c 100644 --- a/core/l10n/es_CL.json +++ b/core/l10n/es_CL.json @@ -34,6 +34,7 @@ "Error while unsharing" : "Ocurrió un error mientras dejaba de compartir", "Error while changing permissions" : "Ocurrió un error mientras se cambiaban los permisos", "The object type is not specified." : "El tipo de objeto no está especificado.", + "_download %n file_::_download %n files_" : ["",""], "Username" : "Usuario", "Personal" : "Personal", "Users" : "Usuarios", diff --git a/core/l10n/es_CO.js b/core/l10n/es_CO.js index c483b4ab65..5b92c594ac 100644 --- a/core/l10n/es_CO.js +++ b/core/l10n/es_CO.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/es_CO.json b/core/l10n/es_CO.json index 52ecaf565a..d2c1f43f96 100644 --- a/core/l10n/es_CO.json +++ b/core/l10n/es_CO.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/es_CR.js b/core/l10n/es_CR.js index c483b4ab65..5b92c594ac 100644 --- a/core/l10n/es_CR.js +++ b/core/l10n/es_CR.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/es_CR.json b/core/l10n/es_CR.json index 52ecaf565a..d2c1f43f96 100644 --- a/core/l10n/es_CR.json +++ b/core/l10n/es_CR.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/es_EC.js b/core/l10n/es_EC.js index c483b4ab65..5b92c594ac 100644 --- a/core/l10n/es_EC.js +++ b/core/l10n/es_EC.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/es_EC.json b/core/l10n/es_EC.json index 52ecaf565a..d2c1f43f96 100644 --- a/core/l10n/es_EC.json +++ b/core/l10n/es_EC.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/es_MX.js b/core/l10n/es_MX.js index 0134945fa4..d830538bed 100644 --- a/core/l10n/es_MX.js +++ b/core/l10n/es_MX.js @@ -30,8 +30,6 @@ OC.L10N.register( "November" : "Noviembre", "December" : "Diciembre", "Settings" : "Ajustes", - "File" : "Archivo", - "Folder" : "Carpeta", "Saving..." : "Guardando...", "Reset password" : "Restablecer contraseña", "No" : "No", @@ -91,6 +89,7 @@ OC.L10N.register( "Edit tags" : "Editar etiquetas", "Error loading dialog template: {error}" : "Error cargando plantilla de diálogo: {error}", "No tags selected for deletion." : "No hay etiquetas seleccionadas para borrar.", + "_download %n file_::_download %n files_" : ["",""], "Please reload the page." : "Vuelva a cargar la página.", "The update was successful. Redirecting you to ownCloud now." : "La actualización se ha realizado con éxito. Redireccionando a ownCloud ahora.", "%s password reset" : "%s restablecer contraseña", diff --git a/core/l10n/es_MX.json b/core/l10n/es_MX.json index a620c6ca02..99da53b91f 100644 --- a/core/l10n/es_MX.json +++ b/core/l10n/es_MX.json @@ -28,8 +28,6 @@ "November" : "Noviembre", "December" : "Diciembre", "Settings" : "Ajustes", - "File" : "Archivo", - "Folder" : "Carpeta", "Saving..." : "Guardando...", "Reset password" : "Restablecer contraseña", "No" : "No", @@ -89,6 +87,7 @@ "Edit tags" : "Editar etiquetas", "Error loading dialog template: {error}" : "Error cargando plantilla de diálogo: {error}", "No tags selected for deletion." : "No hay etiquetas seleccionadas para borrar.", + "_download %n file_::_download %n files_" : ["",""], "Please reload the page." : "Vuelva a cargar la página.", "The update was successful. Redirecting you to ownCloud now." : "La actualización se ha realizado con éxito. Redireccionando a ownCloud ahora.", "%s password reset" : "%s restablecer contraseña", diff --git a/core/l10n/es_PE.js b/core/l10n/es_PE.js index c483b4ab65..5b92c594ac 100644 --- a/core/l10n/es_PE.js +++ b/core/l10n/es_PE.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/es_PE.json b/core/l10n/es_PE.json index 52ecaf565a..d2c1f43f96 100644 --- a/core/l10n/es_PE.json +++ b/core/l10n/es_PE.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/es_PY.js b/core/l10n/es_PY.js index c483b4ab65..5b92c594ac 100644 --- a/core/l10n/es_PY.js +++ b/core/l10n/es_PY.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/es_PY.json b/core/l10n/es_PY.json index 52ecaf565a..d2c1f43f96 100644 --- a/core/l10n/es_PY.json +++ b/core/l10n/es_PY.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/es_US.js b/core/l10n/es_US.js index c483b4ab65..5b92c594ac 100644 --- a/core/l10n/es_US.js +++ b/core/l10n/es_US.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/es_US.json b/core/l10n/es_US.json index 52ecaf565a..d2c1f43f96 100644 --- a/core/l10n/es_US.json +++ b/core/l10n/es_US.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/es_UY.js b/core/l10n/es_UY.js index c483b4ab65..5b92c594ac 100644 --- a/core/l10n/es_UY.js +++ b/core/l10n/es_UY.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/es_UY.json b/core/l10n/es_UY.json index 52ecaf565a..d2c1f43f96 100644 --- a/core/l10n/es_UY.json +++ b/core/l10n/es_UY.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/et_EE.js b/core/l10n/et_EE.js index 5b2e251100..c43a2b68d6 100644 --- a/core/l10n/et_EE.js +++ b/core/l10n/et_EE.js @@ -34,10 +34,6 @@ OC.L10N.register( "November" : "November", "December" : "Detsember", "Settings" : "Seaded", - "File" : "Fail", - "Folder" : "Kaust", - "Image" : "Pilt", - "Audio" : "Helid", "Saving..." : "Salvestamine...", "Couldn't send reset email. Please contact your administrator." : "Ei suutnud lähtestada e-maili. Palun kontakteeru süsteemihalduriga.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Link parooli vahetuseks on saadetud Sinu e-posti aadressil.
Kui kiri pole saabunud mõistliku aja jooksul, siis kontrolli oma spam-/rämpskirjade katalooge
.Kui kirja pole ka seal, siis küsi abi süsteemihaldurilt.", @@ -114,6 +110,7 @@ OC.L10N.register( "Edit tags" : "Muuda silte", "Error loading dialog template: {error}" : "Viga dialoogi malli laadimisel: {error}", "No tags selected for deletion." : "Kustutamiseks pole ühtegi silti valitud.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Uuendan {productName} versioonile {version}, see võtab veidi aega.", "Please reload the page." : "Palun laadi see uuesti.", "The update was unsuccessful." : "Uuendus ebaõnnestus.", diff --git a/core/l10n/et_EE.json b/core/l10n/et_EE.json index ba3f3b8e8f..0dc6854ec9 100644 --- a/core/l10n/et_EE.json +++ b/core/l10n/et_EE.json @@ -32,10 +32,6 @@ "November" : "November", "December" : "Detsember", "Settings" : "Seaded", - "File" : "Fail", - "Folder" : "Kaust", - "Image" : "Pilt", - "Audio" : "Helid", "Saving..." : "Salvestamine...", "Couldn't send reset email. Please contact your administrator." : "Ei suutnud lähtestada e-maili. Palun kontakteeru süsteemihalduriga.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Link parooli vahetuseks on saadetud Sinu e-posti aadressil.
Kui kiri pole saabunud mõistliku aja jooksul, siis kontrolli oma spam-/rämpskirjade katalooge
.Kui kirja pole ka seal, siis küsi abi süsteemihaldurilt.", @@ -112,6 +108,7 @@ "Edit tags" : "Muuda silte", "Error loading dialog template: {error}" : "Viga dialoogi malli laadimisel: {error}", "No tags selected for deletion." : "Kustutamiseks pole ühtegi silti valitud.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Uuendan {productName} versioonile {version}, see võtab veidi aega.", "Please reload the page." : "Palun laadi see uuesti.", "The update was unsuccessful." : "Uuendus ebaõnnestus.", diff --git a/core/l10n/eu.js b/core/l10n/eu.js index 7f03d568dc..e90e458a19 100644 --- a/core/l10n/eu.js +++ b/core/l10n/eu.js @@ -34,10 +34,6 @@ OC.L10N.register( "November" : "Azaroa", "December" : "Abendua", "Settings" : "Ezarpenak", - "File" : "Fitxategia", - "Folder" : "Karpeta", - "Image" : "Irudia", - "Audio" : "Audio", "Saving..." : "Gordetzen...", "Couldn't send reset email. Please contact your administrator." : "Ezin da berrezartzeko eposta bidali. Mesedez jarri harremetan zure administradorearekin.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Zure pasahitza berrezartzeko lotura zure postara bidalia izan da.
Ez baduzu arrazoizko denbora epe batean jasotzen begiratu zure zabor-posta karpetan.
Hor ere ez badago kudeatzailearekin harremanetan jarri.", @@ -69,6 +65,7 @@ OC.L10N.register( "Strong password" : "Pasahitz sendoa", "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Zure web zerbitzaria ez dago oraindik ongi konfiguratuta fitxategien sinkronizazioa egiteko, WebDAV interfazea ongi ez dagoela dirudi.", "This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." : "Zerbitzari honen interneteko konexioa ez dabil. Honek esan nahi du kanpoko biltegiratze zerbitzuak, eguneraketen informazioa edo bestelako aplikazioen instalazioa bezalako programek ez dutela funtzionatuko. Urrunetik fitxategiak eskuratzea eta e-postak bidaltzea ere ezinezkoa izan daiteke. onwCloud-en aukera guztiak erabili ahal izateko zerbitzari honetan interneteko konexioa gaitzea aholkatzen dizugu.", + "Error occurred while checking server setup" : "Errore bat gertatu da zerbitzariaren konfigurazioa egiaztatzerakoan.", "Shared" : "Elkarbanatuta", "Shared with {recipients}" : "{recipients}-rekin partekatua.", "Share" : "Elkarbanatu", @@ -88,6 +85,7 @@ OC.L10N.register( "Send" : "Bidali", "Set expiration date" : "Ezarri muga data", "Expiration date" : "Muga data", + "Adding user..." : "Erabiltzailea gehitzen...", "group" : "taldea", "Resharing is not allowed" : "Berriz elkarbanatzea ez dago baimendua", "Shared in {item} with {user}" : "{user}ekin {item}-n elkarbanatuta", @@ -112,6 +110,7 @@ OC.L10N.register( "Edit tags" : "Editatu etiketak", "Error loading dialog template: {error}" : "Errorea elkarrizketa txantiloia kargatzean: {errorea}", "No tags selected for deletion." : "Ez dira ezabatzeko etiketak hautatu.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Eguneratu {productName} {version} bertsiora, bere denbora behar du.", "Please reload the page." : "Mesedez birkargatu orria.", "The update was unsuccessful." : "Eguneraketak ez du arrakasta izan.", @@ -143,9 +142,24 @@ OC.L10N.register( "Error favoriting" : "Errorea gogokoetara gehitzerakoan", "Error unfavoriting" : "Errorea gogokoetatik kentzerakoan", "Access forbidden" : "Sarrera debekatuta", + "File not found" : "Ez da fitxategia aurkitu", + "The specified document has not been found on the server." : "Zehaztutako dokumentua ez da zerbitzarian aurkitu.", + "You can click here to return to %s." : "Hemen klika dezakezu %sra itzultzeko.", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Kaixo\n\n%s-ek %s zurekin partekatu duela jakin dezazun.\nIkusi ezazu: %s\n\n", "The share will expire on %s." : "Elkarbanaketa %s-n iraungiko da.", "Cheers!" : "Ongi izan!", + "Internal Server Error" : "Zerbitzariaren Barne Errorea", + "The server encountered an internal error and was unable to complete your request." : "Zerbitzariak barne errore bat izan du eta ez da gai izan zure eskaria osatzeko.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Mesedez harremanetan jarri zerbitzariaren kudeatzailearekin errore hau aldi askotan agertzekotan, mesedez gehitu beheko zehaztapen teknikoak zure txostenean.", + "More details can be found in the server log." : "Zehaztapen gehiago zerbitzariaren egunerokoan aurki daitezke.", + "Technical details" : "Arazo teknikoak", + "Remote Address: %s" : "Urruneko Helbidea: %s", + "Request ID: %s" : "Eskariaren IDa: %s", + "Code: %s" : "Kodea: %s", + "Message: %s" : "Mezua: %s", + "File: %s" : "Fitxategia: %s", + "Line: %s" : "Lerroa: %s", + "Trace" : "Arrastoa", "Security Warning" : "Segurtasun abisua", "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Zure PHP bertsioa NULL Byte erasoak (CVE-2006-7243) mendera dezake.", "Please update your PHP installation to use %s securely." : "Mesedez eguneratu zure PHP instalazioa %s seguru erabiltzeko", @@ -165,6 +179,7 @@ OC.L10N.register( "SQLite will be used as database. For larger installations we recommend to change this." : "SQLite erabiliko da datu-base gisa. Instalazio handiagoetarako gomendatzen dugu aldatzea.", "Finish setup" : "Bukatu konfigurazioa", "Finishing …" : "Bukatzen...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Aplikazio honek ongi funtzionatzeko JavaScript behar du. Mesedez gaitu JavaScript eta birkargatu orri hau.", "%s is available. Get more information on how to update." : "%s erabilgarri dago. Eguneratzeaz argibide gehiago eskuratu.", "Log out" : "Saioa bukatu", "Server side authentication failed!" : "Zerbitzari aldeko autentifikazioak huts egin du!", @@ -187,6 +202,8 @@ OC.L10N.register( "The theme %s has been disabled." : "%s gaia desgaitu da.", "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Ekin aurretik egiazta ezazu datu basearen, ezarpenen karpetaren eta datuen karpetaren babeskopia duzula.", "Start update" : "Hasi eguneraketa", - "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Instalazio handien itxarote-denbora saihesteko, ondoko komandoa exekuta dezakezu instalazio direktoriotik:" + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Instalazio handien itxarote-denbora saihesteko, ondoko komandoa exekuta dezakezu instalazio direktoriotik:", + "This %s instance is currently being updated, which may take a while." : "%s instantzia hau eguneratzen ari da, honek denbora har dezake.", + "This page will refresh itself when the %s instance is available again." : "Orri honek bere burua eguneratuko du %s instantzia berriz prest dagoenean." }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/eu.json b/core/l10n/eu.json index 5bd339cd79..d851c6e942 100644 --- a/core/l10n/eu.json +++ b/core/l10n/eu.json @@ -32,10 +32,6 @@ "November" : "Azaroa", "December" : "Abendua", "Settings" : "Ezarpenak", - "File" : "Fitxategia", - "Folder" : "Karpeta", - "Image" : "Irudia", - "Audio" : "Audio", "Saving..." : "Gordetzen...", "Couldn't send reset email. Please contact your administrator." : "Ezin da berrezartzeko eposta bidali. Mesedez jarri harremetan zure administradorearekin.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Zure pasahitza berrezartzeko lotura zure postara bidalia izan da.
Ez baduzu arrazoizko denbora epe batean jasotzen begiratu zure zabor-posta karpetan.
Hor ere ez badago kudeatzailearekin harremanetan jarri.", @@ -67,6 +63,7 @@ "Strong password" : "Pasahitz sendoa", "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "Zure web zerbitzaria ez dago oraindik ongi konfiguratuta fitxategien sinkronizazioa egiteko, WebDAV interfazea ongi ez dagoela dirudi.", "This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." : "Zerbitzari honen interneteko konexioa ez dabil. Honek esan nahi du kanpoko biltegiratze zerbitzuak, eguneraketen informazioa edo bestelako aplikazioen instalazioa bezalako programek ez dutela funtzionatuko. Urrunetik fitxategiak eskuratzea eta e-postak bidaltzea ere ezinezkoa izan daiteke. onwCloud-en aukera guztiak erabili ahal izateko zerbitzari honetan interneteko konexioa gaitzea aholkatzen dizugu.", + "Error occurred while checking server setup" : "Errore bat gertatu da zerbitzariaren konfigurazioa egiaztatzerakoan.", "Shared" : "Elkarbanatuta", "Shared with {recipients}" : "{recipients}-rekin partekatua.", "Share" : "Elkarbanatu", @@ -86,6 +83,7 @@ "Send" : "Bidali", "Set expiration date" : "Ezarri muga data", "Expiration date" : "Muga data", + "Adding user..." : "Erabiltzailea gehitzen...", "group" : "taldea", "Resharing is not allowed" : "Berriz elkarbanatzea ez dago baimendua", "Shared in {item} with {user}" : "{user}ekin {item}-n elkarbanatuta", @@ -110,6 +108,7 @@ "Edit tags" : "Editatu etiketak", "Error loading dialog template: {error}" : "Errorea elkarrizketa txantiloia kargatzean: {errorea}", "No tags selected for deletion." : "Ez dira ezabatzeko etiketak hautatu.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Eguneratu {productName} {version} bertsiora, bere denbora behar du.", "Please reload the page." : "Mesedez birkargatu orria.", "The update was unsuccessful." : "Eguneraketak ez du arrakasta izan.", @@ -141,9 +140,24 @@ "Error favoriting" : "Errorea gogokoetara gehitzerakoan", "Error unfavoriting" : "Errorea gogokoetatik kentzerakoan", "Access forbidden" : "Sarrera debekatuta", + "File not found" : "Ez da fitxategia aurkitu", + "The specified document has not been found on the server." : "Zehaztutako dokumentua ez da zerbitzarian aurkitu.", + "You can click here to return to %s." : "Hemen klika dezakezu %sra itzultzeko.", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Kaixo\n\n%s-ek %s zurekin partekatu duela jakin dezazun.\nIkusi ezazu: %s\n\n", "The share will expire on %s." : "Elkarbanaketa %s-n iraungiko da.", "Cheers!" : "Ongi izan!", + "Internal Server Error" : "Zerbitzariaren Barne Errorea", + "The server encountered an internal error and was unable to complete your request." : "Zerbitzariak barne errore bat izan du eta ez da gai izan zure eskaria osatzeko.", + "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Mesedez harremanetan jarri zerbitzariaren kudeatzailearekin errore hau aldi askotan agertzekotan, mesedez gehitu beheko zehaztapen teknikoak zure txostenean.", + "More details can be found in the server log." : "Zehaztapen gehiago zerbitzariaren egunerokoan aurki daitezke.", + "Technical details" : "Arazo teknikoak", + "Remote Address: %s" : "Urruneko Helbidea: %s", + "Request ID: %s" : "Eskariaren IDa: %s", + "Code: %s" : "Kodea: %s", + "Message: %s" : "Mezua: %s", + "File: %s" : "Fitxategia: %s", + "Line: %s" : "Lerroa: %s", + "Trace" : "Arrastoa", "Security Warning" : "Segurtasun abisua", "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" : "Zure PHP bertsioa NULL Byte erasoak (CVE-2006-7243) mendera dezake.", "Please update your PHP installation to use %s securely." : "Mesedez eguneratu zure PHP instalazioa %s seguru erabiltzeko", @@ -163,6 +177,7 @@ "SQLite will be used as database. For larger installations we recommend to change this." : "SQLite erabiliko da datu-base gisa. Instalazio handiagoetarako gomendatzen dugu aldatzea.", "Finish setup" : "Bukatu konfigurazioa", "Finishing …" : "Bukatzen...", + "This application requires JavaScript for correct operation. Please enable JavaScript and reload the page." : "Aplikazio honek ongi funtzionatzeko JavaScript behar du. Mesedez gaitu JavaScript eta birkargatu orri hau.", "%s is available. Get more information on how to update." : "%s erabilgarri dago. Eguneratzeaz argibide gehiago eskuratu.", "Log out" : "Saioa bukatu", "Server side authentication failed!" : "Zerbitzari aldeko autentifikazioak huts egin du!", @@ -185,6 +200,8 @@ "The theme %s has been disabled." : "%s gaia desgaitu da.", "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Ekin aurretik egiazta ezazu datu basearen, ezarpenen karpetaren eta datuen karpetaren babeskopia duzula.", "Start update" : "Hasi eguneraketa", - "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Instalazio handien itxarote-denbora saihesteko, ondoko komandoa exekuta dezakezu instalazio direktoriotik:" + "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Instalazio handien itxarote-denbora saihesteko, ondoko komandoa exekuta dezakezu instalazio direktoriotik:", + "This %s instance is currently being updated, which may take a while." : "%s instantzia hau eguneratzen ari da, honek denbora har dezake.", + "This page will refresh itself when the %s instance is available again." : "Orri honek bere burua eguneratuko du %s instantzia berriz prest dagoenean." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/eu_ES.js b/core/l10n/eu_ES.js index 5f64fb906b..e1895b17f8 100644 --- a/core/l10n/eu_ES.js +++ b/core/l10n/eu_ES.js @@ -4,6 +4,7 @@ OC.L10N.register( "_{count} file conflict_::_{count} file conflicts_" : ["",""], "Cancel" : "Ezeztatu", "Delete" : "Ezabatu", + "_download %n file_::_download %n files_" : ["",""], "Personal" : "Pertsonala" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/eu_ES.json b/core/l10n/eu_ES.json index 083ff038d8..7f28faebc1 100644 --- a/core/l10n/eu_ES.json +++ b/core/l10n/eu_ES.json @@ -2,6 +2,7 @@ "_{count} file conflict_::_{count} file conflicts_" : ["",""], "Cancel" : "Ezeztatu", "Delete" : "Ezabatu", + "_download %n file_::_download %n files_" : ["",""], "Personal" : "Pertsonala" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/fa.js b/core/l10n/fa.js index e695122198..e280bae0f5 100644 --- a/core/l10n/fa.js +++ b/core/l10n/fa.js @@ -30,10 +30,6 @@ OC.L10N.register( "November" : "نوامبر", "December" : "دسامبر", "Settings" : "تنظیمات", - "File" : "فایل", - "Folder" : "پوشه", - "Image" : "تصویر", - "Audio" : "صدا", "Saving..." : "در حال ذخیره سازی...", "Couldn't send reset email. Please contact your administrator." : "ارسال ایمیل مجدد با مشکل مواجه شد . لطفا با مدیر سیستم تماس بگیرید .", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "لینک تنظیم مجدد رمز عبور به ایمیل شما ارسال شده است.
اگر آن رادر یک زمان مشخصی دریافت نکرده اید، لطفا هرزنامه/ پوشه های ناخواسته را بررسی کنید.
در صورت نبودن از مدیر خود بپرسید.", @@ -102,6 +98,7 @@ OC.L10N.register( "Delete" : "حذف", "Add" : "افزودن", "Edit tags" : "ویرایش تگ ها", + "_download %n file_::_download %n files_" : [""], "The update was unsuccessful." : "بروزرسانی موفقیت آمیز نبود.", "The update was successful. Redirecting you to ownCloud now." : "به روزرسانی موفقیت آمیز بود. در حال انتقال شما به OwnCloud.", "Use the following link to reset your password: {link}" : "از لینک زیر جهت دوباره سازی پسورد استفاده کنید :\n{link}", diff --git a/core/l10n/fa.json b/core/l10n/fa.json index 80b130bdcd..e7687a02b4 100644 --- a/core/l10n/fa.json +++ b/core/l10n/fa.json @@ -28,10 +28,6 @@ "November" : "نوامبر", "December" : "دسامبر", "Settings" : "تنظیمات", - "File" : "فایل", - "Folder" : "پوشه", - "Image" : "تصویر", - "Audio" : "صدا", "Saving..." : "در حال ذخیره سازی...", "Couldn't send reset email. Please contact your administrator." : "ارسال ایمیل مجدد با مشکل مواجه شد . لطفا با مدیر سیستم تماس بگیرید .", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "لینک تنظیم مجدد رمز عبور به ایمیل شما ارسال شده است.
اگر آن رادر یک زمان مشخصی دریافت نکرده اید، لطفا هرزنامه/ پوشه های ناخواسته را بررسی کنید.
در صورت نبودن از مدیر خود بپرسید.", @@ -100,6 +96,7 @@ "Delete" : "حذف", "Add" : "افزودن", "Edit tags" : "ویرایش تگ ها", + "_download %n file_::_download %n files_" : [""], "The update was unsuccessful." : "بروزرسانی موفقیت آمیز نبود.", "The update was successful. Redirecting you to ownCloud now." : "به روزرسانی موفقیت آمیز بود. در حال انتقال شما به OwnCloud.", "Use the following link to reset your password: {link}" : "از لینک زیر جهت دوباره سازی پسورد استفاده کنید :\n{link}", diff --git a/core/l10n/fi_FI.js b/core/l10n/fi_FI.js index b7924c1710..bfbfc9206a 100644 --- a/core/l10n/fi_FI.js +++ b/core/l10n/fi_FI.js @@ -33,10 +33,6 @@ OC.L10N.register( "November" : "marraskuu", "December" : "joulukuu", "Settings" : "Asetukset", - "File" : "Tiedosto", - "Folder" : "Kansio", - "Image" : "Kuva", - "Audio" : "Ääni", "Saving..." : "Tallennetaan...", "Couldn't send reset email. Please contact your administrator." : "Palautussähköpostin lähettäminen ei onnistunut. Ota yhteys ylläpitäjään.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Linkki salasanan palauttamista varten on lähetetty sähköpostitse. Jos et saa sähköpostiviestiä kohtuullisessa ajassa, tarkista roskapostikansiot.
Jos et saa sähköpostiviestiä, ota yhteys paikalliseen ylläpitäjään.", @@ -113,6 +109,7 @@ OC.L10N.register( "Edit tags" : "Muokkaa tunnisteita", "Error loading dialog template: {error}" : "Virhe ladatessa keskustelupohja: {error}", "No tags selected for deletion." : "Tunnisteita ei valittu poistettavaksi.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Päivitetään {productName} versioon {version}, tämä saattaa kestää hetken.", "Please reload the page." : "Päivitä sivu.", "The update was unsuccessful." : "Päivitys epäonnistui.", diff --git a/core/l10n/fi_FI.json b/core/l10n/fi_FI.json index 0b5c5dcb4f..fcddf216a5 100644 --- a/core/l10n/fi_FI.json +++ b/core/l10n/fi_FI.json @@ -31,10 +31,6 @@ "November" : "marraskuu", "December" : "joulukuu", "Settings" : "Asetukset", - "File" : "Tiedosto", - "Folder" : "Kansio", - "Image" : "Kuva", - "Audio" : "Ääni", "Saving..." : "Tallennetaan...", "Couldn't send reset email. Please contact your administrator." : "Palautussähköpostin lähettäminen ei onnistunut. Ota yhteys ylläpitäjään.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Linkki salasanan palauttamista varten on lähetetty sähköpostitse. Jos et saa sähköpostiviestiä kohtuullisessa ajassa, tarkista roskapostikansiot.
Jos et saa sähköpostiviestiä, ota yhteys paikalliseen ylläpitäjään.", @@ -111,6 +107,7 @@ "Edit tags" : "Muokkaa tunnisteita", "Error loading dialog template: {error}" : "Virhe ladatessa keskustelupohja: {error}", "No tags selected for deletion." : "Tunnisteita ei valittu poistettavaksi.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Päivitetään {productName} versioon {version}, tämä saattaa kestää hetken.", "Please reload the page." : "Päivitä sivu.", "The update was unsuccessful." : "Päivitys epäonnistui.", diff --git a/core/l10n/fil.js b/core/l10n/fil.js index bc4e6c6bc6..7aa65e3a52 100644 --- a/core/l10n/fil.js +++ b/core/l10n/fil.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=(n > 1);"); diff --git a/core/l10n/fil.json b/core/l10n/fil.json index 4ebc0d2d45..207d775376 100644 --- a/core/l10n/fil.json +++ b/core/l10n/fil.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/core/l10n/fr.js b/core/l10n/fr.js index ba430852ed..0cc2d575f5 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -34,10 +34,6 @@ OC.L10N.register( "November" : "novembre", "December" : "décembre", "Settings" : "Paramètres", - "File" : "Fichier", - "Folder" : "Dossier", - "Image" : "Image", - "Audio" : "Audio", "Saving..." : "Enregistrement…", "Couldn't send reset email. Please contact your administrator." : "Impossible d'envoyer le courriel de réinitialisation. Veuillez contacter votre administrateur.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Le lien permettant de réinitialiser votre mot de passe vient d'être envoyé à votre adresse de courriel.
Si vous ne le recevez pas dans un délai raisonnable, vérifiez votre dossier de pourriels/spams.
Si besoin, contactez votre administrateur.", @@ -114,6 +110,7 @@ OC.L10N.register( "Edit tags" : "Modifier les marqueurs", "Error loading dialog template: {error}" : "Erreur lors du chargement du modèle de dialogue : {error}", "No tags selected for deletion." : "Aucun marqueur sélectionné pour la suppression.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "La mise à jour de {productName} vers la version {version} est en cours. Cela peut prendre un certain temps.", "Please reload the page." : "Veuillez recharger la page.", "The update was unsuccessful." : "La mise à jour a échoué.", diff --git a/core/l10n/fr.json b/core/l10n/fr.json index b123afbb0d..0f3c011204 100644 --- a/core/l10n/fr.json +++ b/core/l10n/fr.json @@ -32,10 +32,6 @@ "November" : "novembre", "December" : "décembre", "Settings" : "Paramètres", - "File" : "Fichier", - "Folder" : "Dossier", - "Image" : "Image", - "Audio" : "Audio", "Saving..." : "Enregistrement…", "Couldn't send reset email. Please contact your administrator." : "Impossible d'envoyer le courriel de réinitialisation. Veuillez contacter votre administrateur.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Le lien permettant de réinitialiser votre mot de passe vient d'être envoyé à votre adresse de courriel.
Si vous ne le recevez pas dans un délai raisonnable, vérifiez votre dossier de pourriels/spams.
Si besoin, contactez votre administrateur.", @@ -112,6 +108,7 @@ "Edit tags" : "Modifier les marqueurs", "Error loading dialog template: {error}" : "Erreur lors du chargement du modèle de dialogue : {error}", "No tags selected for deletion." : "Aucun marqueur sélectionné pour la suppression.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "La mise à jour de {productName} vers la version {version} est en cours. Cela peut prendre un certain temps.", "Please reload the page." : "Veuillez recharger la page.", "The update was unsuccessful." : "La mise à jour a échoué.", diff --git a/core/l10n/fr_CA.js b/core/l10n/fr_CA.js index bc4e6c6bc6..7aa65e3a52 100644 --- a/core/l10n/fr_CA.js +++ b/core/l10n/fr_CA.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=(n > 1);"); diff --git a/core/l10n/fr_CA.json b/core/l10n/fr_CA.json index 4ebc0d2d45..207d775376 100644 --- a/core/l10n/fr_CA.json +++ b/core/l10n/fr_CA.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/core/l10n/fy_NL.js b/core/l10n/fy_NL.js index c483b4ab65..5b92c594ac 100644 --- a/core/l10n/fy_NL.js +++ b/core/l10n/fy_NL.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/fy_NL.json b/core/l10n/fy_NL.json index 52ecaf565a..d2c1f43f96 100644 --- a/core/l10n/fy_NL.json +++ b/core/l10n/fy_NL.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/gl.js b/core/l10n/gl.js index 21092fce15..a1721cc412 100644 --- a/core/l10n/gl.js +++ b/core/l10n/gl.js @@ -32,10 +32,6 @@ OC.L10N.register( "November" : "novembro", "December" : "decembro", "Settings" : "Axustes", - "File" : "Ficheiro", - "Folder" : "Cartafol", - "Image" : "Imaxe", - "Audio" : "Son", "Saving..." : "Gardando...", "Couldn't send reset email. Please contact your administrator." : "Non foi posíbel enviar o coreo do restablecemento. Póñase en contacto co administrador.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "A ligazón para restabelecer o seu contrasinal foi enviada ao seu correo. Se non a recibe nun prazo razoábel de tempo, vexa o seu cartafol de correo lixo.
Se non está ali pregúntelle ao administrador local.", @@ -110,6 +106,7 @@ OC.L10N.register( "Edit tags" : "Editar etiquetas", "Error loading dialog template: {error}" : "Produciuse un erro ao cargar o modelo do dialogo: {error}", "No tags selected for deletion." : "Non se seleccionaron etiquetas para borrado.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Actualizando {productName} a versión {version}, isto pode levar un anaco.", "Please reload the page." : "Volva cargar a páxina.", "The update was unsuccessful." : "A actualización foi satisfactoria.", diff --git a/core/l10n/gl.json b/core/l10n/gl.json index 5817851838..1fbd26d233 100644 --- a/core/l10n/gl.json +++ b/core/l10n/gl.json @@ -30,10 +30,6 @@ "November" : "novembro", "December" : "decembro", "Settings" : "Axustes", - "File" : "Ficheiro", - "Folder" : "Cartafol", - "Image" : "Imaxe", - "Audio" : "Son", "Saving..." : "Gardando...", "Couldn't send reset email. Please contact your administrator." : "Non foi posíbel enviar o coreo do restablecemento. Póñase en contacto co administrador.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "A ligazón para restabelecer o seu contrasinal foi enviada ao seu correo. Se non a recibe nun prazo razoábel de tempo, vexa o seu cartafol de correo lixo.
Se non está ali pregúntelle ao administrador local.", @@ -108,6 +104,7 @@ "Edit tags" : "Editar etiquetas", "Error loading dialog template: {error}" : "Produciuse un erro ao cargar o modelo do dialogo: {error}", "No tags selected for deletion." : "Non se seleccionaron etiquetas para borrado.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Actualizando {productName} a versión {version}, isto pode levar un anaco.", "Please reload the page." : "Volva cargar a páxina.", "The update was unsuccessful." : "A actualización foi satisfactoria.", diff --git a/core/l10n/gu.js b/core/l10n/gu.js index c483b4ab65..5b92c594ac 100644 --- a/core/l10n/gu.js +++ b/core/l10n/gu.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/gu.json b/core/l10n/gu.json index 52ecaf565a..d2c1f43f96 100644 --- a/core/l10n/gu.json +++ b/core/l10n/gu.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/he.js b/core/l10n/he.js index fc09eb2b03..206e0c0de0 100644 --- a/core/l10n/he.js +++ b/core/l10n/he.js @@ -21,7 +21,6 @@ OC.L10N.register( "November" : "נובמבר", "December" : "דצמבר", "Settings" : "הגדרות", - "Folder" : "תיקייה", "Saving..." : "שמירה…", "Reset password" : "איפוס ססמה", "No" : "לא", @@ -65,6 +64,7 @@ OC.L10N.register( "The object type is not specified." : "סוג הפריט לא צוין.", "Delete" : "מחיקה", "Add" : "הוספה", + "_download %n file_::_download %n files_" : ["",""], "The update was successful. Redirecting you to ownCloud now." : "תהליך העדכון הסתיים בהצלחה. עכשיו מנתב אותך אל ownCloud.", "Use the following link to reset your password: {link}" : "יש להשתמש בקישור הבא כדי לאפס את הססמה שלך: {link}", "You will receive a link to reset your password via Email." : "יישלח לתיבת הדוא״ל שלך קישור לאיפוס הססמה.", diff --git a/core/l10n/he.json b/core/l10n/he.json index ea7f1e5e05..437098c104 100644 --- a/core/l10n/he.json +++ b/core/l10n/he.json @@ -19,7 +19,6 @@ "November" : "נובמבר", "December" : "דצמבר", "Settings" : "הגדרות", - "Folder" : "תיקייה", "Saving..." : "שמירה…", "Reset password" : "איפוס ססמה", "No" : "לא", @@ -63,6 +62,7 @@ "The object type is not specified." : "סוג הפריט לא צוין.", "Delete" : "מחיקה", "Add" : "הוספה", + "_download %n file_::_download %n files_" : ["",""], "The update was successful. Redirecting you to ownCloud now." : "תהליך העדכון הסתיים בהצלחה. עכשיו מנתב אותך אל ownCloud.", "Use the following link to reset your password: {link}" : "יש להשתמש בקישור הבא כדי לאפס את הססמה שלך: {link}", "You will receive a link to reset your password via Email." : "יישלח לתיבת הדוא״ל שלך קישור לאיפוס הססמה.", diff --git a/core/l10n/hi.js b/core/l10n/hi.js index a58e175149..bd74076a73 100644 --- a/core/l10n/hi.js +++ b/core/l10n/hi.js @@ -30,6 +30,7 @@ OC.L10N.register( "Email sent" : "ईमेल भेज दिया गया है ", "Warning" : "चेतावनी ", "Add" : "डाले", + "_download %n file_::_download %n files_" : ["",""], "Use the following link to reset your password: {link}" : "आगे दिये गये लिंक का उपयोग पासवर्ड बदलने के लिये किजीये: {link}", "You will receive a link to reset your password via Email." : "पासवर्ड बदलने कि लिंक आपको ई-मेल द्वारा भेजी जायेगी|", "Username" : "प्रयोक्ता का नाम", diff --git a/core/l10n/hi.json b/core/l10n/hi.json index c1041efafb..82f27644e9 100644 --- a/core/l10n/hi.json +++ b/core/l10n/hi.json @@ -28,6 +28,7 @@ "Email sent" : "ईमेल भेज दिया गया है ", "Warning" : "चेतावनी ", "Add" : "डाले", + "_download %n file_::_download %n files_" : ["",""], "Use the following link to reset your password: {link}" : "आगे दिये गये लिंक का उपयोग पासवर्ड बदलने के लिये किजीये: {link}", "You will receive a link to reset your password via Email." : "पासवर्ड बदलने कि लिंक आपको ई-मेल द्वारा भेजी जायेगी|", "Username" : "प्रयोक्ता का नाम", diff --git a/core/l10n/hi_IN.js b/core/l10n/hi_IN.js new file mode 100644 index 0000000000..c483b4ab65 --- /dev/null +++ b/core/l10n/hi_IN.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "core", + { + "_{count} file conflict_::_{count} file conflicts_" : ["",""] +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/hi_IN.json b/core/l10n/hi_IN.json new file mode 100644 index 0000000000..52ecaf565a --- /dev/null +++ b/core/l10n/hi_IN.json @@ -0,0 +1,4 @@ +{ "translations": { + "_{count} file conflict_::_{count} file conflicts_" : ["",""] +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/hr.js b/core/l10n/hr.js index 019b5a5f6a..38de4e13cd 100644 --- a/core/l10n/hr.js +++ b/core/l10n/hr.js @@ -34,10 +34,6 @@ OC.L10N.register( "November" : "Studeni", "December" : "Prosinac", "Settings" : "Postavke", - "File" : "Datoteka", - "Folder" : "Mapa", - "Image" : "Slika", - "Audio" : "Audio", "Saving..." : "Spremanje...", "Couldn't send reset email. Please contact your administrator." : "Nije mogće poslati resetiranu poštu. MOlimo kontaktirajte svog administratora.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Veza za resetiranje vaše lozinke poslana je na vašu adresu e-pošte. Ako je ne primite unekom razumnom vremenskom roku, provjerite svoje spam/junk mape.
Ako nije tamo, kontaktirajtesvoga lokalnog administratora.", @@ -112,6 +108,7 @@ OC.L10N.register( "Edit tags" : "Uredite oznake", "Error loading dialog template: {error}" : "Pogrešno učitavanje predloška dijaloga: {error}", "No tags selected for deletion." : "Nijedna oznaka nije odabrana za brisanje.", + "_download %n file_::_download %n files_" : ["","",""], "Updating {productName} to version {version}, this may take a while." : "Uređivanje {productName} u verziiju {version}, to može potrajati neko vrijeme.", "Please reload the page." : "Molimo, ponovno učitajte stranicu", "The update was unsuccessful." : "Ažuriranje nije uspjelo", diff --git a/core/l10n/hr.json b/core/l10n/hr.json index 17985b11ab..fbcc57054e 100644 --- a/core/l10n/hr.json +++ b/core/l10n/hr.json @@ -32,10 +32,6 @@ "November" : "Studeni", "December" : "Prosinac", "Settings" : "Postavke", - "File" : "Datoteka", - "Folder" : "Mapa", - "Image" : "Slika", - "Audio" : "Audio", "Saving..." : "Spremanje...", "Couldn't send reset email. Please contact your administrator." : "Nije mogće poslati resetiranu poštu. MOlimo kontaktirajte svog administratora.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Veza za resetiranje vaše lozinke poslana je na vašu adresu e-pošte. Ako je ne primite unekom razumnom vremenskom roku, provjerite svoje spam/junk mape.
Ako nije tamo, kontaktirajtesvoga lokalnog administratora.", @@ -110,6 +106,7 @@ "Edit tags" : "Uredite oznake", "Error loading dialog template: {error}" : "Pogrešno učitavanje predloška dijaloga: {error}", "No tags selected for deletion." : "Nijedna oznaka nije odabrana za brisanje.", + "_download %n file_::_download %n files_" : ["","",""], "Updating {productName} to version {version}, this may take a while." : "Uređivanje {productName} u verziiju {version}, to može potrajati neko vrijeme.", "Please reload the page." : "Molimo, ponovno učitajte stranicu", "The update was unsuccessful." : "Ažuriranje nije uspjelo", diff --git a/core/l10n/hu_HU.js b/core/l10n/hu_HU.js index 1220cf0571..867d47cda6 100644 --- a/core/l10n/hu_HU.js +++ b/core/l10n/hu_HU.js @@ -34,10 +34,6 @@ OC.L10N.register( "November" : "november", "December" : "december", "Settings" : "Beállítások", - "File" : "Fájl", - "Folder" : "Mappa", - "Image" : "Kép", - "Audio" : "Hang", "Saving..." : "Mentés...", "Couldn't send reset email. Please contact your administrator." : "Visszaállítási e-mail nem küldhető. Kérjük, lépjen kapcsolatba a rendszergazdával.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "A jelszó felülírásához a linket e-mailben elküldtük. Ha a levél elfogadható időn belül nem érkezik meg, ellenőrizze a spam/levélszemét mappát.
Ha nincs ott, kérdezze meg a helyi rendszergazdát.", @@ -114,6 +110,7 @@ OC.L10N.register( "Edit tags" : "Címkék szerkesztése", "Error loading dialog template: {error}" : "Hiba a párbeszédpanel-sablon betöltésekor: {error}", "No tags selected for deletion." : "Nincs törlésre kijelölt címke.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : " {productName} frissítése zajlik erre a verzióra: {version}. Ez eltarthat egy darabig.", "Please reload the page." : "Kérjük frissítse az oldalt!", "The update was unsuccessful." : "A frissítés nem sikerült.", diff --git a/core/l10n/hu_HU.json b/core/l10n/hu_HU.json index 28b3ecb3c4..3ab7d5d2e9 100644 --- a/core/l10n/hu_HU.json +++ b/core/l10n/hu_HU.json @@ -32,10 +32,6 @@ "November" : "november", "December" : "december", "Settings" : "Beállítások", - "File" : "Fájl", - "Folder" : "Mappa", - "Image" : "Kép", - "Audio" : "Hang", "Saving..." : "Mentés...", "Couldn't send reset email. Please contact your administrator." : "Visszaállítási e-mail nem küldhető. Kérjük, lépjen kapcsolatba a rendszergazdával.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "A jelszó felülírásához a linket e-mailben elküldtük. Ha a levél elfogadható időn belül nem érkezik meg, ellenőrizze a spam/levélszemét mappát.
Ha nincs ott, kérdezze meg a helyi rendszergazdát.", @@ -112,6 +108,7 @@ "Edit tags" : "Címkék szerkesztése", "Error loading dialog template: {error}" : "Hiba a párbeszédpanel-sablon betöltésekor: {error}", "No tags selected for deletion." : "Nincs törlésre kijelölt címke.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : " {productName} frissítése zajlik erre a verzióra: {version}. Ez eltarthat egy darabig.", "Please reload the page." : "Kérjük frissítse az oldalt!", "The update was unsuccessful." : "A frissítés nem sikerült.", diff --git a/core/l10n/hy.js b/core/l10n/hy.js index 7f69d32fa3..23c56d3491 100644 --- a/core/l10n/hy.js +++ b/core/l10n/hy.js @@ -21,6 +21,7 @@ OC.L10N.register( "November" : "Նոյեմբեր", "December" : "Դեկտեմբեր", "_{count} file conflict_::_{count} file conflicts_" : ["",""], - "Delete" : "Ջնջել" + "Delete" : "Ջնջել", + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/hy.json b/core/l10n/hy.json index d650d6ee92..f9a85d3ea0 100644 --- a/core/l10n/hy.json +++ b/core/l10n/hy.json @@ -19,6 +19,7 @@ "November" : "Նոյեմբեր", "December" : "Դեկտեմբեր", "_{count} file conflict_::_{count} file conflicts_" : ["",""], - "Delete" : "Ջնջել" + "Delete" : "Ջնջել", + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/ia.js b/core/l10n/ia.js index 515d612244..8bac55ebfa 100644 --- a/core/l10n/ia.js +++ b/core/l10n/ia.js @@ -33,10 +33,6 @@ OC.L10N.register( "November" : "Novembre", "December" : "Decembre", "Settings" : "Configurationes", - "File" : "File", - "Folder" : "Dossier", - "Image" : "Imagine", - "Audio" : "Audio", "Saving..." : "Salveguardante...", "Couldn't send reset email. Please contact your administrator." : "On non pote inviar message de configurar ex novo. Pro favor continge tu administrator.", "I know what I'm doing" : "Io sape lo que io es facente", @@ -101,6 +97,7 @@ OC.L10N.register( "Delete" : "Deler", "Add" : "Adder", "Edit tags" : "Modifica etiquettas", + "_download %n file_::_download %n files_" : ["",""], "Please reload the page." : "Pro favor recarga le pagina.", "The update was unsuccessful." : "Le actualisation esseva successose.", "The update was successful. Redirecting you to ownCloud now." : "Le actualisation terminava con successo. On redirige nunc a tu ownCloud.", diff --git a/core/l10n/ia.json b/core/l10n/ia.json index 9814ab98ab..60ece2f942 100644 --- a/core/l10n/ia.json +++ b/core/l10n/ia.json @@ -31,10 +31,6 @@ "November" : "Novembre", "December" : "Decembre", "Settings" : "Configurationes", - "File" : "File", - "Folder" : "Dossier", - "Image" : "Imagine", - "Audio" : "Audio", "Saving..." : "Salveguardante...", "Couldn't send reset email. Please contact your administrator." : "On non pote inviar message de configurar ex novo. Pro favor continge tu administrator.", "I know what I'm doing" : "Io sape lo que io es facente", @@ -99,6 +95,7 @@ "Delete" : "Deler", "Add" : "Adder", "Edit tags" : "Modifica etiquettas", + "_download %n file_::_download %n files_" : ["",""], "Please reload the page." : "Pro favor recarga le pagina.", "The update was unsuccessful." : "Le actualisation esseva successose.", "The update was successful. Redirecting you to ownCloud now." : "Le actualisation terminava con successo. On redirige nunc a tu ownCloud.", diff --git a/core/l10n/id.js b/core/l10n/id.js index 171d4141a2..7182162297 100644 --- a/core/l10n/id.js +++ b/core/l10n/id.js @@ -34,10 +34,6 @@ OC.L10N.register( "November" : "November", "December" : "Desember", "Settings" : "Pengaturan", - "File" : "Berkas", - "Folder" : "Folder", - "Image" : "gambar", - "Audio" : "Audio", "Saving..." : "Menyimpan...", "Couldn't send reset email. Please contact your administrator." : "Tidak dapat mengirim email setel ulang. Silakan hubungi administrator Anda.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Sebuah tautan untuk setel ulang sandi Anda telah dikirim ke email Anda. Jika Anda tidak menerima dalam jangka waktu yang wajar, periksa folder spam/sampah Anda.
Jika tidak ada, tanyakan pada administrator Anda.", @@ -114,6 +110,7 @@ OC.L10N.register( "Edit tags" : "Sunting label", "Error loading dialog template: {error}" : "Galat memuat templat dialog: {error}", "No tags selected for deletion." : "Tidak ada label yang dipilih untuk dihapus.", + "_download %n file_::_download %n files_" : [""], "Updating {productName} to version {version}, this may take a while." : "Memperbarui {productName} ke versi {version}, ini memerlukan waktu.", "Please reload the page." : "Silakan muat ulang halaman.", "The update was unsuccessful." : "Pembaruan tidak berhasil", diff --git a/core/l10n/id.json b/core/l10n/id.json index de9ef83abd..79e90900d0 100644 --- a/core/l10n/id.json +++ b/core/l10n/id.json @@ -32,10 +32,6 @@ "November" : "November", "December" : "Desember", "Settings" : "Pengaturan", - "File" : "Berkas", - "Folder" : "Folder", - "Image" : "gambar", - "Audio" : "Audio", "Saving..." : "Menyimpan...", "Couldn't send reset email. Please contact your administrator." : "Tidak dapat mengirim email setel ulang. Silakan hubungi administrator Anda.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Sebuah tautan untuk setel ulang sandi Anda telah dikirim ke email Anda. Jika Anda tidak menerima dalam jangka waktu yang wajar, periksa folder spam/sampah Anda.
Jika tidak ada, tanyakan pada administrator Anda.", @@ -112,6 +108,7 @@ "Edit tags" : "Sunting label", "Error loading dialog template: {error}" : "Galat memuat templat dialog: {error}", "No tags selected for deletion." : "Tidak ada label yang dipilih untuk dihapus.", + "_download %n file_::_download %n files_" : [""], "Updating {productName} to version {version}, this may take a while." : "Memperbarui {productName} ke versi {version}, ini memerlukan waktu.", "Please reload the page." : "Silakan muat ulang halaman.", "The update was unsuccessful." : "Pembaruan tidak berhasil", diff --git a/core/l10n/io.js b/core/l10n/io.js index c483b4ab65..5b92c594ac 100644 --- a/core/l10n/io.js +++ b/core/l10n/io.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/io.json b/core/l10n/io.json index 52ecaf565a..d2c1f43f96 100644 --- a/core/l10n/io.json +++ b/core/l10n/io.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/is.js b/core/l10n/is.js index 6fe19ee9db..8f1f7d09ee 100644 --- a/core/l10n/is.js +++ b/core/l10n/is.js @@ -21,7 +21,6 @@ OC.L10N.register( "November" : "Nóvember", "December" : "Desember", "Settings" : "Stillingar", - "Folder" : "Mappa", "Saving..." : "Er að vista ...", "Reset password" : "Endursetja lykilorð", "No" : "Nei", @@ -60,6 +59,7 @@ OC.L10N.register( "The object type is not specified." : "Tegund ekki tilgreind", "Delete" : "Eyða", "Add" : "Bæta við", + "_download %n file_::_download %n files_" : ["",""], "The update was successful. Redirecting you to ownCloud now." : "Uppfærslan heppnaðist. Beini þér til ownCloud nú.", "Use the following link to reset your password: {link}" : "Notað eftirfarandi veftengil til að endursetja lykilorðið þitt: {link}", "You will receive a link to reset your password via Email." : "Þú munt fá veftengil í tölvupósti til að endursetja lykilorðið.", diff --git a/core/l10n/is.json b/core/l10n/is.json index 5f24eae33a..ff69c133fa 100644 --- a/core/l10n/is.json +++ b/core/l10n/is.json @@ -19,7 +19,6 @@ "November" : "Nóvember", "December" : "Desember", "Settings" : "Stillingar", - "Folder" : "Mappa", "Saving..." : "Er að vista ...", "Reset password" : "Endursetja lykilorð", "No" : "Nei", @@ -58,6 +57,7 @@ "The object type is not specified." : "Tegund ekki tilgreind", "Delete" : "Eyða", "Add" : "Bæta við", + "_download %n file_::_download %n files_" : ["",""], "The update was successful. Redirecting you to ownCloud now." : "Uppfærslan heppnaðist. Beini þér til ownCloud nú.", "Use the following link to reset your password: {link}" : "Notað eftirfarandi veftengil til að endursetja lykilorðið þitt: {link}", "You will receive a link to reset your password via Email." : "Þú munt fá veftengil í tölvupósti til að endursetja lykilorðið.", diff --git a/core/l10n/it.js b/core/l10n/it.js index d444a0a9fb..6c5b294702 100644 --- a/core/l10n/it.js +++ b/core/l10n/it.js @@ -34,10 +34,6 @@ OC.L10N.register( "November" : "Novembre", "December" : "Dicembre", "Settings" : "Impostazioni", - "File" : "File", - "Folder" : "Cartella", - "Image" : "Immagine", - "Audio" : "Audio", "Saving..." : "Salvataggio in corso...", "Couldn't send reset email. Please contact your administrator." : "Impossibile inviare l'email di reimpostazione. Contatta il tuo amministratore.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Il collegamento per reimpostare la password è stato inviato al tuo indirizzo di posta. Se non lo ricevi in tempi ragionevoli, controlla le cartelle della posta indesiderata.
Se non dovesse essere nemmeno lì, contatta il tuo amministratore locale.", @@ -114,6 +110,7 @@ OC.L10N.register( "Edit tags" : "Modifica etichette", "Error loading dialog template: {error}" : "Errore durante il caricamento del modello di finestra: {error}", "No tags selected for deletion." : "Nessuna etichetta selezionata per l'eliminazione.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Aggiornamento di {productName} alla versione {version}, potrebbe richiedere del tempo.", "Please reload the page." : "Ricarica la pagina.", "The update was unsuccessful." : "L'aggiornamento non è riuscito.", diff --git a/core/l10n/it.json b/core/l10n/it.json index 2be5d0fcd4..8358bd13a7 100644 --- a/core/l10n/it.json +++ b/core/l10n/it.json @@ -32,10 +32,6 @@ "November" : "Novembre", "December" : "Dicembre", "Settings" : "Impostazioni", - "File" : "File", - "Folder" : "Cartella", - "Image" : "Immagine", - "Audio" : "Audio", "Saving..." : "Salvataggio in corso...", "Couldn't send reset email. Please contact your administrator." : "Impossibile inviare l'email di reimpostazione. Contatta il tuo amministratore.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Il collegamento per reimpostare la password è stato inviato al tuo indirizzo di posta. Se non lo ricevi in tempi ragionevoli, controlla le cartelle della posta indesiderata.
Se non dovesse essere nemmeno lì, contatta il tuo amministratore locale.", @@ -112,6 +108,7 @@ "Edit tags" : "Modifica etichette", "Error loading dialog template: {error}" : "Errore durante il caricamento del modello di finestra: {error}", "No tags selected for deletion." : "Nessuna etichetta selezionata per l'eliminazione.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Aggiornamento di {productName} alla versione {version}, potrebbe richiedere del tempo.", "Please reload the page." : "Ricarica la pagina.", "The update was unsuccessful." : "L'aggiornamento non è riuscito.", diff --git a/core/l10n/ja.js b/core/l10n/ja.js index b84b14ef20..3773e43227 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -34,10 +34,6 @@ OC.L10N.register( "November" : "11月", "December" : "12月", "Settings" : "設定", - "File" : "ファイル", - "Folder" : "フォルダー", - "Image" : "画像", - "Audio" : "オーディオ", "Saving..." : "保存中...", "Couldn't send reset email. Please contact your administrator." : "リセットメールを送信できませんでした。管理者に問い合わせてください。", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "パスワードをリセットする、このリンクをクリックするとメールを送信します。しばらく経ってもメールが届かなかった場合は、スパム/ジャンクフォルダを確認してください。
それでも見つからなかった場合は、管理者に問合せてください。", @@ -67,8 +63,8 @@ OC.L10N.register( "So-so password" : "まずまずのパスワード", "Good password" : "良好なパスワード", "Strong password" : "強いパスワード", - "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "WebDAVインターフェースに問題があると思われるため、WEBサーバーはまだファイルの同期を許可するよう適切に設定されていません。", - "This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." : "このサーバーはインターネットに接続していません。この場合、外部ストレージのマウント、更新の通知やサードパーティアプリといったいくつかの機能が使えません。また、リモート接続でのファイルアクセス、通知メールの送信と言った機能も利用できないかもしれません。全ての機能を利用したいのであれば、このサーバーからインターネットに接続できるようにすることをお勧めします。", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "WebDAVインターフェースに問題があると思われるため、Webサーバーはまだファイルの同期を許可するよう適切に設定されていません。", + "This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." : "このサーバーはインターネットに接続していません。この場合、外部ストレージのマウント、更新の通知やサードパーティアプリといったいくつかの機能が使えません。また、リモート接続でのファイルアクセス、通知メールの送信と言った機能も利用できないかもしれません。すべての機能を利用したい場合は、このサーバーがインターネット接続できるようにすることをお勧めします。", "Error occurred while checking server setup" : "サーバー設定のチェック中にエラーが発生しました", "Shared" : "共有中", "Shared with {recipients}" : "{recipients} と共有", @@ -89,7 +85,7 @@ OC.L10N.register( "Send" : "送信", "Set expiration date" : "有効期限を設定", "Expiration date" : "有効期限", - "Adding user..." : "ユーザー追加中...", + "Adding user..." : "ユーザーを追加しています...", "group" : "グループ", "Resharing is not allowed" : "再共有は許可されていません", "Shared in {item} with {user}" : "{item} 内で {user} と共有中", @@ -114,6 +110,7 @@ OC.L10N.register( "Edit tags" : "タグを編集", "Error loading dialog template: {error}" : "メッセージテンプレートの読み込みエラー: {error}", "No tags selected for deletion." : "削除するタグが選択されていません。", + "_download %n file_::_download %n files_" : [""], "Updating {productName} to version {version}, this may take a while." : "{productName} を バージョン {version} に更新しています。しばらくお待ちください。", "Please reload the page." : "ページをリロードしてください。", "The update was unsuccessful." : "アップデートに失敗しました。", @@ -151,6 +148,7 @@ OC.L10N.register( "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "こんにちは、\n\n%s があなたと %s を共有したことをお知らせします。\nそれを表示: %s\n", "The share will expire on %s." : "共有は %s で有効期限が切れます。", "Cheers!" : "それでは!", + "Internal Server Error" : "内部サーバエラー", "The server encountered an internal error and was unable to complete your request." : "サーバー内でエラーが発生したため、リクエストを完了できませんでした。", "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "このエラーが繰り返し表示されるようであれば、以下の技術情報を添付してサーバー管理者に報告してください。", "More details can be found in the server log." : "詳しい情報は、サーバーのログを確認してください。", diff --git a/core/l10n/ja.json b/core/l10n/ja.json index d5112b77df..a1d9be4e72 100644 --- a/core/l10n/ja.json +++ b/core/l10n/ja.json @@ -32,10 +32,6 @@ "November" : "11月", "December" : "12月", "Settings" : "設定", - "File" : "ファイル", - "Folder" : "フォルダー", - "Image" : "画像", - "Audio" : "オーディオ", "Saving..." : "保存中...", "Couldn't send reset email. Please contact your administrator." : "リセットメールを送信できませんでした。管理者に問い合わせてください。", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "パスワードをリセットする、このリンクをクリックするとメールを送信します。しばらく経ってもメールが届かなかった場合は、スパム/ジャンクフォルダを確認してください。
それでも見つからなかった場合は、管理者に問合せてください。", @@ -65,8 +61,8 @@ "So-so password" : "まずまずのパスワード", "Good password" : "良好なパスワード", "Strong password" : "強いパスワード", - "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "WebDAVインターフェースに問題があると思われるため、WEBサーバーはまだファイルの同期を許可するよう適切に設定されていません。", - "This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." : "このサーバーはインターネットに接続していません。この場合、外部ストレージのマウント、更新の通知やサードパーティアプリといったいくつかの機能が使えません。また、リモート接続でのファイルアクセス、通知メールの送信と言った機能も利用できないかもしれません。全ての機能を利用したいのであれば、このサーバーからインターネットに接続できるようにすることをお勧めします。", + "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." : "WebDAVインターフェースに問題があると思われるため、Webサーバーはまだファイルの同期を許可するよう適切に設定されていません。", + "This server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features." : "このサーバーはインターネットに接続していません。この場合、外部ストレージのマウント、更新の通知やサードパーティアプリといったいくつかの機能が使えません。また、リモート接続でのファイルアクセス、通知メールの送信と言った機能も利用できないかもしれません。すべての機能を利用したい場合は、このサーバーがインターネット接続できるようにすることをお勧めします。", "Error occurred while checking server setup" : "サーバー設定のチェック中にエラーが発生しました", "Shared" : "共有中", "Shared with {recipients}" : "{recipients} と共有", @@ -87,7 +83,7 @@ "Send" : "送信", "Set expiration date" : "有効期限を設定", "Expiration date" : "有効期限", - "Adding user..." : "ユーザー追加中...", + "Adding user..." : "ユーザーを追加しています...", "group" : "グループ", "Resharing is not allowed" : "再共有は許可されていません", "Shared in {item} with {user}" : "{item} 内で {user} と共有中", @@ -112,6 +108,7 @@ "Edit tags" : "タグを編集", "Error loading dialog template: {error}" : "メッセージテンプレートの読み込みエラー: {error}", "No tags selected for deletion." : "削除するタグが選択されていません。", + "_download %n file_::_download %n files_" : [""], "Updating {productName} to version {version}, this may take a while." : "{productName} を バージョン {version} に更新しています。しばらくお待ちください。", "Please reload the page." : "ページをリロードしてください。", "The update was unsuccessful." : "アップデートに失敗しました。", @@ -149,6 +146,7 @@ "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "こんにちは、\n\n%s があなたと %s を共有したことをお知らせします。\nそれを表示: %s\n", "The share will expire on %s." : "共有は %s で有効期限が切れます。", "Cheers!" : "それでは!", + "Internal Server Error" : "内部サーバエラー", "The server encountered an internal error and was unable to complete your request." : "サーバー内でエラーが発生したため、リクエストを完了できませんでした。", "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "このエラーが繰り返し表示されるようであれば、以下の技術情報を添付してサーバー管理者に報告してください。", "More details can be found in the server log." : "詳しい情報は、サーバーのログを確認してください。", diff --git a/core/l10n/jv.js b/core/l10n/jv.js index c483b4ab65..5b92c594ac 100644 --- a/core/l10n/jv.js +++ b/core/l10n/jv.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/jv.json b/core/l10n/jv.json index 52ecaf565a..d2c1f43f96 100644 --- a/core/l10n/jv.json +++ b/core/l10n/jv.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/ka_GE.js b/core/l10n/ka_GE.js index 98843464fd..699065f6c5 100644 --- a/core/l10n/ka_GE.js +++ b/core/l10n/ka_GE.js @@ -21,8 +21,6 @@ OC.L10N.register( "November" : "ნოემბერი", "December" : "დეკემბერი", "Settings" : "პარამეტრები", - "Folder" : "საქაღალდე", - "Image" : "სურათი", "Saving..." : "შენახვა...", "Reset password" : "პაროლის შეცვლა", "No" : "არა", @@ -64,6 +62,7 @@ OC.L10N.register( "The object type is not specified." : "ობიექტის ტიპი არ არის მითითებული.", "Delete" : "წაშლა", "Add" : "დამატება", + "_download %n file_::_download %n files_" : [""], "The update was successful. Redirecting you to ownCloud now." : "განახლება ვერ განხორციელდა. გადამისამართება თქვენს ownCloud–ზე.", "Use the following link to reset your password: {link}" : "გამოიყენე შემდეგი ლინკი პაროლის შესაცვლელად: {link}", "You will receive a link to reset your password via Email." : "თქვენ მოგივათ პაროლის შესაცვლელი ლინკი მეილზე", diff --git a/core/l10n/ka_GE.json b/core/l10n/ka_GE.json index ca45ac7076..c7d8d77462 100644 --- a/core/l10n/ka_GE.json +++ b/core/l10n/ka_GE.json @@ -19,8 +19,6 @@ "November" : "ნოემბერი", "December" : "დეკემბერი", "Settings" : "პარამეტრები", - "Folder" : "საქაღალდე", - "Image" : "სურათი", "Saving..." : "შენახვა...", "Reset password" : "პაროლის შეცვლა", "No" : "არა", @@ -62,6 +60,7 @@ "The object type is not specified." : "ობიექტის ტიპი არ არის მითითებული.", "Delete" : "წაშლა", "Add" : "დამატება", + "_download %n file_::_download %n files_" : [""], "The update was successful. Redirecting you to ownCloud now." : "განახლება ვერ განხორციელდა. გადამისამართება თქვენს ownCloud–ზე.", "Use the following link to reset your password: {link}" : "გამოიყენე შემდეგი ლინკი პაროლის შესაცვლელად: {link}", "You will receive a link to reset your password via Email." : "თქვენ მოგივათ პაროლის შესაცვლელი ლინკი მეილზე", diff --git a/core/l10n/km.js b/core/l10n/km.js index 9a5f98d62e..80b25cbe34 100644 --- a/core/l10n/km.js +++ b/core/l10n/km.js @@ -23,7 +23,6 @@ OC.L10N.register( "November" : "ខែវិច្ឆិកា", "December" : "ខែធ្នូ", "Settings" : "ការកំណត់", - "Folder" : "ថត", "Saving..." : "កំពុង​រក្សាទុក", "Reset password" : "កំណត់​ពាក្យ​សម្ងាត់​ម្ដង​ទៀត", "No" : "ទេ", @@ -73,6 +72,7 @@ OC.L10N.register( "The object type is not specified." : "មិន​បាន​កំណត់​ប្រភេទ​វត្ថុ។", "Delete" : "លុប", "Add" : "បញ្ចូល", + "_download %n file_::_download %n files_" : [""], "Please reload the page." : "សូម​ផ្ទុក​ទំព័រ​នេះ​ឡើង​វិញ។", "Username" : "ឈ្មោះ​អ្នកប្រើ", "New password" : "ពាក្យ​សម្ងាត់​ថ្មី", diff --git a/core/l10n/km.json b/core/l10n/km.json index 0dc4d605b2..50f693d362 100644 --- a/core/l10n/km.json +++ b/core/l10n/km.json @@ -21,7 +21,6 @@ "November" : "ខែវិច្ឆិកា", "December" : "ខែធ្នូ", "Settings" : "ការកំណត់", - "Folder" : "ថត", "Saving..." : "កំពុង​រក្សាទុក", "Reset password" : "កំណត់​ពាក្យ​សម្ងាត់​ម្ដង​ទៀត", "No" : "ទេ", @@ -71,6 +70,7 @@ "The object type is not specified." : "មិន​បាន​កំណត់​ប្រភេទ​វត្ថុ។", "Delete" : "លុប", "Add" : "បញ្ចូល", + "_download %n file_::_download %n files_" : [""], "Please reload the page." : "សូម​ផ្ទុក​ទំព័រ​នេះ​ឡើង​វិញ។", "Username" : "ឈ្មោះ​អ្នកប្រើ", "New password" : "ពាក្យ​សម្ងាត់​ថ្មី", diff --git a/core/l10n/kn.js b/core/l10n/kn.js index 87077ecad9..49247f7174 100644 --- a/core/l10n/kn.js +++ b/core/l10n/kn.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : [""] + "_{count} file conflict_::_{count} file conflicts_" : [""], + "_download %n file_::_download %n files_" : [""] }, "nplurals=1; plural=0;"); diff --git a/core/l10n/kn.json b/core/l10n/kn.json index c499f69655..1d74617529 100644 --- a/core/l10n/kn.json +++ b/core/l10n/kn.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : [""] + "_{count} file conflict_::_{count} file conflicts_" : [""], + "_download %n file_::_download %n files_" : [""] },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/core/l10n/ko.js b/core/l10n/ko.js index d727727cf9..a4c637cec8 100644 --- a/core/l10n/ko.js +++ b/core/l10n/ko.js @@ -30,9 +30,6 @@ OC.L10N.register( "November" : "11월", "December" : "12월", "Settings" : "설정", - "File" : "파일", - "Folder" : "폴더", - "Image" : "그림", "Saving..." : "저장 중...", "Couldn't send reset email. Please contact your administrator." : "재설정 메일을 보낼수 없습니다. 관리자에게 문의하십시오.", "Reset password" : "암호 재설정", @@ -101,6 +98,7 @@ OC.L10N.register( "Edit tags" : "태그 편집", "Error loading dialog template: {error}" : "대화 상자 템플릿을 불러오는 중 오류 발생: {error}", "No tags selected for deletion." : "삭제할 태그를 선택하지 않았습니다.", + "_download %n file_::_download %n files_" : [""], "Please reload the page." : "페이지를 새로 고치십시오.", "The update was successful. Redirecting you to ownCloud now." : "업데이트가 성공하였습니다. ownCloud로 돌아갑니다.", "%s password reset" : "%s 암호 재설정", diff --git a/core/l10n/ko.json b/core/l10n/ko.json index 2ddffff685..b068150f59 100644 --- a/core/l10n/ko.json +++ b/core/l10n/ko.json @@ -28,9 +28,6 @@ "November" : "11월", "December" : "12월", "Settings" : "설정", - "File" : "파일", - "Folder" : "폴더", - "Image" : "그림", "Saving..." : "저장 중...", "Couldn't send reset email. Please contact your administrator." : "재설정 메일을 보낼수 없습니다. 관리자에게 문의하십시오.", "Reset password" : "암호 재설정", @@ -99,6 +96,7 @@ "Edit tags" : "태그 편집", "Error loading dialog template: {error}" : "대화 상자 템플릿을 불러오는 중 오류 발생: {error}", "No tags selected for deletion." : "삭제할 태그를 선택하지 않았습니다.", + "_download %n file_::_download %n files_" : [""], "Please reload the page." : "페이지를 새로 고치십시오.", "The update was successful. Redirecting you to ownCloud now." : "업데이트가 성공하였습니다. ownCloud로 돌아갑니다.", "%s password reset" : "%s 암호 재설정", diff --git a/core/l10n/ku_IQ.js b/core/l10n/ku_IQ.js index 7e41b5614a..7f24958098 100644 --- a/core/l10n/ku_IQ.js +++ b/core/l10n/ku_IQ.js @@ -2,7 +2,6 @@ OC.L10N.register( "core", { "Settings" : "ده‌ستكاری", - "Folder" : "بوخچه", "Saving..." : "پاشکه‌وتده‌کات...", "Reset password" : "دووباره‌ كردنه‌وه‌ی وشه‌ی نهێنی", "No" : "نەخێر", @@ -13,6 +12,7 @@ OC.L10N.register( "Error" : "هه‌ڵه", "Warning" : "ئاگاداری", "Add" : "زیادکردن", + "_download %n file_::_download %n files_" : ["",""], "Username" : "ناوی به‌کارهێنه‌ر", "New password" : "وشەی نهێنی نوێ", "Users" : "به‌كارهێنه‌ر", diff --git a/core/l10n/ku_IQ.json b/core/l10n/ku_IQ.json index aa06ff50be..2772a2895a 100644 --- a/core/l10n/ku_IQ.json +++ b/core/l10n/ku_IQ.json @@ -1,6 +1,5 @@ { "translations": { "Settings" : "ده‌ستكاری", - "Folder" : "بوخچه", "Saving..." : "پاشکه‌وتده‌کات...", "Reset password" : "دووباره‌ كردنه‌وه‌ی وشه‌ی نهێنی", "No" : "نەخێر", @@ -11,6 +10,7 @@ "Error" : "هه‌ڵه", "Warning" : "ئاگاداری", "Add" : "زیادکردن", + "_download %n file_::_download %n files_" : ["",""], "Username" : "ناوی به‌کارهێنه‌ر", "New password" : "وشەی نهێنی نوێ", "Users" : "به‌كارهێنه‌ر", diff --git a/core/l10n/lb.js b/core/l10n/lb.js index c5e76d21f5..90ceb4cd8b 100644 --- a/core/l10n/lb.js +++ b/core/l10n/lb.js @@ -27,8 +27,6 @@ OC.L10N.register( "November" : "November", "December" : "Dezember", "Settings" : "Astellungen", - "File" : "Fichier", - "Folder" : "Dossier", "Saving..." : "Speicheren...", "Reset password" : "Passwuert zréck setzen", "No" : "Nee", @@ -78,6 +76,7 @@ OC.L10N.register( "Delete" : "Läschen", "Add" : "Dobäisetzen", "Edit tags" : "Tags editéieren", + "_download %n file_::_download %n files_" : ["",""], "The update was successful. Redirecting you to ownCloud now." : "Den Update war erfollegräich. Du gëss elo bei d'ownCloud ëmgeleet.", "%s password reset" : "%s Passwuert ass nei gesat", "Use the following link to reset your password: {link}" : "Benotz folgende Link fir däi Passwuert zréckzesetzen: {link}", diff --git a/core/l10n/lb.json b/core/l10n/lb.json index 58f01166df..9a1be1e4dd 100644 --- a/core/l10n/lb.json +++ b/core/l10n/lb.json @@ -25,8 +25,6 @@ "November" : "November", "December" : "Dezember", "Settings" : "Astellungen", - "File" : "Fichier", - "Folder" : "Dossier", "Saving..." : "Speicheren...", "Reset password" : "Passwuert zréck setzen", "No" : "Nee", @@ -76,6 +74,7 @@ "Delete" : "Läschen", "Add" : "Dobäisetzen", "Edit tags" : "Tags editéieren", + "_download %n file_::_download %n files_" : ["",""], "The update was successful. Redirecting you to ownCloud now." : "Den Update war erfollegräich. Du gëss elo bei d'ownCloud ëmgeleet.", "%s password reset" : "%s Passwuert ass nei gesat", "Use the following link to reset your password: {link}" : "Benotz folgende Link fir däi Passwuert zréckzesetzen: {link}", diff --git a/core/l10n/lt_LT.js b/core/l10n/lt_LT.js index e407dcafa2..e3796940fb 100644 --- a/core/l10n/lt_LT.js +++ b/core/l10n/lt_LT.js @@ -30,8 +30,6 @@ OC.L10N.register( "November" : "Lapkritis", "December" : "Gruodis", "Settings" : "Nustatymai", - "File" : "Failas", - "Folder" : "Katalogas", "Saving..." : "Saugoma...", "Reset password" : "Atkurti slaptažodį", "No" : "Ne", @@ -91,6 +89,7 @@ OC.L10N.register( "Edit tags" : "Redaguoti žymes", "Error loading dialog template: {error}" : "Klaida įkeliant dialogo ruošinį: {error}", "No tags selected for deletion." : "Trynimui nepasirinkta jokia žymė.", + "_download %n file_::_download %n files_" : ["","",""], "Please reload the page." : "Prašome perkrauti puslapį.", "The update was successful. Redirecting you to ownCloud now." : "Atnaujinimas buvo sėkmingas. Nukreipiame į jūsų ownCloud.", "%s password reset" : "%s slaptažodžio atnaujinimas", diff --git a/core/l10n/lt_LT.json b/core/l10n/lt_LT.json index 97dafb6fa0..a70b966aae 100644 --- a/core/l10n/lt_LT.json +++ b/core/l10n/lt_LT.json @@ -28,8 +28,6 @@ "November" : "Lapkritis", "December" : "Gruodis", "Settings" : "Nustatymai", - "File" : "Failas", - "Folder" : "Katalogas", "Saving..." : "Saugoma...", "Reset password" : "Atkurti slaptažodį", "No" : "Ne", @@ -89,6 +87,7 @@ "Edit tags" : "Redaguoti žymes", "Error loading dialog template: {error}" : "Klaida įkeliant dialogo ruošinį: {error}", "No tags selected for deletion." : "Trynimui nepasirinkta jokia žymė.", + "_download %n file_::_download %n files_" : ["","",""], "Please reload the page." : "Prašome perkrauti puslapį.", "The update was successful. Redirecting you to ownCloud now." : "Atnaujinimas buvo sėkmingas. Nukreipiame į jūsų ownCloud.", "%s password reset" : "%s slaptažodžio atnaujinimas", diff --git a/core/l10n/lv.js b/core/l10n/lv.js index b075199d18..16bb3007e4 100644 --- a/core/l10n/lv.js +++ b/core/l10n/lv.js @@ -21,7 +21,6 @@ OC.L10N.register( "November" : "Novembris", "December" : "Decembris", "Settings" : "Iestatījumi", - "Folder" : "Mape", "Saving..." : "Saglabā...", "Reset password" : "Mainīt paroli", "No" : "Nē", @@ -65,6 +64,7 @@ OC.L10N.register( "The object type is not specified." : "Nav norādīts objekta tips.", "Delete" : "Dzēst", "Add" : "Pievienot", + "_download %n file_::_download %n files_" : ["","",""], "The update was successful. Redirecting you to ownCloud now." : "Atjaunināšana beidzās sekmīgi. Tagad pārsūta jūs uz ownCloud.", "%s password reset" : "%s paroles maiņa", "Use the following link to reset your password: {link}" : "Izmantojiet šo saiti, lai mainītu paroli: {link}", diff --git a/core/l10n/lv.json b/core/l10n/lv.json index a9eabfb928..afeb3f82a1 100644 --- a/core/l10n/lv.json +++ b/core/l10n/lv.json @@ -19,7 +19,6 @@ "November" : "Novembris", "December" : "Decembris", "Settings" : "Iestatījumi", - "Folder" : "Mape", "Saving..." : "Saglabā...", "Reset password" : "Mainīt paroli", "No" : "Nē", @@ -63,6 +62,7 @@ "The object type is not specified." : "Nav norādīts objekta tips.", "Delete" : "Dzēst", "Add" : "Pievienot", + "_download %n file_::_download %n files_" : ["","",""], "The update was successful. Redirecting you to ownCloud now." : "Atjaunināšana beidzās sekmīgi. Tagad pārsūta jūs uz ownCloud.", "%s password reset" : "%s paroles maiņa", "Use the following link to reset your password: {link}" : "Izmantojiet šo saiti, lai mainītu paroli: {link}", diff --git a/core/l10n/mg.js b/core/l10n/mg.js index bc4e6c6bc6..7aa65e3a52 100644 --- a/core/l10n/mg.js +++ b/core/l10n/mg.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=(n > 1);"); diff --git a/core/l10n/mg.json b/core/l10n/mg.json index 4ebc0d2d45..207d775376 100644 --- a/core/l10n/mg.json +++ b/core/l10n/mg.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/core/l10n/mk.js b/core/l10n/mk.js index 1104f50f25..0b1e993a8f 100644 --- a/core/l10n/mk.js +++ b/core/l10n/mk.js @@ -27,7 +27,6 @@ OC.L10N.register( "November" : "Ноември", "December" : "Декември", "Settings" : "Подесувања", - "Folder" : "Папка", "Saving..." : "Снимам...", "Reset password" : "Ресетирај лозинка", "No" : "Не", @@ -83,6 +82,7 @@ OC.L10N.register( "Add" : "Додади", "Edit tags" : "Уреди ги таговите", "No tags selected for deletion." : "Не се селектирани тагови за бришење.", + "_download %n file_::_download %n files_" : ["",""], "The update was successful. Redirecting you to ownCloud now." : "Надградбата беше успешна. Веднаш ве префрлам на вашиот ownCloud.", "%s password reset" : "%s ресетирање на лозинката", "Use the following link to reset your password: {link}" : "Користете ја следната врска да ја ресетирате Вашата лозинка: {link}", diff --git a/core/l10n/mk.json b/core/l10n/mk.json index 1301731bf9..2da6b74e60 100644 --- a/core/l10n/mk.json +++ b/core/l10n/mk.json @@ -25,7 +25,6 @@ "November" : "Ноември", "December" : "Декември", "Settings" : "Подесувања", - "Folder" : "Папка", "Saving..." : "Снимам...", "Reset password" : "Ресетирај лозинка", "No" : "Не", @@ -81,6 +80,7 @@ "Add" : "Додади", "Edit tags" : "Уреди ги таговите", "No tags selected for deletion." : "Не се селектирани тагови за бришење.", + "_download %n file_::_download %n files_" : ["",""], "The update was successful. Redirecting you to ownCloud now." : "Надградбата беше успешна. Веднаш ве префрлам на вашиот ownCloud.", "%s password reset" : "%s ресетирање на лозинката", "Use the following link to reset your password: {link}" : "Користете ја следната врска да ја ресетирате Вашата лозинка: {link}", diff --git a/core/l10n/ml.js b/core/l10n/ml.js index c483b4ab65..5b92c594ac 100644 --- a/core/l10n/ml.js +++ b/core/l10n/ml.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/ml.json b/core/l10n/ml.json index 52ecaf565a..d2c1f43f96 100644 --- a/core/l10n/ml.json +++ b/core/l10n/ml.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/ml_IN.js b/core/l10n/ml_IN.js index c483b4ab65..5b92c594ac 100644 --- a/core/l10n/ml_IN.js +++ b/core/l10n/ml_IN.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/ml_IN.json b/core/l10n/ml_IN.json index 52ecaf565a..d2c1f43f96 100644 --- a/core/l10n/ml_IN.json +++ b/core/l10n/ml_IN.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/mn.js b/core/l10n/mn.js index c483b4ab65..5b92c594ac 100644 --- a/core/l10n/mn.js +++ b/core/l10n/mn.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/mn.json b/core/l10n/mn.json index 52ecaf565a..d2c1f43f96 100644 --- a/core/l10n/mn.json +++ b/core/l10n/mn.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/ms_MY.js b/core/l10n/ms_MY.js index e59d7eafff..612641fe74 100644 --- a/core/l10n/ms_MY.js +++ b/core/l10n/ms_MY.js @@ -21,7 +21,6 @@ OC.L10N.register( "November" : "November", "December" : "Disember", "Settings" : "Tetapan", - "Folder" : "Folder", "Saving..." : "Simpan...", "Reset password" : "Penetapan semula kata laluan", "No" : "Tidak", @@ -37,6 +36,7 @@ OC.L10N.register( "Warning" : "Amaran", "Delete" : "Padam", "Add" : "Tambah", + "_download %n file_::_download %n files_" : [""], "Use the following link to reset your password: {link}" : "Guna pautan berikut untuk menetapkan semula kata laluan anda: {link}", "You will receive a link to reset your password via Email." : "Anda akan menerima pautan untuk menetapkan semula kata laluan anda melalui emel", "Username" : "Nama pengguna", diff --git a/core/l10n/ms_MY.json b/core/l10n/ms_MY.json index 5a18fca03d..c1323607c8 100644 --- a/core/l10n/ms_MY.json +++ b/core/l10n/ms_MY.json @@ -19,7 +19,6 @@ "November" : "November", "December" : "Disember", "Settings" : "Tetapan", - "Folder" : "Folder", "Saving..." : "Simpan...", "Reset password" : "Penetapan semula kata laluan", "No" : "Tidak", @@ -35,6 +34,7 @@ "Warning" : "Amaran", "Delete" : "Padam", "Add" : "Tambah", + "_download %n file_::_download %n files_" : [""], "Use the following link to reset your password: {link}" : "Guna pautan berikut untuk menetapkan semula kata laluan anda: {link}", "You will receive a link to reset your password via Email." : "Anda akan menerima pautan untuk menetapkan semula kata laluan anda melalui emel", "Username" : "Nama pengguna", diff --git a/core/l10n/mt_MT.js b/core/l10n/mt_MT.js index 67c2c3e89f..221423de6a 100644 --- a/core/l10n/mt_MT.js +++ b/core/l10n/mt_MT.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["","","",""] + "_{count} file conflict_::_{count} file conflicts_" : ["","","",""], + "_download %n file_::_download %n files_" : ["","","",""] }, "nplurals=4; plural=(n==1 ? 0 : n==0 || ( n%100>1 && n%100<11) ? 1 : (n%100>10 && n%100<20 ) ? 2 : 3);"); diff --git a/core/l10n/mt_MT.json b/core/l10n/mt_MT.json index 3a66955ce4..a1e10262d1 100644 --- a/core/l10n/mt_MT.json +++ b/core/l10n/mt_MT.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : ["","","",""] + "_{count} file conflict_::_{count} file conflicts_" : ["","","",""], + "_download %n file_::_download %n files_" : ["","","",""] },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : n==0 || ( n%100>1 && n%100<11) ? 1 : (n%100>10 && n%100<20 ) ? 2 : 3);" } \ No newline at end of file diff --git a/core/l10n/my_MM.js b/core/l10n/my_MM.js index 2263405903..ff87f52a5e 100644 --- a/core/l10n/my_MM.js +++ b/core/l10n/my_MM.js @@ -27,6 +27,7 @@ OC.L10N.register( "delete" : "ဖျက်မည်", "Password protected" : "စကားဝှက်ဖြင့်ကာကွယ်ထားသည်", "Add" : "ပေါင်းထည့်", + "_download %n file_::_download %n files_" : [""], "You will receive a link to reset your password via Email." : "အီးမေးလ်မှတစ်ဆင့် သင်၏စကားဝှက်ကို ပြန်ဖော်ရန်အတွက် Link တစ်ခုလက်ခံရရှိပါလိမ့်မယ်။", "Username" : "သုံးစွဲသူအမည်", "New password" : "စကားဝှက်အသစ်", diff --git a/core/l10n/my_MM.json b/core/l10n/my_MM.json index f1cf06aa7b..086e14cdad 100644 --- a/core/l10n/my_MM.json +++ b/core/l10n/my_MM.json @@ -25,6 +25,7 @@ "delete" : "ဖျက်မည်", "Password protected" : "စကားဝှက်ဖြင့်ကာကွယ်ထားသည်", "Add" : "ပေါင်းထည့်", + "_download %n file_::_download %n files_" : [""], "You will receive a link to reset your password via Email." : "အီးမေးလ်မှတစ်ဆင့် သင်၏စကားဝှက်ကို ပြန်ဖော်ရန်အတွက် Link တစ်ခုလက်ခံရရှိပါလိမ့်မယ်။", "Username" : "သုံးစွဲသူအမည်", "New password" : "စကားဝှက်အသစ်", diff --git a/core/l10n/nb_NO.js b/core/l10n/nb_NO.js index b9002240d4..a033c38aa7 100644 --- a/core/l10n/nb_NO.js +++ b/core/l10n/nb_NO.js @@ -34,10 +34,6 @@ OC.L10N.register( "November" : "November", "December" : "Desember", "Settings" : "Innstillinger", - "File" : "Fil", - "Folder" : "Mappe", - "Image" : "Bilde", - "Audio" : "Audio", "Saving..." : "Lagrer...", "Couldn't send reset email. Please contact your administrator." : "Klarte ikke å sende e-post for tilbakestilling. Kontakt administratoren.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Lenken for tilbakestilling av passordet ditt er sendt til din e-postadresse. Hvis du ikke mottar den innen rimelig tid, sjekk mappen for søppelpost.
Hvis du ikke finner den der, kontakt din lokale administrator.", @@ -114,6 +110,7 @@ OC.L10N.register( "Edit tags" : "Rediger merkelapper", "Error loading dialog template: {error}" : "Feil ved lasting av dialogmal: {error}", "No tags selected for deletion." : "Ingen merkelapper valgt for sletting.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Oppdaterer {productName} til versjon {version}. Dette kan ta litt tid.", "Please reload the page." : "Vennligst last siden på nytt.", "The update was unsuccessful." : "Oppdateringen var vellykket.", diff --git a/core/l10n/nb_NO.json b/core/l10n/nb_NO.json index efc4c5babb..9ad2c46800 100644 --- a/core/l10n/nb_NO.json +++ b/core/l10n/nb_NO.json @@ -32,10 +32,6 @@ "November" : "November", "December" : "Desember", "Settings" : "Innstillinger", - "File" : "Fil", - "Folder" : "Mappe", - "Image" : "Bilde", - "Audio" : "Audio", "Saving..." : "Lagrer...", "Couldn't send reset email. Please contact your administrator." : "Klarte ikke å sende e-post for tilbakestilling. Kontakt administratoren.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Lenken for tilbakestilling av passordet ditt er sendt til din e-postadresse. Hvis du ikke mottar den innen rimelig tid, sjekk mappen for søppelpost.
Hvis du ikke finner den der, kontakt din lokale administrator.", @@ -112,6 +108,7 @@ "Edit tags" : "Rediger merkelapper", "Error loading dialog template: {error}" : "Feil ved lasting av dialogmal: {error}", "No tags selected for deletion." : "Ingen merkelapper valgt for sletting.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Oppdaterer {productName} til versjon {version}. Dette kan ta litt tid.", "Please reload the page." : "Vennligst last siden på nytt.", "The update was unsuccessful." : "Oppdateringen var vellykket.", diff --git a/core/l10n/nds.js b/core/l10n/nds.js index c483b4ab65..5b92c594ac 100644 --- a/core/l10n/nds.js +++ b/core/l10n/nds.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/nds.json b/core/l10n/nds.json index 52ecaf565a..d2c1f43f96 100644 --- a/core/l10n/nds.json +++ b/core/l10n/nds.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/ne.js b/core/l10n/ne.js index c483b4ab65..5b92c594ac 100644 --- a/core/l10n/ne.js +++ b/core/l10n/ne.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/ne.json b/core/l10n/ne.json index 52ecaf565a..d2c1f43f96 100644 --- a/core/l10n/ne.json +++ b/core/l10n/ne.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/nl.js b/core/l10n/nl.js index df638124f7..79d957c939 100644 --- a/core/l10n/nl.js +++ b/core/l10n/nl.js @@ -34,10 +34,6 @@ OC.L10N.register( "November" : "november", "December" : "december", "Settings" : "Instellingen", - "File" : "Bestand", - "Folder" : "Map", - "Image" : "Afbeelding", - "Audio" : "Audio", "Saving..." : "Opslaan", "Couldn't send reset email. Please contact your administrator." : "Kon herstel e-mail niet versturen. Neem contact op met uw beheerder.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "De link om uw wachtwoord te herstellen is per e-mail naar u verstuurd. Als u dit bericht niet binnen redelijke tijd hebt ontvangen, controleer dan uw spammap.
Als het daar niet in zit, neem dan contact op met uw beheerder.", @@ -114,6 +110,7 @@ OC.L10N.register( "Edit tags" : "Bewerken tags", "Error loading dialog template: {error}" : "Fout bij laden dialoog sjabloon: {error}", "No tags selected for deletion." : "Geen tags geselecteerd voor verwijdering.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Bijwerken {productName} naar versie {version}, dit kan even duren.", "Please reload the page." : "Herlaad deze pagina.", "The update was unsuccessful." : "De update is niet geslaagd.", diff --git a/core/l10n/nl.json b/core/l10n/nl.json index a25e8c5d50..f4aff498a2 100644 --- a/core/l10n/nl.json +++ b/core/l10n/nl.json @@ -32,10 +32,6 @@ "November" : "november", "December" : "december", "Settings" : "Instellingen", - "File" : "Bestand", - "Folder" : "Map", - "Image" : "Afbeelding", - "Audio" : "Audio", "Saving..." : "Opslaan", "Couldn't send reset email. Please contact your administrator." : "Kon herstel e-mail niet versturen. Neem contact op met uw beheerder.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "De link om uw wachtwoord te herstellen is per e-mail naar u verstuurd. Als u dit bericht niet binnen redelijke tijd hebt ontvangen, controleer dan uw spammap.
Als het daar niet in zit, neem dan contact op met uw beheerder.", @@ -112,6 +108,7 @@ "Edit tags" : "Bewerken tags", "Error loading dialog template: {error}" : "Fout bij laden dialoog sjabloon: {error}", "No tags selected for deletion." : "Geen tags geselecteerd voor verwijdering.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Bijwerken {productName} naar versie {version}, dit kan even duren.", "Please reload the page." : "Herlaad deze pagina.", "The update was unsuccessful." : "De update is niet geslaagd.", diff --git a/core/l10n/nn_NO.js b/core/l10n/nn_NO.js index ed4f66d57d..d6ba6612f0 100644 --- a/core/l10n/nn_NO.js +++ b/core/l10n/nn_NO.js @@ -5,11 +5,11 @@ OC.L10N.register( "Turned on maintenance mode" : "Skrudde på vedlikehaldsmodus", "Turned off maintenance mode" : "Skrudde av vedlikehaldsmodus", "Updated database" : "Database oppdatert", - "No image or file provided" : "Inga bilete eller fil gitt", + "No image or file provided" : "Inga bilete eller fil gjeve", "Unknown filetype" : "Ukjend filtype", "Invalid image" : "Ugyldig bilete", "No temporary profile picture available, try again" : "Inga midlertidig profilbilete tilgjengeleg, prøv igjen", - "No crop data provided" : "Ingen beskjeringsdata gitt", + "No crop data provided" : "Ingen beskjeringsdata gjeve", "Sunday" : "Søndag", "Monday" : "Måndag", "Tuesday" : "Tysdag", @@ -30,7 +30,6 @@ OC.L10N.register( "November" : "November", "December" : "Desember", "Settings" : "Innstillingar", - "Folder" : "Mappe", "Saving..." : "Lagrar …", "I know what I'm doing" : "Eg veit kva eg gjer", "Reset password" : "Nullstill passord", @@ -88,6 +87,7 @@ OC.L10N.register( "The object type is not specified." : "Objekttypen er ikkje spesifisert.", "Delete" : "Slett", "Add" : "Legg til", + "_download %n file_::_download %n files_" : ["",""], "The update was successful. Redirecting you to ownCloud now." : "Oppdateringa er fullført. Sender deg vidare til ownCloud no.", "%s password reset" : "%s passordnullstilling", "Use the following link to reset your password: {link}" : "Klikk følgjande lenkje til å nullstilla passordet ditt: {link}", diff --git a/core/l10n/nn_NO.json b/core/l10n/nn_NO.json index a4be2d9ace..7c1bbc858f 100644 --- a/core/l10n/nn_NO.json +++ b/core/l10n/nn_NO.json @@ -3,11 +3,11 @@ "Turned on maintenance mode" : "Skrudde på vedlikehaldsmodus", "Turned off maintenance mode" : "Skrudde av vedlikehaldsmodus", "Updated database" : "Database oppdatert", - "No image or file provided" : "Inga bilete eller fil gitt", + "No image or file provided" : "Inga bilete eller fil gjeve", "Unknown filetype" : "Ukjend filtype", "Invalid image" : "Ugyldig bilete", "No temporary profile picture available, try again" : "Inga midlertidig profilbilete tilgjengeleg, prøv igjen", - "No crop data provided" : "Ingen beskjeringsdata gitt", + "No crop data provided" : "Ingen beskjeringsdata gjeve", "Sunday" : "Søndag", "Monday" : "Måndag", "Tuesday" : "Tysdag", @@ -28,7 +28,6 @@ "November" : "November", "December" : "Desember", "Settings" : "Innstillingar", - "Folder" : "Mappe", "Saving..." : "Lagrar …", "I know what I'm doing" : "Eg veit kva eg gjer", "Reset password" : "Nullstill passord", @@ -86,6 +85,7 @@ "The object type is not specified." : "Objekttypen er ikkje spesifisert.", "Delete" : "Slett", "Add" : "Legg til", + "_download %n file_::_download %n files_" : ["",""], "The update was successful. Redirecting you to ownCloud now." : "Oppdateringa er fullført. Sender deg vidare til ownCloud no.", "%s password reset" : "%s passordnullstilling", "Use the following link to reset your password: {link}" : "Klikk følgjande lenkje til å nullstilla passordet ditt: {link}", diff --git a/core/l10n/nqo.js b/core/l10n/nqo.js index 87077ecad9..49247f7174 100644 --- a/core/l10n/nqo.js +++ b/core/l10n/nqo.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : [""] + "_{count} file conflict_::_{count} file conflicts_" : [""], + "_download %n file_::_download %n files_" : [""] }, "nplurals=1; plural=0;"); diff --git a/core/l10n/nqo.json b/core/l10n/nqo.json index c499f69655..1d74617529 100644 --- a/core/l10n/nqo.json +++ b/core/l10n/nqo.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : [""] + "_{count} file conflict_::_{count} file conflicts_" : [""], + "_download %n file_::_download %n files_" : [""] },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/core/l10n/oc.js b/core/l10n/oc.js index 42d1151455..43fee79260 100644 --- a/core/l10n/oc.js +++ b/core/l10n/oc.js @@ -21,7 +21,6 @@ OC.L10N.register( "November" : "Novembre", "December" : "Decembre", "Settings" : "Configuracion", - "Folder" : "Dorsièr", "Saving..." : "Enregistra...", "Reset password" : "Senhal tornat botar", "No" : "Non", @@ -51,6 +50,7 @@ OC.L10N.register( "Error setting expiration date" : "Error setting expiration date", "Delete" : "Escafa", "Add" : "Ajusta", + "_download %n file_::_download %n files_" : ["",""], "Use the following link to reset your password: {link}" : "Utiliza lo ligam seguent per tornar botar lo senhal : {link}", "You will receive a link to reset your password via Email." : "Reçaupràs un ligam per tornar botar ton senhal via corrièl.", "Username" : "Non d'usancièr", diff --git a/core/l10n/oc.json b/core/l10n/oc.json index 4faa8cd0be..c206815141 100644 --- a/core/l10n/oc.json +++ b/core/l10n/oc.json @@ -19,7 +19,6 @@ "November" : "Novembre", "December" : "Decembre", "Settings" : "Configuracion", - "Folder" : "Dorsièr", "Saving..." : "Enregistra...", "Reset password" : "Senhal tornat botar", "No" : "Non", @@ -49,6 +48,7 @@ "Error setting expiration date" : "Error setting expiration date", "Delete" : "Escafa", "Add" : "Ajusta", + "_download %n file_::_download %n files_" : ["",""], "Use the following link to reset your password: {link}" : "Utiliza lo ligam seguent per tornar botar lo senhal : {link}", "You will receive a link to reset your password via Email." : "Reçaupràs un ligam per tornar botar ton senhal via corrièl.", "Username" : "Non d'usancièr", diff --git a/core/l10n/or_IN.js b/core/l10n/or_IN.js index c483b4ab65..5b92c594ac 100644 --- a/core/l10n/or_IN.js +++ b/core/l10n/or_IN.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/or_IN.json b/core/l10n/or_IN.json index 52ecaf565a..d2c1f43f96 100644 --- a/core/l10n/or_IN.json +++ b/core/l10n/or_IN.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/pa.js b/core/l10n/pa.js index 8be5736696..63933496c0 100644 --- a/core/l10n/pa.js +++ b/core/l10n/pa.js @@ -33,6 +33,7 @@ OC.L10N.register( "Send" : "ਭੇਜੋ", "Warning" : "ਚੇਤਾਵਨੀ", "Delete" : "ਹਟਾਓ", + "_download %n file_::_download %n files_" : ["",""], "Username" : "ਯੂਜ਼ਰ-ਨਾਂ", "Security Warning" : "ਸੁਰੱਖਿਆ ਚੇਤਾਵਨੀ", "Password" : "ਪਾਸਵਰ" diff --git a/core/l10n/pa.json b/core/l10n/pa.json index d801809d01..6b1259ba9c 100644 --- a/core/l10n/pa.json +++ b/core/l10n/pa.json @@ -31,6 +31,7 @@ "Send" : "ਭੇਜੋ", "Warning" : "ਚੇਤਾਵਨੀ", "Delete" : "ਹਟਾਓ", + "_download %n file_::_download %n files_" : ["",""], "Username" : "ਯੂਜ਼ਰ-ਨਾਂ", "Security Warning" : "ਸੁਰੱਖਿਆ ਚੇਤਾਵਨੀ", "Password" : "ਪਾਸਵਰ" diff --git a/core/l10n/pl.js b/core/l10n/pl.js index c330e00286..57b18d457c 100644 --- a/core/l10n/pl.js +++ b/core/l10n/pl.js @@ -34,10 +34,6 @@ OC.L10N.register( "November" : "Listopad", "December" : "Grudzień", "Settings" : "Ustawienia", - "File" : "Plik", - "Folder" : "Folder", - "Image" : "Obraz", - "Audio" : "Dźwięk", "Saving..." : "Zapisywanie...", "Couldn't send reset email. Please contact your administrator." : "Nie mogę wysłać maila resetującego. Skontaktuj się z administratorem.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Link do zresetowanego hasła, został wysłany na twój adres e-mail. Jeśli nie dostałeś wiadomości w rozsądnym czasie, sprawdź folder ze spamem.
Jeśli nie ma wiadomości w tym folderze, skontaktuj się ze swoim administratorem.", @@ -113,6 +109,7 @@ OC.L10N.register( "Edit tags" : "Edytuj tagi", "Error loading dialog template: {error}" : "Błąd podczas ładowania szablonu dialogu: {error}", "No tags selected for deletion." : "Nie zaznaczono tagów do usunięcia.", + "_download %n file_::_download %n files_" : ["","",""], "Updating {productName} to version {version}, this may take a while." : "Aktualizuję {productName} do wersji {version}, to może chwilę potrwać.", "Please reload the page." : "Proszę przeładować stronę", "The update was unsuccessful." : "Aktualizacja nie powiodła się.", diff --git a/core/l10n/pl.json b/core/l10n/pl.json index ccfa0685c2..f6c0615fc4 100644 --- a/core/l10n/pl.json +++ b/core/l10n/pl.json @@ -32,10 +32,6 @@ "November" : "Listopad", "December" : "Grudzień", "Settings" : "Ustawienia", - "File" : "Plik", - "Folder" : "Folder", - "Image" : "Obraz", - "Audio" : "Dźwięk", "Saving..." : "Zapisywanie...", "Couldn't send reset email. Please contact your administrator." : "Nie mogę wysłać maila resetującego. Skontaktuj się z administratorem.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Link do zresetowanego hasła, został wysłany na twój adres e-mail. Jeśli nie dostałeś wiadomości w rozsądnym czasie, sprawdź folder ze spamem.
Jeśli nie ma wiadomości w tym folderze, skontaktuj się ze swoim administratorem.", @@ -111,6 +107,7 @@ "Edit tags" : "Edytuj tagi", "Error loading dialog template: {error}" : "Błąd podczas ładowania szablonu dialogu: {error}", "No tags selected for deletion." : "Nie zaznaczono tagów do usunięcia.", + "_download %n file_::_download %n files_" : ["","",""], "Updating {productName} to version {version}, this may take a while." : "Aktualizuję {productName} do wersji {version}, to może chwilę potrwać.", "Please reload the page." : "Proszę przeładować stronę", "The update was unsuccessful." : "Aktualizacja nie powiodła się.", diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js index 0ec3aa08f2..fd71e84344 100644 --- a/core/l10n/pt_BR.js +++ b/core/l10n/pt_BR.js @@ -34,10 +34,6 @@ OC.L10N.register( "November" : "Novembro", "December" : "Dezembro", "Settings" : "Configurações", - "File" : "Arquivo", - "Folder" : "Pasta", - "Image" : "Imagem", - "Audio" : "Audio", "Saving..." : "Salvando...", "Couldn't send reset email. Please contact your administrator." : "Não foi possível enviar e-mail de redefinição. Por favor, contate o administrador.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "O link para redefinir sua senha foi enviada para o seu e-mail. Se você não recebê-lo dentro de um período razoável de tempo, verifique suas pastas de spam/lixo.
Se ele não estiver lá, pergunte ao administrador do local.", @@ -114,6 +110,7 @@ OC.L10N.register( "Edit tags" : "Editar etiqueta", "Error loading dialog template: {error}" : "Erro carregando diálogo de formatação: {error}", "No tags selected for deletion." : "Nenhuma etiqueta selecionada para deleção.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Atualizando {productName} para a versão {version}, isso pode demorar um pouco.", "Please reload the page." : "Por favor recarregue a página", "The update was unsuccessful." : "A atualização não foi bem sucedida.", diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json index f3a2393572..5d0b17181d 100644 --- a/core/l10n/pt_BR.json +++ b/core/l10n/pt_BR.json @@ -32,10 +32,6 @@ "November" : "Novembro", "December" : "Dezembro", "Settings" : "Configurações", - "File" : "Arquivo", - "Folder" : "Pasta", - "Image" : "Imagem", - "Audio" : "Audio", "Saving..." : "Salvando...", "Couldn't send reset email. Please contact your administrator." : "Não foi possível enviar e-mail de redefinição. Por favor, contate o administrador.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "O link para redefinir sua senha foi enviada para o seu e-mail. Se você não recebê-lo dentro de um período razoável de tempo, verifique suas pastas de spam/lixo.
Se ele não estiver lá, pergunte ao administrador do local.", @@ -112,6 +108,7 @@ "Edit tags" : "Editar etiqueta", "Error loading dialog template: {error}" : "Erro carregando diálogo de formatação: {error}", "No tags selected for deletion." : "Nenhuma etiqueta selecionada para deleção.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Atualizando {productName} para a versão {version}, isso pode demorar um pouco.", "Please reload the page." : "Por favor recarregue a página", "The update was unsuccessful." : "A atualização não foi bem sucedida.", diff --git a/core/l10n/pt_PT.js b/core/l10n/pt_PT.js index 416a593cdc..58ec068e69 100644 --- a/core/l10n/pt_PT.js +++ b/core/l10n/pt_PT.js @@ -34,10 +34,6 @@ OC.L10N.register( "November" : "Novembro", "December" : "Dezembro", "Settings" : "Configurações", - "File" : "Ficheiro", - "Folder" : "Pasta", - "Image" : "Imagem", - "Audio" : "Audio", "Saving..." : "A guardar...", "Couldn't send reset email. Please contact your administrator." : "Ocorreu um problema com o envio do e-mail, por favor contactar o administrador.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "O link para fazer reset à sua password foi enviado para o seu e-mail.
Se não o recebeu dentro um espaço de tempo aceitável, por favor verifique a sua pasta de SPAM.
Se não o encontrar, por favor contacte o seu administrador.", @@ -114,6 +110,7 @@ OC.L10N.register( "Edit tags" : "Editar etiquetas", "Error loading dialog template: {error}" : "Erro ao carregar modelo de diálogo: {error}", "No tags selected for deletion." : "Não foram escolhidas etiquetas para apagar.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "A atualizar {productName} para a versão {version}, isto poderá demorar algum tempo.", "Please reload the page." : "Por favor recarregue a página.", "The update was unsuccessful." : "Não foi possível atualizar.", diff --git a/core/l10n/pt_PT.json b/core/l10n/pt_PT.json index 5d2de169e3..694c9a4fa2 100644 --- a/core/l10n/pt_PT.json +++ b/core/l10n/pt_PT.json @@ -32,10 +32,6 @@ "November" : "Novembro", "December" : "Dezembro", "Settings" : "Configurações", - "File" : "Ficheiro", - "Folder" : "Pasta", - "Image" : "Imagem", - "Audio" : "Audio", "Saving..." : "A guardar...", "Couldn't send reset email. Please contact your administrator." : "Ocorreu um problema com o envio do e-mail, por favor contactar o administrador.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "O link para fazer reset à sua password foi enviado para o seu e-mail.
Se não o recebeu dentro um espaço de tempo aceitável, por favor verifique a sua pasta de SPAM.
Se não o encontrar, por favor contacte o seu administrador.", @@ -112,6 +108,7 @@ "Edit tags" : "Editar etiquetas", "Error loading dialog template: {error}" : "Erro ao carregar modelo de diálogo: {error}", "No tags selected for deletion." : "Não foram escolhidas etiquetas para apagar.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "A atualizar {productName} para a versão {version}, isto poderá demorar algum tempo.", "Please reload the page." : "Por favor recarregue a página.", "The update was unsuccessful." : "Não foi possível atualizar.", diff --git a/core/l10n/ro.js b/core/l10n/ro.js index bf1eb72942..8c48c44046 100644 --- a/core/l10n/ro.js +++ b/core/l10n/ro.js @@ -29,10 +29,6 @@ OC.L10N.register( "November" : "Noiembrie", "December" : "Decembrie", "Settings" : "Setări", - "File" : "Fişier ", - "Folder" : "Dosar", - "Image" : "Imagine", - "Audio" : "Audio", "Saving..." : "Se salvează...", "I know what I'm doing" : "Eu știu ce fac", "Reset password" : "Resetează parola", @@ -91,6 +87,7 @@ OC.L10N.register( "Enter new" : "Introducere nou", "Delete" : "Șterge", "Add" : "Adaugă", + "_download %n file_::_download %n files_" : ["","",""], "Updating {productName} to version {version}, this may take a while." : "Se actualizează {productName} la versiunea {version}, poate dura câteva momente.", "Please reload the page." : "Te rugăm să reîncarci pagina.", "The update was unsuccessful." : "Actualizare eșuată.", diff --git a/core/l10n/ro.json b/core/l10n/ro.json index c8089bd5ba..137a0bc7a5 100644 --- a/core/l10n/ro.json +++ b/core/l10n/ro.json @@ -27,10 +27,6 @@ "November" : "Noiembrie", "December" : "Decembrie", "Settings" : "Setări", - "File" : "Fişier ", - "Folder" : "Dosar", - "Image" : "Imagine", - "Audio" : "Audio", "Saving..." : "Se salvează...", "I know what I'm doing" : "Eu știu ce fac", "Reset password" : "Resetează parola", @@ -89,6 +85,7 @@ "Enter new" : "Introducere nou", "Delete" : "Șterge", "Add" : "Adaugă", + "_download %n file_::_download %n files_" : ["","",""], "Updating {productName} to version {version}, this may take a while." : "Se actualizează {productName} la versiunea {version}, poate dura câteva momente.", "Please reload the page." : "Te rugăm să reîncarci pagina.", "The update was unsuccessful." : "Actualizare eșuată.", diff --git a/core/l10n/ru.js b/core/l10n/ru.js index 2e3c566bf4..139ab56b28 100644 --- a/core/l10n/ru.js +++ b/core/l10n/ru.js @@ -34,10 +34,6 @@ OC.L10N.register( "November" : "Ноябрь", "December" : "Декабрь", "Settings" : "Настройки", - "File" : "Файл", - "Folder" : "Каталог", - "Image" : "Изображение", - "Audio" : "Аудио", "Saving..." : "Сохранение...", "Couldn't send reset email. Please contact your administrator." : "Не удалось отправить письмо для сброса пароля. Пожалуйста, свяжитесь с вашим администратором.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Ссылка для восстановления пароля была отправлена на вашу почту. Если вы не получили её, проверьте папку спама.
Если там письма со ссылкой нет, то обратитесь к локальному администратору.", @@ -114,6 +110,7 @@ OC.L10N.register( "Edit tags" : "Изменить метки", "Error loading dialog template: {error}" : "Ошибка загрузки шаблона диалога: {error}", "No tags selected for deletion." : "Не выбраны метки для удаления.", + "_download %n file_::_download %n files_" : ["","",""], "Updating {productName} to version {version}, this may take a while." : "Обновление {productName} до версии {version}, пожалуйста, подождите.", "Please reload the page." : "Пожалуйста, перезагрузите страницу.", "The update was unsuccessful." : "Обновление не удалось.", @@ -151,6 +148,7 @@ OC.L10N.register( "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Здравствуйте,\n\n%s предоставил Вам доступ к %s.\nПосмотреть: %s\n\n", "The share will expire on %s." : "Доступ будет закрыт %s", "Cheers!" : "Удачи!", + "Internal Server Error" : "Внутренняя ошибка сервера", "The server encountered an internal error and was unable to complete your request." : "Сервер столкнулся с внутренней ошибкой и не смог закончить Ваш запрос.", "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Пожалуйста, свяжитесь с администратором сервера, если эта ошибка будет снова появляться, пожалуйста, прикрепите технические детали к своему сообщению.", "More details can be found in the server log." : "Больше деталей может быть найдено в журнале сервера.", diff --git a/core/l10n/ru.json b/core/l10n/ru.json index 719a0cc102..6f95375974 100644 --- a/core/l10n/ru.json +++ b/core/l10n/ru.json @@ -32,10 +32,6 @@ "November" : "Ноябрь", "December" : "Декабрь", "Settings" : "Настройки", - "File" : "Файл", - "Folder" : "Каталог", - "Image" : "Изображение", - "Audio" : "Аудио", "Saving..." : "Сохранение...", "Couldn't send reset email. Please contact your administrator." : "Не удалось отправить письмо для сброса пароля. Пожалуйста, свяжитесь с вашим администратором.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Ссылка для восстановления пароля была отправлена на вашу почту. Если вы не получили её, проверьте папку спама.
Если там письма со ссылкой нет, то обратитесь к локальному администратору.", @@ -112,6 +108,7 @@ "Edit tags" : "Изменить метки", "Error loading dialog template: {error}" : "Ошибка загрузки шаблона диалога: {error}", "No tags selected for deletion." : "Не выбраны метки для удаления.", + "_download %n file_::_download %n files_" : ["","",""], "Updating {productName} to version {version}, this may take a while." : "Обновление {productName} до версии {version}, пожалуйста, подождите.", "Please reload the page." : "Пожалуйста, перезагрузите страницу.", "The update was unsuccessful." : "Обновление не удалось.", @@ -149,6 +146,7 @@ "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Здравствуйте,\n\n%s предоставил Вам доступ к %s.\nПосмотреть: %s\n\n", "The share will expire on %s." : "Доступ будет закрыт %s", "Cheers!" : "Удачи!", + "Internal Server Error" : "Внутренняя ошибка сервера", "The server encountered an internal error and was unable to complete your request." : "Сервер столкнулся с внутренней ошибкой и не смог закончить Ваш запрос.", "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Пожалуйста, свяжитесь с администратором сервера, если эта ошибка будет снова появляться, пожалуйста, прикрепите технические детали к своему сообщению.", "More details can be found in the server log." : "Больше деталей может быть найдено в журнале сервера.", diff --git a/core/l10n/si_LK.js b/core/l10n/si_LK.js index 63edcfb606..3a9978aea8 100644 --- a/core/l10n/si_LK.js +++ b/core/l10n/si_LK.js @@ -21,8 +21,6 @@ OC.L10N.register( "November" : "නොවැම්බර්", "December" : "දෙසැම්බර්", "Settings" : "සිටුවම්", - "Folder" : "ෆෝල්ඩරය", - "Image" : "පින්තූරය", "Saving..." : "සුරැකෙමින් පවතී...", "Reset password" : "මුරපදය ප්‍රත්‍යාරම්භ කරන්න", "No" : "එපා", @@ -49,6 +47,7 @@ OC.L10N.register( "Warning" : "අවවාදය", "Delete" : "මකා දමන්න", "Add" : "එකතු කරන්න", + "_download %n file_::_download %n files_" : ["",""], "You will receive a link to reset your password via Email." : "ඔබගේ මුරපදය ප්‍රත්‍යාරම්භ කිරීම සඳහා යොමුව විද්‍යුත් තැපෑලෙන් ලැබෙනු ඇත", "Username" : "පරිශීලක නම", "New password" : "නව මුරපදය", diff --git a/core/l10n/si_LK.json b/core/l10n/si_LK.json index f04c86b989..112e6eb501 100644 --- a/core/l10n/si_LK.json +++ b/core/l10n/si_LK.json @@ -19,8 +19,6 @@ "November" : "නොවැම්බර්", "December" : "දෙසැම්බර්", "Settings" : "සිටුවම්", - "Folder" : "ෆෝල්ඩරය", - "Image" : "පින්තූරය", "Saving..." : "සුරැකෙමින් පවතී...", "Reset password" : "මුරපදය ප්‍රත්‍යාරම්භ කරන්න", "No" : "එපා", @@ -47,6 +45,7 @@ "Warning" : "අවවාදය", "Delete" : "මකා දමන්න", "Add" : "එකතු කරන්න", + "_download %n file_::_download %n files_" : ["",""], "You will receive a link to reset your password via Email." : "ඔබගේ මුරපදය ප්‍රත්‍යාරම්භ කිරීම සඳහා යොමුව විද්‍යුත් තැපෑලෙන් ලැබෙනු ඇත", "Username" : "පරිශීලක නම", "New password" : "නව මුරපදය", diff --git a/core/l10n/sk.js b/core/l10n/sk.js new file mode 100644 index 0000000000..6a57266201 --- /dev/null +++ b/core/l10n/sk.js @@ -0,0 +1,31 @@ +OC.L10N.register( + "core", + { + "Sunday" : "Nedeľa", + "Monday" : "Pondelok", + "Tuesday" : "Utorok", + "Wednesday" : "Streda", + "Thursday" : "Štvrtok", + "Friday" : "Piatok", + "Saturday" : "Sobota", + "January" : "Január", + "February" : "Február", + "March" : "Marec", + "April" : "Apríl", + "May" : "Máj", + "June" : "Jún", + "July" : "Júl", + "August" : "August", + "September" : "September", + "October" : "Október", + "November" : "November", + "December" : "December", + "Settings" : "Nastavenia", + "_{count} file conflict_::_{count} file conflicts_" : ["","",""], + "Cancel" : "Zrušiť", + "Share" : "Zdieľať", + "group" : "skupina", + "Delete" : "Odstrániť", + "Personal" : "Osobné" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/core/l10n/sk.json b/core/l10n/sk.json new file mode 100644 index 0000000000..3eb33e886a --- /dev/null +++ b/core/l10n/sk.json @@ -0,0 +1,29 @@ +{ "translations": { + "Sunday" : "Nedeľa", + "Monday" : "Pondelok", + "Tuesday" : "Utorok", + "Wednesday" : "Streda", + "Thursday" : "Štvrtok", + "Friday" : "Piatok", + "Saturday" : "Sobota", + "January" : "Január", + "February" : "Február", + "March" : "Marec", + "April" : "Apríl", + "May" : "Máj", + "June" : "Jún", + "July" : "Júl", + "August" : "August", + "September" : "September", + "October" : "Október", + "November" : "November", + "December" : "December", + "Settings" : "Nastavenia", + "_{count} file conflict_::_{count} file conflicts_" : ["","",""], + "Cancel" : "Zrušiť", + "Share" : "Zdieľať", + "group" : "skupina", + "Delete" : "Odstrániť", + "Personal" : "Osobné" +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +} \ No newline at end of file diff --git a/core/l10n/sk_SK.js b/core/l10n/sk_SK.js index 10da03f766..e4648f7815 100644 --- a/core/l10n/sk_SK.js +++ b/core/l10n/sk_SK.js @@ -34,10 +34,6 @@ OC.L10N.register( "November" : "November", "December" : "December", "Settings" : "Nastavenia", - "File" : "Súbor", - "Folder" : "Priečinok", - "Image" : "Obrázok", - "Audio" : "Zvuk", "Saving..." : "Ukladám...", "Couldn't send reset email. Please contact your administrator." : "Nemožno poslať email pre obnovu. Kontaktujte prosím vášho administrátora.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Odkaz na obnovu hesla bol odoslaný na váš email. Pokiaľ ho neobdržíte v primeranom čase, skontrolujte spam / priečinok nevyžiadanej pošty.
Ak tam nie je, kontaktujte svojho administrátora.", @@ -112,6 +108,7 @@ OC.L10N.register( "Edit tags" : "Upraviť štítky", "Error loading dialog template: {error}" : "Chyba pri načítaní šablóny dialógu: {error}", "No tags selected for deletion." : "Nie sú vybraté štítky na zmazanie.", + "_download %n file_::_download %n files_" : ["","",""], "Updating {productName} to version {version}, this may take a while." : "Aktualizujem {productName} na verziu {version}, chvíľu to môže trvať.", "Please reload the page." : "Obnovte prosím stránku.", "The update was unsuccessful." : "Aktualizácia zlyhala.", diff --git a/core/l10n/sk_SK.json b/core/l10n/sk_SK.json index 0a964f375e..a5c883a0bb 100644 --- a/core/l10n/sk_SK.json +++ b/core/l10n/sk_SK.json @@ -32,10 +32,6 @@ "November" : "November", "December" : "December", "Settings" : "Nastavenia", - "File" : "Súbor", - "Folder" : "Priečinok", - "Image" : "Obrázok", - "Audio" : "Zvuk", "Saving..." : "Ukladám...", "Couldn't send reset email. Please contact your administrator." : "Nemožno poslať email pre obnovu. Kontaktujte prosím vášho administrátora.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Odkaz na obnovu hesla bol odoslaný na váš email. Pokiaľ ho neobdržíte v primeranom čase, skontrolujte spam / priečinok nevyžiadanej pošty.
Ak tam nie je, kontaktujte svojho administrátora.", @@ -110,6 +106,7 @@ "Edit tags" : "Upraviť štítky", "Error loading dialog template: {error}" : "Chyba pri načítaní šablóny dialógu: {error}", "No tags selected for deletion." : "Nie sú vybraté štítky na zmazanie.", + "_download %n file_::_download %n files_" : ["","",""], "Updating {productName} to version {version}, this may take a while." : "Aktualizujem {productName} na verziu {version}, chvíľu to môže trvať.", "Please reload the page." : "Obnovte prosím stránku.", "The update was unsuccessful." : "Aktualizácia zlyhala.", diff --git a/core/l10n/sl.js b/core/l10n/sl.js index d790db499f..b60e8952b7 100644 --- a/core/l10n/sl.js +++ b/core/l10n/sl.js @@ -34,10 +34,6 @@ OC.L10N.register( "November" : "november", "December" : "december", "Settings" : "Nastavitve", - "File" : "Datoteka", - "Folder" : "Mapa", - "Image" : "Slika", - "Audio" : "Zvok", "Saving..." : "Poteka shranjevanje ...", "Couldn't send reset email. Please contact your administrator." : "Ni mogoče nastaviti elektronskega naslova za ponastavitev. Stopite v stik s skrbnikom sistema.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Povezava za ponastavitev gesla je bila poslana na naveden elektronski naslov. V kolikor sporočila ne dobite v kratkem, preverite tudi mapo neželene pošte.
Če sporočila ni niti v tej mapi, stopite v stik s skrbnikom.", @@ -114,6 +110,7 @@ OC.L10N.register( "Edit tags" : "Uredi oznake", "Error loading dialog template: {error}" : "Napaka nalaganja predloge pogovornega okna: {error}", "No tags selected for deletion." : "Ni izbranih oznak za izbris.", + "_download %n file_::_download %n files_" : ["","","",""], "Updating {productName} to version {version}, this may take a while." : "Poteka posodabljanje {productName} na različico {version}. Opravilo je lahko dolgotrajno.", "Please reload the page." : "Stran je treba ponovno naložiti", "The update was unsuccessful." : "Posodobitev je spodletela", diff --git a/core/l10n/sl.json b/core/l10n/sl.json index 17f5216d87..5636d2794e 100644 --- a/core/l10n/sl.json +++ b/core/l10n/sl.json @@ -32,10 +32,6 @@ "November" : "november", "December" : "december", "Settings" : "Nastavitve", - "File" : "Datoteka", - "Folder" : "Mapa", - "Image" : "Slika", - "Audio" : "Zvok", "Saving..." : "Poteka shranjevanje ...", "Couldn't send reset email. Please contact your administrator." : "Ni mogoče nastaviti elektronskega naslova za ponastavitev. Stopite v stik s skrbnikom sistema.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Povezava za ponastavitev gesla je bila poslana na naveden elektronski naslov. V kolikor sporočila ne dobite v kratkem, preverite tudi mapo neželene pošte.
Če sporočila ni niti v tej mapi, stopite v stik s skrbnikom.", @@ -112,6 +108,7 @@ "Edit tags" : "Uredi oznake", "Error loading dialog template: {error}" : "Napaka nalaganja predloge pogovornega okna: {error}", "No tags selected for deletion." : "Ni izbranih oznak za izbris.", + "_download %n file_::_download %n files_" : ["","","",""], "Updating {productName} to version {version}, this may take a while." : "Poteka posodabljanje {productName} na različico {version}. Opravilo je lahko dolgotrajno.", "Please reload the page." : "Stran je treba ponovno naložiti", "The update was unsuccessful." : "Posodobitev je spodletela", diff --git a/core/l10n/sq.js b/core/l10n/sq.js index 525359304e..9dd2734290 100644 --- a/core/l10n/sq.js +++ b/core/l10n/sq.js @@ -24,7 +24,6 @@ OC.L10N.register( "November" : "Nëntor", "December" : "Dhjetor", "Settings" : "Parametra", - "Folder" : "Dosje", "Saving..." : "Duke ruajtur...", "Reset password" : "Rivendos kodin", "No" : "Jo", @@ -66,6 +65,7 @@ OC.L10N.register( "The object type is not specified." : "Nuk është specifikuar tipi i objektit.", "Delete" : "Elimino", "Add" : "Shto", + "_download %n file_::_download %n files_" : ["",""], "The update was successful. Redirecting you to ownCloud now." : "Azhurnimi u krye. Tani do t'ju kaloj tek ownCloud-i.", "%s password reset" : "Kodi i %s -it u rivendos", "Use the following link to reset your password: {link}" : "Përdorni lidhjen në vijim për të rivendosur kodin: {link}", diff --git a/core/l10n/sq.json b/core/l10n/sq.json index d9850c8ab5..72230681a4 100644 --- a/core/l10n/sq.json +++ b/core/l10n/sq.json @@ -22,7 +22,6 @@ "November" : "Nëntor", "December" : "Dhjetor", "Settings" : "Parametra", - "Folder" : "Dosje", "Saving..." : "Duke ruajtur...", "Reset password" : "Rivendos kodin", "No" : "Jo", @@ -64,6 +63,7 @@ "The object type is not specified." : "Nuk është specifikuar tipi i objektit.", "Delete" : "Elimino", "Add" : "Shto", + "_download %n file_::_download %n files_" : ["",""], "The update was successful. Redirecting you to ownCloud now." : "Azhurnimi u krye. Tani do t'ju kaloj tek ownCloud-i.", "%s password reset" : "Kodi i %s -it u rivendos", "Use the following link to reset your password: {link}" : "Përdorni lidhjen në vijim për të rivendosur kodin: {link}", diff --git a/core/l10n/sr.js b/core/l10n/sr.js index f8576df9d5..5e2c835426 100644 --- a/core/l10n/sr.js +++ b/core/l10n/sr.js @@ -21,7 +21,6 @@ OC.L10N.register( "November" : "Новембар", "December" : "Децембар", "Settings" : "Поставке", - "Folder" : "фасцикла", "Saving..." : "Чување у току...", "Reset password" : "Ресетуј лозинку", "No" : "Не", @@ -60,6 +59,7 @@ OC.L10N.register( "The object type is not specified." : "Врста објекта није подешена.", "Delete" : "Обриши", "Add" : "Додај", + "_download %n file_::_download %n files_" : ["","",""], "Use the following link to reset your password: {link}" : "Овом везом ресетујте своју лозинку: {link}", "You will receive a link to reset your password via Email." : "Добићете везу за ресетовање лозинке путем е-поште.", "Username" : "Корисничко име", diff --git a/core/l10n/sr.json b/core/l10n/sr.json index 998deee198..bfd1304090 100644 --- a/core/l10n/sr.json +++ b/core/l10n/sr.json @@ -19,7 +19,6 @@ "November" : "Новембар", "December" : "Децембар", "Settings" : "Поставке", - "Folder" : "фасцикла", "Saving..." : "Чување у току...", "Reset password" : "Ресетуј лозинку", "No" : "Не", @@ -58,6 +57,7 @@ "The object type is not specified." : "Врста објекта није подешена.", "Delete" : "Обриши", "Add" : "Додај", + "_download %n file_::_download %n files_" : ["","",""], "Use the following link to reset your password: {link}" : "Овом везом ресетујте своју лозинку: {link}", "You will receive a link to reset your password via Email." : "Добићете везу за ресетовање лозинке путем е-поште.", "Username" : "Корисничко име", diff --git a/core/l10n/sr@latin.js b/core/l10n/sr@latin.js index 9ea14c5db6..11c3d2e40a 100644 --- a/core/l10n/sr@latin.js +++ b/core/l10n/sr@latin.js @@ -21,9 +21,6 @@ OC.L10N.register( "November" : "Novembar", "December" : "Decembar", "Settings" : "Podešavanja", - "File" : "Fajl", - "Folder" : "Direktorijum", - "Image" : "Slika", "I know what I'm doing" : "Znam šta radim", "Reset password" : "Resetuj lozinku", "No" : "Ne", @@ -69,6 +66,7 @@ OC.L10N.register( "The object type is not specified." : "Tip objekta nije zadan.", "Delete" : "Obriši", "Add" : "Dodaj", + "_download %n file_::_download %n files_" : ["","",""], "The update was successful. Redirecting you to ownCloud now." : "Ažuriranje je uspelo. Prosleđivanje na ownCloud.", "Use the following link to reset your password: {link}" : "Koristite sledeći link za reset lozinke: {link}", "You will receive a link to reset your password via Email." : "Dobićete vezu za resetovanje lozinke putem e-pošte.", diff --git a/core/l10n/sr@latin.json b/core/l10n/sr@latin.json index aea1e83a2e..a358f57d02 100644 --- a/core/l10n/sr@latin.json +++ b/core/l10n/sr@latin.json @@ -19,9 +19,6 @@ "November" : "Novembar", "December" : "Decembar", "Settings" : "Podešavanja", - "File" : "Fajl", - "Folder" : "Direktorijum", - "Image" : "Slika", "I know what I'm doing" : "Znam šta radim", "Reset password" : "Resetuj lozinku", "No" : "Ne", @@ -67,6 +64,7 @@ "The object type is not specified." : "Tip objekta nije zadan.", "Delete" : "Obriši", "Add" : "Dodaj", + "_download %n file_::_download %n files_" : ["","",""], "The update was successful. Redirecting you to ownCloud now." : "Ažuriranje je uspelo. Prosleđivanje na ownCloud.", "Use the following link to reset your password: {link}" : "Koristite sledeći link za reset lozinke: {link}", "You will receive a link to reset your password via Email." : "Dobićete vezu za resetovanje lozinke putem e-pošte.", diff --git a/core/l10n/su.js b/core/l10n/su.js index 87077ecad9..49247f7174 100644 --- a/core/l10n/su.js +++ b/core/l10n/su.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : [""] + "_{count} file conflict_::_{count} file conflicts_" : [""], + "_download %n file_::_download %n files_" : [""] }, "nplurals=1; plural=0;"); diff --git a/core/l10n/su.json b/core/l10n/su.json index c499f69655..1d74617529 100644 --- a/core/l10n/su.json +++ b/core/l10n/su.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : [""] + "_{count} file conflict_::_{count} file conflicts_" : [""], + "_download %n file_::_download %n files_" : [""] },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/core/l10n/sv.js b/core/l10n/sv.js index 634e9c6bc2..c0066471dc 100644 --- a/core/l10n/sv.js +++ b/core/l10n/sv.js @@ -32,10 +32,6 @@ OC.L10N.register( "November" : "November", "December" : "December", "Settings" : "Inställningar", - "File" : "Fil", - "Folder" : "Mapp", - "Image" : "Bild", - "Audio" : "Ljud", "Saving..." : "Sparar...", "Couldn't send reset email. Please contact your administrator." : "Kunde inte skicka återställningsmail. Vänligen kontakta din administratör.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Länken för att återställa ditt lösenord har skickats till din e-mail. Om du inte mottar något inom kort, kontrollera spam/skräpkorgen.
Om det inte finns något där, vänligen kontakta din lokala administratör.", @@ -112,6 +108,7 @@ OC.L10N.register( "Edit tags" : "Editera taggar", "Error loading dialog template: {error}" : "Fel under laddning utav dialog mall: {fel}", "No tags selected for deletion." : "Inga taggar valda för borttagning.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Uppdaterar {productName} till version {version}, detta kan ta en stund.", "Please reload the page." : "Vänligen ladda om sidan.", "The update was unsuccessful." : "Uppdateringen misslyckades.", diff --git a/core/l10n/sv.json b/core/l10n/sv.json index a7108b44fc..82a228565e 100644 --- a/core/l10n/sv.json +++ b/core/l10n/sv.json @@ -30,10 +30,6 @@ "November" : "November", "December" : "December", "Settings" : "Inställningar", - "File" : "Fil", - "Folder" : "Mapp", - "Image" : "Bild", - "Audio" : "Ljud", "Saving..." : "Sparar...", "Couldn't send reset email. Please contact your administrator." : "Kunde inte skicka återställningsmail. Vänligen kontakta din administratör.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Länken för att återställa ditt lösenord har skickats till din e-mail. Om du inte mottar något inom kort, kontrollera spam/skräpkorgen.
Om det inte finns något där, vänligen kontakta din lokala administratör.", @@ -110,6 +106,7 @@ "Edit tags" : "Editera taggar", "Error loading dialog template: {error}" : "Fel under laddning utav dialog mall: {fel}", "No tags selected for deletion." : "Inga taggar valda för borttagning.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "Uppdaterar {productName} till version {version}, detta kan ta en stund.", "Please reload the page." : "Vänligen ladda om sidan.", "The update was unsuccessful." : "Uppdateringen misslyckades.", diff --git a/core/l10n/sw_KE.js b/core/l10n/sw_KE.js index c483b4ab65..5b92c594ac 100644 --- a/core/l10n/sw_KE.js +++ b/core/l10n/sw_KE.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/sw_KE.json b/core/l10n/sw_KE.json index 52ecaf565a..d2c1f43f96 100644 --- a/core/l10n/sw_KE.json +++ b/core/l10n/sw_KE.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/ta_IN.js b/core/l10n/ta_IN.js index eaa7584de0..53edc3b48b 100644 --- a/core/l10n/ta_IN.js +++ b/core/l10n/ta_IN.js @@ -3,6 +3,7 @@ OC.L10N.register( { "Settings" : "அமைப்புகள்", "_{count} file conflict_::_{count} file conflicts_" : ["",""], - "Send" : "அனுப்பவும்" + "Send" : "அனுப்பவும்", + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/ta_IN.json b/core/l10n/ta_IN.json index 0bfa5f4eed..97d32e4c18 100644 --- a/core/l10n/ta_IN.json +++ b/core/l10n/ta_IN.json @@ -1,6 +1,7 @@ { "translations": { "Settings" : "அமைப்புகள்", "_{count} file conflict_::_{count} file conflicts_" : ["",""], - "Send" : "அனுப்பவும்" + "Send" : "அனுப்பவும்", + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/ta_LK.js b/core/l10n/ta_LK.js index af71be68cf..520feac887 100644 --- a/core/l10n/ta_LK.js +++ b/core/l10n/ta_LK.js @@ -21,7 +21,6 @@ OC.L10N.register( "November" : "கார்த்திகை", "December" : "மார்கழி", "Settings" : "அமைப்புகள்", - "Folder" : "கோப்புறை", "Saving..." : "சேமிக்கப்படுகிறது...", "Reset password" : "மீளமைத்த கடவுச்சொல்", "No" : "இல்லை", @@ -56,6 +55,7 @@ OC.L10N.register( "The object type is not specified." : "பொருள் வகை குறிப்பிடப்படவில்லை.", "Delete" : "நீக்குக", "Add" : "சேர்க்க", + "_download %n file_::_download %n files_" : ["",""], "Use the following link to reset your password: {link}" : "உங்கள் கடவுச்சொல்லை மீளமைக்க பின்வரும் இணைப்பை பயன்படுத்தவும் : {இணைப்பு}", "You will receive a link to reset your password via Email." : "நீங்கள் மின்னஞ்சல் மூலம் உங்களுடைய கடவுச்சொல்லை மீளமைப்பதற்கான இணைப்பை பெறுவீர்கள். ", "Username" : "பயனாளர் பெயர்", diff --git a/core/l10n/ta_LK.json b/core/l10n/ta_LK.json index 079bdb6414..41cdfe8281 100644 --- a/core/l10n/ta_LK.json +++ b/core/l10n/ta_LK.json @@ -19,7 +19,6 @@ "November" : "கார்த்திகை", "December" : "மார்கழி", "Settings" : "அமைப்புகள்", - "Folder" : "கோப்புறை", "Saving..." : "சேமிக்கப்படுகிறது...", "Reset password" : "மீளமைத்த கடவுச்சொல்", "No" : "இல்லை", @@ -54,6 +53,7 @@ "The object type is not specified." : "பொருள் வகை குறிப்பிடப்படவில்லை.", "Delete" : "நீக்குக", "Add" : "சேர்க்க", + "_download %n file_::_download %n files_" : ["",""], "Use the following link to reset your password: {link}" : "உங்கள் கடவுச்சொல்லை மீளமைக்க பின்வரும் இணைப்பை பயன்படுத்தவும் : {இணைப்பு}", "You will receive a link to reset your password via Email." : "நீங்கள் மின்னஞ்சல் மூலம் உங்களுடைய கடவுச்சொல்லை மீளமைப்பதற்கான இணைப்பை பெறுவீர்கள். ", "Username" : "பயனாளர் பெயர்", diff --git a/core/l10n/te.js b/core/l10n/te.js index e6490dc40f..37dfe005ef 100644 --- a/core/l10n/te.js +++ b/core/l10n/te.js @@ -21,7 +21,6 @@ OC.L10N.register( "November" : "నవంబర్", "December" : "డిసెంబర్", "Settings" : "అమరికలు", - "Folder" : "సంచయం", "No" : "కాదు", "Yes" : "అవును", "Ok" : "సరే", @@ -35,6 +34,7 @@ OC.L10N.register( "Warning" : "హెచ్చరిక", "Delete" : "తొలగించు", "Add" : "చేర్చు", + "_download %n file_::_download %n files_" : ["",""], "Username" : "వాడుకరి పేరు", "New password" : "కొత్త సంకేతపదం", "Personal" : "వ్యక్తిగతం", diff --git a/core/l10n/te.json b/core/l10n/te.json index e3bd9a5049..d8224f5ffa 100644 --- a/core/l10n/te.json +++ b/core/l10n/te.json @@ -19,7 +19,6 @@ "November" : "నవంబర్", "December" : "డిసెంబర్", "Settings" : "అమరికలు", - "Folder" : "సంచయం", "No" : "కాదు", "Yes" : "అవును", "Ok" : "సరే", @@ -33,6 +32,7 @@ "Warning" : "హెచ్చరిక", "Delete" : "తొలగించు", "Add" : "చేర్చు", + "_download %n file_::_download %n files_" : ["",""], "Username" : "వాడుకరి పేరు", "New password" : "కొత్త సంకేతపదం", "Personal" : "వ్యక్తిగతం", diff --git a/core/l10n/tg_TJ.js b/core/l10n/tg_TJ.js index c483b4ab65..5b92c594ac 100644 --- a/core/l10n/tg_TJ.js +++ b/core/l10n/tg_TJ.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/tg_TJ.json b/core/l10n/tg_TJ.json index 52ecaf565a..d2c1f43f96 100644 --- a/core/l10n/tg_TJ.json +++ b/core/l10n/tg_TJ.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/th_TH.js b/core/l10n/th_TH.js index 2520386673..7b65977d95 100644 --- a/core/l10n/th_TH.js +++ b/core/l10n/th_TH.js @@ -21,8 +21,6 @@ OC.L10N.register( "November" : "พฤศจิกายน", "December" : "ธันวาคม", "Settings" : "ตั้งค่า", - "Folder" : "แฟ้มเอกสาร", - "Image" : "รูปภาพ", "Saving..." : "กำลังบันทึกข้อมูล...", "Reset password" : "เปลี่ยนรหัสผ่าน", "No" : "ไม่ตกลง", @@ -64,6 +62,7 @@ OC.L10N.register( "The object type is not specified." : "ชนิดของวัตถุยังไม่ได้รับการระบุ", "Delete" : "ลบ", "Add" : "เพิ่ม", + "_download %n file_::_download %n files_" : [""], "The update was successful. Redirecting you to ownCloud now." : "การอัพเดทเสร็จเรียบร้อยแล้ว กำลังเปลี่ยนเส้นทางไปที่ ownCloud อยู่ในขณะนี้", "Use the following link to reset your password: {link}" : "ใช้ลิงค์ต่อไปนี้เพื่อเปลี่ยนรหัสผ่านของคุณใหม่: {link}", "You will receive a link to reset your password via Email." : "คุณจะได้รับลิงค์เพื่อกำหนดรหัสผ่านใหม่ทางอีเมล์", diff --git a/core/l10n/th_TH.json b/core/l10n/th_TH.json index 94c2c6f0c6..12457e6775 100644 --- a/core/l10n/th_TH.json +++ b/core/l10n/th_TH.json @@ -19,8 +19,6 @@ "November" : "พฤศจิกายน", "December" : "ธันวาคม", "Settings" : "ตั้งค่า", - "Folder" : "แฟ้มเอกสาร", - "Image" : "รูปภาพ", "Saving..." : "กำลังบันทึกข้อมูล...", "Reset password" : "เปลี่ยนรหัสผ่าน", "No" : "ไม่ตกลง", @@ -62,6 +60,7 @@ "The object type is not specified." : "ชนิดของวัตถุยังไม่ได้รับการระบุ", "Delete" : "ลบ", "Add" : "เพิ่ม", + "_download %n file_::_download %n files_" : [""], "The update was successful. Redirecting you to ownCloud now." : "การอัพเดทเสร็จเรียบร้อยแล้ว กำลังเปลี่ยนเส้นทางไปที่ ownCloud อยู่ในขณะนี้", "Use the following link to reset your password: {link}" : "ใช้ลิงค์ต่อไปนี้เพื่อเปลี่ยนรหัสผ่านของคุณใหม่: {link}", "You will receive a link to reset your password via Email." : "คุณจะได้รับลิงค์เพื่อกำหนดรหัสผ่านใหม่ทางอีเมล์", diff --git a/core/l10n/tl_PH.js b/core/l10n/tl_PH.js index bc4e6c6bc6..7aa65e3a52 100644 --- a/core/l10n/tl_PH.js +++ b/core/l10n/tl_PH.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=(n > 1);"); diff --git a/core/l10n/tl_PH.json b/core/l10n/tl_PH.json index 4ebc0d2d45..207d775376 100644 --- a/core/l10n/tl_PH.json +++ b/core/l10n/tl_PH.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/core/l10n/tr.js b/core/l10n/tr.js index 607d766c3f..aa49a4a0fb 100644 --- a/core/l10n/tr.js +++ b/core/l10n/tr.js @@ -34,10 +34,6 @@ OC.L10N.register( "November" : "Kasım", "December" : "Aralık", "Settings" : "Ayarlar", - "File" : "Dosya", - "Folder" : "Klasör", - "Image" : "Resim", - "Audio" : "Ses", "Saving..." : "Kaydediliyor...", "Couldn't send reset email. Please contact your administrator." : "Sıfırlama e-postası gönderilemedi. Lütfen yöneticiniz ile iletişime geçin.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Parolanızı değiştirme bağlantısı e-posta adresinize gönderildi. Makul bir süre içerisinde almadıysanız spam/gereksiz klasörlerini kontrol ediniz.
Bu konumlarda da yoksa yerel sistem yöneticinize sorunuz.", @@ -114,6 +110,7 @@ OC.L10N.register( "Edit tags" : "Etiketleri düzenle", "Error loading dialog template: {error}" : "İletişim şablonu yüklenirken hata: {error}", "No tags selected for deletion." : "Silmek için bir etiket seçilmedi.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "{productName}, {version} sürümüne güncelleniyor, bu biraz zaman alabilir.", "Please reload the page." : "Lütfen sayfayı yeniden yükleyin.", "The update was unsuccessful." : "Güncelleme başarısız oldu.", diff --git a/core/l10n/tr.json b/core/l10n/tr.json index 51e08e3c72..24affb2ef3 100644 --- a/core/l10n/tr.json +++ b/core/l10n/tr.json @@ -32,10 +32,6 @@ "November" : "Kasım", "December" : "Aralık", "Settings" : "Ayarlar", - "File" : "Dosya", - "Folder" : "Klasör", - "Image" : "Resim", - "Audio" : "Ses", "Saving..." : "Kaydediliyor...", "Couldn't send reset email. Please contact your administrator." : "Sıfırlama e-postası gönderilemedi. Lütfen yöneticiniz ile iletişime geçin.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Parolanızı değiştirme bağlantısı e-posta adresinize gönderildi. Makul bir süre içerisinde almadıysanız spam/gereksiz klasörlerini kontrol ediniz.
Bu konumlarda da yoksa yerel sistem yöneticinize sorunuz.", @@ -112,6 +108,7 @@ "Edit tags" : "Etiketleri düzenle", "Error loading dialog template: {error}" : "İletişim şablonu yüklenirken hata: {error}", "No tags selected for deletion." : "Silmek için bir etiket seçilmedi.", + "_download %n file_::_download %n files_" : ["",""], "Updating {productName} to version {version}, this may take a while." : "{productName}, {version} sürümüne güncelleniyor, bu biraz zaman alabilir.", "Please reload the page." : "Lütfen sayfayı yeniden yükleyin.", "The update was unsuccessful." : "Güncelleme başarısız oldu.", diff --git a/core/l10n/tzm.js b/core/l10n/tzm.js index e7a57a1ef8..7cac02a385 100644 --- a/core/l10n/tzm.js +++ b/core/l10n/tzm.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] }, "nplurals=2; plural=(n == 0 || n == 1 || (n > 10 && n < 100) ? 0 : 1;"); diff --git a/core/l10n/tzm.json b/core/l10n/tzm.json index 653f556ff1..0de6b3684b 100644 --- a/core/l10n/tzm.json +++ b/core/l10n/tzm.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : ["",""] + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "_download %n file_::_download %n files_" : ["",""] },"pluralForm" :"nplurals=2; plural=(n == 0 || n == 1 || (n > 10 && n < 100) ? 0 : 1;" } \ No newline at end of file diff --git a/core/l10n/ug.js b/core/l10n/ug.js index 5895d94b3e..d6a74751c7 100644 --- a/core/l10n/ug.js +++ b/core/l10n/ug.js @@ -21,7 +21,6 @@ OC.L10N.register( "November" : "ئوغلاق", "December" : "كۆنەك", "Settings" : "تەڭشەكلەر", - "Folder" : "قىسقۇچ", "Saving..." : "ساقلاۋاتىدۇ…", "No" : "ياق", "Yes" : "ھەئە", @@ -38,6 +37,7 @@ OC.L10N.register( "Warning" : "ئاگاھلاندۇرۇش", "Delete" : "ئۆچۈر", "Add" : "قوش", + "_download %n file_::_download %n files_" : [""], "Username" : "ئىشلەتكۈچى ئاتى", "New password" : "يېڭى ئىم", "Personal" : "شەخسىي", diff --git a/core/l10n/ug.json b/core/l10n/ug.json index e253d465ab..bd061a8502 100644 --- a/core/l10n/ug.json +++ b/core/l10n/ug.json @@ -19,7 +19,6 @@ "November" : "ئوغلاق", "December" : "كۆنەك", "Settings" : "تەڭشەكلەر", - "Folder" : "قىسقۇچ", "Saving..." : "ساقلاۋاتىدۇ…", "No" : "ياق", "Yes" : "ھەئە", @@ -36,6 +35,7 @@ "Warning" : "ئاگاھلاندۇرۇش", "Delete" : "ئۆچۈر", "Add" : "قوش", + "_download %n file_::_download %n files_" : [""], "Username" : "ئىشلەتكۈچى ئاتى", "New password" : "يېڭى ئىم", "Personal" : "شەخسىي", diff --git a/core/l10n/uk.js b/core/l10n/uk.js index 4f3e9c2cba..a4ce73653d 100644 --- a/core/l10n/uk.js +++ b/core/l10n/uk.js @@ -34,10 +34,6 @@ OC.L10N.register( "November" : "Листопад", "December" : "Грудень", "Settings" : "Налаштування", - "File" : "Файл", - "Folder" : "Тека", - "Image" : "Зображення", - "Audio" : "Аудіо", "Saving..." : "Зберігаю...", "Couldn't send reset email. Please contact your administrator." : "Не можу надіслати email для скидання. Будь ласка, зверніться до вашого адміністратора.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Посилання для скидання вашого пароль було надіслано на ваш email. Якщо ви не отримали його найближчим часом, перевірте теку зі спамом.
Якщо і там немає, спитайте вашого місцевого адміністратора.", @@ -114,6 +110,7 @@ OC.L10N.register( "Edit tags" : "Редагувати теги", "Error loading dialog template: {error}" : "Помилка при завантаженні шаблону діалогу: {error}", "No tags selected for deletion." : "Жодних тегів не обрано для видалення.", + "_download %n file_::_download %n files_" : ["","",""], "Updating {productName} to version {version}, this may take a while." : "Оновлення {productName} до версії {version}, це може займати деякий час.", "Please reload the page." : "Будь ласка, перезавантажте сторінку.", "The update was unsuccessful." : "Оновлення завершилось невдачею.", diff --git a/core/l10n/uk.json b/core/l10n/uk.json index d6b2b9dbc2..885a797ee3 100644 --- a/core/l10n/uk.json +++ b/core/l10n/uk.json @@ -32,10 +32,6 @@ "November" : "Листопад", "December" : "Грудень", "Settings" : "Налаштування", - "File" : "Файл", - "Folder" : "Тека", - "Image" : "Зображення", - "Audio" : "Аудіо", "Saving..." : "Зберігаю...", "Couldn't send reset email. Please contact your administrator." : "Не можу надіслати email для скидання. Будь ласка, зверніться до вашого адміністратора.", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "Посилання для скидання вашого пароль було надіслано на ваш email. Якщо ви не отримали його найближчим часом, перевірте теку зі спамом.
Якщо і там немає, спитайте вашого місцевого адміністратора.", @@ -112,6 +108,7 @@ "Edit tags" : "Редагувати теги", "Error loading dialog template: {error}" : "Помилка при завантаженні шаблону діалогу: {error}", "No tags selected for deletion." : "Жодних тегів не обрано для видалення.", + "_download %n file_::_download %n files_" : ["","",""], "Updating {productName} to version {version}, this may take a while." : "Оновлення {productName} до версії {version}, це може займати деякий час.", "Please reload the page." : "Будь ласка, перезавантажте сторінку.", "The update was unsuccessful." : "Оновлення завершилось невдачею.", diff --git a/core/l10n/ur.js b/core/l10n/ur.js new file mode 100644 index 0000000000..6f4050f5fd --- /dev/null +++ b/core/l10n/ur.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "core", + { + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Error" : "خرابی" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/ur.json b/core/l10n/ur.json new file mode 100644 index 0000000000..a99dca571f --- /dev/null +++ b/core/l10n/ur.json @@ -0,0 +1,5 @@ +{ "translations": { + "_{count} file conflict_::_{count} file conflicts_" : ["",""], + "Error" : "خرابی" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/core/l10n/ur_PK.js b/core/l10n/ur_PK.js index bd8a3bba29..ce5c57e5fd 100644 --- a/core/l10n/ur_PK.js +++ b/core/l10n/ur_PK.js @@ -86,6 +86,7 @@ OC.L10N.register( "Delete" : "حذف کریں", "Add" : "شامل کریں", "Edit tags" : "ترمیم ٹیگز", + "_download %n file_::_download %n files_" : ["",""], "Please reload the page." : "براہ مہربانی صفحہ دوبارہ لوڈ کریں.", "The update was successful. Redirecting you to ownCloud now." : "اپ ڈیٹ کامیاب تھی۔ اپ کو اون کلوڈ سے منسلک کیا جا رہا ہے", "Use the following link to reset your password: {link}" : "اپنا پاسورڈ ری سیٹ کرنے کے لیے اس لنک پر کلک کریں۔ {link}", diff --git a/core/l10n/ur_PK.json b/core/l10n/ur_PK.json index d4477e742e..6f3a5993a9 100644 --- a/core/l10n/ur_PK.json +++ b/core/l10n/ur_PK.json @@ -84,6 +84,7 @@ "Delete" : "حذف کریں", "Add" : "شامل کریں", "Edit tags" : "ترمیم ٹیگز", + "_download %n file_::_download %n files_" : ["",""], "Please reload the page." : "براہ مہربانی صفحہ دوبارہ لوڈ کریں.", "The update was successful. Redirecting you to ownCloud now." : "اپ ڈیٹ کامیاب تھی۔ اپ کو اون کلوڈ سے منسلک کیا جا رہا ہے", "Use the following link to reset your password: {link}" : "اپنا پاسورڈ ری سیٹ کرنے کے لیے اس لنک پر کلک کریں۔ {link}", diff --git a/core/l10n/uz.js b/core/l10n/uz.js index 87077ecad9..49247f7174 100644 --- a/core/l10n/uz.js +++ b/core/l10n/uz.js @@ -1,6 +1,7 @@ OC.L10N.register( "core", { - "_{count} file conflict_::_{count} file conflicts_" : [""] + "_{count} file conflict_::_{count} file conflicts_" : [""], + "_download %n file_::_download %n files_" : [""] }, "nplurals=1; plural=0;"); diff --git a/core/l10n/uz.json b/core/l10n/uz.json index c499f69655..1d74617529 100644 --- a/core/l10n/uz.json +++ b/core/l10n/uz.json @@ -1,4 +1,5 @@ { "translations": { - "_{count} file conflict_::_{count} file conflicts_" : [""] + "_{count} file conflict_::_{count} file conflicts_" : [""], + "_download %n file_::_download %n files_" : [""] },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/core/l10n/vi.js b/core/l10n/vi.js index 76ad5232fd..5e48c7802d 100644 --- a/core/l10n/vi.js +++ b/core/l10n/vi.js @@ -30,7 +30,6 @@ OC.L10N.register( "November" : "Tháng 11", "December" : "Tháng 12", "Settings" : "Cài đặt", - "Folder" : "Thư mục", "Saving..." : "Đang lưu...", "Reset password" : "Khôi phục mật khẩu", "No" : "Không", @@ -89,6 +88,7 @@ OC.L10N.register( "Edit tags" : "Sửa thẻ", "Error loading dialog template: {error}" : "Lỗi khi tải mẫu hội thoại: {error}", "No tags selected for deletion." : "Không có thẻ nào được chọn để xóa", + "_download %n file_::_download %n files_" : [""], "Please reload the page." : "Vui lòng tải lại trang.", "The update was successful. Redirecting you to ownCloud now." : "Cập nhật thành công .Hệ thống sẽ đưa bạn tới ownCloud.", "%s password reset" : "%s thiết lập lại mật khẩu", diff --git a/core/l10n/vi.json b/core/l10n/vi.json index befec743e0..7567c0a65b 100644 --- a/core/l10n/vi.json +++ b/core/l10n/vi.json @@ -28,7 +28,6 @@ "November" : "Tháng 11", "December" : "Tháng 12", "Settings" : "Cài đặt", - "Folder" : "Thư mục", "Saving..." : "Đang lưu...", "Reset password" : "Khôi phục mật khẩu", "No" : "Không", @@ -87,6 +86,7 @@ "Edit tags" : "Sửa thẻ", "Error loading dialog template: {error}" : "Lỗi khi tải mẫu hội thoại: {error}", "No tags selected for deletion." : "Không có thẻ nào được chọn để xóa", + "_download %n file_::_download %n files_" : [""], "Please reload the page." : "Vui lòng tải lại trang.", "The update was successful. Redirecting you to ownCloud now." : "Cập nhật thành công .Hệ thống sẽ đưa bạn tới ownCloud.", "%s password reset" : "%s thiết lập lại mật khẩu", diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index 6037208c8a..da5521925e 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -34,10 +34,6 @@ OC.L10N.register( "November" : "十一月", "December" : "十二月", "Settings" : "设置", - "File" : "文件", - "Folder" : "文件夹", - "Image" : "图像", - "Audio" : "声音", "Saving..." : "保存中", "Couldn't send reset email. Please contact your administrator." : "未能成功发送重置邮件,请联系管理员。", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "密码重置邮件已经发送到您的电子邮箱中。如果您长时间没能收到邮件,请检查您的垃圾/广告邮件箱。
如果未能收到邮件请联系管理员。", @@ -114,6 +110,7 @@ OC.L10N.register( "Edit tags" : "编辑标签", "Error loading dialog template: {error}" : "加载对话框模板出错: {error}", "No tags selected for deletion." : "请选择要删除的标签。", + "_download %n file_::_download %n files_" : [""], "Updating {productName} to version {version}, this may take a while." : "更新 {productName} 到版本 {version},这可能需要一些时间。", "Please reload the page." : "请重新加载页面。", "The update was unsuccessful." : "更新未成功。", diff --git a/core/l10n/zh_CN.json b/core/l10n/zh_CN.json index ec286eae03..ff67feacad 100644 --- a/core/l10n/zh_CN.json +++ b/core/l10n/zh_CN.json @@ -32,10 +32,6 @@ "November" : "十一月", "December" : "十二月", "Settings" : "设置", - "File" : "文件", - "Folder" : "文件夹", - "Image" : "图像", - "Audio" : "声音", "Saving..." : "保存中", "Couldn't send reset email. Please contact your administrator." : "未能成功发送重置邮件,请联系管理员。", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "密码重置邮件已经发送到您的电子邮箱中。如果您长时间没能收到邮件,请检查您的垃圾/广告邮件箱。
如果未能收到邮件请联系管理员。", @@ -112,6 +108,7 @@ "Edit tags" : "编辑标签", "Error loading dialog template: {error}" : "加载对话框模板出错: {error}", "No tags selected for deletion." : "请选择要删除的标签。", + "_download %n file_::_download %n files_" : [""], "Updating {productName} to version {version}, this may take a while." : "更新 {productName} 到版本 {version},这可能需要一些时间。", "Please reload the page." : "请重新加载页面。", "The update was unsuccessful." : "更新未成功。", diff --git a/core/l10n/zh_HK.js b/core/l10n/zh_HK.js index 5caaa4a2f3..c36746e12f 100644 --- a/core/l10n/zh_HK.js +++ b/core/l10n/zh_HK.js @@ -21,10 +21,6 @@ OC.L10N.register( "November" : "十一月", "December" : "十二月", "Settings" : "設定", - "File" : "文件", - "Folder" : "資料夾", - "Image" : "圖片", - "Audio" : "聲音", "Saving..." : "儲存中...", "Reset password" : "重設密碼", "No" : "否", @@ -55,6 +51,7 @@ OC.L10N.register( "Warning" : "警告", "Delete" : "刪除", "Add" : "加入", + "_download %n file_::_download %n files_" : [""], "The update was successful. Redirecting you to ownCloud now." : "更新成功, 正", "Use the following link to reset your password: {link}" : "請用以下連結重設你的密碼: {link}", "You will receive a link to reset your password via Email." : "你將收到一封電郵", diff --git a/core/l10n/zh_HK.json b/core/l10n/zh_HK.json index 4d3bbaa8ae..294bdce33b 100644 --- a/core/l10n/zh_HK.json +++ b/core/l10n/zh_HK.json @@ -19,10 +19,6 @@ "November" : "十一月", "December" : "十二月", "Settings" : "設定", - "File" : "文件", - "Folder" : "資料夾", - "Image" : "圖片", - "Audio" : "聲音", "Saving..." : "儲存中...", "Reset password" : "重設密碼", "No" : "否", @@ -53,6 +49,7 @@ "Warning" : "警告", "Delete" : "刪除", "Add" : "加入", + "_download %n file_::_download %n files_" : [""], "The update was successful. Redirecting you to ownCloud now." : "更新成功, 正", "Use the following link to reset your password: {link}" : "請用以下連結重設你的密碼: {link}", "You will receive a link to reset your password via Email." : "你將收到一封電郵", diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js index a112af12d0..47a9f738ed 100644 --- a/core/l10n/zh_TW.js +++ b/core/l10n/zh_TW.js @@ -34,10 +34,6 @@ OC.L10N.register( "November" : "十一月", "December" : "十二月", "Settings" : "設定", - "File" : "檔案", - "Folder" : "資料夾", - "Image" : "圖片", - "Audio" : "音訊", "Saving..." : "儲存中...", "Couldn't send reset email. Please contact your administrator." : "無法寄送重設 email ,請聯絡系統管理員", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "重設密碼的連結已經 email 至你的信箱,如果你在一段時間內沒收到,請檢查垃圾郵件資料夾,如果還是找不到,請聯絡系統管理員。", @@ -114,6 +110,7 @@ OC.L10N.register( "Edit tags" : "編輯標籤", "Error loading dialog template: {error}" : "載入對話樣板出錯:{error}", "No tags selected for deletion." : "沒有選擇要刪除的標籤", + "_download %n file_::_download %n files_" : [""], "Updating {productName} to version {version}, this may take a while." : "正在更新 {productName} 到版本 {version} ,請稍候", "Please reload the page." : "請重新整理頁面", "The update was unsuccessful." : "更新失敗", diff --git a/core/l10n/zh_TW.json b/core/l10n/zh_TW.json index 0f09ca6286..875b5b5af4 100644 --- a/core/l10n/zh_TW.json +++ b/core/l10n/zh_TW.json @@ -32,10 +32,6 @@ "November" : "十一月", "December" : "十二月", "Settings" : "設定", - "File" : "檔案", - "Folder" : "資料夾", - "Image" : "圖片", - "Audio" : "音訊", "Saving..." : "儲存中...", "Couldn't send reset email. Please contact your administrator." : "無法寄送重設 email ,請聯絡系統管理員", "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.
If it is not there ask your local administrator." : "重設密碼的連結已經 email 至你的信箱,如果你在一段時間內沒收到,請檢查垃圾郵件資料夾,如果還是找不到,請聯絡系統管理員。", @@ -112,6 +108,7 @@ "Edit tags" : "編輯標籤", "Error loading dialog template: {error}" : "載入對話樣板出錯:{error}", "No tags selected for deletion." : "沒有選擇要刪除的標籤", + "_download %n file_::_download %n files_" : [""], "Updating {productName} to version {version}, this may take a while." : "正在更新 {productName} 到版本 {version} ,請稍候", "Please reload the page." : "請重新整理頁面", "The update was unsuccessful." : "更新失敗", diff --git a/l10n/templates/core.pot b/l10n/templates/core.pot index 19da0eb1bc..1bad346442 100644 --- a/l10n/templates/core.pot +++ b/l10n/templates/core.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: ownCloud Core 6.0.0\n" +"Project-Id-Version: ownCloud Core 8.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-10-29 01:54-0400\n" +"POT-Creation-Date: 2014-10-30 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -149,27 +149,11 @@ msgstr "" msgid "December" msgstr "" -#: js/js.js:499 +#: js/js.js:384 msgid "Settings" msgstr "" -#: js/js.js:588 -msgid "File" -msgstr "" - -#: js/js.js:589 -msgid "Folder" -msgstr "" - -#: js/js.js:590 -msgid "Image" -msgstr "" - -#: js/js.js:591 -msgid "Audio" -msgstr "" - -#: js/js.js:605 +#: js/js.js:483 msgid "Saving..." msgstr "" @@ -493,6 +477,31 @@ msgstr "" msgid "No tags selected for deletion." msgstr "" +#: js/tests/specs/l10nSpec.js:28 js/tests/specs/l10nSpec.js:31 +msgid "unknown text" +msgstr "" + +#: js/tests/specs/l10nSpec.js:34 +msgid "Hello world!" +msgstr "" + +#: js/tests/specs/l10nSpec.js:38 +msgid "sunny" +msgstr "" + +#: js/tests/specs/l10nSpec.js:38 +msgid "Hello {name}, the weather is {weather}" +msgstr "" + +#: js/tests/specs/l10nSpec.js:45 js/tests/specs/l10nSpec.js:48 +#: js/tests/specs/l10nSpec.js:51 js/tests/specs/l10nSpec.js:54 +#: js/tests/specs/l10nSpec.js:62 js/tests/specs/l10nSpec.js:65 +#: js/tests/specs/l10nSpec.js:68 js/tests/specs/l10nSpec.js:71 +msgid "download %n file" +msgid_plural "download %n files" +msgstr[0] "" +msgstr[1] "" + #: js/update.js:30 msgid "Updating {productName} to version {version}, this may take a while." msgstr "" diff --git a/l10n/templates/files.pot b/l10n/templates/files.pot index 5c3ce3328c..763d62dd0c 100644 --- a/l10n/templates/files.pot +++ b/l10n/templates/files.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: ownCloud Core 6.0.0\n" +"Project-Id-Version: ownCloud Core 8.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-10-29 01:54-0400\n" +"POT-Creation-Date: 2014-10-30 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files_encryption.pot b/l10n/templates/files_encryption.pot index c2190c3312..c6a7dd5f02 100644 --- a/l10n/templates/files_encryption.pot +++ b/l10n/templates/files_encryption.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: ownCloud Core 6.0.0\n" +"Project-Id-Version: ownCloud Core 8.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-10-29 01:54-0400\n" +"POT-Creation-Date: 2014-10-30 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/files_external.pot b/l10n/templates/files_external.pot index 0e58511397..b822a8caba 100644 --- a/l10n/templates/files_external.pot +++ b/l10n/templates/files_external.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: ownCloud Core 6.0.0\n" +"Project-Id-Version: ownCloud Core 8.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-10-29 01:54-0400\n" +"POT-Creation-Date: 2014-10-30 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -43,159 +43,159 @@ msgstr "" msgid "Step 2 failed. Exception: %s" msgstr "" -#: appinfo/app.php:35 js/app.js:32 templates/settings.php:9 +#: appinfo/app.php:37 js/app.js:32 templates/settings.php:9 msgid "External storage" msgstr "" -#: appinfo/app.php:44 +#: appinfo/app.php:46 msgid "Local" msgstr "" -#: appinfo/app.php:47 +#: appinfo/app.php:49 msgid "Location" msgstr "" -#: appinfo/app.php:50 +#: appinfo/app.php:52 msgid "Amazon S3" msgstr "" -#: appinfo/app.php:53 +#: appinfo/app.php:55 msgid "Key" msgstr "" -#: appinfo/app.php:54 +#: appinfo/app.php:56 msgid "Secret" msgstr "" -#: appinfo/app.php:55 appinfo/app.php:64 appinfo/app.php:112 +#: appinfo/app.php:57 appinfo/app.php:66 appinfo/app.php:114 msgid "Bucket" msgstr "" -#: appinfo/app.php:59 +#: appinfo/app.php:61 msgid "Amazon S3 and compliant" msgstr "" -#: appinfo/app.php:62 +#: appinfo/app.php:64 msgid "Access Key" msgstr "" -#: appinfo/app.php:63 +#: appinfo/app.php:65 msgid "Secret Key" msgstr "" -#: appinfo/app.php:65 +#: appinfo/app.php:67 msgid "Hostname" msgstr "" -#: appinfo/app.php:66 +#: appinfo/app.php:68 msgid "Port" msgstr "" -#: appinfo/app.php:67 +#: appinfo/app.php:69 msgid "Region" msgstr "" -#: appinfo/app.php:68 +#: appinfo/app.php:70 msgid "Enable SSL" msgstr "" -#: appinfo/app.php:69 +#: appinfo/app.php:71 msgid "Enable Path Style" msgstr "" -#: appinfo/app.php:77 +#: appinfo/app.php:79 msgid "App key" msgstr "" -#: appinfo/app.php:78 +#: appinfo/app.php:80 msgid "App secret" msgstr "" -#: appinfo/app.php:88 appinfo/app.php:129 appinfo/app.php:140 -#: appinfo/app.php:173 +#: appinfo/app.php:90 appinfo/app.php:131 appinfo/app.php:142 +#: appinfo/app.php:175 msgid "Host" msgstr "" -#: appinfo/app.php:89 appinfo/app.php:111 appinfo/app.php:130 -#: appinfo/app.php:152 appinfo/app.php:163 appinfo/app.php:174 +#: appinfo/app.php:91 appinfo/app.php:113 appinfo/app.php:132 +#: appinfo/app.php:154 appinfo/app.php:165 appinfo/app.php:176 msgid "Username" msgstr "" -#: appinfo/app.php:90 appinfo/app.php:131 appinfo/app.php:153 -#: appinfo/app.php:164 appinfo/app.php:175 +#: appinfo/app.php:92 appinfo/app.php:133 appinfo/app.php:155 +#: appinfo/app.php:166 appinfo/app.php:177 msgid "Password" msgstr "" -#: appinfo/app.php:91 appinfo/app.php:133 appinfo/app.php:143 -#: appinfo/app.php:154 appinfo/app.php:176 +#: appinfo/app.php:93 appinfo/app.php:135 appinfo/app.php:145 +#: appinfo/app.php:156 appinfo/app.php:178 msgid "Root" msgstr "" -#: appinfo/app.php:92 +#: appinfo/app.php:94 msgid "Secure ftps://" msgstr "" -#: appinfo/app.php:100 +#: appinfo/app.php:102 msgid "Client ID" msgstr "" -#: appinfo/app.php:101 +#: appinfo/app.php:103 msgid "Client secret" msgstr "" -#: appinfo/app.php:108 +#: appinfo/app.php:110 msgid "OpenStack Object Storage" msgstr "" -#: appinfo/app.php:113 +#: appinfo/app.php:115 msgid "Region (optional for OpenStack Object Storage)" msgstr "" -#: appinfo/app.php:114 +#: appinfo/app.php:116 msgid "API Key (required for Rackspace Cloud Files)" msgstr "" -#: appinfo/app.php:115 +#: appinfo/app.php:117 msgid "Tenantname (required for OpenStack Object Storage)" msgstr "" -#: appinfo/app.php:116 +#: appinfo/app.php:118 msgid "Password (required for OpenStack Object Storage)" msgstr "" -#: appinfo/app.php:117 +#: appinfo/app.php:119 msgid "Service Name (required for OpenStack Object Storage)" msgstr "" -#: appinfo/app.php:118 +#: appinfo/app.php:120 msgid "URL of identity endpoint (required for OpenStack Object Storage)" msgstr "" -#: appinfo/app.php:119 +#: appinfo/app.php:121 msgid "Timeout of HTTP requests in seconds" msgstr "" -#: appinfo/app.php:132 appinfo/app.php:142 +#: appinfo/app.php:134 appinfo/app.php:144 msgid "Share" msgstr "" -#: appinfo/app.php:137 +#: appinfo/app.php:139 msgid "SMB / CIFS using OC login" msgstr "" -#: appinfo/app.php:141 +#: appinfo/app.php:143 msgid "Username as share" msgstr "" -#: appinfo/app.php:151 appinfo/app.php:162 +#: appinfo/app.php:153 appinfo/app.php:164 msgid "URL" msgstr "" -#: appinfo/app.php:155 appinfo/app.php:166 +#: appinfo/app.php:157 appinfo/app.php:168 msgid "Secure https://" msgstr "" -#: appinfo/app.php:165 +#: appinfo/app.php:167 msgid "Remote subfolder" msgstr "" diff --git a/l10n/templates/files_sharing.pot b/l10n/templates/files_sharing.pot index c6cd18c7da..231090e3e5 100644 --- a/l10n/templates/files_sharing.pot +++ b/l10n/templates/files_sharing.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: ownCloud Core 6.0.0\n" +"Project-Id-Version: ownCloud Core 8.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-10-29 01:54-0400\n" +"POT-Creation-Date: 2014-10-30 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -33,15 +33,15 @@ msgstr "" msgid "Couldn't add remote share" msgstr "" -#: appinfo/app.php:39 js/app.js:34 +#: appinfo/app.php:40 js/app.js:34 msgid "Shared with you" msgstr "" -#: appinfo/app.php:51 js/app.js:53 +#: appinfo/app.php:52 js/app.js:53 msgid "Shared with others" msgstr "" -#: appinfo/app.php:60 js/app.js:72 +#: appinfo/app.php:61 js/app.js:72 msgid "Shared by link" msgstr "" diff --git a/l10n/templates/files_trashbin.pot b/l10n/templates/files_trashbin.pot index 0cbf30da9b..71302fbc7a 100644 --- a/l10n/templates/files_trashbin.pot +++ b/l10n/templates/files_trashbin.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: ownCloud Core 6.0.0\n" +"Project-Id-Version: ownCloud Core 8.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-10-29 01:54-0400\n" +"POT-Creation-Date: 2014-10-30 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -27,7 +27,7 @@ msgstr "" msgid "Couldn't restore %s" msgstr "" -#: appinfo/app.php:15 js/filelist.js:34 +#: appinfo/app.php:17 js/filelist.js:34 msgid "Deleted files" msgstr "" diff --git a/l10n/templates/files_versions.pot b/l10n/templates/files_versions.pot index c7bd658b6a..19817303dc 100644 --- a/l10n/templates/files_versions.pot +++ b/l10n/templates/files_versions.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: ownCloud Core 6.0.0\n" +"Project-Id-Version: ownCloud Core 8.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-10-29 01:54-0400\n" +"POT-Creation-Date: 2014-10-30 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/lib.pot b/l10n/templates/lib.pot index 21a4b38ba7..b89cd0d8e8 100644 --- a/l10n/templates/lib.pot +++ b/l10n/templates/lib.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: ownCloud Core 6.0.0\n" +"Project-Id-Version: ownCloud Core 8.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-10-29 01:54-0400\n" +"POT-Creation-Date: 2014-10-30 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -33,7 +33,7 @@ msgstr "" msgid "See %s" msgstr "" -#: base.php:209 private/util.php:458 +#: base.php:209 private/util.php:476 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " @@ -407,51 +407,51 @@ msgstr "" msgid "Could not find category \"%s\"" msgstr "" -#: private/template/functions.php:184 +#: private/template/functions.php:193 msgid "seconds ago" msgstr "" -#: private/template/functions.php:185 +#: private/template/functions.php:194 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" msgstr[1] "" -#: private/template/functions.php:186 +#: private/template/functions.php:195 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" msgstr[1] "" -#: private/template/functions.php:187 +#: private/template/functions.php:196 msgid "today" msgstr "" -#: private/template/functions.php:188 +#: private/template/functions.php:197 msgid "yesterday" msgstr "" -#: private/template/functions.php:190 +#: private/template/functions.php:199 msgid "%n day go" msgid_plural "%n days ago" msgstr[0] "" msgstr[1] "" -#: private/template/functions.php:192 +#: private/template/functions.php:201 msgid "last month" msgstr "" -#: private/template/functions.php:193 +#: private/template/functions.php:202 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" msgstr[1] "" -#: private/template/functions.php:195 +#: private/template/functions.php:204 msgid "last year" msgstr "" -#: private/template/functions.php:196 +#: private/template/functions.php:205 msgid "years ago" msgstr "" @@ -473,144 +473,144 @@ msgstr "" msgid "The username is already being used" msgstr "" -#: private/util.php:443 +#: private/util.php:461 msgid "No database drivers (sqlite, mysql, or postgresql) installed." msgstr "" -#: private/util.php:450 +#: private/util.php:468 #, php-format msgid "" "Permissions can usually be fixed by %sgiving the webserver write access to " "the root directory%s." msgstr "" -#: private/util.php:457 +#: private/util.php:475 msgid "Cannot write into \"config\" directory" msgstr "" -#: private/util.php:471 +#: private/util.php:489 msgid "Cannot write into \"apps\" directory" msgstr "" -#: private/util.php:472 +#: private/util.php:490 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the apps " "directory%s or disabling the appstore in the config file." msgstr "" -#: private/util.php:487 +#: private/util.php:505 #, php-format msgid "Cannot create \"data\" directory (%s)" msgstr "" -#: private/util.php:488 +#: private/util.php:506 #, php-format msgid "" "This can usually be fixed by giving the " "webserver write access to the root directory." msgstr "" -#: private/util.php:505 +#: private/util.php:523 #, php-format msgid "Setting locale to %s failed" msgstr "" -#: private/util.php:508 +#: private/util.php:526 msgid "" "Please install one of these locales on your system and restart your " "webserver." msgstr "" -#: private/util.php:537 +#: private/util.php:555 msgid "Please ask your server administrator to install the module." msgstr "" -#: private/util.php:557 +#: private/util.php:575 #, php-format msgid "PHP module %s not installed." msgstr "" -#: private/util.php:565 +#: private/util.php:583 #, php-format msgid "PHP %s or higher is required." msgstr "" -#: private/util.php:566 +#: private/util.php:584 msgid "" "Please ask your server administrator to update PHP to the latest version. " "Your PHP version is no longer supported by ownCloud and the PHP community." msgstr "" -#: private/util.php:577 +#: private/util.php:595 msgid "" "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work " "properly." msgstr "" -#: private/util.php:578 +#: private/util.php:596 msgid "" "PHP Safe Mode is a deprecated and mostly useless setting that should be " "disabled. Please ask your server administrator to disable it in php.ini or " "in your webserver config." msgstr "" -#: private/util.php:585 +#: private/util.php:603 msgid "" "Magic Quotes is enabled. ownCloud requires that it is disabled to work " "properly." msgstr "" -#: private/util.php:586 +#: private/util.php:604 msgid "" "Magic Quotes is a deprecated and mostly useless setting that should be " "disabled. Please ask your server administrator to disable it in php.ini or " "in your webserver config." msgstr "" -#: private/util.php:600 +#: private/util.php:618 msgid "PHP modules have been installed, but they are still listed as missing?" msgstr "" -#: private/util.php:601 +#: private/util.php:619 msgid "Please ask your server administrator to restart the web server." msgstr "" -#: private/util.php:631 +#: private/util.php:649 msgid "PostgreSQL >= 9 required" msgstr "" -#: private/util.php:632 +#: private/util.php:650 msgid "Please upgrade your database version" msgstr "" -#: private/util.php:639 +#: private/util.php:657 msgid "Error occurred while checking PostgreSQL version" msgstr "" -#: private/util.php:640 +#: private/util.php:658 msgid "" "Please make sure you have PostgreSQL >= 9 or check the logs for more " "information about the error" msgstr "" -#: private/util.php:705 +#: private/util.php:723 msgid "" "Please change the permissions to 0770 so that the directory cannot be listed " "by other users." msgstr "" -#: private/util.php:714 +#: private/util.php:732 #, php-format msgid "Data directory (%s) is readable by other users" msgstr "" -#: private/util.php:735 +#: private/util.php:753 #, php-format msgid "Data directory (%s) is invalid" msgstr "" -#: private/util.php:736 +#: private/util.php:754 msgid "" "Please check that the data directory contains a file \".ocdata\" in its root." msgstr "" diff --git a/l10n/templates/private.pot b/l10n/templates/private.pot index d91728a862..71ad775019 100644 --- a/l10n/templates/private.pot +++ b/l10n/templates/private.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: ownCloud Core 6.0.0\n" +"Project-Id-Version: ownCloud Core 8.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-10-29 01:54-0400\n" +"POT-Creation-Date: 2014-10-30 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -366,51 +366,51 @@ msgstr "" msgid "Could not find category \"%s\"" msgstr "" -#: template/functions.php:184 +#: template/functions.php:193 msgid "seconds ago" msgstr "" -#: template/functions.php:185 +#: template/functions.php:194 msgid "%n minute ago" msgid_plural "%n minutes ago" msgstr[0] "" msgstr[1] "" -#: template/functions.php:186 +#: template/functions.php:195 msgid "%n hour ago" msgid_plural "%n hours ago" msgstr[0] "" msgstr[1] "" -#: template/functions.php:187 +#: template/functions.php:196 msgid "today" msgstr "" -#: template/functions.php:188 +#: template/functions.php:197 msgid "yesterday" msgstr "" -#: template/functions.php:190 +#: template/functions.php:199 msgid "%n day go" msgid_plural "%n days ago" msgstr[0] "" msgstr[1] "" -#: template/functions.php:192 +#: template/functions.php:201 msgid "last month" msgstr "" -#: template/functions.php:193 +#: template/functions.php:202 msgid "%n month ago" msgid_plural "%n months ago" msgstr[0] "" msgstr[1] "" -#: template/functions.php:195 +#: template/functions.php:204 msgid "last year" msgstr "" -#: template/functions.php:196 +#: template/functions.php:205 msgid "years ago" msgstr "" @@ -432,151 +432,151 @@ msgstr "" msgid "The username is already being used" msgstr "" -#: util.php:443 +#: util.php:461 msgid "No database drivers (sqlite, mysql, or postgresql) installed." msgstr "" -#: util.php:450 +#: util.php:468 #, php-format msgid "" "Permissions can usually be fixed by %sgiving the webserver write access to " "the root directory%s." msgstr "" -#: util.php:457 +#: util.php:475 msgid "Cannot write into \"config\" directory" msgstr "" -#: util.php:458 +#: util.php:476 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the " "config directory%s." msgstr "" -#: util.php:471 +#: util.php:489 msgid "Cannot write into \"apps\" directory" msgstr "" -#: util.php:472 +#: util.php:490 #, php-format msgid "" "This can usually be fixed by %sgiving the webserver write access to the apps " "directory%s or disabling the appstore in the config file." msgstr "" -#: util.php:487 +#: util.php:505 #, php-format msgid "Cannot create \"data\" directory (%s)" msgstr "" -#: util.php:488 +#: util.php:506 #, php-format msgid "" "This can usually be fixed by giving the " "webserver write access to the root directory." msgstr "" -#: util.php:505 +#: util.php:523 #, php-format msgid "Setting locale to %s failed" msgstr "" -#: util.php:508 +#: util.php:526 msgid "" "Please install one of these locales on your system and restart your " "webserver." msgstr "" -#: util.php:537 +#: util.php:555 msgid "Please ask your server administrator to install the module." msgstr "" -#: util.php:557 +#: util.php:575 #, php-format msgid "PHP module %s not installed." msgstr "" -#: util.php:565 +#: util.php:583 #, php-format msgid "PHP %s or higher is required." msgstr "" -#: util.php:566 +#: util.php:584 msgid "" "Please ask your server administrator to update PHP to the latest version. " "Your PHP version is no longer supported by ownCloud and the PHP community." msgstr "" -#: util.php:577 +#: util.php:595 msgid "" "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work " "properly." msgstr "" -#: util.php:578 +#: util.php:596 msgid "" "PHP Safe Mode is a deprecated and mostly useless setting that should be " "disabled. Please ask your server administrator to disable it in php.ini or " "in your webserver config." msgstr "" -#: util.php:585 +#: util.php:603 msgid "" "Magic Quotes is enabled. ownCloud requires that it is disabled to work " "properly." msgstr "" -#: util.php:586 +#: util.php:604 msgid "" "Magic Quotes is a deprecated and mostly useless setting that should be " "disabled. Please ask your server administrator to disable it in php.ini or " "in your webserver config." msgstr "" -#: util.php:600 +#: util.php:618 msgid "PHP modules have been installed, but they are still listed as missing?" msgstr "" -#: util.php:601 +#: util.php:619 msgid "Please ask your server administrator to restart the web server." msgstr "" -#: util.php:631 +#: util.php:649 msgid "PostgreSQL >= 9 required" msgstr "" -#: util.php:632 +#: util.php:650 msgid "Please upgrade your database version" msgstr "" -#: util.php:639 +#: util.php:657 msgid "Error occurred while checking PostgreSQL version" msgstr "" -#: util.php:640 +#: util.php:658 msgid "" "Please make sure you have PostgreSQL >= 9 or check the logs for more " "information about the error" msgstr "" -#: util.php:705 +#: util.php:723 msgid "" "Please change the permissions to 0770 so that the directory cannot be listed " "by other users." msgstr "" -#: util.php:714 +#: util.php:732 #, php-format msgid "Data directory (%s) is readable by other users" msgstr "" -#: util.php:735 +#: util.php:753 #, php-format msgid "Data directory (%s) is invalid" msgstr "" -#: util.php:736 +#: util.php:754 msgid "" "Please check that the data directory contains a file \".ocdata\" in its root." msgstr "" diff --git a/l10n/templates/settings.pot b/l10n/templates/settings.pot index 0e40aa992e..3aecf464d6 100644 --- a/l10n/templates/settings.pot +++ b/l10n/templates/settings.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: ownCloud Core 6.0.0\n" +"Project-Id-Version: ownCloud Core 8.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-10-29 01:54-0400\n" +"POT-Creation-Date: 2014-10-30 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -948,11 +948,11 @@ msgstr "" msgid "Delete Encryption Keys" msgstr "" -#: templates/users/main.php:34 +#: templates/users/main.php:36 msgid "Show storage location" msgstr "" -#: templates/users/main.php:38 +#: templates/users/main.php:40 msgid "Show last log in" msgstr "" diff --git a/l10n/templates/user_ldap.pot b/l10n/templates/user_ldap.pot index 46767a0ecb..9cf7115d8d 100644 --- a/l10n/templates/user_ldap.pot +++ b/l10n/templates/user_ldap.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: ownCloud Core 6.0.0\n" +"Project-Id-Version: ownCloud Core 8.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-10-29 01:54-0400\n" +"POT-Creation-Date: 2014-10-30 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/l10n/templates/user_webdavauth.pot b/l10n/templates/user_webdavauth.pot index 544f02631d..e6dfe8e591 100644 --- a/l10n/templates/user_webdavauth.pot +++ b/l10n/templates/user_webdavauth.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: ownCloud Core 6.0.0\n" +"Project-Id-Version: ownCloud Core 8.0.0\n" "Report-Msgid-Bugs-To: translations@owncloud.org\n" -"POT-Creation-Date: 2014-10-29 01:54-0400\n" +"POT-Creation-Date: 2014-10-30 01:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/lib/l10n/ast.js b/lib/l10n/ast.js index 89fbe3b173..7c1dd6ed30 100644 --- a/lib/l10n/ast.js +++ b/lib/l10n/ast.js @@ -5,11 +5,14 @@ OC.L10N.register( "This can usually be fixed by giving the webserver write access to the config directory" : "Davezu esto pue iguase dándo-y al sirvidor web accesu d'escritura al direutoriu de configuración", "See %s" : "Mira %s", "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Davezu esto pue iguase %sdándo-y al sirvidor web accesu d'escritura al direutoriu de configuración%s.", + "Sample configuration detected" : "Configuración d'amuesa detectada", + "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Detectose que la configuración d'amuesa copiose. Esto pue encaboxar la instalación y dexala ensín soporte. Llee la documentación enantes de facer cambéos en config.php", "Help" : "Ayuda", "Personal" : "Personal", "Settings" : "Axustes", "Users" : "Usuarios", "Admin" : "Almin", + "Recommended" : "Recomendáu", "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "L'aplicación \\\"%s\\\" nun pue instalase porque nun ye compatible con esta versión d'ownCloud", "No app name specified" : "Nun s'especificó nome de l'aplicación", "Unknown filetype" : "Triba de ficheru desconocida", @@ -49,6 +52,7 @@ OC.L10N.register( "PostgreSQL username and/or password not valid" : "Nome d'usuariu o contraseña PostgreSQL non válidos", "Set an admin username." : "Afitar nome d'usuariu p'almin", "Set an admin password." : "Afitar contraseña p'almin", + "Can't create or write into the data directory %s" : "Nun pue crease o escribir dientro los datos del direutoriu %s", "%s shared »%s« with you" : "%s compartió »%s« contigo", "Sharing %s failed, because the file does not exist" : "Compartir %s falló, porque'l ficheru nun esiste", "You are not allowed to share %s" : "Nun tienes permisu pa compartir %s", @@ -96,6 +100,7 @@ OC.L10N.register( "Cannot create \"data\" directory (%s)" : "Nun pue crease'l direutoriu \"data\" (%s)", "This can usually be fixed by giving the webserver write access to the root directory." : "Esto pue iguase davezu dándo-y accesu d'escritura al direutoriu raigañu.", "Setting locale to %s failed" : "Falló l'activación del idioma %s", + "Please install one of these locales on your system and restart your webserver." : "Instala ún d'estos locales nel to sistema y reanicia'l sirvidor web", "Please ask your server administrator to install the module." : "Por favor, entrúga-y al to alministrador del sirvidor pa instalar el módulu.", "PHP module %s not installed." : "Nun ta instaláu'l módulu PHP %s", "PHP %s or higher is required." : "Necesítase PHP %s o superior", diff --git a/lib/l10n/ast.json b/lib/l10n/ast.json index c069b132a3..8585975ac1 100644 --- a/lib/l10n/ast.json +++ b/lib/l10n/ast.json @@ -3,11 +3,14 @@ "This can usually be fixed by giving the webserver write access to the config directory" : "Davezu esto pue iguase dándo-y al sirvidor web accesu d'escritura al direutoriu de configuración", "See %s" : "Mira %s", "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Davezu esto pue iguase %sdándo-y al sirvidor web accesu d'escritura al direutoriu de configuración%s.", + "Sample configuration detected" : "Configuración d'amuesa detectada", + "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Detectose que la configuración d'amuesa copiose. Esto pue encaboxar la instalación y dexala ensín soporte. Llee la documentación enantes de facer cambéos en config.php", "Help" : "Ayuda", "Personal" : "Personal", "Settings" : "Axustes", "Users" : "Usuarios", "Admin" : "Almin", + "Recommended" : "Recomendáu", "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "L'aplicación \\\"%s\\\" nun pue instalase porque nun ye compatible con esta versión d'ownCloud", "No app name specified" : "Nun s'especificó nome de l'aplicación", "Unknown filetype" : "Triba de ficheru desconocida", @@ -47,6 +50,7 @@ "PostgreSQL username and/or password not valid" : "Nome d'usuariu o contraseña PostgreSQL non válidos", "Set an admin username." : "Afitar nome d'usuariu p'almin", "Set an admin password." : "Afitar contraseña p'almin", + "Can't create or write into the data directory %s" : "Nun pue crease o escribir dientro los datos del direutoriu %s", "%s shared »%s« with you" : "%s compartió »%s« contigo", "Sharing %s failed, because the file does not exist" : "Compartir %s falló, porque'l ficheru nun esiste", "You are not allowed to share %s" : "Nun tienes permisu pa compartir %s", @@ -94,6 +98,7 @@ "Cannot create \"data\" directory (%s)" : "Nun pue crease'l direutoriu \"data\" (%s)", "This can usually be fixed by giving the webserver write access to the root directory." : "Esto pue iguase davezu dándo-y accesu d'escritura al direutoriu raigañu.", "Setting locale to %s failed" : "Falló l'activación del idioma %s", + "Please install one of these locales on your system and restart your webserver." : "Instala ún d'estos locales nel to sistema y reanicia'l sirvidor web", "Please ask your server administrator to install the module." : "Por favor, entrúga-y al to alministrador del sirvidor pa instalar el módulu.", "PHP module %s not installed." : "Nun ta instaláu'l módulu PHP %s", "PHP %s or higher is required." : "Necesítase PHP %s o superior", diff --git a/lib/l10n/eu.js b/lib/l10n/eu.js index 0c28167130..b5b6b7d364 100644 --- a/lib/l10n/eu.js +++ b/lib/l10n/eu.js @@ -12,6 +12,7 @@ OC.L10N.register( "Settings" : "Ezarpenak", "Users" : "Erabiltzaileak", "Admin" : "Admin", + "Recommended" : "Aholkatuta", "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "\\\"%s\\\" Aplikazioa ezin da instalatu ownCloud bertsio honekin bateragarria ez delako.", "No app name specified" : "Ez da aplikazioaren izena zehaztu", "Unknown filetype" : "Fitxategi mota ezezaguna", @@ -51,6 +52,7 @@ OC.L10N.register( "PostgreSQL username and/or password not valid" : "PostgreSQL erabiltzaile edota pasahitza ez dira egokiak.", "Set an admin username." : "Ezarri administraziorako erabiltzaile izena.", "Set an admin password." : "Ezarri administraziorako pasahitza.", + "Can't create or write into the data directory %s" : "Ezin da %s datu karpeta sortu edo bertan idatzi ", "%s shared »%s« with you" : "%s-ek »%s« zurekin partekatu du", "Sharing %s failed, because the file does not exist" : "%s elkarbanatzeak huts egin du, fitxategia ez delako existitzen", "You are not allowed to share %s" : "Ez zadue %s elkarbanatzeko baimendua", diff --git a/lib/l10n/eu.json b/lib/l10n/eu.json index a8213f297e..77a7f6f095 100644 --- a/lib/l10n/eu.json +++ b/lib/l10n/eu.json @@ -10,6 +10,7 @@ "Settings" : "Ezarpenak", "Users" : "Erabiltzaileak", "Admin" : "Admin", + "Recommended" : "Aholkatuta", "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "\\\"%s\\\" Aplikazioa ezin da instalatu ownCloud bertsio honekin bateragarria ez delako.", "No app name specified" : "Ez da aplikazioaren izena zehaztu", "Unknown filetype" : "Fitxategi mota ezezaguna", @@ -49,6 +50,7 @@ "PostgreSQL username and/or password not valid" : "PostgreSQL erabiltzaile edota pasahitza ez dira egokiak.", "Set an admin username." : "Ezarri administraziorako erabiltzaile izena.", "Set an admin password." : "Ezarri administraziorako pasahitza.", + "Can't create or write into the data directory %s" : "Ezin da %s datu karpeta sortu edo bertan idatzi ", "%s shared »%s« with you" : "%s-ek »%s« zurekin partekatu du", "Sharing %s failed, because the file does not exist" : "%s elkarbanatzeak huts egin du, fitxategia ez delako existitzen", "You are not allowed to share %s" : "Ez zadue %s elkarbanatzeko baimendua", diff --git a/lib/l10n/hi_IN.js b/lib/l10n/hi_IN.js new file mode 100644 index 0000000000..da0dcc6bdd --- /dev/null +++ b/lib/l10n/hi_IN.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "lib", + { + "_%n minute ago_::_%n minutes ago_" : ["",""], + "_%n hour ago_::_%n hours ago_" : ["",""], + "_%n day go_::_%n days ago_" : ["",""], + "_%n month ago_::_%n months ago_" : ["",""] +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/hi_IN.json b/lib/l10n/hi_IN.json new file mode 100644 index 0000000000..4286553dd0 --- /dev/null +++ b/lib/l10n/hi_IN.json @@ -0,0 +1,7 @@ +{ "translations": { + "_%n minute ago_::_%n minutes ago_" : ["",""], + "_%n hour ago_::_%n hours ago_" : ["",""], + "_%n day go_::_%n days ago_" : ["",""], + "_%n month ago_::_%n months ago_" : ["",""] +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/lib/l10n/id.js b/lib/l10n/id.js index 42de487f65..368cb6b792 100644 --- a/lib/l10n/id.js +++ b/lib/l10n/id.js @@ -1,12 +1,19 @@ OC.L10N.register( "lib", { + "Cannot write into \"config\" directory!" : "Tidak dapat menulis kedalam direktori \"config\"!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Hal ini biasanya dapat diperbaiki dengan memberikan akses tulis bagi situs web ke direktori config", + "See %s" : "Lihat %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Hal ini biasanya dapat diperbaiki dengan %s memberikan akses tulis bagi situs web ke %s direktori config.", + "Sample configuration detected" : "Konfigurasi sampel ditemukan", + "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Ditemukan bahwa konfigurasi sampel telah disalin. Hal ini dapat merusak instalasi Anda dan tidak didukung. Silahkan baca dokumentasi sebelum melakukan perubahan pada config.php", "Help" : "Bantuan", "Personal" : "Pribadi", "Settings" : "Pengaturan", "Users" : "Pengguna", "Admin" : "Admin", "Recommended" : "Direkomendasikan", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "Aplikasi \\\"%s\\\" tidak dapat diinstal karena tidak kompatibel denga versi ownCloud ini.", "No app name specified" : "Tidak ada nama apl yang ditentukan", "Unknown filetype" : "Tipe berkas tak dikenal", "Invalid image" : "Gambar tidak sah", @@ -26,20 +33,46 @@ OC.L10N.register( "Application is not enabled" : "Aplikasi tidak diaktifkan", "Authentication error" : "Galat saat otentikasi", "Token expired. Please reload page." : "Token sudah kedaluwarsa. Silakan muat ulang halaman.", + "Unknown user" : "Pengguna tidak dikenal", "%s enter the database username." : "%s masukkan nama pengguna basis data.", "%s enter the database name." : "%s masukkan nama basis data.", "%s you may not use dots in the database name" : "%s anda tidak boleh menggunakan karakter titik pada nama basis data", "MS SQL username and/or password not valid: %s" : "Nama pengguna dan/atau sandi MySQL tidak sah: %s", "You need to enter either an existing account or the administrator." : "Anda harus memasukkan akun yang sudah ada atau administrator.", - "DB Error: \"%s\"" : "Galat Basis Data: \"%s\"", + "MySQL/MariaDB username and/or password not valid" : "Nama pengguna dan/atau sandi MySQL/MariaDB tidak sah", + "DB Error: \"%s\"" : "Kesalahan Basis Data: \"%s\"", "Offending command was: \"%s\"" : "Perintah yang bermasalah: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "'%s'@'localhost' pengguna MySQL/MariaDB sudah ada.", + "Drop this user from MySQL/MariaDB" : "Drop pengguna ini dari MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "'%s'@'%%' pengguna MySQL/MariaDB sudah ada.", + "Drop this user from MySQL/MariaDB." : "Drop pengguna ini dari MySQL/MariaDB.", "Oracle connection could not be established" : "Koneksi Oracle tidak dapat dibuat", "Oracle username and/or password not valid" : "Nama pengguna dan/atau sandi Oracle tidak sah", "Offending command was: \"%s\", name: %s, password: %s" : "Perintah yang bermasalah: \"%s\", nama pengguna: %s, sandi: %s", "PostgreSQL username and/or password not valid" : "Nama pengguna dan/atau sandi PostgreSQL tidak valid", - "Set an admin username." : "Atur nama pengguna admin.", - "Set an admin password." : "Atur sandi admin.", + "Set an admin username." : "Tetapkan nama pengguna admin.", + "Set an admin password." : "Tetapkan sandi admin.", + "Can't create or write into the data directory %s" : "Tidak dapat membuat atau menulis kedalam direktori data %s", "%s shared »%s« with you" : "%s membagikan »%s« dengan anda", + "Sharing %s failed, because the file does not exist" : "Gagal membagikan %s, karena berkas tidak ada", + "You are not allowed to share %s" : "Anda tidak diizinkan untuk membagikan %s", + "Sharing %s failed, because the user %s is the item owner" : "Gagal membagikan %s, karena pengguna %s adalah pemilik item", + "Sharing %s failed, because the user %s does not exist" : "Gagal membagikan %s, karena pengguna %s tidak ada", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Gagal membagikan %s, karena pengguna %s bukan merupakan anggota dari grup yang %s ikuti", + "Sharing %s failed, because this item is already shared with %s" : "Gagal membagkan %s, karena item ini sudah dibagikan dengan %s", + "Sharing %s failed, because the group %s does not exist" : "Gagal membagikan %s, karena grup %s tidak ada", + "Sharing %s failed, because %s is not a member of the group %s" : "Gagal membagikan %s, karena %s bukan anggota dari grup %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Anda perlu memberikan sandi untuk membuat tautan publik, hanya tautan yang terlindungi yang diizinkan", + "Sharing %s failed, because sharing with links is not allowed" : "Gagal membagikan %s, karena berbag dengan tautan tidak diizinkan", + "Share type %s is not valid for %s" : "Barbagi tipe %s tidak sah untuk %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Pengaturan perizinan untuk %s gagal, karena karena izin melebihi izin yang diberikan untuk %s", + "Setting permissions for %s failed, because the item was not found" : "Pengaturan perizinan untuk %s gagal, karena item tidak ditemukan", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Tidak dapat menyetel tanggal kadaluarsa. Pembagian tidak dapat kadaluarsa lebih lambat dari %s setelah mereka dibagikan.", + "Cannot set expiration date. Expiration date is in the past" : "Tidak dapat menyetel tanggal kadaluarsa. Tanggal kadaluarsa dimasa lalu", + "Sharing %s failed, because the user %s is the original sharer" : "Gagal berbagi %s. karena pengguna %s adalah yang membagikan pertama", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Gagal membagikan %s, karena izin melebihi izin yang diberikan untuk %s", + "Sharing %s failed, because resharing is not allowed" : "Gagal berbagi %s, karena membagikan ulang tidak diizinkan", + "Sharing %s failed, because the file could not be found in the file cache" : "Gagal berbagi %s, karena berkas tidak ditemukan di berkas cache", "Could not find category \"%s\"" : "Tidak menemukan kategori \"%s\"", "seconds ago" : "beberapa detik yang lalu", "_%n minute ago_::_%n minutes ago_" : ["%n menit yang lalu"], @@ -51,7 +84,34 @@ OC.L10N.register( "_%n month ago_::_%n months ago_" : ["%n bulan yang lalu"], "last year" : "tahun kemarin", "years ago" : "beberapa tahun lalu", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Hanya karakter berikut yang diizinkan dalam nama pengguna: \"a-z\", \"A-Z\", \"0-9\", dan \"_.@-\"", "A valid username must be provided" : "Tuliskan nama pengguna yang valid", - "A valid password must be provided" : "Tuliskan sandi yang valid" + "A valid password must be provided" : "Tuliskan sandi yang valid", + "The username is already being used" : "Nama pengguna ini telah digunakan", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Tidak ada driver (sqlite, mysql, or postgresql) yang terinstal.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Perizinan biasanya dapat diperbaiki dengan %s memberikan akses tulis bagi situs web ke %s direktori root.", + "Cannot write into \"config\" directory" : "Tidak dapat menulis kedalam direktori \"config\"", + "Cannot write into \"apps\" directory" : "Tidak dapat menulis kedalam direktori \"apps\"", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Hal ini biasanya dapat diperbaiki dengan %s memberikan akses tulis bagi situs web ke %s direktori apps atau menonaktifkan toko aplikasi didalam berkas config.", + "Cannot create \"data\" directory (%s)" : "Tidak dapat membuat direktori (%s) \"data\"", + "This can usually be fixed by giving the webserver write access to the root directory." : "Hal ini biasanya dapat diperbaiki dengan memberikan akses tulis bagi situs web ke direktori root.", + "Setting locale to %s failed" : "Pengaturan lokal ke %s gagal", + "Please install one of these locales on your system and restart your webserver." : "Mohon instal paling tidak satu lokal pada sistem Anda dan jalankan ulang server web.", + "Please ask your server administrator to install the module." : "Mohon tanyakan administrator Anda untuk menginstal module.", + "PHP module %s not installed." : "Module PHP %s tidak terinstal.", + "PHP %s or higher is required." : "Diperlukan PHP %s atau yang lebih tinggi.", + "Please ask your server administrator to update PHP to the latest version. Your PHP version is no longer supported by ownCloud and the PHP community." : "Mohon tanyakan administrator Anda untuk memperbarui PHP ke versi terkini. Versi PHP Anda tidak lagi didukung oleh ownCloud dan komunitas PHP.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP Safe Mode diaktifkan. ownCloud memerlukan ini untuk dinonaktifkan untuk dapat bekerja dengan banar.", + "PHP modules have been installed, but they are still listed as missing?" : "Modul PHP telah terinstal, tetapi mereka terlihat tidak ada?", + "Please ask your server administrator to restart the web server." : "Mohon minta administrator Anda untuk menjalankan ulang server web.", + "PostgreSQL >= 9 required" : "Diperlukan PostgreSQL >= 9", + "Please upgrade your database version" : "Mohon perbarui versi basis data Anda", + "Error occurred while checking PostgreSQL version" : "Terjadi kesalahan saat memeriksa versi PostgreSQL", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Pastikan bahwa Anda memiliki PostgreSQL >= 9 atau periksa log untuk informasi lebih lanjut tentang kesalahan", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Mohon ubah perizinan menjadi 0770 sehingga direktori tersebut tidak dapat dilihat oleh pengguna lain.", + "Data directory (%s) is readable by other users" : "Direktori data (%s) dapat dibaca oleh pengguna lain", + "Data directory (%s) is invalid" : "Direktori data (%s) tidak sah", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Mohon periksa apakah direktori data berisi sebuah berkas \".ocdata\".", + "Could not obtain lock type %d on \"%s\"." : "Tidak bisa memperoleh jenis kunci %d pada \"%s\"." }, "nplurals=1; plural=0;"); diff --git a/lib/l10n/id.json b/lib/l10n/id.json index 6bc8f73622..e2b1712e1c 100644 --- a/lib/l10n/id.json +++ b/lib/l10n/id.json @@ -1,10 +1,17 @@ { "translations": { + "Cannot write into \"config\" directory!" : "Tidak dapat menulis kedalam direktori \"config\"!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Hal ini biasanya dapat diperbaiki dengan memberikan akses tulis bagi situs web ke direktori config", + "See %s" : "Lihat %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Hal ini biasanya dapat diperbaiki dengan %s memberikan akses tulis bagi situs web ke %s direktori config.", + "Sample configuration detected" : "Konfigurasi sampel ditemukan", + "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Ditemukan bahwa konfigurasi sampel telah disalin. Hal ini dapat merusak instalasi Anda dan tidak didukung. Silahkan baca dokumentasi sebelum melakukan perubahan pada config.php", "Help" : "Bantuan", "Personal" : "Pribadi", "Settings" : "Pengaturan", "Users" : "Pengguna", "Admin" : "Admin", "Recommended" : "Direkomendasikan", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "Aplikasi \\\"%s\\\" tidak dapat diinstal karena tidak kompatibel denga versi ownCloud ini.", "No app name specified" : "Tidak ada nama apl yang ditentukan", "Unknown filetype" : "Tipe berkas tak dikenal", "Invalid image" : "Gambar tidak sah", @@ -24,20 +31,46 @@ "Application is not enabled" : "Aplikasi tidak diaktifkan", "Authentication error" : "Galat saat otentikasi", "Token expired. Please reload page." : "Token sudah kedaluwarsa. Silakan muat ulang halaman.", + "Unknown user" : "Pengguna tidak dikenal", "%s enter the database username." : "%s masukkan nama pengguna basis data.", "%s enter the database name." : "%s masukkan nama basis data.", "%s you may not use dots in the database name" : "%s anda tidak boleh menggunakan karakter titik pada nama basis data", "MS SQL username and/or password not valid: %s" : "Nama pengguna dan/atau sandi MySQL tidak sah: %s", "You need to enter either an existing account or the administrator." : "Anda harus memasukkan akun yang sudah ada atau administrator.", - "DB Error: \"%s\"" : "Galat Basis Data: \"%s\"", + "MySQL/MariaDB username and/or password not valid" : "Nama pengguna dan/atau sandi MySQL/MariaDB tidak sah", + "DB Error: \"%s\"" : "Kesalahan Basis Data: \"%s\"", "Offending command was: \"%s\"" : "Perintah yang bermasalah: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "'%s'@'localhost' pengguna MySQL/MariaDB sudah ada.", + "Drop this user from MySQL/MariaDB" : "Drop pengguna ini dari MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "'%s'@'%%' pengguna MySQL/MariaDB sudah ada.", + "Drop this user from MySQL/MariaDB." : "Drop pengguna ini dari MySQL/MariaDB.", "Oracle connection could not be established" : "Koneksi Oracle tidak dapat dibuat", "Oracle username and/or password not valid" : "Nama pengguna dan/atau sandi Oracle tidak sah", "Offending command was: \"%s\", name: %s, password: %s" : "Perintah yang bermasalah: \"%s\", nama pengguna: %s, sandi: %s", "PostgreSQL username and/or password not valid" : "Nama pengguna dan/atau sandi PostgreSQL tidak valid", - "Set an admin username." : "Atur nama pengguna admin.", - "Set an admin password." : "Atur sandi admin.", + "Set an admin username." : "Tetapkan nama pengguna admin.", + "Set an admin password." : "Tetapkan sandi admin.", + "Can't create or write into the data directory %s" : "Tidak dapat membuat atau menulis kedalam direktori data %s", "%s shared »%s« with you" : "%s membagikan »%s« dengan anda", + "Sharing %s failed, because the file does not exist" : "Gagal membagikan %s, karena berkas tidak ada", + "You are not allowed to share %s" : "Anda tidak diizinkan untuk membagikan %s", + "Sharing %s failed, because the user %s is the item owner" : "Gagal membagikan %s, karena pengguna %s adalah pemilik item", + "Sharing %s failed, because the user %s does not exist" : "Gagal membagikan %s, karena pengguna %s tidak ada", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Gagal membagikan %s, karena pengguna %s bukan merupakan anggota dari grup yang %s ikuti", + "Sharing %s failed, because this item is already shared with %s" : "Gagal membagkan %s, karena item ini sudah dibagikan dengan %s", + "Sharing %s failed, because the group %s does not exist" : "Gagal membagikan %s, karena grup %s tidak ada", + "Sharing %s failed, because %s is not a member of the group %s" : "Gagal membagikan %s, karena %s bukan anggota dari grup %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Anda perlu memberikan sandi untuk membuat tautan publik, hanya tautan yang terlindungi yang diizinkan", + "Sharing %s failed, because sharing with links is not allowed" : "Gagal membagikan %s, karena berbag dengan tautan tidak diizinkan", + "Share type %s is not valid for %s" : "Barbagi tipe %s tidak sah untuk %s", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Pengaturan perizinan untuk %s gagal, karena karena izin melebihi izin yang diberikan untuk %s", + "Setting permissions for %s failed, because the item was not found" : "Pengaturan perizinan untuk %s gagal, karena item tidak ditemukan", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Tidak dapat menyetel tanggal kadaluarsa. Pembagian tidak dapat kadaluarsa lebih lambat dari %s setelah mereka dibagikan.", + "Cannot set expiration date. Expiration date is in the past" : "Tidak dapat menyetel tanggal kadaluarsa. Tanggal kadaluarsa dimasa lalu", + "Sharing %s failed, because the user %s is the original sharer" : "Gagal berbagi %s. karena pengguna %s adalah yang membagikan pertama", + "Sharing %s failed, because the permissions exceed permissions granted to %s" : "Gagal membagikan %s, karena izin melebihi izin yang diberikan untuk %s", + "Sharing %s failed, because resharing is not allowed" : "Gagal berbagi %s, karena membagikan ulang tidak diizinkan", + "Sharing %s failed, because the file could not be found in the file cache" : "Gagal berbagi %s, karena berkas tidak ditemukan di berkas cache", "Could not find category \"%s\"" : "Tidak menemukan kategori \"%s\"", "seconds ago" : "beberapa detik yang lalu", "_%n minute ago_::_%n minutes ago_" : ["%n menit yang lalu"], @@ -49,7 +82,34 @@ "_%n month ago_::_%n months ago_" : ["%n bulan yang lalu"], "last year" : "tahun kemarin", "years ago" : "beberapa tahun lalu", + "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Hanya karakter berikut yang diizinkan dalam nama pengguna: \"a-z\", \"A-Z\", \"0-9\", dan \"_.@-\"", "A valid username must be provided" : "Tuliskan nama pengguna yang valid", - "A valid password must be provided" : "Tuliskan sandi yang valid" + "A valid password must be provided" : "Tuliskan sandi yang valid", + "The username is already being used" : "Nama pengguna ini telah digunakan", + "No database drivers (sqlite, mysql, or postgresql) installed." : "Tidak ada driver (sqlite, mysql, or postgresql) yang terinstal.", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Perizinan biasanya dapat diperbaiki dengan %s memberikan akses tulis bagi situs web ke %s direktori root.", + "Cannot write into \"config\" directory" : "Tidak dapat menulis kedalam direktori \"config\"", + "Cannot write into \"apps\" directory" : "Tidak dapat menulis kedalam direktori \"apps\"", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Hal ini biasanya dapat diperbaiki dengan %s memberikan akses tulis bagi situs web ke %s direktori apps atau menonaktifkan toko aplikasi didalam berkas config.", + "Cannot create \"data\" directory (%s)" : "Tidak dapat membuat direktori (%s) \"data\"", + "This can usually be fixed by giving the webserver write access to the root directory." : "Hal ini biasanya dapat diperbaiki dengan memberikan akses tulis bagi situs web ke direktori root.", + "Setting locale to %s failed" : "Pengaturan lokal ke %s gagal", + "Please install one of these locales on your system and restart your webserver." : "Mohon instal paling tidak satu lokal pada sistem Anda dan jalankan ulang server web.", + "Please ask your server administrator to install the module." : "Mohon tanyakan administrator Anda untuk menginstal module.", + "PHP module %s not installed." : "Module PHP %s tidak terinstal.", + "PHP %s or higher is required." : "Diperlukan PHP %s atau yang lebih tinggi.", + "Please ask your server administrator to update PHP to the latest version. Your PHP version is no longer supported by ownCloud and the PHP community." : "Mohon tanyakan administrator Anda untuk memperbarui PHP ke versi terkini. Versi PHP Anda tidak lagi didukung oleh ownCloud dan komunitas PHP.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "PHP Safe Mode diaktifkan. ownCloud memerlukan ini untuk dinonaktifkan untuk dapat bekerja dengan banar.", + "PHP modules have been installed, but they are still listed as missing?" : "Modul PHP telah terinstal, tetapi mereka terlihat tidak ada?", + "Please ask your server administrator to restart the web server." : "Mohon minta administrator Anda untuk menjalankan ulang server web.", + "PostgreSQL >= 9 required" : "Diperlukan PostgreSQL >= 9", + "Please upgrade your database version" : "Mohon perbarui versi basis data Anda", + "Error occurred while checking PostgreSQL version" : "Terjadi kesalahan saat memeriksa versi PostgreSQL", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Pastikan bahwa Anda memiliki PostgreSQL >= 9 atau periksa log untuk informasi lebih lanjut tentang kesalahan", + "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Mohon ubah perizinan menjadi 0770 sehingga direktori tersebut tidak dapat dilihat oleh pengguna lain.", + "Data directory (%s) is readable by other users" : "Direktori data (%s) dapat dibaca oleh pengguna lain", + "Data directory (%s) is invalid" : "Direktori data (%s) tidak sah", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Mohon periksa apakah direktori data berisi sebuah berkas \".ocdata\".", + "Could not obtain lock type %d on \"%s\"." : "Tidak bisa memperoleh jenis kunci %d pada \"%s\"." },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js index 87411743f1..38aa3de36d 100644 --- a/lib/l10n/ja.js +++ b/lib/l10n/ja.js @@ -12,6 +12,7 @@ OC.L10N.register( "Settings" : "設定", "Users" : "ユーザー", "Admin" : "管理", + "Recommended" : "推奨", "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "アプリ \\\"%s\\\" をインストールできません。現在のownCloudのバージョンと互換性がありません。", "No app name specified" : "アプリ名が未指定", "Unknown filetype" : "不明なファイルタイプ", @@ -109,7 +110,7 @@ OC.L10N.register( "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "マジッククォートは有効です。ownCloudを適切に動作させるには無効にする必要があります。", "Magic Quotes is a deprecated and mostly useless setting that should be disabled. Please ask your server administrator to disable it in php.ini or in your webserver config." : "マジッククォートは推奨されておらず、ほとんど役に立たない設定のため、無効化すべきです。サーバー管理者に、php.iniもしくはWebサーバー設定で無効化するよう依頼してください。", "PHP modules have been installed, but they are still listed as missing?" : "PHP モジュールはインストールされていますが、まだ一覧に表示されていますか?", - "Please ask your server administrator to restart the web server." : "サーバー管理者にWEBサーバーを再起動するよう依頼してください。", + "Please ask your server administrator to restart the web server." : "サーバー管理者にWebサーバーを再起動するよう依頼してください。", "PostgreSQL >= 9 required" : "PostgreSQL >= 9 が必要です", "Please upgrade your database version" : "新しいバージョンのデータベースにアップグレードしてください", "Error occurred while checking PostgreSQL version" : "PostgreSQL のバージョンチェック中にエラーが発生しました", diff --git a/lib/l10n/ja.json b/lib/l10n/ja.json index dee2589dac..8a0db93468 100644 --- a/lib/l10n/ja.json +++ b/lib/l10n/ja.json @@ -10,6 +10,7 @@ "Settings" : "設定", "Users" : "ユーザー", "Admin" : "管理", + "Recommended" : "推奨", "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "アプリ \\\"%s\\\" をインストールできません。現在のownCloudのバージョンと互換性がありません。", "No app name specified" : "アプリ名が未指定", "Unknown filetype" : "不明なファイルタイプ", @@ -107,7 +108,7 @@ "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "マジッククォートは有効です。ownCloudを適切に動作させるには無効にする必要があります。", "Magic Quotes is a deprecated and mostly useless setting that should be disabled. Please ask your server administrator to disable it in php.ini or in your webserver config." : "マジッククォートは推奨されておらず、ほとんど役に立たない設定のため、無効化すべきです。サーバー管理者に、php.iniもしくはWebサーバー設定で無効化するよう依頼してください。", "PHP modules have been installed, but they are still listed as missing?" : "PHP モジュールはインストールされていますが、まだ一覧に表示されていますか?", - "Please ask your server administrator to restart the web server." : "サーバー管理者にWEBサーバーを再起動するよう依頼してください。", + "Please ask your server administrator to restart the web server." : "サーバー管理者にWebサーバーを再起動するよう依頼してください。", "PostgreSQL >= 9 required" : "PostgreSQL >= 9 が必要です", "Please upgrade your database version" : "新しいバージョンのデータベースにアップグレードしてください", "Error occurred while checking PostgreSQL version" : "PostgreSQL のバージョンチェック中にエラーが発生しました", diff --git a/lib/l10n/pl.js b/lib/l10n/pl.js index 318c9c4434..a766151eab 100644 --- a/lib/l10n/pl.js +++ b/lib/l10n/pl.js @@ -12,6 +12,7 @@ OC.L10N.register( "Settings" : "Ustawienia", "Users" : "Użytkownicy", "Admin" : "Administrator", + "Recommended" : "Polecane", "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "Aplikacja \\\"%s\\\" nie może zostać zainstalowana ponieważ nie jest kompatybilna z tą wersją ownCloud.", "No app name specified" : "Nie określono nazwy aplikacji", "Unknown filetype" : "Nieznany typ pliku", @@ -51,6 +52,7 @@ OC.L10N.register( "PostgreSQL username and/or password not valid" : "PostgreSQL: Nazwa użytkownika i/lub hasło jest niepoprawne", "Set an admin username." : "Ustaw nazwę administratora.", "Set an admin password." : "Ustaw hasło administratora.", + "Can't create or write into the data directory %s" : "Nie można tworzyć ani zapisywać w katalogu %s", "%s shared »%s« with you" : "%s Współdzielone »%s« z tobą", "Sharing %s failed, because the file does not exist" : "Wspóldzielenie %s nie powiodło się. ponieważ plik nie istnieje", "You are not allowed to share %s" : "Nie masz uprawnień aby udostępnić %s", diff --git a/lib/l10n/pl.json b/lib/l10n/pl.json index 354dfb065b..c546a115f5 100644 --- a/lib/l10n/pl.json +++ b/lib/l10n/pl.json @@ -10,6 +10,7 @@ "Settings" : "Ustawienia", "Users" : "Użytkownicy", "Admin" : "Administrator", + "Recommended" : "Polecane", "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "Aplikacja \\\"%s\\\" nie może zostać zainstalowana ponieważ nie jest kompatybilna z tą wersją ownCloud.", "No app name specified" : "Nie określono nazwy aplikacji", "Unknown filetype" : "Nieznany typ pliku", @@ -49,6 +50,7 @@ "PostgreSQL username and/or password not valid" : "PostgreSQL: Nazwa użytkownika i/lub hasło jest niepoprawne", "Set an admin username." : "Ustaw nazwę administratora.", "Set an admin password." : "Ustaw hasło administratora.", + "Can't create or write into the data directory %s" : "Nie można tworzyć ani zapisywać w katalogu %s", "%s shared »%s« with you" : "%s Współdzielone »%s« z tobą", "Sharing %s failed, because the file does not exist" : "Wspóldzielenie %s nie powiodło się. ponieważ plik nie istnieje", "You are not allowed to share %s" : "Nie masz uprawnień aby udostępnić %s", diff --git a/lib/l10n/sk.js b/lib/l10n/sk.js new file mode 100644 index 0000000000..55da1e782f --- /dev/null +++ b/lib/l10n/sk.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "lib", + { + "Personal" : "Osobné", + "Settings" : "Nastavenia", + "_%n minute ago_::_%n minutes ago_" : ["","",""], + "_%n hour ago_::_%n hours ago_" : ["","",""], + "_%n day go_::_%n days ago_" : ["","",""], + "_%n month ago_::_%n months ago_" : ["","",""] +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/lib/l10n/sk.json b/lib/l10n/sk.json new file mode 100644 index 0000000000..6c4da5395e --- /dev/null +++ b/lib/l10n/sk.json @@ -0,0 +1,9 @@ +{ "translations": { + "Personal" : "Osobné", + "Settings" : "Nastavenia", + "_%n minute ago_::_%n minutes ago_" : ["","",""], + "_%n hour ago_::_%n hours ago_" : ["","",""], + "_%n day go_::_%n days ago_" : ["","",""], + "_%n month ago_::_%n months ago_" : ["","",""] +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +} \ No newline at end of file diff --git a/lib/l10n/sl.js b/lib/l10n/sl.js index dba09956e4..aa783fbd69 100644 --- a/lib/l10n/sl.js +++ b/lib/l10n/sl.js @@ -2,13 +2,18 @@ OC.L10N.register( "lib", { "Cannot write into \"config\" directory!" : "Mapa 'config' nima določenih ustreznih dovoljenj za pisanje!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Napako je mogoče odpraviti z dodelitvijo dovoljenja spletnemu strežniku za pisanje v nastavitveno mapo.", "See %s" : "Oglejte si %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Napako je mogoče odpraviti z %sdodelitvijo dovoljenja spletnemu strežniku za pisanje v nastavitveno mapo%s.", "Sample configuration detected" : "Zaznana je neustrezna preizkusna nastavitev", + "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Zaznano je, da je bila v sistem kopirana datoteka z enostavno nastavitvijo. To lahko vpliva na namestitev in zato možnost ni podprta. Pred spremembami datoteke config.php si natančno preberite dokumentacijo.", "Help" : "Pomoč", "Personal" : "Osebno", "Settings" : "Nastavitve", "Users" : "Uporabniki", "Admin" : "Skrbništvo", + "Recommended" : "Priporočljivo", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "Programnika \\\"%s\\\" ni mogoče namestiti, ker različica programa ni skladna z različico okolja ownCloud.", "No app name specified" : "Ni podanega imena programa", "Unknown filetype" : "Neznana vrsta datoteke", "Invalid image" : "Neveljavna slika", @@ -47,6 +52,7 @@ OC.L10N.register( "PostgreSQL username and/or password not valid" : "Uporabniško ime ali geslo PostgreSQL ni veljavno", "Set an admin username." : "Nastavi uporabniško ime skrbnika.", "Set an admin password." : "Nastavi geslo skrbnika.", + "Can't create or write into the data directory %s" : "Ni mogoče zapisati podatkov v podatkovno mapo %s", "%s shared »%s« with you" : "%s je omogočil souporabo »%s«", "Sharing %s failed, because the file does not exist" : "Souporaba %s je spodletela, ker ta datoteka ne obstaja", "You are not allowed to share %s" : "Omogočanje souporabe %s brez ustreznih dovoljenj ni mogoče.", @@ -56,9 +62,14 @@ OC.L10N.register( "Sharing %s failed, because this item is already shared with %s" : "Nastavljanje souporabe %s je spodletela, ker je ima uporabnik %s predmet že v souporabi.", "Sharing %s failed, because the group %s does not exist" : "Nastavljanje souporabe %s je spodletelo, ker je skupina %s ne obstaja.", "Sharing %s failed, because %s is not a member of the group %s" : "Nastavljanje souporabe %s je spodletelo, ker uporabnik %s ni član skupine %s.", + "You need to provide a password to create a public link, only protected links are allowed" : "Navesti je treba geslo za ustvarjanje javne povezave, saj so dovoljene le zaščitene.", "Sharing %s failed, because sharing with links is not allowed" : "Nastavljanje souporabe %s je spodletelo, ker souporaba preko povezave ni dovoljena.", "Share type %s is not valid for %s" : "Vrsta souporabe %s za %s ni veljavna.", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Nastavljanje dovoljenj za %s je spodletelo, saj ta presegajo dovoljenja dodeljena uporabniku %s.", + "Setting permissions for %s failed, because the item was not found" : "Nastavljanje dovoljenj za %s je spodletelo, ker predmeta ni mogoče najti.", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Ni mogoče določiti datuma preteka. Ni dovoljeno, da so mape ali datoteke, dodeljene v souporabo, v souporabi po %s.", "Cannot set expiration date. Expiration date is in the past" : "Ni mogoče nastaviti datuma preteka. Ta datum je že preteklost.", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Souporaba ozadnjega programa %s mora vsebovati tudi vmesnik OCP\\Share_Backend", "Sharing backend %s not found" : "Ozadnjega programa %s za souporabo ni mogoče najti", "Sharing backend for %s not found" : "Ozadnjega programa za souporabo za %s ni mogoče najti", "Sharing %s failed, because the user %s is the original sharer" : "Nastavljanje souporabe %s je spodletelo, ker je uporabnik %s omogočil souporabo predmeta.", @@ -82,18 +93,28 @@ OC.L10N.register( "A valid password must be provided" : "Navedeno mora biti veljavno geslo", "The username is already being used" : "Vpisano uporabniško ime je že v uporabi", "No database drivers (sqlite, mysql, or postgresql) installed." : "Ni nameščenih programnikov podatkovnih zbirk (sqlite, mysql, ali postgresql).", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Dovoljenja je mogoče odpraviti z %sdodelitvijo dovoljenja spletnemu strežniku za pisanje korensko mapo%s.", "Cannot write into \"config\" directory" : "Mapa 'config' nima nastavljenih ustreznih dovoljenj za pisanje!", "Cannot write into \"apps\" directory" : "Mapa \"apps\" nima nastavljenih ustreznih dovoljenj za pisanje!", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Napako je mogoče odpraviti z dodelitvijo dovoljenja spletnemu strežniku %s za pisanje v mapo programov %s, ali pa z onemogočanjem nameščanja programov v nastavitveni datoteki.", + "Cannot create \"data\" directory (%s)" : "Ni mogoče ustvariti\"podatkovne\" mape (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Napako je mogoče odpraviti z dodelitvijo dovoljenja spletnemu strežniku za pisanje v korensko mapo.", "Setting locale to %s failed" : "Nastavljanje jezikovnih določil na %s je spodletelo.", + "Please install one of these locales on your system and restart your webserver." : "Namestiti je treba podporo za vsaj eno od navedenih jezikovnih določil v sistemu in nato ponovno zagnati spletni strežnik.", "Please ask your server administrator to install the module." : "Obvestite skrbnika strežnika, da je treba namestiti manjkajoč modul.", "PHP module %s not installed." : "Modul PHP %s ni nameščen.", "PHP %s or higher is required." : "Zahtevana je različica PHP %s ali višja.", "Please ask your server administrator to update PHP to the latest version. Your PHP version is no longer supported by ownCloud and the PHP community." : "Obvestite skrbnika strežnika, da je treba posodobiti okolje PHP na najnovejšo različico. Trenutno nameščene različice skupnost PHP in ownCloud ne podpira več.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "Omogočen je varni način PHP. Za pravilno delovanje system ownCloud je treba možnost onemogočiti.", + "PHP Safe Mode is a deprecated and mostly useless setting that should be disabled. Please ask your server administrator to disable it in php.ini or in your webserver config." : "Možnost varnega načina PHP je opuščena in jo je priporočljivo onemogočiti. Stopite v stik s skrbnikom sistema oziroma onemogočite možnost v datoteki php.ini ali med nastavitvami spletnega strežnika.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Omogočena je možnost Magic Quotes. Za pravilno delovanje sistema ownCloud je treba možnost onemogočiti.", + "Magic Quotes is a deprecated and mostly useless setting that should be disabled. Please ask your server administrator to disable it in php.ini or in your webserver config." : "Možnost Magic Quotes je opuščena in jo je priporočljivo onemogočiti. Stopite v stik s skrbnikom sistema oziroma onemogočite možnost v datoteki php.ini ali med nastavitvami spletnega strežnika.", "PHP modules have been installed, but they are still listed as missing?" : "Ali so bili moduli PHP nameščeni, pa so še vedno označeni kot manjkajoči?", "Please ask your server administrator to restart the web server." : "Obvestite skrbnika strežnika, da je treba ponovno zagnati spletni strežnik.", "PostgreSQL >= 9 required" : "Zahtevana je različica PostgreSQL >= 9.", "Please upgrade your database version" : "Posodobite različico podatkovne zbirke.", "Error occurred while checking PostgreSQL version" : "Prišlo je do napake med preverjanjem različice PostgreSQL.", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Prepričajte se, da je nameščena različica PostgreSQL >= 9 in preverite dnevniški zapis za več podrobnosti o napaki.", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Spremenite dovoljenja mape na 0770 in s tem onemogočite branje vsebine drugim uporabnikom.", "Data directory (%s) is readable by other users" : "Podatkovna mapa (%s) ima določena dovoljenja za branje skupine.", "Data directory (%s) is invalid" : "Podatkovna mapa (%s) ni veljavna.", diff --git a/lib/l10n/sl.json b/lib/l10n/sl.json index ac86bd8276..c0cbf41f71 100644 --- a/lib/l10n/sl.json +++ b/lib/l10n/sl.json @@ -1,12 +1,17 @@ { "translations": { "Cannot write into \"config\" directory!" : "Mapa 'config' nima določenih ustreznih dovoljenj za pisanje!", + "This can usually be fixed by giving the webserver write access to the config directory" : "Napako je mogoče odpraviti z dodelitvijo dovoljenja spletnemu strežniku za pisanje v nastavitveno mapo.", "See %s" : "Oglejte si %s", + "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Napako je mogoče odpraviti z %sdodelitvijo dovoljenja spletnemu strežniku za pisanje v nastavitveno mapo%s.", "Sample configuration detected" : "Zaznana je neustrezna preizkusna nastavitev", + "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Zaznano je, da je bila v sistem kopirana datoteka z enostavno nastavitvijo. To lahko vpliva na namestitev in zato možnost ni podprta. Pred spremembami datoteke config.php si natančno preberite dokumentacijo.", "Help" : "Pomoč", "Personal" : "Osebno", "Settings" : "Nastavitve", "Users" : "Uporabniki", "Admin" : "Skrbništvo", + "Recommended" : "Priporočljivo", + "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "Programnika \\\"%s\\\" ni mogoče namestiti, ker različica programa ni skladna z različico okolja ownCloud.", "No app name specified" : "Ni podanega imena programa", "Unknown filetype" : "Neznana vrsta datoteke", "Invalid image" : "Neveljavna slika", @@ -45,6 +50,7 @@ "PostgreSQL username and/or password not valid" : "Uporabniško ime ali geslo PostgreSQL ni veljavno", "Set an admin username." : "Nastavi uporabniško ime skrbnika.", "Set an admin password." : "Nastavi geslo skrbnika.", + "Can't create or write into the data directory %s" : "Ni mogoče zapisati podatkov v podatkovno mapo %s", "%s shared »%s« with you" : "%s je omogočil souporabo »%s«", "Sharing %s failed, because the file does not exist" : "Souporaba %s je spodletela, ker ta datoteka ne obstaja", "You are not allowed to share %s" : "Omogočanje souporabe %s brez ustreznih dovoljenj ni mogoče.", @@ -54,9 +60,14 @@ "Sharing %s failed, because this item is already shared with %s" : "Nastavljanje souporabe %s je spodletela, ker je ima uporabnik %s predmet že v souporabi.", "Sharing %s failed, because the group %s does not exist" : "Nastavljanje souporabe %s je spodletelo, ker je skupina %s ne obstaja.", "Sharing %s failed, because %s is not a member of the group %s" : "Nastavljanje souporabe %s je spodletelo, ker uporabnik %s ni član skupine %s.", + "You need to provide a password to create a public link, only protected links are allowed" : "Navesti je treba geslo za ustvarjanje javne povezave, saj so dovoljene le zaščitene.", "Sharing %s failed, because sharing with links is not allowed" : "Nastavljanje souporabe %s je spodletelo, ker souporaba preko povezave ni dovoljena.", "Share type %s is not valid for %s" : "Vrsta souporabe %s za %s ni veljavna.", + "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "Nastavljanje dovoljenj za %s je spodletelo, saj ta presegajo dovoljenja dodeljena uporabniku %s.", + "Setting permissions for %s failed, because the item was not found" : "Nastavljanje dovoljenj za %s je spodletelo, ker predmeta ni mogoče najti.", + "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "Ni mogoče določiti datuma preteka. Ni dovoljeno, da so mape ali datoteke, dodeljene v souporabo, v souporabi po %s.", "Cannot set expiration date. Expiration date is in the past" : "Ni mogoče nastaviti datuma preteka. Ta datum je že preteklost.", + "Sharing backend %s must implement the interface OCP\\Share_Backend" : "Souporaba ozadnjega programa %s mora vsebovati tudi vmesnik OCP\\Share_Backend", "Sharing backend %s not found" : "Ozadnjega programa %s za souporabo ni mogoče najti", "Sharing backend for %s not found" : "Ozadnjega programa za souporabo za %s ni mogoče najti", "Sharing %s failed, because the user %s is the original sharer" : "Nastavljanje souporabe %s je spodletelo, ker je uporabnik %s omogočil souporabo predmeta.", @@ -80,18 +91,28 @@ "A valid password must be provided" : "Navedeno mora biti veljavno geslo", "The username is already being used" : "Vpisano uporabniško ime je že v uporabi", "No database drivers (sqlite, mysql, or postgresql) installed." : "Ni nameščenih programnikov podatkovnih zbirk (sqlite, mysql, ali postgresql).", + "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Dovoljenja je mogoče odpraviti z %sdodelitvijo dovoljenja spletnemu strežniku za pisanje korensko mapo%s.", "Cannot write into \"config\" directory" : "Mapa 'config' nima nastavljenih ustreznih dovoljenj za pisanje!", "Cannot write into \"apps\" directory" : "Mapa \"apps\" nima nastavljenih ustreznih dovoljenj za pisanje!", + "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "Napako je mogoče odpraviti z dodelitvijo dovoljenja spletnemu strežniku %s za pisanje v mapo programov %s, ali pa z onemogočanjem nameščanja programov v nastavitveni datoteki.", + "Cannot create \"data\" directory (%s)" : "Ni mogoče ustvariti\"podatkovne\" mape (%s)", + "This can usually be fixed by giving the webserver write access to the root directory." : "Napako je mogoče odpraviti z dodelitvijo dovoljenja spletnemu strežniku za pisanje v korensko mapo.", "Setting locale to %s failed" : "Nastavljanje jezikovnih določil na %s je spodletelo.", + "Please install one of these locales on your system and restart your webserver." : "Namestiti je treba podporo za vsaj eno od navedenih jezikovnih določil v sistemu in nato ponovno zagnati spletni strežnik.", "Please ask your server administrator to install the module." : "Obvestite skrbnika strežnika, da je treba namestiti manjkajoč modul.", "PHP module %s not installed." : "Modul PHP %s ni nameščen.", "PHP %s or higher is required." : "Zahtevana je različica PHP %s ali višja.", "Please ask your server administrator to update PHP to the latest version. Your PHP version is no longer supported by ownCloud and the PHP community." : "Obvestite skrbnika strežnika, da je treba posodobiti okolje PHP na najnovejšo različico. Trenutno nameščene različice skupnost PHP in ownCloud ne podpira več.", + "PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." : "Omogočen je varni način PHP. Za pravilno delovanje system ownCloud je treba možnost onemogočiti.", + "PHP Safe Mode is a deprecated and mostly useless setting that should be disabled. Please ask your server administrator to disable it in php.ini or in your webserver config." : "Možnost varnega načina PHP je opuščena in jo je priporočljivo onemogočiti. Stopite v stik s skrbnikom sistema oziroma onemogočite možnost v datoteki php.ini ali med nastavitvami spletnega strežnika.", + "Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." : "Omogočena je možnost Magic Quotes. Za pravilno delovanje sistema ownCloud je treba možnost onemogočiti.", + "Magic Quotes is a deprecated and mostly useless setting that should be disabled. Please ask your server administrator to disable it in php.ini or in your webserver config." : "Možnost Magic Quotes je opuščena in jo je priporočljivo onemogočiti. Stopite v stik s skrbnikom sistema oziroma onemogočite možnost v datoteki php.ini ali med nastavitvami spletnega strežnika.", "PHP modules have been installed, but they are still listed as missing?" : "Ali so bili moduli PHP nameščeni, pa so še vedno označeni kot manjkajoči?", "Please ask your server administrator to restart the web server." : "Obvestite skrbnika strežnika, da je treba ponovno zagnati spletni strežnik.", "PostgreSQL >= 9 required" : "Zahtevana je različica PostgreSQL >= 9.", "Please upgrade your database version" : "Posodobite različico podatkovne zbirke.", "Error occurred while checking PostgreSQL version" : "Prišlo je do napake med preverjanjem različice PostgreSQL.", + "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "Prepričajte se, da je nameščena različica PostgreSQL >= 9 in preverite dnevniški zapis za več podrobnosti o napaki.", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Spremenite dovoljenja mape na 0770 in s tem onemogočite branje vsebine drugim uporabnikom.", "Data directory (%s) is readable by other users" : "Podatkovna mapa (%s) ima določena dovoljenja za branje skupine.", "Data directory (%s) is invalid" : "Podatkovna mapa (%s) ni veljavna.", diff --git a/lib/l10n/uk.js b/lib/l10n/uk.js index 6bc32b7f74..6e742fc0b9 100644 --- a/lib/l10n/uk.js +++ b/lib/l10n/uk.js @@ -21,22 +21,49 @@ OC.L10N.register( "App directory already exists" : "Тека додатку вже існує", "Can't create app folder. Please fix permissions. %s" : "Неможливо створити теку додатку. Будь ласка, виправте права доступу. %s", "No source specified when installing app" : "Не вказано джерело при встановлені додатку", + "No href specified when installing app from http" : "Не вказано атрибут href при встановлені додатку з http", + "No path specified when installing app from local file" : "Не вказано шлях при встановлені додатку з локального файлу", + "Archives of type %s are not supported" : "Архіви %s не підтримуються", + "Failed to open archive when installing app" : "Неможливо відкрити архів при встановлені додатку", + "App does not provide an info.xml file" : "Додаток не має файл info.xml", + "App can't be installed because of not allowed code in the App" : "Неможливо встановити додаток. Він містить заборонений код", + "App can't be installed because it is not compatible with this version of ownCloud" : "Неможливо встановити додаток, він є несумісним з даною версією ownCloud", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Неможливо встановити додаток, оскільки він містить параметр true заборонений додаткам, що не входять в поставку ", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Неможливо встановити додаток. Версія в файлі info.xml/version не співпадає з заявленою в магазині додатків", "Application is not enabled" : "Додаток не увімкнений", "Authentication error" : "Помилка автентифікації", "Token expired. Please reload page." : "Строк дії токена скінчився. Будь ласка, перезавантажте сторінку.", + "Unknown user" : "Невідомий користувач", "%s enter the database username." : "%s введіть ім'я користувача бази даних.", "%s enter the database name." : "%s введіть назву бази даних.", "%s you may not use dots in the database name" : "%s не можна використовувати крапки в назві бази даних", "MS SQL username and/or password not valid: %s" : "MS SQL ім'я користувача та/або пароль не дійсні: %s", "You need to enter either an existing account or the administrator." : "Вам потрібно ввести або існуючий обліковий запис або administrator.", + "MySQL/MariaDB username and/or password not valid" : "MySQL/MariaDB ім'я користувача та/або пароль не дійсні", "DB Error: \"%s\"" : "Помилка БД: \"%s\"", "Offending command was: \"%s\"" : "Команда, що викликала проблему: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "Користувач MySQL/MariaDB '%s'@'localhost' вже існує.", + "Drop this user from MySQL/MariaDB" : "Видалити цього користувача з MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "Користувач MySQL/MariaDB '%s'@'%%' вже існує", + "Drop this user from MySQL/MariaDB." : "Видалити цього користувача з MySQL/MariaDB.", + "Oracle connection could not be established" : "Не можемо з'єднатися з Oracle ", "Oracle username and/or password not valid" : "Oracle ім'я користувача та/або пароль не дійсні", "Offending command was: \"%s\", name: %s, password: %s" : "Команда, що викликала проблему: \"%s\", ім'я: %s, пароль: %s", "PostgreSQL username and/or password not valid" : "PostgreSQL ім'я користувача та/або пароль не дійсні", "Set an admin username." : "Встановіть ім'я адміністратора.", "Set an admin password." : "Встановіть пароль адміністратора.", + "Can't create or write into the data directory %s" : "Неможливо створити або записати каталог даних %s", "%s shared »%s« with you" : "%s розподілено »%s« з тобою", + "Sharing %s failed, because the file does not exist" : "Не вдалося поділитися %s, оскільки файл не існує", + "You are not allowed to share %s" : "Вам заборонено поширювати %s", + "Sharing %s failed, because the user %s is the item owner" : "Не вдалося поділитися з %s, оскільки %s вже є володарем", + "Sharing %s failed, because the user %s does not exist" : "Не вдалося поділитися з %s, оскільки користувач %s не існує", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Не вдалося поділитися %s, оскільки користувач %s не є членом будь-якої групи в яку входить %s", + "Sharing %s failed, because this item is already shared with %s" : "Не вдалося поділитися %s, оскільки файл вже в загальному доступі з %s", + "Sharing %s failed, because the group %s does not exist" : "Не вдалося поділитися %s, оскільки група %s не існує", + "Sharing %s failed, because %s is not a member of the group %s" : "Не вдалося поділитися %s, оскільки %s не є членом групи %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Вам необхідно задати пароль для створення публічного посилання. Дозволені лише захищені посилання", + "Sharing %s failed, because sharing with links is not allowed" : "Не вдалося поділитися %s, оскільки публічний доступ через посилання заборонений", "Could not find category \"%s\"" : "Не вдалося знайти категорію \"%s\"", "seconds ago" : "секунди тому", "_%n minute ago_::_%n minutes ago_" : ["","","%n хвилин тому"], diff --git a/lib/l10n/uk.json b/lib/l10n/uk.json index b2f1abd486..a08191e745 100644 --- a/lib/l10n/uk.json +++ b/lib/l10n/uk.json @@ -19,22 +19,49 @@ "App directory already exists" : "Тека додатку вже існує", "Can't create app folder. Please fix permissions. %s" : "Неможливо створити теку додатку. Будь ласка, виправте права доступу. %s", "No source specified when installing app" : "Не вказано джерело при встановлені додатку", + "No href specified when installing app from http" : "Не вказано атрибут href при встановлені додатку з http", + "No path specified when installing app from local file" : "Не вказано шлях при встановлені додатку з локального файлу", + "Archives of type %s are not supported" : "Архіви %s не підтримуються", + "Failed to open archive when installing app" : "Неможливо відкрити архів при встановлені додатку", + "App does not provide an info.xml file" : "Додаток не має файл info.xml", + "App can't be installed because of not allowed code in the App" : "Неможливо встановити додаток. Він містить заборонений код", + "App can't be installed because it is not compatible with this version of ownCloud" : "Неможливо встановити додаток, він є несумісним з даною версією ownCloud", + "App can't be installed because it contains the true tag which is not allowed for non shipped apps" : "Неможливо встановити додаток, оскільки він містить параметр true заборонений додаткам, що не входять в поставку ", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "Неможливо встановити додаток. Версія в файлі info.xml/version не співпадає з заявленою в магазині додатків", "Application is not enabled" : "Додаток не увімкнений", "Authentication error" : "Помилка автентифікації", "Token expired. Please reload page." : "Строк дії токена скінчився. Будь ласка, перезавантажте сторінку.", + "Unknown user" : "Невідомий користувач", "%s enter the database username." : "%s введіть ім'я користувача бази даних.", "%s enter the database name." : "%s введіть назву бази даних.", "%s you may not use dots in the database name" : "%s не можна використовувати крапки в назві бази даних", "MS SQL username and/or password not valid: %s" : "MS SQL ім'я користувача та/або пароль не дійсні: %s", "You need to enter either an existing account or the administrator." : "Вам потрібно ввести або існуючий обліковий запис або administrator.", + "MySQL/MariaDB username and/or password not valid" : "MySQL/MariaDB ім'я користувача та/або пароль не дійсні", "DB Error: \"%s\"" : "Помилка БД: \"%s\"", "Offending command was: \"%s\"" : "Команда, що викликала проблему: \"%s\"", + "MySQL/MariaDB user '%s'@'localhost' exists already." : "Користувач MySQL/MariaDB '%s'@'localhost' вже існує.", + "Drop this user from MySQL/MariaDB" : "Видалити цього користувача з MySQL/MariaDB", + "MySQL/MariaDB user '%s'@'%%' already exists" : "Користувач MySQL/MariaDB '%s'@'%%' вже існує", + "Drop this user from MySQL/MariaDB." : "Видалити цього користувача з MySQL/MariaDB.", + "Oracle connection could not be established" : "Не можемо з'єднатися з Oracle ", "Oracle username and/or password not valid" : "Oracle ім'я користувача та/або пароль не дійсні", "Offending command was: \"%s\", name: %s, password: %s" : "Команда, що викликала проблему: \"%s\", ім'я: %s, пароль: %s", "PostgreSQL username and/or password not valid" : "PostgreSQL ім'я користувача та/або пароль не дійсні", "Set an admin username." : "Встановіть ім'я адміністратора.", "Set an admin password." : "Встановіть пароль адміністратора.", + "Can't create or write into the data directory %s" : "Неможливо створити або записати каталог даних %s", "%s shared »%s« with you" : "%s розподілено »%s« з тобою", + "Sharing %s failed, because the file does not exist" : "Не вдалося поділитися %s, оскільки файл не існує", + "You are not allowed to share %s" : "Вам заборонено поширювати %s", + "Sharing %s failed, because the user %s is the item owner" : "Не вдалося поділитися з %s, оскільки %s вже є володарем", + "Sharing %s failed, because the user %s does not exist" : "Не вдалося поділитися з %s, оскільки користувач %s не існує", + "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Не вдалося поділитися %s, оскільки користувач %s не є членом будь-якої групи в яку входить %s", + "Sharing %s failed, because this item is already shared with %s" : "Не вдалося поділитися %s, оскільки файл вже в загальному доступі з %s", + "Sharing %s failed, because the group %s does not exist" : "Не вдалося поділитися %s, оскільки група %s не існує", + "Sharing %s failed, because %s is not a member of the group %s" : "Не вдалося поділитися %s, оскільки %s не є членом групи %s", + "You need to provide a password to create a public link, only protected links are allowed" : "Вам необхідно задати пароль для створення публічного посилання. Дозволені лише захищені посилання", + "Sharing %s failed, because sharing with links is not allowed" : "Не вдалося поділитися %s, оскільки публічний доступ через посилання заборонений", "Could not find category \"%s\"" : "Не вдалося знайти категорію \"%s\"", "seconds ago" : "секунди тому", "_%n minute ago_::_%n minutes ago_" : ["","","%n хвилин тому"], diff --git a/lib/l10n/ur.js b/lib/l10n/ur.js new file mode 100644 index 0000000000..da0dcc6bdd --- /dev/null +++ b/lib/l10n/ur.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "lib", + { + "_%n minute ago_::_%n minutes ago_" : ["",""], + "_%n hour ago_::_%n hours ago_" : ["",""], + "_%n day go_::_%n days ago_" : ["",""], + "_%n month ago_::_%n months ago_" : ["",""] +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/ur.json b/lib/l10n/ur.json new file mode 100644 index 0000000000..4286553dd0 --- /dev/null +++ b/lib/l10n/ur.json @@ -0,0 +1,7 @@ +{ "translations": { + "_%n minute ago_::_%n minutes ago_" : ["",""], + "_%n hour ago_::_%n hours ago_" : ["",""], + "_%n day go_::_%n days ago_" : ["",""], + "_%n month ago_::_%n months ago_" : ["",""] +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/settings/l10n/ast.js b/settings/l10n/ast.js index e7a8cac47b..1a101e07c6 100644 --- a/settings/l10n/ast.js +++ b/settings/l10n/ast.js @@ -1,7 +1,6 @@ OC.L10N.register( "settings", { - "Enabled" : "Habilitar", "Authentication error" : "Fallu d'autenticación", "Your full name has been changed." : "Camudóse'l nome completu.", "Unable to change full name" : "Nun pue camudase'l nome completu", @@ -31,6 +30,8 @@ OC.L10N.register( "Wrong admin recovery password. Please check the password and try again." : "Contraseña de recuperación d'alministrador incorreuta. Comprueba la contraseña ya inténtalo dempués.", "Back-end doesn't support password change, but the users encryption key was successfully updated." : "El back-end nun sofita cambeos de contraseña, pero la contraseña de cifráu del usuariu anovóse afechiscamente.", "Unable to change password" : "Nun pudo camudase la contraseña", + "Enabled" : "Habilitar", + "Recommended" : "Recomendáu", "Saved" : "Guardáu", "test email settings" : "probar configuración de corréu", "If you received this email, the settings seem to be correct." : "Si recibisti esti mensaxe de corréu-e, la to configuración ta correuta.", diff --git a/settings/l10n/ast.json b/settings/l10n/ast.json index 5524c431b0..4078bf842e 100644 --- a/settings/l10n/ast.json +++ b/settings/l10n/ast.json @@ -1,5 +1,4 @@ { "translations": { - "Enabled" : "Habilitar", "Authentication error" : "Fallu d'autenticación", "Your full name has been changed." : "Camudóse'l nome completu.", "Unable to change full name" : "Nun pue camudase'l nome completu", @@ -29,6 +28,8 @@ "Wrong admin recovery password. Please check the password and try again." : "Contraseña de recuperación d'alministrador incorreuta. Comprueba la contraseña ya inténtalo dempués.", "Back-end doesn't support password change, but the users encryption key was successfully updated." : "El back-end nun sofita cambeos de contraseña, pero la contraseña de cifráu del usuariu anovóse afechiscamente.", "Unable to change password" : "Nun pudo camudase la contraseña", + "Enabled" : "Habilitar", + "Recommended" : "Recomendáu", "Saved" : "Guardáu", "test email settings" : "probar configuración de corréu", "If you received this email, the settings seem to be correct." : "Si recibisti esti mensaxe de corréu-e, la to configuración ta correuta.", diff --git a/settings/l10n/bg_BG.js b/settings/l10n/bg_BG.js index b6ef50d19a..1e7ccea70a 100644 --- a/settings/l10n/bg_BG.js +++ b/settings/l10n/bg_BG.js @@ -71,6 +71,7 @@ OC.L10N.register( "A valid group name must be provided" : "Очаква се валидно име на група", "deleted {groupName}" : "{groupName} изтрит", "undo" : "възтановяване", + "no group" : "няма група", "never" : "никога", "deleted {userName}" : "{userName} изтрит", "add group" : "нова група", @@ -79,6 +80,7 @@ OC.L10N.register( "A valid password must be provided" : "Валидна парола трябва да бъде зададена.", "Warning: Home directory for user \"{user}\" already exists" : "Предупреждение: Личната директория на потребителя \"{user}\" вече съществува.", "__language_name__" : "__language_name__", + "Personal Info" : "Лична Информация", "SSL root certificates" : "SSL root сертификати", "Encryption" : "Криптиране", "Everything (fatal issues, errors, warnings, info, debug)" : "Всичко (фатални проблеми, грешки, предупреждения, информация, дебъгване)", @@ -227,6 +229,7 @@ OC.L10N.register( "Unlimited" : "Неограничено", "Other" : "Друга...", "Username" : "Потребителско Име", + "Group Admin for" : "Групов администратор за", "Quota" : "Квота", "Storage Location" : "Място за Запис", "Last Login" : "Последно Вписване", diff --git a/settings/l10n/bg_BG.json b/settings/l10n/bg_BG.json index 363cbe9b37..87e52dd3a8 100644 --- a/settings/l10n/bg_BG.json +++ b/settings/l10n/bg_BG.json @@ -69,6 +69,7 @@ "A valid group name must be provided" : "Очаква се валидно име на група", "deleted {groupName}" : "{groupName} изтрит", "undo" : "възтановяване", + "no group" : "няма група", "never" : "никога", "deleted {userName}" : "{userName} изтрит", "add group" : "нова група", @@ -77,6 +78,7 @@ "A valid password must be provided" : "Валидна парола трябва да бъде зададена.", "Warning: Home directory for user \"{user}\" already exists" : "Предупреждение: Личната директория на потребителя \"{user}\" вече съществува.", "__language_name__" : "__language_name__", + "Personal Info" : "Лична Информация", "SSL root certificates" : "SSL root сертификати", "Encryption" : "Криптиране", "Everything (fatal issues, errors, warnings, info, debug)" : "Всичко (фатални проблеми, грешки, предупреждения, информация, дебъгване)", @@ -225,6 +227,7 @@ "Unlimited" : "Неограничено", "Other" : "Друга...", "Username" : "Потребителско Име", + "Group Admin for" : "Групов администратор за", "Quota" : "Квота", "Storage Location" : "Място за Запис", "Last Login" : "Последно Вписване", diff --git a/settings/l10n/da.js b/settings/l10n/da.js index a0c4b88e13..9b90a77a8b 100644 --- a/settings/l10n/da.js +++ b/settings/l10n/da.js @@ -71,6 +71,7 @@ OC.L10N.register( "A valid group name must be provided" : "Et gyldigt gruppenavn skal angives ", "deleted {groupName}" : "slettede {groupName}", "undo" : "fortryd", + "no group" : "ingen gruppe", "never" : "aldrig", "deleted {userName}" : "slettede {userName}", "add group" : "Tilføj gruppe", @@ -228,6 +229,7 @@ OC.L10N.register( "Unlimited" : "Ubegrænset", "Other" : "Andet", "Username" : "Brugernavn", + "Group Admin for" : "Gruppeadministrator for", "Quota" : "Kvote", "Storage Location" : "Placering af lageret", "Last Login" : "Seneste login", diff --git a/settings/l10n/da.json b/settings/l10n/da.json index 328acf7880..10f163c422 100644 --- a/settings/l10n/da.json +++ b/settings/l10n/da.json @@ -69,6 +69,7 @@ "A valid group name must be provided" : "Et gyldigt gruppenavn skal angives ", "deleted {groupName}" : "slettede {groupName}", "undo" : "fortryd", + "no group" : "ingen gruppe", "never" : "aldrig", "deleted {userName}" : "slettede {userName}", "add group" : "Tilføj gruppe", @@ -226,6 +227,7 @@ "Unlimited" : "Ubegrænset", "Other" : "Andet", "Username" : "Brugernavn", + "Group Admin for" : "Gruppeadministrator for", "Quota" : "Kvote", "Storage Location" : "Placering af lageret", "Last Login" : "Seneste login", diff --git a/settings/l10n/de.js b/settings/l10n/de.js index 9c686e7f2b..2628486428 100644 --- a/settings/l10n/de.js +++ b/settings/l10n/de.js @@ -1,9 +1,6 @@ OC.L10N.register( "settings", { - "Enabled" : "Aktiviert", - "Not enabled" : "Nicht aktiviert", - "Recommended" : "Empfohlen", "Authentication error" : "Fehler bei der Anmeldung", "Your full name has been changed." : "Dein vollständiger Name ist geändert worden.", "Unable to change full name" : "Der vollständige Name konnte nicht geändert werden", @@ -33,6 +30,9 @@ OC.L10N.register( "Wrong admin recovery password. Please check the password and try again." : "Falsches Wiederherstellungspasswort für das Admin-Konto. Bitte überprüfe das Passwort und versuche es erneut.", "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Das Back-End unterstützt die Passwortänderung nicht, aber der Benutzerschlüssel wurde erfolgreich aktualisiert.", "Unable to change password" : "Passwort konnte nicht geändert werden", + "Enabled" : "Aktiviert", + "Not enabled" : "Nicht aktiviert", + "Recommended" : "Empfohlen", "Saved" : "Gespeichert", "test email settings" : "E-Mail-Einstellungen testen", "If you received this email, the settings seem to be correct." : "Wenn Sie diese E-Mail erhalten haben, sind die Einstellungen korrekt.", @@ -164,7 +164,7 @@ OC.L10N.register( "Version" : "Version", "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Entwickelt von der ownCloud-Community, der Quellcode ist unter der AGPL lizenziert.", "More apps" : "Mehr Apps", - "Add your app" : "Fügen Sie Ihre App hinzu", + "Add your app" : "Deine App hinzufügen", "by" : "von", "licensed" : "Lizenziert", "Documentation:" : "Dokumentation:", diff --git a/settings/l10n/de.json b/settings/l10n/de.json index 1d290029d1..ed665e8c5c 100644 --- a/settings/l10n/de.json +++ b/settings/l10n/de.json @@ -1,7 +1,4 @@ { "translations": { - "Enabled" : "Aktiviert", - "Not enabled" : "Nicht aktiviert", - "Recommended" : "Empfohlen", "Authentication error" : "Fehler bei der Anmeldung", "Your full name has been changed." : "Dein vollständiger Name ist geändert worden.", "Unable to change full name" : "Der vollständige Name konnte nicht geändert werden", @@ -31,6 +28,9 @@ "Wrong admin recovery password. Please check the password and try again." : "Falsches Wiederherstellungspasswort für das Admin-Konto. Bitte überprüfe das Passwort und versuche es erneut.", "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Das Back-End unterstützt die Passwortänderung nicht, aber der Benutzerschlüssel wurde erfolgreich aktualisiert.", "Unable to change password" : "Passwort konnte nicht geändert werden", + "Enabled" : "Aktiviert", + "Not enabled" : "Nicht aktiviert", + "Recommended" : "Empfohlen", "Saved" : "Gespeichert", "test email settings" : "E-Mail-Einstellungen testen", "If you received this email, the settings seem to be correct." : "Wenn Sie diese E-Mail erhalten haben, sind die Einstellungen korrekt.", @@ -162,7 +162,7 @@ "Version" : "Version", "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Entwickelt von der ownCloud-Community, der Quellcode ist unter der AGPL lizenziert.", "More apps" : "Mehr Apps", - "Add your app" : "Fügen Sie Ihre App hinzu", + "Add your app" : "Deine App hinzufügen", "by" : "von", "licensed" : "Lizenziert", "Documentation:" : "Dokumentation:", diff --git a/settings/l10n/de_DE.js b/settings/l10n/de_DE.js index 45b35b0abd..0a31f94a05 100644 --- a/settings/l10n/de_DE.js +++ b/settings/l10n/de_DE.js @@ -1,9 +1,6 @@ OC.L10N.register( "settings", { - "Enabled" : "Aktiviert", - "Not enabled" : "Nicht aktiviert", - "Recommended" : "Empfohlen", "Authentication error" : "Authentifizierungs-Fehler", "Your full name has been changed." : "Ihr vollständiger Name ist geändert worden.", "Unable to change full name" : "Der vollständige Name konnte nicht geändert werden", @@ -33,6 +30,9 @@ OC.L10N.register( "Wrong admin recovery password. Please check the password and try again." : "Falsches Wiederherstellungspasswort für das Admin-Konto. Bitte überprüfen Sie das Passwort und versuchen Sie es erneut.", "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Das Hintergrundprogramm unterstützt die Passwortänderung nicht, aber der Benutzerschlüssel wurde erfolgreich aktualisiert.", "Unable to change password" : "Passwort konnte nicht geändert werden", + "Enabled" : "Aktiviert", + "Not enabled" : "Nicht aktiviert", + "Recommended" : "Empfohlen", "Saved" : "Gespeichert", "test email settings" : "E-Mail-Einstellungen testen", "If you received this email, the settings seem to be correct." : "Wenn Sie diese E-Mail erhalten haben, scheinen die Einstellungen richtig zu sein.", @@ -164,7 +164,7 @@ OC.L10N.register( "Version" : "Version", "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Entwickelt von der ownCloud-Community. Der Quellcode ist unter der AGPL lizenziert.", "More apps" : "Mehr Apps", - "Add your app" : "Füge Deine App hinzu", + "Add your app" : "Ihre App hinzufügen", "by" : "von", "licensed" : "Lizenziert", "Documentation:" : "Dokumentation:", diff --git a/settings/l10n/de_DE.json b/settings/l10n/de_DE.json index 346e8790f3..589dceaa53 100644 --- a/settings/l10n/de_DE.json +++ b/settings/l10n/de_DE.json @@ -1,7 +1,4 @@ { "translations": { - "Enabled" : "Aktiviert", - "Not enabled" : "Nicht aktiviert", - "Recommended" : "Empfohlen", "Authentication error" : "Authentifizierungs-Fehler", "Your full name has been changed." : "Ihr vollständiger Name ist geändert worden.", "Unable to change full name" : "Der vollständige Name konnte nicht geändert werden", @@ -31,6 +28,9 @@ "Wrong admin recovery password. Please check the password and try again." : "Falsches Wiederherstellungspasswort für das Admin-Konto. Bitte überprüfen Sie das Passwort und versuchen Sie es erneut.", "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Das Hintergrundprogramm unterstützt die Passwortänderung nicht, aber der Benutzerschlüssel wurde erfolgreich aktualisiert.", "Unable to change password" : "Passwort konnte nicht geändert werden", + "Enabled" : "Aktiviert", + "Not enabled" : "Nicht aktiviert", + "Recommended" : "Empfohlen", "Saved" : "Gespeichert", "test email settings" : "E-Mail-Einstellungen testen", "If you received this email, the settings seem to be correct." : "Wenn Sie diese E-Mail erhalten haben, scheinen die Einstellungen richtig zu sein.", @@ -162,7 +162,7 @@ "Version" : "Version", "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Entwickelt von der ownCloud-Community. Der Quellcode ist unter der AGPL lizenziert.", "More apps" : "Mehr Apps", - "Add your app" : "Füge Deine App hinzu", + "Add your app" : "Ihre App hinzufügen", "by" : "von", "licensed" : "Lizenziert", "Documentation:" : "Dokumentation:", diff --git a/settings/l10n/el.js b/settings/l10n/el.js index d4c75399fa..7d9d0f4c4f 100644 --- a/settings/l10n/el.js +++ b/settings/l10n/el.js @@ -71,6 +71,7 @@ OC.L10N.register( "A valid group name must be provided" : "Πρέπει να δοθεί ένα έγκυρο όνομα ομάδας", "deleted {groupName}" : "διαγραφή {groupName}", "undo" : "αναίρεση", + "no group" : "καμια ομάδα", "never" : "ποτέ", "deleted {userName}" : "διαγραφή {userName}", "add group" : "προσθήκη ομάδας", diff --git a/settings/l10n/el.json b/settings/l10n/el.json index c2c202a320..f6a0aa3ef7 100644 --- a/settings/l10n/el.json +++ b/settings/l10n/el.json @@ -69,6 +69,7 @@ "A valid group name must be provided" : "Πρέπει να δοθεί ένα έγκυρο όνομα ομάδας", "deleted {groupName}" : "διαγραφή {groupName}", "undo" : "αναίρεση", + "no group" : "καμια ομάδα", "never" : "ποτέ", "deleted {userName}" : "διαγραφή {userName}", "add group" : "προσθήκη ομάδας", diff --git a/settings/l10n/es.js b/settings/l10n/es.js index 510f4c14c7..16c250d171 100644 --- a/settings/l10n/es.js +++ b/settings/l10n/es.js @@ -71,6 +71,7 @@ OC.L10N.register( "A valid group name must be provided" : "Se debe dar un nombre válido para el grupo ", "deleted {groupName}" : "borrado {groupName}", "undo" : "deshacer", + "no group" : "sin grupo", "never" : "nunca", "deleted {userName}" : "borrado {userName}", "add group" : "añadir Grupo", @@ -228,6 +229,7 @@ OC.L10N.register( "Unlimited" : "Ilimitado", "Other" : "Otro", "Username" : "Nombre de usuario", + "Group Admin for" : "Grupo administrador para", "Quota" : "Cuota", "Storage Location" : "Ubicación de almacenamiento", "Last Login" : "Último inicio de sesión", diff --git a/settings/l10n/es.json b/settings/l10n/es.json index 15113b4ff2..dcb17e3bfb 100644 --- a/settings/l10n/es.json +++ b/settings/l10n/es.json @@ -69,6 +69,7 @@ "A valid group name must be provided" : "Se debe dar un nombre válido para el grupo ", "deleted {groupName}" : "borrado {groupName}", "undo" : "deshacer", + "no group" : "sin grupo", "never" : "nunca", "deleted {userName}" : "borrado {userName}", "add group" : "añadir Grupo", @@ -226,6 +227,7 @@ "Unlimited" : "Ilimitado", "Other" : "Otro", "Username" : "Nombre de usuario", + "Group Admin for" : "Grupo administrador para", "Quota" : "Cuota", "Storage Location" : "Ubicación de almacenamiento", "Last Login" : "Último inicio de sesión", diff --git a/settings/l10n/eu.js b/settings/l10n/eu.js index d64a74f86b..94324f5b23 100644 --- a/settings/l10n/eu.js +++ b/settings/l10n/eu.js @@ -1,7 +1,6 @@ OC.L10N.register( "settings", { - "Enabled" : "Gaitua", "Authentication error" : "Autentifikazio errorea", "Your full name has been changed." : "Zure izena aldatu egin da.", "Unable to change full name" : "Ezin izan da izena aldatu", @@ -31,9 +30,12 @@ OC.L10N.register( "Wrong admin recovery password. Please check the password and try again." : "Administratzailearen berreskuratze pasahitza ez egokia. Mesedez egiaztatu pasahitza eta saiatu berriz.", "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Atzeko prozesuak ez du pasahitz aldaketa onartzen, baina erabiltzailearen enkriptatze gakoa ongi eguneratu da.", "Unable to change password" : "Ezin izan da pasahitza aldatu", + "Enabled" : "Gaitua", + "Recommended" : "Aholkatuta", "Saved" : "Gordeta", "test email settings" : "probatu eposta ezarpenak", "If you received this email, the settings seem to be correct." : "Eposta hau jaso baduzu, zure ezarpenak egokiak direnaren seinale", + "A problem occurred while sending the email. Please revise your settings." : "Arazo bat gertatu da eposta bidaltzean. Berrikusi zure ezarpenak.", "Email sent" : "Eposta bidalia", "You need to set your user email before being able to send test emails." : "Epostaren erabiltzailea zehaztu behar duzu probako eposta bidali aurretik.", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Ziur zaude gehitu nahi duzula \"{domain}\" domeinu fidagarri gisa?", @@ -57,6 +59,7 @@ OC.L10N.register( "So-so password" : "Halamoduzko pasahitza", "Good password" : "Pasahitz ona", "Strong password" : "Pasahitz sendoa", + "Valid until {date}" : "{date} arte baliogarria", "Delete" : "Ezabatu", "Decrypting files... Please wait, this can take some time." : "Fitxategiak deskodetzen... Itxaron, bere denbora eskatzen du.", "Delete encryption keys permanently." : "Ezabatu enkriptatze gakoak behin betiko", @@ -67,6 +70,7 @@ OC.L10N.register( "A valid group name must be provided" : "Baliozko talde izena eman behar da", "deleted {groupName}" : "{groupName} ezbatuta", "undo" : "desegin", + "no group" : "talderik ez", "never" : "inoiz", "deleted {userName}" : "{userName} ezabatuta", "add group" : "gehitu taldea", @@ -75,6 +79,7 @@ OC.L10N.register( "A valid password must be provided" : "Baliozko pasahitza eman behar da", "Warning: Home directory for user \"{user}\" already exists" : "Abisua: \"{user}\" erabiltzailearen Home karpeta dagoeneko exisititzen da", "__language_name__" : "Euskara", + "Personal Info" : "Informazio Pertsonala", "SSL root certificates" : "SSL erro ziurtagiriak", "Encryption" : "Enkriptazioa", "Everything (fatal issues, errors, warnings, info, debug)" : "Dena (arazo larriak, erroreak, abisuak, informazioa, arazketa)", @@ -108,6 +113,8 @@ OC.L10N.register( "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Biziki gomendatzen dizugu beharrezkoak diren paketea zure sisteman instalatzea honi euskarria eman ahal izateko: %s.", "URL generation in notification emails" : "URL sorrera jakinarazpen mezuetan", "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Zure instalazioa ez badago domeinuaren sustraian egina eta erabiltzen badu sistemaren cron-a, arazoak izan daitezke URL sorreran. Arazo horiek saihesteko ezarri \"overwritewebroot\" opzioa zure config.php fitxategian zure instalazioaren webroot bidera (Proposatua: \"%s\")", + "Connectivity checks" : "Konexio egiaztapenak", + "No problems found" : "Ez da problemarik aurkitu", "Please double check the installation guides." : "Mesedez begiratu instalazio gidak.", "Cron" : "Cron", "Last cron was executed at %s." : "Azken cron-a %s-etan exekutatu da", @@ -146,6 +153,7 @@ OC.L10N.register( "Credentials" : "Kredentzialak", "SMTP Username" : "SMTP erabiltzaile-izena", "SMTP Password" : "SMTP pasahitza", + "Store credentials" : "Gorde kredentzialak", "Test email settings" : "Probatu eposta ezarpenak", "Send email" : "Bidali eposta", "Log" : "Log", @@ -155,10 +163,12 @@ OC.L10N.register( "Version" : "Bertsioa", "Developed by the ownCloud community, the source code is licensed under the AGPL." : "ownCloud komunitateak garatuta, itubruru kodeaAGPL lizentziarekin banatzen da.", "More apps" : "App gehiago", + "Add your app" : "Gehitu zure aplikazioa", "by" : " Egilea:", "Documentation:" : "Dokumentazioa:", "User Documentation" : "Erabiltzaile dokumentazioa", "Admin Documentation" : "Administrazio dokumentazioa", + "Update to %s" : "Eguneratu %sra", "Enable only for specific groups" : "Baimendu bakarri talde espezifikoetarako", "Uninstall App" : "Desinstalatu aplikazioa", "Administrator Documentation" : "Administratzaile dokumentazioa", @@ -190,6 +200,7 @@ OC.L10N.register( "Choose as profile image" : "Profil irudi bezala aukeratu", "Language" : "Hizkuntza", "Help translate" : "Lagundu itzultzen", + "Issued By" : "Honek bidalita", "Import Root Certificate" : "Inportatu erro ziurtagiria", "The encryption app is no longer enabled, please decrypt all your files" : "Enkriptazio aplikazioa ez dago jada gaiturik, mesedez desenkriptatu zure fitxategi guztiak.", "Log-in password" : "Saioa hasteko pasahitza", @@ -197,6 +208,8 @@ OC.L10N.register( "Your encryption keys are moved to a backup location. If something went wrong you can restore the keys. Only delete them permanently if you are sure that all files are decrypted correctly." : "Zure enkriptatze gakoak babeskopiara eraman dira. Zerbait gaizki ateratzen bada berreskura ditzakezu giltzak. Behin betirako ezabatu bakarrik ziur bazaude fitxategi guztiak ongi deskodetu badira.", "Restore Encryption Keys" : "Lehenera itzazu enkriptatze gakoak.", "Delete Encryption Keys" : "Ezabatu enkriptatze gakoak", + "Show storage location" : "Erakutsi biltegiaren kokapena", + "Show last log in" : "Erakutsi azkeneko saio hasiera", "Login Name" : "Sarrera Izena", "Create" : "Sortu", "Admin Recovery Password" : "Administratzailearen pasahitza berreskuratzea", diff --git a/settings/l10n/eu.json b/settings/l10n/eu.json index c2ad4ccc5b..704c4373d0 100644 --- a/settings/l10n/eu.json +++ b/settings/l10n/eu.json @@ -1,5 +1,4 @@ { "translations": { - "Enabled" : "Gaitua", "Authentication error" : "Autentifikazio errorea", "Your full name has been changed." : "Zure izena aldatu egin da.", "Unable to change full name" : "Ezin izan da izena aldatu", @@ -29,9 +28,12 @@ "Wrong admin recovery password. Please check the password and try again." : "Administratzailearen berreskuratze pasahitza ez egokia. Mesedez egiaztatu pasahitza eta saiatu berriz.", "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Atzeko prozesuak ez du pasahitz aldaketa onartzen, baina erabiltzailearen enkriptatze gakoa ongi eguneratu da.", "Unable to change password" : "Ezin izan da pasahitza aldatu", + "Enabled" : "Gaitua", + "Recommended" : "Aholkatuta", "Saved" : "Gordeta", "test email settings" : "probatu eposta ezarpenak", "If you received this email, the settings seem to be correct." : "Eposta hau jaso baduzu, zure ezarpenak egokiak direnaren seinale", + "A problem occurred while sending the email. Please revise your settings." : "Arazo bat gertatu da eposta bidaltzean. Berrikusi zure ezarpenak.", "Email sent" : "Eposta bidalia", "You need to set your user email before being able to send test emails." : "Epostaren erabiltzailea zehaztu behar duzu probako eposta bidali aurretik.", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Ziur zaude gehitu nahi duzula \"{domain}\" domeinu fidagarri gisa?", @@ -55,6 +57,7 @@ "So-so password" : "Halamoduzko pasahitza", "Good password" : "Pasahitz ona", "Strong password" : "Pasahitz sendoa", + "Valid until {date}" : "{date} arte baliogarria", "Delete" : "Ezabatu", "Decrypting files... Please wait, this can take some time." : "Fitxategiak deskodetzen... Itxaron, bere denbora eskatzen du.", "Delete encryption keys permanently." : "Ezabatu enkriptatze gakoak behin betiko", @@ -65,6 +68,7 @@ "A valid group name must be provided" : "Baliozko talde izena eman behar da", "deleted {groupName}" : "{groupName} ezbatuta", "undo" : "desegin", + "no group" : "talderik ez", "never" : "inoiz", "deleted {userName}" : "{userName} ezabatuta", "add group" : "gehitu taldea", @@ -73,6 +77,7 @@ "A valid password must be provided" : "Baliozko pasahitza eman behar da", "Warning: Home directory for user \"{user}\" already exists" : "Abisua: \"{user}\" erabiltzailearen Home karpeta dagoeneko exisititzen da", "__language_name__" : "Euskara", + "Personal Info" : "Informazio Pertsonala", "SSL root certificates" : "SSL erro ziurtagiriak", "Encryption" : "Enkriptazioa", "Everything (fatal issues, errors, warnings, info, debug)" : "Dena (arazo larriak, erroreak, abisuak, informazioa, arazketa)", @@ -106,6 +111,8 @@ "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Biziki gomendatzen dizugu beharrezkoak diren paketea zure sisteman instalatzea honi euskarria eman ahal izateko: %s.", "URL generation in notification emails" : "URL sorrera jakinarazpen mezuetan", "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Zure instalazioa ez badago domeinuaren sustraian egina eta erabiltzen badu sistemaren cron-a, arazoak izan daitezke URL sorreran. Arazo horiek saihesteko ezarri \"overwritewebroot\" opzioa zure config.php fitxategian zure instalazioaren webroot bidera (Proposatua: \"%s\")", + "Connectivity checks" : "Konexio egiaztapenak", + "No problems found" : "Ez da problemarik aurkitu", "Please double check the installation guides." : "Mesedez begiratu instalazio gidak.", "Cron" : "Cron", "Last cron was executed at %s." : "Azken cron-a %s-etan exekutatu da", @@ -144,6 +151,7 @@ "Credentials" : "Kredentzialak", "SMTP Username" : "SMTP erabiltzaile-izena", "SMTP Password" : "SMTP pasahitza", + "Store credentials" : "Gorde kredentzialak", "Test email settings" : "Probatu eposta ezarpenak", "Send email" : "Bidali eposta", "Log" : "Log", @@ -153,10 +161,12 @@ "Version" : "Bertsioa", "Developed by the ownCloud community, the source code is licensed under the AGPL." : "ownCloud komunitateak garatuta, itubruru kodeaAGPL lizentziarekin banatzen da.", "More apps" : "App gehiago", + "Add your app" : "Gehitu zure aplikazioa", "by" : " Egilea:", "Documentation:" : "Dokumentazioa:", "User Documentation" : "Erabiltzaile dokumentazioa", "Admin Documentation" : "Administrazio dokumentazioa", + "Update to %s" : "Eguneratu %sra", "Enable only for specific groups" : "Baimendu bakarri talde espezifikoetarako", "Uninstall App" : "Desinstalatu aplikazioa", "Administrator Documentation" : "Administratzaile dokumentazioa", @@ -188,6 +198,7 @@ "Choose as profile image" : "Profil irudi bezala aukeratu", "Language" : "Hizkuntza", "Help translate" : "Lagundu itzultzen", + "Issued By" : "Honek bidalita", "Import Root Certificate" : "Inportatu erro ziurtagiria", "The encryption app is no longer enabled, please decrypt all your files" : "Enkriptazio aplikazioa ez dago jada gaiturik, mesedez desenkriptatu zure fitxategi guztiak.", "Log-in password" : "Saioa hasteko pasahitza", @@ -195,6 +206,8 @@ "Your encryption keys are moved to a backup location. If something went wrong you can restore the keys. Only delete them permanently if you are sure that all files are decrypted correctly." : "Zure enkriptatze gakoak babeskopiara eraman dira. Zerbait gaizki ateratzen bada berreskura ditzakezu giltzak. Behin betirako ezabatu bakarrik ziur bazaude fitxategi guztiak ongi deskodetu badira.", "Restore Encryption Keys" : "Lehenera itzazu enkriptatze gakoak.", "Delete Encryption Keys" : "Ezabatu enkriptatze gakoak", + "Show storage location" : "Erakutsi biltegiaren kokapena", + "Show last log in" : "Erakutsi azkeneko saio hasiera", "Login Name" : "Sarrera Izena", "Create" : "Sortu", "Admin Recovery Password" : "Administratzailearen pasahitza berreskuratzea", diff --git a/settings/l10n/fr.js b/settings/l10n/fr.js index 84da0f59d4..05c2ca65bc 100644 --- a/settings/l10n/fr.js +++ b/settings/l10n/fr.js @@ -1,9 +1,6 @@ OC.L10N.register( "settings", { - "Enabled" : "Activée", - "Not enabled" : "Désactivée", - "Recommended" : "Recommandée", "Authentication error" : "Erreur d'authentification", "Your full name has been changed." : "Votre nom complet a été modifié.", "Unable to change full name" : "Impossible de changer le nom complet", @@ -33,6 +30,9 @@ OC.L10N.register( "Wrong admin recovery password. Please check the password and try again." : "Mot de passe administrateur de récupération de données non valable. Veuillez vérifier le mot de passe et essayer à nouveau.", "Back-end doesn't support password change, but the users encryption key was successfully updated." : "L'infrastructure d'arrière-plan ne supporte pas la modification de mot de passe, mais la clef de chiffrement des utilisateurs a été mise à jour avec succès.", "Unable to change password" : "Impossible de modifier le mot de passe", + "Enabled" : "Activées", + "Not enabled" : "Désactivées", + "Recommended" : "Recommandées", "Saved" : "Sauvegardé", "test email settings" : "tester les paramètres d'e-mail", "If you received this email, the settings seem to be correct." : "Si vous recevez cet email, c'est que les paramètres sont corrects", @@ -71,6 +71,7 @@ OC.L10N.register( "A valid group name must be provided" : "Vous devez spécifier un nom de groupe valide", "deleted {groupName}" : "{groupName} supprimé", "undo" : "annuler", + "no group" : "Aucun groupe", "never" : "jamais", "deleted {userName}" : "{userName} supprimé", "add group" : "ajouter un groupe", @@ -79,6 +80,7 @@ OC.L10N.register( "A valid password must be provided" : "Un mot de passe valide doit être saisi", "Warning: Home directory for user \"{user}\" already exists" : "Attention : Le dossier Home pour l'utilisateur \"{user}\" existe déjà", "__language_name__" : "Français", + "Personal Info" : "Informations personnelles", "SSL root certificates" : "Certificats racine SSL", "Encryption" : "Chiffrement", "Everything (fatal issues, errors, warnings, info, debug)" : "Tout (erreurs fatales, erreurs, avertissements, informations, debogage)", @@ -177,7 +179,7 @@ OC.L10N.register( "Bugtracker" : "Suivi de bugs", "Commercial Support" : "Support commercial", "Get the apps to sync your files" : "Obtenez les applications de synchronisation de vos fichiers", - "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Si voulez soutenir le projet,\n\t\trejoignez le développement\n\t\tou\n\t\tparlez en !", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Si voulez soutenir le projet, \n\t\trejoignez le développement\n\t\tou \n\t\tparlez-en !", "Show First Run Wizard again" : "Revoir le premier lancement de l'installeur", "You have used %s of the available %s" : "Vous avez utilisé %s des %s disponibles", "Password" : "Mot de passe", @@ -189,12 +191,12 @@ OC.L10N.register( "Full Name" : "Nom complet", "Email" : "Adresse mail", "Your email address" : "Votre adresse e-mail", - "Fill in an email address to enable password recovery and receive notifications" : "Saisir une adresse e-mail pour permettre la réinitialisation du mot de passe et la réception des notifications", + "Fill in an email address to enable password recovery and receive notifications" : "Saisissez votre adresse mail pour permettre la réinitialisation du mot de passe et la réception des notifications", "Profile picture" : "Photo de profil", "Upload new" : "Nouvelle depuis votre ordinateur", "Select new from Files" : "Nouvelle depuis les Fichiers", "Remove image" : "Supprimer l'image", - "Either png or jpg. Ideally square but you will be able to crop it." : "Soit png ou jpg. Idéalement carrée mais vous pourrez la recadrer.", + "Either png or jpg. Ideally square but you will be able to crop it." : "Format png ou jpg. Idéalement carrée, mais vous pourrez la recadrer.", "Your avatar is provided by your original account." : "Votre avatar est fourni par votre compte original.", "Cancel" : "Annuler", "Choose as profile image" : "Choisir en tant que photo de profil ", @@ -227,6 +229,7 @@ OC.L10N.register( "Unlimited" : "Illimité", "Other" : "Autre", "Username" : "Nom d'utilisateur", + "Group Admin for" : "Administrateur de groupe pour", "Quota" : "Quota", "Storage Location" : "Emplacement du Stockage", "Last Login" : "Dernière Connexion", diff --git a/settings/l10n/fr.json b/settings/l10n/fr.json index 21f2424729..635b1840ba 100644 --- a/settings/l10n/fr.json +++ b/settings/l10n/fr.json @@ -1,7 +1,4 @@ { "translations": { - "Enabled" : "Activée", - "Not enabled" : "Désactivée", - "Recommended" : "Recommandée", "Authentication error" : "Erreur d'authentification", "Your full name has been changed." : "Votre nom complet a été modifié.", "Unable to change full name" : "Impossible de changer le nom complet", @@ -31,6 +28,9 @@ "Wrong admin recovery password. Please check the password and try again." : "Mot de passe administrateur de récupération de données non valable. Veuillez vérifier le mot de passe et essayer à nouveau.", "Back-end doesn't support password change, but the users encryption key was successfully updated." : "L'infrastructure d'arrière-plan ne supporte pas la modification de mot de passe, mais la clef de chiffrement des utilisateurs a été mise à jour avec succès.", "Unable to change password" : "Impossible de modifier le mot de passe", + "Enabled" : "Activées", + "Not enabled" : "Désactivées", + "Recommended" : "Recommandées", "Saved" : "Sauvegardé", "test email settings" : "tester les paramètres d'e-mail", "If you received this email, the settings seem to be correct." : "Si vous recevez cet email, c'est que les paramètres sont corrects", @@ -69,6 +69,7 @@ "A valid group name must be provided" : "Vous devez spécifier un nom de groupe valide", "deleted {groupName}" : "{groupName} supprimé", "undo" : "annuler", + "no group" : "Aucun groupe", "never" : "jamais", "deleted {userName}" : "{userName} supprimé", "add group" : "ajouter un groupe", @@ -77,6 +78,7 @@ "A valid password must be provided" : "Un mot de passe valide doit être saisi", "Warning: Home directory for user \"{user}\" already exists" : "Attention : Le dossier Home pour l'utilisateur \"{user}\" existe déjà", "__language_name__" : "Français", + "Personal Info" : "Informations personnelles", "SSL root certificates" : "Certificats racine SSL", "Encryption" : "Chiffrement", "Everything (fatal issues, errors, warnings, info, debug)" : "Tout (erreurs fatales, erreurs, avertissements, informations, debogage)", @@ -175,7 +177,7 @@ "Bugtracker" : "Suivi de bugs", "Commercial Support" : "Support commercial", "Get the apps to sync your files" : "Obtenez les applications de synchronisation de vos fichiers", - "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Si voulez soutenir le projet,\n\t\trejoignez le développement\n\t\tou\n\t\tparlez en !", + "If you want to support the project\n\t\tjoin development\n\t\tor\n\t\tspread the word!" : "Si voulez soutenir le projet, \n\t\trejoignez le développement\n\t\tou \n\t\tparlez-en !", "Show First Run Wizard again" : "Revoir le premier lancement de l'installeur", "You have used %s of the available %s" : "Vous avez utilisé %s des %s disponibles", "Password" : "Mot de passe", @@ -187,12 +189,12 @@ "Full Name" : "Nom complet", "Email" : "Adresse mail", "Your email address" : "Votre adresse e-mail", - "Fill in an email address to enable password recovery and receive notifications" : "Saisir une adresse e-mail pour permettre la réinitialisation du mot de passe et la réception des notifications", + "Fill in an email address to enable password recovery and receive notifications" : "Saisissez votre adresse mail pour permettre la réinitialisation du mot de passe et la réception des notifications", "Profile picture" : "Photo de profil", "Upload new" : "Nouvelle depuis votre ordinateur", "Select new from Files" : "Nouvelle depuis les Fichiers", "Remove image" : "Supprimer l'image", - "Either png or jpg. Ideally square but you will be able to crop it." : "Soit png ou jpg. Idéalement carrée mais vous pourrez la recadrer.", + "Either png or jpg. Ideally square but you will be able to crop it." : "Format png ou jpg. Idéalement carrée, mais vous pourrez la recadrer.", "Your avatar is provided by your original account." : "Votre avatar est fourni par votre compte original.", "Cancel" : "Annuler", "Choose as profile image" : "Choisir en tant que photo de profil ", @@ -225,6 +227,7 @@ "Unlimited" : "Illimité", "Other" : "Autre", "Username" : "Nom d'utilisateur", + "Group Admin for" : "Administrateur de groupe pour", "Quota" : "Quota", "Storage Location" : "Emplacement du Stockage", "Last Login" : "Dernière Connexion", diff --git a/settings/l10n/it.js b/settings/l10n/it.js index 0e87393641..1f0f9e4b82 100644 --- a/settings/l10n/it.js +++ b/settings/l10n/it.js @@ -71,6 +71,7 @@ OC.L10N.register( "A valid group name must be provided" : "Deve essere fornito un nome valido per il gruppo", "deleted {groupName}" : "{groupName} eliminato", "undo" : "annulla", + "no group" : "nessun gruppo", "never" : "mai", "deleted {userName}" : "{userName} eliminato", "add group" : "aggiungi gruppo", @@ -228,6 +229,7 @@ OC.L10N.register( "Unlimited" : "Illimitata", "Other" : "Altro", "Username" : "Nome utente", + "Group Admin for" : "Gruppo di amministrazione per", "Quota" : "Quote", "Storage Location" : "Posizione di archiviazione", "Last Login" : "Ultimo accesso", diff --git a/settings/l10n/it.json b/settings/l10n/it.json index f8766d05ff..56868a21c9 100644 --- a/settings/l10n/it.json +++ b/settings/l10n/it.json @@ -69,6 +69,7 @@ "A valid group name must be provided" : "Deve essere fornito un nome valido per il gruppo", "deleted {groupName}" : "{groupName} eliminato", "undo" : "annulla", + "no group" : "nessun gruppo", "never" : "mai", "deleted {userName}" : "{userName} eliminato", "add group" : "aggiungi gruppo", @@ -226,6 +227,7 @@ "Unlimited" : "Illimitata", "Other" : "Altro", "Username" : "Nome utente", + "Group Admin for" : "Gruppo di amministrazione per", "Quota" : "Quote", "Storage Location" : "Posizione di archiviazione", "Last Login" : "Ultimo accesso", diff --git a/settings/l10n/ja.js b/settings/l10n/ja.js index 169f052144..bab26197c9 100644 --- a/settings/l10n/ja.js +++ b/settings/l10n/ja.js @@ -1,7 +1,6 @@ OC.L10N.register( "settings", { - "Enabled" : "有効", "Authentication error" : "認証エラー", "Your full name has been changed." : "名前を変更しました。", "Unable to change full name" : "名前を変更できません", @@ -31,9 +30,13 @@ OC.L10N.register( "Wrong admin recovery password. Please check the password and try again." : "リカバリ用の管理者パスワードが間違っています。パスワードを確認して再度実行してください。", "Back-end doesn't support password change, but the users encryption key was successfully updated." : "バックエンドはパスワード変更をサポートしていませんが、ユーザーの暗号化キーは正常に更新されました。", "Unable to change password" : "パスワードを変更できません", + "Enabled" : "有効", + "Not enabled" : "無効", + "Recommended" : "推奨", "Saved" : "保存されました", - "test email settings" : "メール設定をテスト", + "test email settings" : "メール設定のテスト", "If you received this email, the settings seem to be correct." : "このメールを受け取ったら、設定は正しいはずです。", + "A problem occurred while sending the email. Please revise your settings." : "メールの送信中に問題が発生しました。設定を確認してください。", "Email sent" : "メールを送信しました", "You need to set your user email before being able to send test emails." : "ユーザーメールを設定して初めて、テストメールを送信することができるようになります。", "Are you really sure you want add \"{domain}\" as trusted domain?" : "\"{domain}\" を信頼するドメインに追加してもよろしいでしょうか?", @@ -68,6 +71,7 @@ OC.L10N.register( "A valid group name must be provided" : "有効なグループ名を指定する必要があります", "deleted {groupName}" : "{groupName} を削除しました", "undo" : "元に戻す", + "no group" : "未グループ", "never" : "なし", "deleted {userName}" : "{userName} を削除しました", "add group" : "グループを追加", @@ -138,7 +142,7 @@ OC.L10N.register( "Forces the clients to connect to %s via an encrypted connection." : "クライアントから %sへの接続を常に暗号化します。", "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "強制的なSSL接続を有効/無効にするには、HTTPS経由で %s へ接続してください。", "Email Server" : "メールサーバー", - "This is used for sending out notifications." : "これは通知の送信に使われます。", + "This is used for sending out notifications." : "通知を送信する際に使用します。", "Send mode" : "送信モード", "From address" : "送信元アドレス", "mail" : "メール", @@ -149,7 +153,7 @@ OC.L10N.register( "Credentials" : "資格情報", "SMTP Username" : "SMTP ユーザー名", "SMTP Password" : "SMTP パスワード", - "Test email settings" : "メール設定をテスト", + "Test email settings" : "メール設定のテスト", "Send email" : "メールを送信", "Log" : "ログ", "Log level" : "ログレベル", diff --git a/settings/l10n/ja.json b/settings/l10n/ja.json index 67f62aa68a..681ff0ddeb 100644 --- a/settings/l10n/ja.json +++ b/settings/l10n/ja.json @@ -1,5 +1,4 @@ { "translations": { - "Enabled" : "有効", "Authentication error" : "認証エラー", "Your full name has been changed." : "名前を変更しました。", "Unable to change full name" : "名前を変更できません", @@ -29,9 +28,13 @@ "Wrong admin recovery password. Please check the password and try again." : "リカバリ用の管理者パスワードが間違っています。パスワードを確認して再度実行してください。", "Back-end doesn't support password change, but the users encryption key was successfully updated." : "バックエンドはパスワード変更をサポートしていませんが、ユーザーの暗号化キーは正常に更新されました。", "Unable to change password" : "パスワードを変更できません", + "Enabled" : "有効", + "Not enabled" : "無効", + "Recommended" : "推奨", "Saved" : "保存されました", - "test email settings" : "メール設定をテスト", + "test email settings" : "メール設定のテスト", "If you received this email, the settings seem to be correct." : "このメールを受け取ったら、設定は正しいはずです。", + "A problem occurred while sending the email. Please revise your settings." : "メールの送信中に問題が発生しました。設定を確認してください。", "Email sent" : "メールを送信しました", "You need to set your user email before being able to send test emails." : "ユーザーメールを設定して初めて、テストメールを送信することができるようになります。", "Are you really sure you want add \"{domain}\" as trusted domain?" : "\"{domain}\" を信頼するドメインに追加してもよろしいでしょうか?", @@ -66,6 +69,7 @@ "A valid group name must be provided" : "有効なグループ名を指定する必要があります", "deleted {groupName}" : "{groupName} を削除しました", "undo" : "元に戻す", + "no group" : "未グループ", "never" : "なし", "deleted {userName}" : "{userName} を削除しました", "add group" : "グループを追加", @@ -136,7 +140,7 @@ "Forces the clients to connect to %s via an encrypted connection." : "クライアントから %sへの接続を常に暗号化します。", "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "強制的なSSL接続を有効/無効にするには、HTTPS経由で %s へ接続してください。", "Email Server" : "メールサーバー", - "This is used for sending out notifications." : "これは通知の送信に使われます。", + "This is used for sending out notifications." : "通知を送信する際に使用します。", "Send mode" : "送信モード", "From address" : "送信元アドレス", "mail" : "メール", @@ -147,7 +151,7 @@ "Credentials" : "資格情報", "SMTP Username" : "SMTP ユーザー名", "SMTP Password" : "SMTP パスワード", - "Test email settings" : "メール設定をテスト", + "Test email settings" : "メール設定のテスト", "Send email" : "メールを送信", "Log" : "ログ", "Log level" : "ログレベル", diff --git a/settings/l10n/nn_NO.js b/settings/l10n/nn_NO.js index 477b81d6b4..a838823210 100644 --- a/settings/l10n/nn_NO.js +++ b/settings/l10n/nn_NO.js @@ -15,8 +15,8 @@ OC.L10N.register( "Unable to remove user from group %s" : "Klarte ikkje fjerna brukaren frå gruppa %s", "Couldn't update app." : "Klarte ikkje oppdatera programmet.", "Wrong password" : "Feil passord", - "No user supplied" : "Ingen brukar gitt", - "Please provide an admin recovery password, otherwise all user data will be lost" : "Ver venleg og gi eit admingjenopprettingspassord, elles vil all brukardata gå tapt.", + "No user supplied" : "Ingen brukar gjeve", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Ver venleg og gje eit admingjenopprettingspassord, elles vil all brukardata gå tapt.", "Wrong admin recovery password. Please check the password and try again." : "Feil admingjenopprettingspassord. Ver venleg og sjekk passordet og prøv igjen.", "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Bakstykket støttar ikkje passordendring, men krypteringsnøkkelen til brukaren blei oppdatert.", "Unable to change password" : "Klarte ikkje å endra passordet", diff --git a/settings/l10n/nn_NO.json b/settings/l10n/nn_NO.json index 8971c913a4..2383ba4be7 100644 --- a/settings/l10n/nn_NO.json +++ b/settings/l10n/nn_NO.json @@ -13,8 +13,8 @@ "Unable to remove user from group %s" : "Klarte ikkje fjerna brukaren frå gruppa %s", "Couldn't update app." : "Klarte ikkje oppdatera programmet.", "Wrong password" : "Feil passord", - "No user supplied" : "Ingen brukar gitt", - "Please provide an admin recovery password, otherwise all user data will be lost" : "Ver venleg og gi eit admingjenopprettingspassord, elles vil all brukardata gå tapt.", + "No user supplied" : "Ingen brukar gjeve", + "Please provide an admin recovery password, otherwise all user data will be lost" : "Ver venleg og gje eit admingjenopprettingspassord, elles vil all brukardata gå tapt.", "Wrong admin recovery password. Please check the password and try again." : "Feil admingjenopprettingspassord. Ver venleg og sjekk passordet og prøv igjen.", "Back-end doesn't support password change, but the users encryption key was successfully updated." : "Bakstykket støttar ikkje passordendring, men krypteringsnøkkelen til brukaren blei oppdatert.", "Unable to change password" : "Klarte ikkje å endra passordet", diff --git a/settings/l10n/pl.js b/settings/l10n/pl.js index b1b88da266..3036f76d51 100644 --- a/settings/l10n/pl.js +++ b/settings/l10n/pl.js @@ -2,6 +2,8 @@ OC.L10N.register( "settings", { "Enabled" : "Włączone", + "Not enabled" : "Nie włączone", + "Recommended" : "Polecane", "Authentication error" : "Błąd uwierzytelniania", "Your full name has been changed." : "Twoja pełna nazwa została zmieniona.", "Unable to change full name" : "Nie można zmienić pełnej nazwy", @@ -34,6 +36,7 @@ OC.L10N.register( "Saved" : "Zapisano", "test email settings" : "przetestuj ustawienia email", "If you received this email, the settings seem to be correct." : "Jeśli otrzymałeś ten email, ustawienia wydają się być poprawne.", + "A problem occurred while sending the email. Please revise your settings." : "Pojawił się problem podczas wysyłania email. Proszę sprawdzić ponownie ustawienia", "Email sent" : "E-mail wysłany", "You need to set your user email before being able to send test emails." : "Musisz najpierw ustawić użytkownika e-mail, aby móc wysyłać wiadomości testowe.", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Czy jesteś pewien/pewna że chcesz dodać \"{domain}\" jako zaufaną domenę?", @@ -68,6 +71,7 @@ OC.L10N.register( "A valid group name must be provided" : "Należy podać prawidłową nazwę grupy", "deleted {groupName}" : "usunięto {groupName}", "undo" : "cofnij", + "no group" : "brak grupy", "never" : "nigdy", "deleted {userName}" : "usunięto {userName}", "add group" : "dodaj grupę", @@ -76,6 +80,7 @@ OC.L10N.register( "A valid password must be provided" : "Należy podać prawidłowe hasło", "Warning: Home directory for user \"{user}\" already exists" : "Ostrzeżenie: Katalog domowy dla użytkownika \"{user}\" już istnieje", "__language_name__" : "polski", + "Personal Info" : "Informacje osobiste", "SSL root certificates" : "Główny certyfikat SSL", "Encryption" : "Szyfrowanie", "Everything (fatal issues, errors, warnings, info, debug)" : "Wszystko (Informacje, ostrzeżenia, błędy i poważne problemy, debug)", @@ -158,10 +163,13 @@ OC.L10N.register( "Version" : "Wersja", "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Stworzone przez społeczność ownCloud, kod źródłowy na licencji AGPL.", "More apps" : "Więcej aplikacji", + "Add your app" : "Dodaj twoją aplikację", "by" : "przez", + "licensed" : "Licencja", "Documentation:" : "Dokumentacja:", "User Documentation" : "Dokumentacja użytkownika", "Admin Documentation" : "Dokumentacja Administratora", + "Update to %s" : "Aktualizuj do %s", "Enable only for specific groups" : "Włącz tylko dla określonych grup", "Uninstall App" : "Odinstaluj aplikację", "Administrator Documentation" : "Dokumentacja administratora", @@ -220,6 +228,7 @@ OC.L10N.register( "Unlimited" : "Bez limitu", "Other" : "Inne", "Username" : "Nazwa użytkownika", + "Group Admin for" : "Grupa Admin dla", "Quota" : "Udział", "Storage Location" : "Lokalizacja magazynu", "Last Login" : "Ostatnio zalogowany", diff --git a/settings/l10n/pl.json b/settings/l10n/pl.json index eb34091a7f..042495d6dc 100644 --- a/settings/l10n/pl.json +++ b/settings/l10n/pl.json @@ -1,5 +1,7 @@ { "translations": { "Enabled" : "Włączone", + "Not enabled" : "Nie włączone", + "Recommended" : "Polecane", "Authentication error" : "Błąd uwierzytelniania", "Your full name has been changed." : "Twoja pełna nazwa została zmieniona.", "Unable to change full name" : "Nie można zmienić pełnej nazwy", @@ -32,6 +34,7 @@ "Saved" : "Zapisano", "test email settings" : "przetestuj ustawienia email", "If you received this email, the settings seem to be correct." : "Jeśli otrzymałeś ten email, ustawienia wydają się być poprawne.", + "A problem occurred while sending the email. Please revise your settings." : "Pojawił się problem podczas wysyłania email. Proszę sprawdzić ponownie ustawienia", "Email sent" : "E-mail wysłany", "You need to set your user email before being able to send test emails." : "Musisz najpierw ustawić użytkownika e-mail, aby móc wysyłać wiadomości testowe.", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Czy jesteś pewien/pewna że chcesz dodać \"{domain}\" jako zaufaną domenę?", @@ -66,6 +69,7 @@ "A valid group name must be provided" : "Należy podać prawidłową nazwę grupy", "deleted {groupName}" : "usunięto {groupName}", "undo" : "cofnij", + "no group" : "brak grupy", "never" : "nigdy", "deleted {userName}" : "usunięto {userName}", "add group" : "dodaj grupę", @@ -74,6 +78,7 @@ "A valid password must be provided" : "Należy podać prawidłowe hasło", "Warning: Home directory for user \"{user}\" already exists" : "Ostrzeżenie: Katalog domowy dla użytkownika \"{user}\" już istnieje", "__language_name__" : "polski", + "Personal Info" : "Informacje osobiste", "SSL root certificates" : "Główny certyfikat SSL", "Encryption" : "Szyfrowanie", "Everything (fatal issues, errors, warnings, info, debug)" : "Wszystko (Informacje, ostrzeżenia, błędy i poważne problemy, debug)", @@ -156,10 +161,13 @@ "Version" : "Wersja", "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Stworzone przez społeczność ownCloud, kod źródłowy na licencji AGPL.", "More apps" : "Więcej aplikacji", + "Add your app" : "Dodaj twoją aplikację", "by" : "przez", + "licensed" : "Licencja", "Documentation:" : "Dokumentacja:", "User Documentation" : "Dokumentacja użytkownika", "Admin Documentation" : "Dokumentacja Administratora", + "Update to %s" : "Aktualizuj do %s", "Enable only for specific groups" : "Włącz tylko dla określonych grup", "Uninstall App" : "Odinstaluj aplikację", "Administrator Documentation" : "Dokumentacja administratora", @@ -218,6 +226,7 @@ "Unlimited" : "Bez limitu", "Other" : "Inne", "Username" : "Nazwa użytkownika", + "Group Admin for" : "Grupa Admin dla", "Quota" : "Udział", "Storage Location" : "Lokalizacja magazynu", "Last Login" : "Ostatnio zalogowany", diff --git a/settings/l10n/sk.js b/settings/l10n/sk.js new file mode 100644 index 0000000000..e48cc9d9ed --- /dev/null +++ b/settings/l10n/sk.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "settings", + { + "Delete" : "Odstrániť", + "never" : "nikdy", + "Cancel" : "Zrušiť", + "Other" : "Ostatné" +}, +"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/settings/l10n/sk.json b/settings/l10n/sk.json new file mode 100644 index 0000000000..609a62d21f --- /dev/null +++ b/settings/l10n/sk.json @@ -0,0 +1,7 @@ +{ "translations": { + "Delete" : "Odstrániť", + "never" : "nikdy", + "Cancel" : "Zrušiť", + "Other" : "Ostatné" +},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +} \ No newline at end of file diff --git a/settings/l10n/sl.js b/settings/l10n/sl.js index 4ff4202cf7..962de6b896 100644 --- a/settings/l10n/sl.js +++ b/settings/l10n/sl.js @@ -2,6 +2,8 @@ OC.L10N.register( "settings", { "Enabled" : "Omogočeno", + "Not enabled" : "Ni omogočeno", + "Recommended" : "Priporočljivo", "Authentication error" : "Napaka med overjanjem", "Your full name has been changed." : "Vaše polno ime je spremenjeno.", "Unable to change full name" : "Ni mogoče spremeniti polnega imena", @@ -10,12 +12,15 @@ OC.L10N.register( "Files decrypted successfully" : "Datoteke so uspešno odšifrirane", "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Datotek ni mogoče odšifrirati. Preverite dnevnik owncloud.log ali pa se posvetujte s skrbnikom.", "Couldn't decrypt your files, check your password and try again" : "Datotek ni mogoče odšifrirati. Preverite geslo in poskusite znova.", + "Encryption keys deleted permanently" : "Šifrirni ključi so trajno izbrisani", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Ni mogoče trajno izbrisati šifrirnih ključev. Preverite dnevnik owncloud.log ali pa stopite v stik s skrbnikom sistema.", "Couldn't remove app." : "Ni mogoče odstraniti programa.", "Email saved" : "Elektronski naslov je shranjen", "Invalid email" : "Neveljaven elektronski naslov", "Unable to delete group" : "Skupine ni mogoče izbrisati", "Unable to delete user" : "Uporabnika ni mogoče izbrisati", "Backups restored successfully" : "Varnostne kopije so uspešno obnovljene.", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Ni mogoče obnoviti šifrirnih ključev. Preverite dnevnik owncloud.log ali pa stopite v stik s skrbnikom sistema.", "Language changed" : "Jezik je spremenjen", "Invalid request" : "Neveljavna zahteva", "Admins can't remove themself from the admin group" : "Skrbnikov ni mogoče odstraniti iz skupine skrbnikov (admin)", @@ -31,8 +36,10 @@ OC.L10N.register( "Saved" : "Shranjeno", "test email settings" : "preizkusi nastavitve elektronske pošte", "If you received this email, the settings seem to be correct." : "Če ste prejeli to sporočilo, so nastavitve pravilne.", + "A problem occurred while sending the email. Please revise your settings." : "Prišlo je do napake med pošiljanjem sporočila na elektronski naslov. Spremeniti je treba nastavitve.", "Email sent" : "Elektronska pošta je poslana", "You need to set your user email before being able to send test emails." : "Pred preizkusnim pošiljanjem sporočil je treba nastaviti elektronski naslov uporabnika.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Ali ste prepričani, da želite dodati \"{domain}\" kot varno domeno?", "Add trusted domain" : "Dodaj varno domeno", "Sending..." : "Poteka pošiljanje ...", "All" : "Vsi", @@ -61,14 +68,19 @@ OC.L10N.register( "Groups" : "Skupine", "Unable to delete {objName}" : "Ni mogoče izbrisati {objName}", "Error creating group" : "Napaka ustvarjanja skupine", + "A valid group name must be provided" : "Navedeno mora biti veljavno ime skupine", + "deleted {groupName}" : "izbrisano {groupName}", "undo" : "razveljavi", + "no group" : "ni skupine", "never" : "nikoli", + "deleted {userName}" : "izbrisano {userName}", "add group" : "dodaj skupino", "A valid username must be provided" : "Navedeno mora biti veljavno uporabniško ime", "Error creating user" : "Napaka ustvarjanja uporabnika", "A valid password must be provided" : "Navedeno mora biti veljavno geslo", "Warning: Home directory for user \"{user}\" already exists" : "Opozorilo: osebna mapa uporabnika \"{user}\" že obstaja", "__language_name__" : "Slovenščina", + "Personal Info" : "Osebni podatki", "SSL root certificates" : "Korenska potrdila SSL", "Encryption" : "Šifriranje", "Everything (fatal issues, errors, warnings, info, debug)" : "Vse (podrobnosti, opozorila, hrošče, napake in usodne dogodke)", @@ -86,24 +98,29 @@ OC.L10N.register( "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Dostop do %s poteka preko HTTP. Priporočljivo je nastaviti strežnik na privzeto uporabo varne povezave preko protokola HTTPS.", "Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." : "Vaša podatkovna mapa in datoteke so najverjetneje dosegljive preko interneta. Datoteka .htaccess ni ustrezno nastavljena. Priporočljivo je nastaviti spletni strežnik tako, da podatkovna mapa ni prosto dostopna. To je mogoče zagotoviti tudi tako, da je mapa premaknjena iz neustrezne korenske v podrejeno mapo .", "Setup Warning" : "Opozorilo nastavitve", + "Database Performance Info" : "Podrobnosti delovanja podatkovne zbirke", "Module 'fileinfo' missing" : "Manjka modul 'fileinfo'.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Manjka modul PHP 'fileinfo'. Priporočljivo je omogočiti ta modul za popolno zaznavanje vrst MIME.", "Your PHP version is outdated" : "Nameščena različica PHP je zastarela", "Your PHP version is outdated. We strongly recommend to update to 5.3.8 or newer because older versions are known to be broken. It is possible that this installation is not working correctly." : "Nameščena različica PHP je zastarela. Priporočljivo je posodobiti namestitev na različico 5.3.8 ali novejše, saj starejše različice ne podpirajo vseh zmožnosti. Mogoče je, da namestitev ne deluje pravilno.", + "PHP charset is not set to UTF-8" : "Jezikovni znakovni nabor PHP ni določen kot UTF-8", "Locale not working" : "Jezikovne prilagoditve ne delujejo.", "System locale can not be set to a one which supports UTF-8." : "Sistemskih jezikovnih nastavitev ni mogoče nastaviti na možnost, ki podpira nabor UTF-8.", "This means that there might be problems with certain characters in file names." : "To pomeni, da se lahko pojavijo napake pri nekaterih znakih v imenih datotek.", "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Priporočljivo je namestiti zahtevane pakete v sistem za podporo ene izmed navedenih jezikovnih možnosti: %s", "Connectivity checks" : "Preverjanje povezav", + "No problems found" : "Ni zaznanih težav", "Please double check the installation guides." : "Preverite navodila namestitve.", "Cron" : "Periodično opravilo", - "Last cron was executed at %s." : "Zadnje opravilo cron je bilo izvedeno ob %s.", - "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Zadnje opravilo cron je bilo izvedeno ob %s. To je več kot uro nazaj. Nekaj je očitno narobe.", - "Cron was not executed yet!" : "Opravilo Cron še ni zagnano!", + "Last cron was executed at %s." : "Zadnje periodično opravilo cron je bilo izvedeno ob %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Zadnje periodično opravilo cron je bilo izvedeno ob %s. To je več kot uro nazaj. Nekaj je očitno narobe.", + "Cron was not executed yet!" : "Periodično opravilo cron še ni zagnano!", "Execute one task with each page loaded" : "Izvedi eno nalogo z vsako naloženo stranjo.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "Datoteka cron.php je vpisana v storitvi webcron za potrditev sklica vsakih 15 minut pri povezavi preko HTTP.", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "Datoteka cron.php je vpisana za periodično opravilo webcron za potrditev sklica vsakih 15 minut pri povezavi preko HTTP.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Uporabi storitev periodičnih opravil za klic datoteke cron.php vsakih 15 minut.", "Sharing" : "Souporaba", "Allow apps to use the Share API" : "Dovoli programom uporabo vmesnika API souporabe", + "Allow users to share via link" : "Uporabnikom dovoli omogočanje souporabe s povezavami", "Enforce password protection" : "Vsili zaščito z geslom", "Allow public uploads" : "Dovoli javno pošiljanje datotek v oblak", "Set default expiration date" : "Nastavitev privzetega datuma poteka", @@ -111,14 +128,18 @@ OC.L10N.register( "days" : "dneh", "Enforce expiration date" : "Vsili datum preteka", "Allow resharing" : "Dovoli nadaljnjo souporabo", + "Restrict users to only share with users in their groups" : "Uporabnikom dovoli omogočanje souporabe le znotraj njihove skupine", "Allow users to send mail notification for shared files" : "Dovoli uporabnikom pošiljati obvestila o souporabi datotek po elektronski pošti.", "Exclude groups from sharing" : "Izloči skupine iz souporabe", + "These groups will still be able to receive shares, but not to initiate them." : "Te skupine lahko sprejemajo mape v souporabo, ne morejo pa souporabe dovoliti", "Security" : "Varnost", "Enforce HTTPS" : "Zahtevaj uporabo HTTPS", "Forces the clients to connect to %s via an encrypted connection." : "Vsili povezavo odjemalca z %s preko šifrirane povezave.", "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Za nastavljanje šifriranja SSL je treba vzpostaviti povezavo z mestom %s preko protokola HTTPS.", "Email Server" : "Poštni strežnik", + "This is used for sending out notifications." : "Možnost je uporabljena za omogočanje pošiljanja obvestil.", "Send mode" : "Način pošiljanja", + "From address" : "Naslov pošiljatelja", "Authentication method" : "Način overitve", "Authentication required" : "Zahtevana je overitev", "Server address" : "Naslov strežnika", @@ -126,6 +147,7 @@ OC.L10N.register( "Credentials" : "Poverila", "SMTP Username" : "Uporabniško ime SMTP", "SMTP Password" : "Geslo SMTP", + "Store credentials" : "Shrani poverila", "Test email settings" : "Preizkus nastavitev elektronske pošte", "Send email" : "Pošlji elektronsko sporočilo", "Log" : "Dnevnik", @@ -134,10 +156,13 @@ OC.L10N.register( "Less" : "Manj", "Version" : "Različica", "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Programski paket razvija skupnost ownCloud. Izvorna koda je objavljena pod pogoji AGPL.", + "More apps" : "Več programov", + "Add your app" : "Dodajte program", "by" : "od", "Documentation:" : "Dokumentacija:", "User Documentation" : "Uporabniška dokumentacija", "Admin Documentation" : "Skrbniška dokumentacija", + "Update to %s" : "Posodobi na %s", "Enable only for specific groups" : "Omogoči le za posamezne skupine", "Uninstall App" : "Odstrani program", "Administrator Documentation" : "Skrbniška dokumentacija", @@ -170,12 +195,16 @@ OC.L10N.register( "Help translate" : "Sodelujte pri prevajanju", "Common Name" : "Splošno ime", "Valid until" : "Veljavno do", + "Issued By" : "Izdajatelj", + "Valid until %s" : "Veljavno do %s", "Import Root Certificate" : "Uvozi korensko potrdilo", "The encryption app is no longer enabled, please decrypt all your files" : "Program za šifriranje ni več omogočen. Odšifrirati je treba vse datoteke.", "Log-in password" : "Prijavno geslo", "Decrypt all Files" : "Odšifriraj vse datoteke", "Restore Encryption Keys" : "Obnovi šifrirne ključe", "Delete Encryption Keys" : "Izbriši šifrirne ključe", + "Show storage location" : "Pokaži mesto shrambe", + "Show last log in" : "Pokaži podatke zadnje prijave", "Login Name" : "Prijavno ime", "Create" : "Ustvari", "Admin Recovery Password" : "Obnovitev skrbniškega gesla", @@ -190,7 +219,9 @@ OC.L10N.register( "Unlimited" : "Neomejeno", "Other" : "Drugo", "Username" : "Uporabniško ime", + "Group Admin for" : "Skrbnik skupine za", "Quota" : "Količinska omejitev", + "Storage Location" : "Mesto shrambe", "Last Login" : "Zadnja prijava", "change full name" : "Spremeni polno ime", "set new password" : "nastavi novo geslo", diff --git a/settings/l10n/sl.json b/settings/l10n/sl.json index 0fad107278..e030c88611 100644 --- a/settings/l10n/sl.json +++ b/settings/l10n/sl.json @@ -1,5 +1,7 @@ { "translations": { "Enabled" : "Omogočeno", + "Not enabled" : "Ni omogočeno", + "Recommended" : "Priporočljivo", "Authentication error" : "Napaka med overjanjem", "Your full name has been changed." : "Vaše polno ime je spremenjeno.", "Unable to change full name" : "Ni mogoče spremeniti polnega imena", @@ -8,12 +10,15 @@ "Files decrypted successfully" : "Datoteke so uspešno odšifrirane", "Couldn't decrypt your files, please check your owncloud.log or ask your administrator" : "Datotek ni mogoče odšifrirati. Preverite dnevnik owncloud.log ali pa se posvetujte s skrbnikom.", "Couldn't decrypt your files, check your password and try again" : "Datotek ni mogoče odšifrirati. Preverite geslo in poskusite znova.", + "Encryption keys deleted permanently" : "Šifrirni ključi so trajno izbrisani", + "Couldn't permanently delete your encryption keys, please check your owncloud.log or ask your administrator" : "Ni mogoče trajno izbrisati šifrirnih ključev. Preverite dnevnik owncloud.log ali pa stopite v stik s skrbnikom sistema.", "Couldn't remove app." : "Ni mogoče odstraniti programa.", "Email saved" : "Elektronski naslov je shranjen", "Invalid email" : "Neveljaven elektronski naslov", "Unable to delete group" : "Skupine ni mogoče izbrisati", "Unable to delete user" : "Uporabnika ni mogoče izbrisati", "Backups restored successfully" : "Varnostne kopije so uspešno obnovljene.", + "Couldn't restore your encryption keys, please check your owncloud.log or ask your administrator" : "Ni mogoče obnoviti šifrirnih ključev. Preverite dnevnik owncloud.log ali pa stopite v stik s skrbnikom sistema.", "Language changed" : "Jezik je spremenjen", "Invalid request" : "Neveljavna zahteva", "Admins can't remove themself from the admin group" : "Skrbnikov ni mogoče odstraniti iz skupine skrbnikov (admin)", @@ -29,8 +34,10 @@ "Saved" : "Shranjeno", "test email settings" : "preizkusi nastavitve elektronske pošte", "If you received this email, the settings seem to be correct." : "Če ste prejeli to sporočilo, so nastavitve pravilne.", + "A problem occurred while sending the email. Please revise your settings." : "Prišlo je do napake med pošiljanjem sporočila na elektronski naslov. Spremeniti je treba nastavitve.", "Email sent" : "Elektronska pošta je poslana", "You need to set your user email before being able to send test emails." : "Pred preizkusnim pošiljanjem sporočil je treba nastaviti elektronski naslov uporabnika.", + "Are you really sure you want add \"{domain}\" as trusted domain?" : "Ali ste prepričani, da želite dodati \"{domain}\" kot varno domeno?", "Add trusted domain" : "Dodaj varno domeno", "Sending..." : "Poteka pošiljanje ...", "All" : "Vsi", @@ -59,14 +66,19 @@ "Groups" : "Skupine", "Unable to delete {objName}" : "Ni mogoče izbrisati {objName}", "Error creating group" : "Napaka ustvarjanja skupine", + "A valid group name must be provided" : "Navedeno mora biti veljavno ime skupine", + "deleted {groupName}" : "izbrisano {groupName}", "undo" : "razveljavi", + "no group" : "ni skupine", "never" : "nikoli", + "deleted {userName}" : "izbrisano {userName}", "add group" : "dodaj skupino", "A valid username must be provided" : "Navedeno mora biti veljavno uporabniško ime", "Error creating user" : "Napaka ustvarjanja uporabnika", "A valid password must be provided" : "Navedeno mora biti veljavno geslo", "Warning: Home directory for user \"{user}\" already exists" : "Opozorilo: osebna mapa uporabnika \"{user}\" že obstaja", "__language_name__" : "Slovenščina", + "Personal Info" : "Osebni podatki", "SSL root certificates" : "Korenska potrdila SSL", "Encryption" : "Šifriranje", "Everything (fatal issues, errors, warnings, info, debug)" : "Vse (podrobnosti, opozorila, hrošče, napake in usodne dogodke)", @@ -84,24 +96,29 @@ "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." : "Dostop do %s poteka preko HTTP. Priporočljivo je nastaviti strežnik na privzeto uporabo varne povezave preko protokola HTTPS.", "Your data directory and your files are probably accessible from the internet. The .htaccess file is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." : "Vaša podatkovna mapa in datoteke so najverjetneje dosegljive preko interneta. Datoteka .htaccess ni ustrezno nastavljena. Priporočljivo je nastaviti spletni strežnik tako, da podatkovna mapa ni prosto dostopna. To je mogoče zagotoviti tudi tako, da je mapa premaknjena iz neustrezne korenske v podrejeno mapo .", "Setup Warning" : "Opozorilo nastavitve", + "Database Performance Info" : "Podrobnosti delovanja podatkovne zbirke", "Module 'fileinfo' missing" : "Manjka modul 'fileinfo'.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Manjka modul PHP 'fileinfo'. Priporočljivo je omogočiti ta modul za popolno zaznavanje vrst MIME.", "Your PHP version is outdated" : "Nameščena različica PHP je zastarela", "Your PHP version is outdated. We strongly recommend to update to 5.3.8 or newer because older versions are known to be broken. It is possible that this installation is not working correctly." : "Nameščena različica PHP je zastarela. Priporočljivo je posodobiti namestitev na različico 5.3.8 ali novejše, saj starejše različice ne podpirajo vseh zmožnosti. Mogoče je, da namestitev ne deluje pravilno.", + "PHP charset is not set to UTF-8" : "Jezikovni znakovni nabor PHP ni določen kot UTF-8", "Locale not working" : "Jezikovne prilagoditve ne delujejo.", "System locale can not be set to a one which supports UTF-8." : "Sistemskih jezikovnih nastavitev ni mogoče nastaviti na možnost, ki podpira nabor UTF-8.", "This means that there might be problems with certain characters in file names." : "To pomeni, da se lahko pojavijo napake pri nekaterih znakih v imenih datotek.", "We strongly suggest to install the required packages on your system to support one of the following locales: %s." : "Priporočljivo je namestiti zahtevane pakete v sistem za podporo ene izmed navedenih jezikovnih možnosti: %s", "Connectivity checks" : "Preverjanje povezav", + "No problems found" : "Ni zaznanih težav", "Please double check the installation guides." : "Preverite navodila namestitve.", "Cron" : "Periodično opravilo", - "Last cron was executed at %s." : "Zadnje opravilo cron je bilo izvedeno ob %s.", - "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Zadnje opravilo cron je bilo izvedeno ob %s. To je več kot uro nazaj. Nekaj je očitno narobe.", - "Cron was not executed yet!" : "Opravilo Cron še ni zagnano!", + "Last cron was executed at %s." : "Zadnje periodično opravilo cron je bilo izvedeno ob %s.", + "Last cron was executed at %s. This is more than an hour ago, something seems wrong." : "Zadnje periodično opravilo cron je bilo izvedeno ob %s. To je več kot uro nazaj. Nekaj je očitno narobe.", + "Cron was not executed yet!" : "Periodično opravilo cron še ni zagnano!", "Execute one task with each page loaded" : "Izvedi eno nalogo z vsako naloženo stranjo.", - "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "Datoteka cron.php je vpisana v storitvi webcron za potrditev sklica vsakih 15 minut pri povezavi preko HTTP.", + "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "Datoteka cron.php je vpisana za periodično opravilo webcron za potrditev sklica vsakih 15 minut pri povezavi preko HTTP.", + "Use system's cron service to call the cron.php file every 15 minutes." : "Uporabi storitev periodičnih opravil za klic datoteke cron.php vsakih 15 minut.", "Sharing" : "Souporaba", "Allow apps to use the Share API" : "Dovoli programom uporabo vmesnika API souporabe", + "Allow users to share via link" : "Uporabnikom dovoli omogočanje souporabe s povezavami", "Enforce password protection" : "Vsili zaščito z geslom", "Allow public uploads" : "Dovoli javno pošiljanje datotek v oblak", "Set default expiration date" : "Nastavitev privzetega datuma poteka", @@ -109,14 +126,18 @@ "days" : "dneh", "Enforce expiration date" : "Vsili datum preteka", "Allow resharing" : "Dovoli nadaljnjo souporabo", + "Restrict users to only share with users in their groups" : "Uporabnikom dovoli omogočanje souporabe le znotraj njihove skupine", "Allow users to send mail notification for shared files" : "Dovoli uporabnikom pošiljati obvestila o souporabi datotek po elektronski pošti.", "Exclude groups from sharing" : "Izloči skupine iz souporabe", + "These groups will still be able to receive shares, but not to initiate them." : "Te skupine lahko sprejemajo mape v souporabo, ne morejo pa souporabe dovoliti", "Security" : "Varnost", "Enforce HTTPS" : "Zahtevaj uporabo HTTPS", "Forces the clients to connect to %s via an encrypted connection." : "Vsili povezavo odjemalca z %s preko šifrirane povezave.", "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." : "Za nastavljanje šifriranja SSL je treba vzpostaviti povezavo z mestom %s preko protokola HTTPS.", "Email Server" : "Poštni strežnik", + "This is used for sending out notifications." : "Možnost je uporabljena za omogočanje pošiljanja obvestil.", "Send mode" : "Način pošiljanja", + "From address" : "Naslov pošiljatelja", "Authentication method" : "Način overitve", "Authentication required" : "Zahtevana je overitev", "Server address" : "Naslov strežnika", @@ -124,6 +145,7 @@ "Credentials" : "Poverila", "SMTP Username" : "Uporabniško ime SMTP", "SMTP Password" : "Geslo SMTP", + "Store credentials" : "Shrani poverila", "Test email settings" : "Preizkus nastavitev elektronske pošte", "Send email" : "Pošlji elektronsko sporočilo", "Log" : "Dnevnik", @@ -132,10 +154,13 @@ "Less" : "Manj", "Version" : "Različica", "Developed by the ownCloud community, the source code is licensed under the AGPL." : "Programski paket razvija skupnost ownCloud. Izvorna koda je objavljena pod pogoji AGPL.", + "More apps" : "Več programov", + "Add your app" : "Dodajte program", "by" : "od", "Documentation:" : "Dokumentacija:", "User Documentation" : "Uporabniška dokumentacija", "Admin Documentation" : "Skrbniška dokumentacija", + "Update to %s" : "Posodobi na %s", "Enable only for specific groups" : "Omogoči le za posamezne skupine", "Uninstall App" : "Odstrani program", "Administrator Documentation" : "Skrbniška dokumentacija", @@ -168,12 +193,16 @@ "Help translate" : "Sodelujte pri prevajanju", "Common Name" : "Splošno ime", "Valid until" : "Veljavno do", + "Issued By" : "Izdajatelj", + "Valid until %s" : "Veljavno do %s", "Import Root Certificate" : "Uvozi korensko potrdilo", "The encryption app is no longer enabled, please decrypt all your files" : "Program za šifriranje ni več omogočen. Odšifrirati je treba vse datoteke.", "Log-in password" : "Prijavno geslo", "Decrypt all Files" : "Odšifriraj vse datoteke", "Restore Encryption Keys" : "Obnovi šifrirne ključe", "Delete Encryption Keys" : "Izbriši šifrirne ključe", + "Show storage location" : "Pokaži mesto shrambe", + "Show last log in" : "Pokaži podatke zadnje prijave", "Login Name" : "Prijavno ime", "Create" : "Ustvari", "Admin Recovery Password" : "Obnovitev skrbniškega gesla", @@ -188,7 +217,9 @@ "Unlimited" : "Neomejeno", "Other" : "Drugo", "Username" : "Uporabniško ime", + "Group Admin for" : "Skrbnik skupine za", "Quota" : "Količinska omejitev", + "Storage Location" : "Mesto shrambe", "Last Login" : "Zadnja prijava", "change full name" : "Spremeni polno ime", "set new password" : "nastavi novo geslo", diff --git a/settings/l10n/tr.js b/settings/l10n/tr.js index dd4519d02d..1bd3f25cbc 100644 --- a/settings/l10n/tr.js +++ b/settings/l10n/tr.js @@ -71,6 +71,7 @@ OC.L10N.register( "A valid group name must be provided" : "Geçerli bir grup adı mutlaka sağlanmalı", "deleted {groupName}" : "{groupName} silindi", "undo" : "geri al", + "no group" : "grup yok", "never" : "hiçbir zaman", "deleted {userName}" : "{userName} silindi", "add group" : "grup ekle", @@ -79,6 +80,7 @@ OC.L10N.register( "A valid password must be provided" : "Geçerli bir parola mutlaka sağlanmalı", "Warning: Home directory for user \"{user}\" already exists" : "Uyarı: \"{user}\" kullanıcısı için zaten bir Ev dizini mevcut", "__language_name__" : "Türkçe", + "Personal Info" : "Kişisel Bilgi", "SSL root certificates" : "SSL kök sertifikaları", "Encryption" : "Şifreleme", "Everything (fatal issues, errors, warnings, info, debug)" : "Her şey (Ciddi sorunlar, hatalar, uyarılar, bilgi, hata ayıklama)", @@ -227,6 +229,7 @@ OC.L10N.register( "Unlimited" : "Sınırsız", "Other" : "Diğer", "Username" : "Kullanıcı Adı", + "Group Admin for" : "Grup Yöneticisi", "Quota" : "Kota", "Storage Location" : "Depolama Konumu", "Last Login" : "Son Giriş", diff --git a/settings/l10n/tr.json b/settings/l10n/tr.json index bba74d9e11..02851383df 100644 --- a/settings/l10n/tr.json +++ b/settings/l10n/tr.json @@ -69,6 +69,7 @@ "A valid group name must be provided" : "Geçerli bir grup adı mutlaka sağlanmalı", "deleted {groupName}" : "{groupName} silindi", "undo" : "geri al", + "no group" : "grup yok", "never" : "hiçbir zaman", "deleted {userName}" : "{userName} silindi", "add group" : "grup ekle", @@ -77,6 +78,7 @@ "A valid password must be provided" : "Geçerli bir parola mutlaka sağlanmalı", "Warning: Home directory for user \"{user}\" already exists" : "Uyarı: \"{user}\" kullanıcısı için zaten bir Ev dizini mevcut", "__language_name__" : "Türkçe", + "Personal Info" : "Kişisel Bilgi", "SSL root certificates" : "SSL kök sertifikaları", "Encryption" : "Şifreleme", "Everything (fatal issues, errors, warnings, info, debug)" : "Her şey (Ciddi sorunlar, hatalar, uyarılar, bilgi, hata ayıklama)", @@ -225,6 +227,7 @@ "Unlimited" : "Sınırsız", "Other" : "Diğer", "Username" : "Kullanıcı Adı", + "Group Admin for" : "Grup Yöneticisi", "Quota" : "Kota", "Storage Location" : "Depolama Konumu", "Last Login" : "Son Giriş", diff --git a/settings/l10n/uk.js b/settings/l10n/uk.js index fc1798dbbe..56080da73a 100644 --- a/settings/l10n/uk.js +++ b/settings/l10n/uk.js @@ -71,6 +71,7 @@ OC.L10N.register( "A valid group name must be provided" : "Потрібно задати вірне ім'я групи", "deleted {groupName}" : "видалено {groupName}", "undo" : "відмінити", + "no group" : "без групи", "never" : "ніколи", "deleted {userName}" : "видалено {userName}", "add group" : "додати групу", @@ -79,6 +80,7 @@ OC.L10N.register( "A valid password must be provided" : "Потрібно задати вірний пароль", "Warning: Home directory for user \"{user}\" already exists" : "Попередження: домашня тека користувача \"{user}\" вже існує", "__language_name__" : "__language_name__", + "Personal Info" : "Особиста інформація", "SSL root certificates" : "SSL корневі сертифікати", "Encryption" : "Шифрування", "Everything (fatal issues, errors, warnings, info, debug)" : "Усі (критичні проблеми, помилки, попередження, інформаційні, налагодження)", @@ -227,6 +229,7 @@ OC.L10N.register( "Unlimited" : "Необмежено", "Other" : "Інше", "Username" : "Ім'я користувача", + "Group Admin for" : "Адміністратор групи", "Quota" : "Квота", "Storage Location" : "Місцезнаходження сховища", "Last Login" : "Останній вхід", diff --git a/settings/l10n/uk.json b/settings/l10n/uk.json index 3a5088ef06..f978ee4541 100644 --- a/settings/l10n/uk.json +++ b/settings/l10n/uk.json @@ -69,6 +69,7 @@ "A valid group name must be provided" : "Потрібно задати вірне ім'я групи", "deleted {groupName}" : "видалено {groupName}", "undo" : "відмінити", + "no group" : "без групи", "never" : "ніколи", "deleted {userName}" : "видалено {userName}", "add group" : "додати групу", @@ -77,6 +78,7 @@ "A valid password must be provided" : "Потрібно задати вірний пароль", "Warning: Home directory for user \"{user}\" already exists" : "Попередження: домашня тека користувача \"{user}\" вже існує", "__language_name__" : "__language_name__", + "Personal Info" : "Особиста інформація", "SSL root certificates" : "SSL корневі сертифікати", "Encryption" : "Шифрування", "Everything (fatal issues, errors, warnings, info, debug)" : "Усі (критичні проблеми, помилки, попередження, інформаційні, налагодження)", @@ -225,6 +227,7 @@ "Unlimited" : "Необмежено", "Other" : "Інше", "Username" : "Ім'я користувача", + "Group Admin for" : "Адміністратор групи", "Quota" : "Квота", "Storage Location" : "Місцезнаходження сховища", "Last Login" : "Останній вхід", diff --git a/settings/l10n/ur.js b/settings/l10n/ur.js new file mode 100644 index 0000000000..78fcf358b7 --- /dev/null +++ b/settings/l10n/ur.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "settings", + { + "Error" : "خرابی" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/ur.json b/settings/l10n/ur.json new file mode 100644 index 0000000000..1c1fc3d16c --- /dev/null +++ b/settings/l10n/ur.json @@ -0,0 +1,4 @@ +{ "translations": { + "Error" : "خرابی" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file